@Generated(value="software.amazon.awssdk:codegen") public final class ModelPackageGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelPackageGroupSummary.Builder,ModelPackageGroupSummary>
Summary information about a model group.
Modifier and Type | Class and Description |
---|---|
static interface |
ModelPackageGroupSummary.Builder |
Modifier and Type | Method and 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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String modelPackageGroupName()
The name of the model group.
public final String modelPackageGroupArn()
The Amazon Resource Name (ARN) of the model group.
public final String modelPackageGroupDescription()
A description of the model group.
public final Instant creationTime()
The time that the model group was created.
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 return ModelPackageGroupStatus.UNKNOWN_TO_SDK_VERSION
. The raw
value returned by the service is available from modelPackageGroupStatusAsString()
.
ModelPackageGroupStatus
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 return ModelPackageGroupStatus.UNKNOWN_TO_SDK_VERSION
. The raw
value returned by the service is available from modelPackageGroupStatusAsString()
.
ModelPackageGroupStatus
public ModelPackageGroupSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ModelPackageGroupSummary.Builder,ModelPackageGroupSummary>
public static ModelPackageGroupSummary.Builder builder()
public static Class<? extends ModelPackageGroupSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.