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.
|
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. Valid values:
humanLoopStatus - The status of the human loop. Valid values:HumanLoopStatus,
HumanLoopStatusHumanLoopSummary.Builder humanLoopStatus(HumanLoopStatus humanLoopStatus)
The status of the human loop. Valid values:
humanLoopStatus - The status of the human loop. Valid values: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 only when the status of the human loop is
Failed.
failureReason - The reason why the human loop failed. A failure reason is returned only when the status of the human
loop is Failed.HumanLoopSummary.Builder flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition.Copyright © 2020. All rights reserved.