public static interface DescribeHumanLoopResponse.Builder extends SageMakerA2IRuntimeResponse.Builder, SdkPojo, CopyableBuilder<DescribeHumanLoopResponse.Builder,DescribeHumanLoopResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeHumanLoopResponse.Builder |
creationTimestamp(Instant creationTimestamp)
The timestamp when Amazon Augmented AI created the human loop.
|
DescribeHumanLoopResponse.Builder |
failureCode(String failureCode)
A failure code denoting a specific type of failure.
|
DescribeHumanLoopResponse.Builder |
failureReason(String failureReason)
The reason why a human loop has failed.
|
DescribeHumanLoopResponse.Builder |
flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
|
DescribeHumanLoopResponse.Builder |
humanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the human loop.
|
default DescribeHumanLoopResponse.Builder |
humanLoopInput(Consumer<HumanLoopInputContent.Builder> humanLoopInput)
An object containing information about the human loop input.
|
DescribeHumanLoopResponse.Builder |
humanLoopInput(HumanLoopInputContent humanLoopInput)
An object containing information about the human loop input.
|
DescribeHumanLoopResponse.Builder |
humanLoopName(String humanLoopName)
The name of the human loop.
|
default DescribeHumanLoopResponse.Builder |
humanLoopOutput(Consumer<HumanLoopOutputContent.Builder> humanLoopOutput)
An object containing information about the output of the human loop.
|
DescribeHumanLoopResponse.Builder |
humanLoopOutput(HumanLoopOutputContent humanLoopOutput)
An object containing information about the output of the human loop.
|
DescribeHumanLoopResponse.Builder |
humanLoopStatus(HumanLoopStatus humanLoopStatus)
The status of the human loop.
|
DescribeHumanLoopResponse.Builder |
humanLoopStatus(String humanLoopStatus)
The status of the human loop.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeHumanLoopResponse.Builder creationTimestamp(Instant creationTimestamp)
The timestamp when Amazon Augmented AI created the human loop.
creationTimestamp - The timestamp when Amazon Augmented AI created the human loop.DescribeHumanLoopResponse.Builder failureReason(String failureReason)
The reason why a human loop has failed. The failure reason is returned when the human loop status is
Failed.
failureReason - The reason why a human loop has failed. The failure reason is returned when the human loop status is
Failed.DescribeHumanLoopResponse.Builder failureCode(String failureCode)
A failure code denoting a specific type of failure.
failureCode - A failure code denoting a specific type of failure.DescribeHumanLoopResponse.Builder humanLoopStatus(String humanLoopStatus)
The status of the human loop. Valid values:
humanLoopStatus - The status of the human loop. Valid values:HumanLoopStatus,
HumanLoopStatusDescribeHumanLoopResponse.Builder humanLoopStatus(HumanLoopStatus humanLoopStatus)
The status of the human loop. Valid values:
humanLoopStatus - The status of the human loop. Valid values:HumanLoopStatus,
HumanLoopStatusDescribeHumanLoopResponse.Builder humanLoopName(String humanLoopName)
The name of the human loop.
humanLoopName - The name of the human loop.DescribeHumanLoopResponse.Builder humanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the human loop.
humanLoopArn - The Amazon Resource Name (ARN) of the human loop.DescribeHumanLoopResponse.Builder flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition.DescribeHumanLoopResponse.Builder humanLoopInput(HumanLoopInputContent humanLoopInput)
An object containing information about the human loop input.
humanLoopInput - An object containing information about the human loop input.default DescribeHumanLoopResponse.Builder humanLoopInput(Consumer<HumanLoopInputContent.Builder> humanLoopInput)
An object containing information about the human loop input.
This is a convenience that creates an instance of theHumanLoopInputContent.Builder avoiding the need
to create one manually via HumanLoopInputContent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to humanLoopInput(HumanLoopInputContent).humanLoopInput - a consumer that will call methods on HumanLoopInputContent.BuilderhumanLoopInput(HumanLoopInputContent)DescribeHumanLoopResponse.Builder humanLoopOutput(HumanLoopOutputContent humanLoopOutput)
An object containing information about the output of the human loop.
humanLoopOutput - An object containing information about the output of the human loop.default DescribeHumanLoopResponse.Builder humanLoopOutput(Consumer<HumanLoopOutputContent.Builder> humanLoopOutput)
An object containing information about the output of the human loop.
This is a convenience that creates an instance of theHumanLoopOutputContent.Builder avoiding the
need to create one manually via HumanLoopOutputContent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to humanLoopOutput(HumanLoopOutputContent).humanLoopOutput - a consumer that will call methods on HumanLoopOutputContent.BuilderhumanLoopOutput(HumanLoopOutputContent)Copyright © 2020. All rights reserved.