public static interface DescribeHumanLoopResponse.Builder extends SageMakerA2IRuntimeResponse.Builder, SdkPojo, CopyableBuilder<DescribeHumanLoopResponse.Builder,DescribeHumanLoopResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeHumanLoopResponse.Builder |
creationTime(Instant creationTime)
The creation time when Amazon Augmented AI created the human loop.
|
DescribeHumanLoopResponse.Builder |
failureCode(String failureCode)
A failure code that identifies the type of failure.
|
DescribeHumanLoopResponse.Builder |
failureReason(String failureReason)
The reason why a human loop 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.
|
DescribeHumanLoopResponse.Builder |
humanLoopName(String humanLoopName)
The name of the human loop.
|
default DescribeHumanLoopResponse.Builder |
humanLoopOutput(Consumer<HumanLoopOutput.Builder> humanLoopOutput)
An object that contains information about the output of the human loop.
|
DescribeHumanLoopResponse.Builder |
humanLoopOutput(HumanLoopOutput humanLoopOutput)
An object that contains 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 creationTime(Instant creationTime)
The creation time when Amazon Augmented AI created the human loop.
creationTime - The creation time when Amazon Augmented AI created the human loop.DescribeHumanLoopResponse.Builder failureReason(String failureReason)
The reason why a human loop failed. The failure reason is returned when the status of the human loop is
Failed.
failureReason - The reason why a human loop failed. The failure reason is returned when the status of the human loop
is Failed.DescribeHumanLoopResponse.Builder failureCode(String failureCode)
A failure code that identifies the type of failure.
Possible values: ValidationError, Expired, InternalError
failureCode - A failure code that identifies the type of failure.
Possible values: ValidationError, Expired, InternalError
DescribeHumanLoopResponse.Builder humanLoopStatus(String humanLoopStatus)
The status of the human loop.
humanLoopStatus - The status of the human loop.HumanLoopStatus,
HumanLoopStatusDescribeHumanLoopResponse.Builder humanLoopStatus(HumanLoopStatus humanLoopStatus)
The status of the human loop.
humanLoopStatus - The status of the human loop.HumanLoopStatus,
HumanLoopStatusDescribeHumanLoopResponse.Builder humanLoopName(String humanLoopName)
The name of the human loop. The name must be lowercase, unique within the Region in your account, and can have up to 63 characters. Valid characters: a-z, 0-9, and - (hyphen).
humanLoopName - The name of the human loop. The name must be lowercase, unique within the Region in your account, and
can have up to 63 characters. Valid characters: a-z, 0-9, and - (hyphen).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 humanLoopOutput(HumanLoopOutput humanLoopOutput)
An object that contains information about the output of the human loop.
humanLoopOutput - An object that contains information about the output of the human loop.default DescribeHumanLoopResponse.Builder humanLoopOutput(Consumer<HumanLoopOutput.Builder> humanLoopOutput)
An object that contains information about the output of the human loop.
This is a convenience method that creates an instance of theHumanLoopOutput.Builder avoiding the
need to create one manually via HumanLoopOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to humanLoopOutput(HumanLoopOutput).
humanLoopOutput - a consumer that will call methods on HumanLoopOutput.BuilderhumanLoopOutput(HumanLoopOutput)Copyright © 2022. All rights reserved.