| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFlowDefinitionResult> |
AbstractAmazonSageMakerAsync.createFlowDefinitionAsync(CreateFlowDefinitionRequest request,
AsyncHandler<CreateFlowDefinitionRequest,CreateFlowDefinitionResult> asyncHandler) |
Future<CreateFlowDefinitionResult> |
AmazonSageMakerAsyncClient.createFlowDefinitionAsync(CreateFlowDefinitionRequest request,
AsyncHandler<CreateFlowDefinitionRequest,CreateFlowDefinitionResult> asyncHandler) |
Future<CreateFlowDefinitionResult> |
AmazonSageMakerAsync.createFlowDefinitionAsync(CreateFlowDefinitionRequest createFlowDefinitionRequest,
AsyncHandler<CreateFlowDefinitionRequest,CreateFlowDefinitionResult> asyncHandler)
Creates a flow definition.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFlowDefinitionRequest |
CreateFlowDefinitionRequest.clone() |
CreateFlowDefinitionRequest |
CreateFlowDefinitionRequest.withFlowDefinitionName(String flowDefinitionName)
The name of your flow definition.
|
CreateFlowDefinitionRequest |
CreateFlowDefinitionRequest.withHumanLoopActivationConfig(HumanLoopActivationConfig humanLoopActivationConfig)
An object containing information about the events that trigger a human workflow.
|
CreateFlowDefinitionRequest |
CreateFlowDefinitionRequest.withHumanLoopConfig(HumanLoopConfig humanLoopConfig)
An object containing information about the tasks the human reviewers will perform.
|
CreateFlowDefinitionRequest |
CreateFlowDefinitionRequest.withHumanLoopRequestSource(HumanLoopRequestSource humanLoopRequestSource)
Container for configuring the source of human task requests.
|
CreateFlowDefinitionRequest |
CreateFlowDefinitionRequest.withOutputConfig(FlowDefinitionOutputConfig outputConfig)
An object containing information about where the human review results will be uploaded.
|
CreateFlowDefinitionRequest |
CreateFlowDefinitionRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role needed to call other services on your behalf.
|
CreateFlowDefinitionRequest |
CreateFlowDefinitionRequest.withTags(Collection<Tag> tags)
An array of key-value pairs that contain metadata to help you categorize and organize a flow definition.
|
CreateFlowDefinitionRequest |
CreateFlowDefinitionRequest.withTags(Tag... tags)
An array of key-value pairs that contain metadata to help you categorize and organize a flow definition.
|
Copyright © 2024. All rights reserved.