Class HumanLoopSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemakera2iruntime.model.HumanLoopSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HumanLoopSummary.Builder,HumanLoopSummary>
@Generated("software.amazon.awssdk:codegen") public final class HumanLoopSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HumanLoopSummary.Builder,HumanLoopSummary>
Summary information about the human loop.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHumanLoopSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HumanLoopSummary.Builderbuilder()InstantcreationTime()When Amazon Augmented AI created the human loop.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfailureReason()The reason why the human loop failed.StringflowDefinitionArn()The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhumanLoopName()The name of the human loop.HumanLoopStatushumanLoopStatus()The status of the human loop.StringhumanLoopStatusAsString()The status of the human loop.List<SdkField<?>>sdkFields()static Class<? extends HumanLoopSummary.Builder>serializableBuilderClass()HumanLoopSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
humanLoopName
public final String humanLoopName()
The name of the human loop.
- Returns:
- The name of the human loop.
-
humanLoopStatus
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,
humanLoopStatuswill returnHumanLoopStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhumanLoopStatusAsString().- Returns:
- The status of the human loop.
- See Also:
HumanLoopStatus
-
humanLoopStatusAsString
public 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,
humanLoopStatuswill returnHumanLoopStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhumanLoopStatusAsString().- Returns:
- The status of the human loop.
- See Also:
HumanLoopStatus
-
creationTime
public final Instant creationTime()
When Amazon Augmented AI created the human loop.
- Returns:
- When Amazon Augmented AI created the human loop.
-
failureReason
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.- Returns:
- The reason why the human loop failed. A failure reason is returned when the status of the human loop is
Failed.
-
flowDefinitionArn
public final String flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
- Returns:
- The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
-
toBuilder
public HumanLoopSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HumanLoopSummary.Builder,HumanLoopSummary>
-
builder
public static HumanLoopSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends HumanLoopSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-