| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Image |
Image.clone() |
Image |
Image.withCreationTime(Date creationTime)
When the image was created.
|
Image |
Image.withDescription(String description)
The description of the image.
|
Image |
Image.withDisplayName(String displayName)
The name of the image as displayed.
|
Image |
Image.withFailureReason(String failureReason)
When a create, update, or delete operation fails, the reason for the failure.
|
Image |
Image.withImageArn(String imageArn)
The Amazon Resource Name (ARN) of the image.
|
Image |
Image.withImageName(String imageName)
The name of the image.
|
Image |
Image.withImageStatus(ImageStatus imageStatus)
The status of the image.
|
Image |
Image.withImageStatus(String imageStatus)
The status of the image.
|
Image |
Image.withLastModifiedTime(Date lastModifiedTime)
When the image was last modified.
|
| Modifier and Type | Method and Description |
|---|---|
List<Image> |
ListImagesResult.getImages()
A list of images and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListImagesResult |
ListImagesResult.withImages(Image... images)
A list of images and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListImagesResult.setImages(Collection<Image> images)
A list of images and their properties.
|
ListImagesResult |
ListImagesResult.withImages(Collection<Image> images)
A list of images and their properties.
|
Copyright © 2022. All rights reserved.