@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.
|
<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 String humanLoopName()
The name of the human loop.
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 Instant creationTime()
When Amazon Augmented AI created the human loop.
public String failureReason()
The reason why the human loop failed. A failure reason is returned only when the status of the human loop is
Failed.
Failed.public String flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition.
public HumanLoopSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HumanLoopSummary.Builder,HumanLoopSummary>public static HumanLoopSummary.Builder builder()
public static Class<? extends HumanLoopSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.