@Generated(value="software.amazon.awssdk:codegen") public final class HumanLoopSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HumanLoopSummary.Builder,HumanLoopSummary>
Summary information about the human loop.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HumanLoopSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HumanLoopSummary.Builder |
builder() |
Instant |
creationTime()
When Amazon Augmented AI created the human loop.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
The reason why the human loop failed.
|
String |
flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
humanLoopName()
The name 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 HumanLoopSummary.Builder> |
serializableBuilderClass() |
HumanLoopSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String humanLoopName()
The name of the human loop.
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 Instant creationTime()
When Amazon Augmented AI created the human loop.
public final String failureReason()
The reason why the human loop failed. A failure reason is returned when the status of the human loop is
Failed.
Failed.public final String flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
public HumanLoopSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HumanLoopSummary.Builder,HumanLoopSummary>public static HumanLoopSummary.Builder builder()
public static Class<? extends HumanLoopSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.