| Package | Description |
|---|---|
| com.amazonaws.services.augmentedairuntime.model |
| Modifier and Type | Method and Description |
|---|---|
HumanLoopSummary |
HumanLoopSummary.clone() |
HumanLoopSummary |
HumanLoopSummary.withCreationTime(Date creationTime)
When Amazon Augmented AI created the human loop.
|
HumanLoopSummary |
HumanLoopSummary.withFailureReason(String failureReason)
The reason why the human loop failed.
|
HumanLoopSummary |
HumanLoopSummary.withFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
|
HumanLoopSummary |
HumanLoopSummary.withHumanLoopName(String humanLoopName)
The name of the human loop.
|
HumanLoopSummary |
HumanLoopSummary.withHumanLoopStatus(HumanLoopStatus humanLoopStatus)
The status of the human loop.
|
HumanLoopSummary |
HumanLoopSummary.withHumanLoopStatus(String humanLoopStatus)
The status of the human loop.
|
| Modifier and Type | Method and Description |
|---|---|
List<HumanLoopSummary> |
ListHumanLoopsResult.getHumanLoopSummaries()
An array of objects that contain information about the human loops.
|
| Modifier and Type | Method and Description |
|---|---|
ListHumanLoopsResult |
ListHumanLoopsResult.withHumanLoopSummaries(HumanLoopSummary... humanLoopSummaries)
An array of objects that contain information about the human loops.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListHumanLoopsResult.setHumanLoopSummaries(Collection<HumanLoopSummary> humanLoopSummaries)
An array of objects that contain information about the human loops.
|
ListHumanLoopsResult |
ListHumanLoopsResult.withHumanLoopSummaries(Collection<HumanLoopSummary> humanLoopSummaries)
An array of objects that contain information about the human loops.
|
Copyright © 2023. All rights reserved.