@Generated(value="software.amazon.awssdk:codegen") public final class DescribeModelPackageGroupResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeModelPackageGroupResponse.Builder,DescribeModelPackageGroupResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeModelPackageGroupResponse.Builder |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 UserContext createdBy()
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().
ModelPackageGroupStatuspublic 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().
ModelPackageGroupStatuspublic DescribeModelPackageGroupResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeModelPackageGroupResponse.Builder,DescribeModelPackageGroupResponse>toBuilder in class AwsResponsepublic static DescribeModelPackageGroupResponse.Builder builder()
public static Class<? extends DescribeModelPackageGroupResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.