@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 |
creationTimestamp()
The timestamp when Amazon Augmented AI created the human loop.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureCode()
A failure code denoting a specific type of failure.
|
String |
failureReason()
The reason why a human loop has 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.
|
HumanLoopInputContent |
humanLoopInput()
An object containing information about the human loop input.
|
String |
humanLoopName()
The name of the human loop.
|
HumanLoopOutputContent |
humanLoopOutput()
An object containing 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 creationTimestamp()
The timestamp when Amazon Augmented AI created the human loop.
public String failureReason()
The reason why a human loop has failed. The failure reason is returned when the human loop status is
Failed.
Failed.public String failureCode()
A failure code denoting a specific type of failure.
public HumanLoopStatus humanLoopStatus()
The status of the human loop. Valid values:
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. Valid values:
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.
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 HumanLoopInputContent humanLoopInput()
An object containing information about the human loop input.
public HumanLoopOutputContent humanLoopOutput()
An object containing 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.