public static interface HumanLoopSummary.Builder extends SdkPojo, CopyableBuilder<HumanLoopSummary.Builder,HumanLoopSummary>
| Modifier and Type | Method and Description |
|---|---|
HumanLoopSummary.Builder |
creationTime(Instant creationTime)
When Amazon Augmented AI created the human loop.
|
HumanLoopSummary.Builder |
failureReason(String failureReason)
The reason why the human loop failed.
|
HumanLoopSummary.Builder |
flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
|
HumanLoopSummary.Builder |
humanLoopName(String humanLoopName)
The name of the human loop.
|
HumanLoopSummary.Builder |
humanLoopStatus(HumanLoopStatus humanLoopStatus)
The status of the human loop.
|
HumanLoopSummary.Builder |
humanLoopStatus(String humanLoopStatus)
The status of the human loop.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHumanLoopSummary.Builder humanLoopName(String humanLoopName)
The name of the human loop.
humanLoopName - The name of the human loop.HumanLoopSummary.Builder humanLoopStatus(String humanLoopStatus)
The status of the human loop.
humanLoopStatus - The status of the human loop.HumanLoopStatus,
HumanLoopStatusHumanLoopSummary.Builder humanLoopStatus(HumanLoopStatus humanLoopStatus)
The status of the human loop.
humanLoopStatus - The status of the human loop.HumanLoopStatus,
HumanLoopStatusHumanLoopSummary.Builder creationTime(Instant creationTime)
When Amazon Augmented AI created the human loop.
creationTime - When Amazon Augmented AI created the human loop.HumanLoopSummary.Builder failureReason(String failureReason)
The reason why the human loop failed. A failure reason is returned when the status of the human loop is
Failed.
failureReason - The reason why the human loop failed. A failure reason is returned when the status of the human loop
is Failed.HumanLoopSummary.Builder flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.Copyright © 2021. All rights reserved.