Class ModelPackageGroupSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ModelPackageGroupSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ModelPackageGroupSummary.Builder,ModelPackageGroupSummary>
@Generated("software.amazon.awssdk:codegen") public final class ModelPackageGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelPackageGroupSummary.Builder,ModelPackageGroupSummary>
Summary information about a model group.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModelPackageGroupSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModelPackageGroupSummary.Builderbuilder()InstantcreationTime()The time that the model group was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmodelPackageGroupArn()The Amazon Resource Name (ARN) of the model group.StringmodelPackageGroupDescription()A description of the model group.StringmodelPackageGroupName()The name of the model group.ModelPackageGroupStatusmodelPackageGroupStatus()The status of the model group.StringmodelPackageGroupStatusAsString()The status of the model group.List<SdkField<?>>sdkFields()static Class<? extends ModelPackageGroupSummary.Builder>serializableBuilderClass()ModelPackageGroupSummary.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
-
modelPackageGroupName
public final String modelPackageGroupName()
The name of the model group.
- Returns:
- The name of the model group.
-
modelPackageGroupArn
public final String modelPackageGroupArn()
The Amazon Resource Name (ARN) of the model group.
- Returns:
- The Amazon Resource Name (ARN) of the model group.
-
modelPackageGroupDescription
public final String modelPackageGroupDescription()
A description of the model group.
- Returns:
- A description of the model group.
-
creationTime
public final Instant creationTime()
The time that the model group was created.
- Returns:
- The time that the model group was created.
-
modelPackageGroupStatus
public final ModelPackageGroupStatus modelPackageGroupStatus()
The status of the model group.
If the service returns an enum value that is not available in the current SDK version,
modelPackageGroupStatuswill returnModelPackageGroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelPackageGroupStatusAsString().- Returns:
- The status of the model group.
- See Also:
ModelPackageGroupStatus
-
modelPackageGroupStatusAsString
public final String modelPackageGroupStatusAsString()
The status of the model group.
If the service returns an enum value that is not available in the current SDK version,
modelPackageGroupStatuswill returnModelPackageGroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelPackageGroupStatusAsString().- Returns:
- The status of the model group.
- See Also:
ModelPackageGroupStatus
-
toBuilder
public ModelPackageGroupSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModelPackageGroupSummary.Builder,ModelPackageGroupSummary>
-
builder
public static ModelPackageGroupSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModelPackageGroupSummary.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.
-
-