| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakera2iruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static HumanLoopSummary.Builder |
HumanLoopSummary.builder() |
HumanLoopSummary.Builder |
HumanLoopSummary.Builder.creationTime(Instant creationTime)
When Amazon Augmented AI created the human loop.
|
HumanLoopSummary.Builder |
HumanLoopSummary.Builder.failureReason(String failureReason)
The reason why the human loop failed.
|
HumanLoopSummary.Builder |
HumanLoopSummary.Builder.flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
|
HumanLoopSummary.Builder |
HumanLoopSummary.Builder.humanLoopName(String humanLoopName)
The name of the human loop.
|
HumanLoopSummary.Builder |
HumanLoopSummary.Builder.humanLoopStatus(HumanLoopStatus humanLoopStatus)
The status of the human loop.
|
HumanLoopSummary.Builder |
HumanLoopSummary.Builder.humanLoopStatus(String humanLoopStatus)
The status of the human loop.
|
HumanLoopSummary.Builder |
HumanLoopSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HumanLoopSummary.Builder> |
HumanLoopSummary.serializableBuilderClass() |
Copyright © 2020. All rights reserved.