@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 Instant creationTime()
When the image was created.
public String description()
The description of the image.
public String displayName()
The name of the image as displayed.
public String failureReason()
When a create, update, or delete operation fails, the reason for the failure.
public String imageArn()
The Amazon Resource Name (ARN) of the image.
public String imageName()
The name of the image.
public 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 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 Instant lastModifiedTime()
When the image was last modified.
public 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 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.