@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 final Instant creationTime()
The creation time when Amazon Augmented AI created the human loop.
public final 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 final String failureCode()
A failure code that identifies the type of failure.
Possible values: ValidationError, Expired, InternalError
Possible values: ValidationError, Expired, InternalError
public final 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 final 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 final 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 final String humanLoopArn()
The Amazon Resource Name (ARN) of the human loop.
public final String flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition.
public final 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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.