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 interface
ModelPackageGroupSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModelPackageGroupSummary.Builder
builder()
Instant
creationTime()
The time that the model group was created.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
modelPackageGroupArn()
The Amazon Resource Name (ARN) of the model group.String
modelPackageGroupDescription()
A description of the model group.String
modelPackageGroupName()
The name of the model group.ModelPackageGroupStatus
modelPackageGroupStatus()
The status of the model group.String
modelPackageGroupStatusAsString()
The status of the model group.List<SdkField<?>>
sdkFields()
static Class<? extends ModelPackageGroupSummary.Builder>
serializableBuilderClass()
ModelPackageGroupSummary.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
-
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,
modelPackageGroupStatus
will 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,
modelPackageGroupStatus
will 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:
toBuilder
in 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:
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.
-
-