Class TrialComponentStatus
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.TrialComponentStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TrialComponentStatus.Builder,TrialComponentStatus>
@Generated("software.amazon.awssdk:codegen") public final class TrialComponentStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrialComponentStatus.Builder,TrialComponentStatus>
The status of the trial component.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTrialComponentStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrialComponentStatus.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()If the component failed, a message describing why.TrialComponentPrimaryStatusprimaryStatus()The status of the trial component.StringprimaryStatusAsString()The status of the trial component.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TrialComponentStatus.Builder>serializableBuilderClass()TrialComponentStatus.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
-
primaryStatus
public final TrialComponentPrimaryStatus primaryStatus()
The status of the trial component.
If the service returns an enum value that is not available in the current SDK version,
primaryStatuswill returnTrialComponentPrimaryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprimaryStatusAsString().- Returns:
- The status of the trial component.
- See Also:
TrialComponentPrimaryStatus
-
primaryStatusAsString
public final String primaryStatusAsString()
The status of the trial component.
If the service returns an enum value that is not available in the current SDK version,
primaryStatuswill returnTrialComponentPrimaryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprimaryStatusAsString().- Returns:
- The status of the trial component.
- See Also:
TrialComponentPrimaryStatus
-
message
public final String message()
If the component failed, a message describing why.
- Returns:
- If the component failed, a message describing why.
-
toBuilder
public TrialComponentStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TrialComponentStatus.Builder,TrialComponentStatus>
-
builder
public static TrialComponentStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends TrialComponentStatus.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-