| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakera2iruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeHumanLoopResponse.Builder |
DescribeHumanLoopResponse.builder() |
DescribeHumanLoopResponse.Builder |
DescribeHumanLoopResponse.Builder.creationTime(Instant creationTime)
The creation time when Amazon Augmented AI created the human loop.
|
DescribeHumanLoopResponse.Builder |
DescribeHumanLoopResponse.Builder.failureCode(String failureCode)
A failure code that identifies the type of failure.
|
DescribeHumanLoopResponse.Builder |
DescribeHumanLoopResponse.Builder.failureReason(String failureReason)
The reason why a human loop failed.
|
DescribeHumanLoopResponse.Builder |
DescribeHumanLoopResponse.Builder.flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
|
DescribeHumanLoopResponse.Builder |
DescribeHumanLoopResponse.Builder.humanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the human loop.
|
DescribeHumanLoopResponse.Builder |
DescribeHumanLoopResponse.Builder.humanLoopName(String humanLoopName)
The name of the human loop.
|
default DescribeHumanLoopResponse.Builder |
DescribeHumanLoopResponse.Builder.humanLoopOutput(Consumer<HumanLoopOutput.Builder> humanLoopOutput)
An object that contains information about the output of the human loop.
|
DescribeHumanLoopResponse.Builder |
DescribeHumanLoopResponse.Builder.humanLoopOutput(HumanLoopOutput humanLoopOutput)
An object that contains information about the output of the human loop.
|
DescribeHumanLoopResponse.Builder |
DescribeHumanLoopResponse.Builder.humanLoopStatus(HumanLoopStatus humanLoopStatus)
The status of the human loop.
|
DescribeHumanLoopResponse.Builder |
DescribeHumanLoopResponse.Builder.humanLoopStatus(String humanLoopStatus)
The status of the human loop.
|
DescribeHumanLoopResponse.Builder |
DescribeHumanLoopResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeHumanLoopResponse.Builder> |
DescribeHumanLoopResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.