Package | Description |
---|---|
software.amazon.awssdk.services.sagemaker.model |
Modifier and Type | Method and Description |
---|---|
static DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.builder() |
DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.Builder.creationTime(Instant creationTime)
The timestamp when the flow definition was created.
|
DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.Builder.failureReason(String failureReason)
The reason your flow definition failed.
|
DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.Builder.flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow defintion.
|
DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.Builder.flowDefinitionName(String flowDefinitionName)
The Amazon Resource Name (ARN) of the flow definition.
|
DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.Builder.flowDefinitionStatus(FlowDefinitionStatus flowDefinitionStatus)
The status of the flow definition.
|
DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.Builder.flowDefinitionStatus(String flowDefinitionStatus)
The status of the flow definition.
|
default DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.Builder.humanLoopActivationConfig(Consumer<HumanLoopActivationConfig.Builder> humanLoopActivationConfig)
An object containing information about what triggers a human review workflow.
|
DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.Builder.humanLoopActivationConfig(HumanLoopActivationConfig humanLoopActivationConfig)
An object containing information about what triggers a human review workflow.
|
default DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.Builder.humanLoopConfig(Consumer<HumanLoopConfig.Builder> humanLoopConfig)
An object containing information about who works on the task, the workforce task price, and other task
details.
|
DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.Builder.humanLoopConfig(HumanLoopConfig humanLoopConfig)
An object containing information about who works on the task, the workforce task price, and other task
details.
|
default DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.Builder.humanLoopRequestSource(Consumer<HumanLoopRequestSource.Builder> humanLoopRequestSource)
Container for configuring the source of human task requests.
|
DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.Builder.humanLoopRequestSource(HumanLoopRequestSource humanLoopRequestSource)
Container for configuring the source of human task requests.
|
default DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.Builder.outputConfig(Consumer<FlowDefinitionOutputConfig.Builder> outputConfig)
An object containing information about the output file.
|
DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.Builder.outputConfig(FlowDefinitionOutputConfig outputConfig)
An object containing information about the output file.
|
DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role
for the flow definition.
|
DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends DescribeFlowDefinitionResponse.Builder> |
DescribeFlowDefinitionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.