@Generated(value="software.amazon.awssdk:codegen") public final class DescribeHumanLoopResponse extends SageMakerA2IRuntimeResponse implements ToCopyableBuilder<DescribeHumanLoopResponse.Builder,DescribeHumanLoopResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeHumanLoopResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeHumanLoopResponse.Builder |
builder() |
Instant |
creationTime()
The creation time when Amazon Augmented AI created the human loop.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureCode()
A failure code that identifies the type of failure.
|
String |
failureReason()
The reason why a human loop failed.
|
String |
flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
humanLoopArn()
The Amazon Resource Name (ARN) of the human loop.
|
String |
humanLoopName()
The name of the human loop.
|
HumanLoopOutput |
humanLoopOutput()
An object that contains information about the output of the human loop.
|
HumanLoopStatus |
humanLoopStatus()
The status of the human loop.
|
String |
humanLoopStatusAsString()
The status of the human loop.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeHumanLoopResponse.Builder> |
serializableBuilderClass() |
DescribeHumanLoopResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Instant creationTime()
The creation time when Amazon Augmented AI created the human loop.
public String failureReason()
The reason why a human loop failed. The failure reason is returned when the status of the human loop is
Failed.
Failed.public String failureCode()
A failure code that identifies the type of failure.
public HumanLoopStatus humanLoopStatus()
The status of the human loop.
If the service returns an enum value that is not available in the current SDK version, humanLoopStatus
will return HumanLoopStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from humanLoopStatusAsString().
HumanLoopStatuspublic String humanLoopStatusAsString()
The status of the human loop.
If the service returns an enum value that is not available in the current SDK version, humanLoopStatus
will return HumanLoopStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from humanLoopStatusAsString().
HumanLoopStatuspublic String humanLoopName()
The name of the human loop. The name must be lowercase, unique within the Region in your account, and can have up to 63 characters. Valid characters: a-z, 0-9, and - (hyphen).
public String humanLoopArn()
The Amazon Resource Name (ARN) of the human loop.
public String flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition.
public HumanLoopOutput humanLoopOutput()
An object that contains information about the output of the human loop.
public DescribeHumanLoopResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeHumanLoopResponse.Builder,DescribeHumanLoopResponse>toBuilder in class AwsResponsepublic static DescribeHumanLoopResponse.Builder builder()
public static Class<? extends DescribeHumanLoopResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.