@Generated(value="software.amazon.awssdk:codegen") public final class Image extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Image.Builder,Image>
A SageMaker image. A SageMaker image represents a set of container images that are derived from a common base
container image. Each of these container images is represented by a SageMaker ImageVersion
.
Modifier and Type | Class and Description |
---|---|
static interface |
Image.Builder |
Modifier and Type | Method and Description |
---|---|
static Image.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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Image.Builder> |
serializableBuilderClass() |
Image.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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()
.
ImageStatus
public 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()
.
ImageStatus
public final Instant lastModifiedTime()
When the image was last modified.
public Image.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Image.Builder,Image>
public static Image.Builder builder()
public static Class<? extends Image.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.