| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowDefinitionResult |
AbstractAmazonSageMaker.describeFlowDefinition(DescribeFlowDefinitionRequest request) |
DescribeFlowDefinitionResult |
AmazonSageMakerClient.describeFlowDefinition(DescribeFlowDefinitionRequest request)
Returns information about the specified flow definition.
|
DescribeFlowDefinitionResult |
AmazonSageMaker.describeFlowDefinition(DescribeFlowDefinitionRequest describeFlowDefinitionRequest)
Returns information about the specified flow definition.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeFlowDefinitionResult> |
AmazonSageMakerAsyncClient.describeFlowDefinitionAsync(DescribeFlowDefinitionRequest request,
AsyncHandler<DescribeFlowDefinitionRequest,DescribeFlowDefinitionResult> asyncHandler) |
Future<DescribeFlowDefinitionResult> |
AmazonSageMakerAsync.describeFlowDefinitionAsync(DescribeFlowDefinitionRequest describeFlowDefinitionRequest,
AsyncHandler<DescribeFlowDefinitionRequest,DescribeFlowDefinitionResult> asyncHandler)
Returns information about the specified flow definition.
|
Future<DescribeFlowDefinitionResult> |
AbstractAmazonSageMakerAsync.describeFlowDefinitionAsync(DescribeFlowDefinitionRequest request,
AsyncHandler<DescribeFlowDefinitionRequest,DescribeFlowDefinitionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowDefinitionResult |
DescribeFlowDefinitionResult.clone() |
DescribeFlowDefinitionResult |
DescribeFlowDefinitionResult.withCreationTime(Date creationTime)
The timestamp when the flow definition was created.
|
DescribeFlowDefinitionResult |
DescribeFlowDefinitionResult.withFailureReason(String failureReason)
The reason your flow definition failed.
|
DescribeFlowDefinitionResult |
DescribeFlowDefinitionResult.withFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow defintion.
|
DescribeFlowDefinitionResult |
DescribeFlowDefinitionResult.withFlowDefinitionName(String flowDefinitionName)
The Amazon Resource Name (ARN) of the flow definition.
|
DescribeFlowDefinitionResult |
DescribeFlowDefinitionResult.withFlowDefinitionStatus(FlowDefinitionStatus flowDefinitionStatus)
The status of the flow definition.
|
DescribeFlowDefinitionResult |
DescribeFlowDefinitionResult.withFlowDefinitionStatus(String flowDefinitionStatus)
The status of the flow definition.
|
DescribeFlowDefinitionResult |
DescribeFlowDefinitionResult.withHumanLoopActivationConfig(HumanLoopActivationConfig humanLoopActivationConfig)
An object containing information about what triggers a human review workflow.
|
DescribeFlowDefinitionResult |
DescribeFlowDefinitionResult.withHumanLoopConfig(HumanLoopConfig humanLoopConfig)
An object containing information about who works on the task, the workforce task price, and other task details.
|
DescribeFlowDefinitionResult |
DescribeFlowDefinitionResult.withHumanLoopRequestSource(HumanLoopRequestSource humanLoopRequestSource)
Container for configuring the source of human task requests.
|
DescribeFlowDefinitionResult |
DescribeFlowDefinitionResult.withOutputConfig(FlowDefinitionOutputConfig outputConfig)
An object containing information about the output file.
|
DescribeFlowDefinitionResult |
DescribeFlowDefinitionResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role for
the flow definition.
|
Copyright © 2022. All rights reserved.