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 interface
TrialComponentStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrialComponentStatus.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
message()
If the component failed, a message describing why.TrialComponentPrimaryStatus
primaryStatus()
The status of the trial component.String
primaryStatusAsString()
The status of the trial component.List<SdkField<?>>
sdkFields()
static Class<? extends TrialComponentStatus.Builder>
serializableBuilderClass()
TrialComponentStatus.Builder
toBuilder()
String
toString()
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,
primaryStatus
will 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,
primaryStatus
will 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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-