@Generated(value="software.amazon.awssdk:codegen") public final class DescribeImageResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeImageResponse.Builder,DescribeImageResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeImageResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeImageResponse.Builder |
builder() |
Instant |
creationTime()
When the image was created.
|
String |
description()
The description of the image.
|
String |
displayName()
The name of the image as displayed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
When a create, update, or delete operation fails, the reason for the failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageArn()
The Amazon Resource Name (ARN) of the image.
|
String |
imageName()
The name of the image.
|
ImageStatus |
imageStatus()
The status of the image.
|
String |
imageStatusAsString()
The status of the image.
|
Instant |
lastModifiedTime()
When the image was last modified.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the IAM role that enables Amazon SageMaker to perform tasks on your behalf.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeImageResponse.Builder> |
serializableBuilderClass() |
DescribeImageResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant creationTime()
When the image was created.
public final String description()
The description of the image.
public final String displayName()
The name of the image as displayed.
public final String failureReason()
When a create, update, or delete operation fails, the reason for the failure.
public final String imageArn()
The Amazon Resource Name (ARN) of the image.
public final String imageName()
The name of the image.
public final ImageStatus imageStatus()
The status of the image.
If the service returns an enum value that is not available in the current SDK version, imageStatus will
return ImageStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
imageStatusAsString().
ImageStatuspublic final String imageStatusAsString()
The status of the image.
If the service returns an enum value that is not available in the current SDK version, imageStatus will
return ImageStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
imageStatusAsString().
ImageStatuspublic final Instant lastModifiedTime()
When the image was last modified.
public final String roleArn()
The Amazon Resource Name (ARN) of the IAM role that enables Amazon SageMaker to perform tasks on your behalf.
public DescribeImageResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeImageResponse.Builder,DescribeImageResponse>toBuilder in class AwsResponsepublic static DescribeImageResponse.Builder builder()
public static Class<? extends DescribeImageResponse.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.