public static interface DescribeImageVersionResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeImageVersionResponse.Builder,DescribeImageVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeImageVersionResponse.Builder |
baseImage(String baseImage)
The registry path of the container image on which this image version is based.
|
DescribeImageVersionResponse.Builder |
containerImage(String containerImage)
The registry path of the container image that contains this image version.
|
DescribeImageVersionResponse.Builder |
creationTime(Instant creationTime)
When the version was created.
|
DescribeImageVersionResponse.Builder |
failureReason(String failureReason)
When a create or delete operation fails, the reason for the failure.
|
DescribeImageVersionResponse.Builder |
horovod(Boolean horovod)
Indicates Horovod compatibility.
|
DescribeImageVersionResponse.Builder |
imageArn(String imageArn)
The ARN of the image the version is based on.
|
DescribeImageVersionResponse.Builder |
imageVersionArn(String imageVersionArn)
The ARN of the version.
|
DescribeImageVersionResponse.Builder |
imageVersionStatus(ImageVersionStatus imageVersionStatus)
The status of the version.
|
DescribeImageVersionResponse.Builder |
imageVersionStatus(String imageVersionStatus)
The status of the version.
|
DescribeImageVersionResponse.Builder |
jobType(JobType jobType)
Indicates SageMaker job type compatibility.
|
DescribeImageVersionResponse.Builder |
jobType(String jobType)
Indicates SageMaker job type compatibility.
|
DescribeImageVersionResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
When the version was last modified.
|
DescribeImageVersionResponse.Builder |
mlFramework(String mlFramework)
The machine learning framework vended in the image version.
|
DescribeImageVersionResponse.Builder |
processor(Processor processor)
Indicates CPU or GPU compatibility.
|
DescribeImageVersionResponse.Builder |
processor(String processor)
Indicates CPU or GPU compatibility.
|
DescribeImageVersionResponse.Builder |
programmingLang(String programmingLang)
The supported programming language and its version.
|
DescribeImageVersionResponse.Builder |
releaseNotes(String releaseNotes)
The maintainer description of the image version.
|
DescribeImageVersionResponse.Builder |
vendorGuidance(String vendorGuidance)
The stability of the image version specified by the maintainer.
|
DescribeImageVersionResponse.Builder |
vendorGuidance(VendorGuidance vendorGuidance)
The stability of the image version specified by the maintainer.
|
DescribeImageVersionResponse.Builder |
version(Integer version)
The version number.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeImageVersionResponse.Builder baseImage(String baseImage)
The registry path of the container image on which this image version is based.
baseImage - The registry path of the container image on which this image version is based.DescribeImageVersionResponse.Builder containerImage(String containerImage)
The registry path of the container image that contains this image version.
containerImage - The registry path of the container image that contains this image version.DescribeImageVersionResponse.Builder creationTime(Instant creationTime)
When the version was created.
creationTime - When the version was created.DescribeImageVersionResponse.Builder failureReason(String failureReason)
When a create or delete operation fails, the reason for the failure.
failureReason - When a create or delete operation fails, the reason for the failure.DescribeImageVersionResponse.Builder imageArn(String imageArn)
The ARN of the image the version is based on.
imageArn - The ARN of the image the version is based on.DescribeImageVersionResponse.Builder imageVersionArn(String imageVersionArn)
The ARN of the version.
imageVersionArn - The ARN of the version.DescribeImageVersionResponse.Builder imageVersionStatus(String imageVersionStatus)
The status of the version.
imageVersionStatus - The status of the version.ImageVersionStatus,
ImageVersionStatusDescribeImageVersionResponse.Builder imageVersionStatus(ImageVersionStatus imageVersionStatus)
The status of the version.
imageVersionStatus - The status of the version.ImageVersionStatus,
ImageVersionStatusDescribeImageVersionResponse.Builder lastModifiedTime(Instant lastModifiedTime)
When the version was last modified.
lastModifiedTime - When the version was last modified.DescribeImageVersionResponse.Builder version(Integer version)
The version number.
version - The version number.DescribeImageVersionResponse.Builder vendorGuidance(String vendorGuidance)
The stability of the image version specified by the maintainer.
NOT_PROVIDED: The maintainers did not provide a status for image version stability.
STABLE: The image version is stable.
TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to
be archived are automatically archived after three months.
ARCHIVED: The image version is archived. Archived image versions are not searchable and are no
longer actively supported.
vendorGuidance - The stability of the image version specified by the maintainer.
NOT_PROVIDED: The maintainers did not provide a status for image version stability.
STABLE: The image version is stable.
TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are
set to be archived are automatically archived after three months.
ARCHIVED: The image version is archived. Archived image versions are not searchable and
are no longer actively supported.
VendorGuidance,
VendorGuidanceDescribeImageVersionResponse.Builder vendorGuidance(VendorGuidance vendorGuidance)
The stability of the image version specified by the maintainer.
NOT_PROVIDED: The maintainers did not provide a status for image version stability.
STABLE: The image version is stable.
TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to
be archived are automatically archived after three months.
ARCHIVED: The image version is archived. Archived image versions are not searchable and are no
longer actively supported.
vendorGuidance - The stability of the image version specified by the maintainer.
NOT_PROVIDED: The maintainers did not provide a status for image version stability.
STABLE: The image version is stable.
TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are
set to be archived are automatically archived after three months.
ARCHIVED: The image version is archived. Archived image versions are not searchable and
are no longer actively supported.
VendorGuidance,
VendorGuidanceDescribeImageVersionResponse.Builder jobType(String jobType)
Indicates SageMaker job type compatibility.
TRAINING: The image version is compatible with SageMaker training jobs.
INFERENCE: The image version is compatible with SageMaker inference jobs.
NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.
jobType - Indicates SageMaker job type compatibility.
TRAINING: The image version is compatible with SageMaker training jobs.
INFERENCE: The image version is compatible with SageMaker inference jobs.
NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.
JobType,
JobTypeDescribeImageVersionResponse.Builder jobType(JobType jobType)
Indicates SageMaker job type compatibility.
TRAINING: The image version is compatible with SageMaker training jobs.
INFERENCE: The image version is compatible with SageMaker inference jobs.
NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.
jobType - Indicates SageMaker job type compatibility.
TRAINING: The image version is compatible with SageMaker training jobs.
INFERENCE: The image version is compatible with SageMaker inference jobs.
NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.
JobType,
JobTypeDescribeImageVersionResponse.Builder mlFramework(String mlFramework)
The machine learning framework vended in the image version.
mlFramework - The machine learning framework vended in the image version.DescribeImageVersionResponse.Builder programmingLang(String programmingLang)
The supported programming language and its version.
programmingLang - The supported programming language and its version.DescribeImageVersionResponse.Builder processor(String processor)
Indicates CPU or GPU compatibility.
CPU: The image version is compatible with CPU.
GPU: The image version is compatible with GPU.
DescribeImageVersionResponse.Builder processor(Processor processor)
Indicates CPU or GPU compatibility.
CPU: The image version is compatible with CPU.
GPU: The image version is compatible with GPU.
DescribeImageVersionResponse.Builder horovod(Boolean horovod)
Indicates Horovod compatibility.
horovod - Indicates Horovod compatibility.DescribeImageVersionResponse.Builder releaseNotes(String releaseNotes)
The maintainer description of the image version.
releaseNotes - The maintainer description of the image version.Copyright © 2023. All rights reserved.