@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 String modelPackageGroupName()
The name of the model group.
public String modelPackageGroupArn()
The Amazon Resource Name (ARN) of the model group.
public String modelPackageGroupDescription()
A description of the model group.
public Instant creationTime()
The time that the model group was created.
public UserContext createdBy()
public 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 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.