| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ImageVersion |
ImageVersion.clone() |
ImageVersion |
ImageVersion.withCreationTime(Date creationTime)
When the version was created.
|
ImageVersion |
ImageVersion.withFailureReason(String failureReason)
When a create or delete operation fails, the reason for the failure.
|
ImageVersion |
ImageVersion.withImageArn(String imageArn)
The Amazon Resource Name (ARN) of the image the version is based on.
|
ImageVersion |
ImageVersion.withImageVersionArn(String imageVersionArn)
The ARN of the version.
|
ImageVersion |
ImageVersion.withImageVersionStatus(ImageVersionStatus imageVersionStatus)
The status of the version.
|
ImageVersion |
ImageVersion.withImageVersionStatus(String imageVersionStatus)
The status of the version.
|
ImageVersion |
ImageVersion.withLastModifiedTime(Date lastModifiedTime)
When the version was last modified.
|
ImageVersion |
ImageVersion.withVersion(Integer version)
The version number.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageVersion> |
ListImageVersionsResult.getImageVersions()
A list of versions and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListImageVersionsResult |
ListImageVersionsResult.withImageVersions(ImageVersion... imageVersions)
A list of versions and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListImageVersionsResult.setImageVersions(Collection<ImageVersion> imageVersions)
A list of versions and their properties.
|
ListImageVersionsResult |
ListImageVersionsResult.withImageVersions(Collection<ImageVersion> imageVersions)
A list of versions and their properties.
|
Copyright © 2022. All rights reserved.