SageMaker Image Version

SageMaker Image Version in AWS represents a specific version of a SageMaker Image, which is a container image used to run machine learning algorithms, training jobs, or inference endpoints. Each version is immutable and tied to a particular container image digest, ensuring consistency and reproducibility across environments. This allows data scientists and developers to manage updates, rollbacks, and compatibility of their ML workflows with precise control over the runtime environment.

aws.sagemaker_image_version

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
base_imagecorestringThe registry path of the container image on which this image version is based.
container_imagecorestringThe registry path of the container image that contains this image version.
creation_timecoretimestampWhen the version was created.
failure_reasoncorestringWhen a create or delete operation fails, the reason for the failure.
horovodcoreboolIndicates Horovod compatibility.
image_arncorestringThe ARN of the image the version is based on.
image_version_arncorestringThe ARN of the version.
image_version_statuscorestringThe status of the version.
job_typecorestringIndicates SageMaker AI job type compatibility. <ul> <li> <code>TRAINING</code>: The image version is compatible with SageMaker AI training jobs. </li> <li> <code>INFERENCE</code>: The image version is compatible with SageMaker AI inference jobs. </li> <li> <code>NOTEBOOK_KERNEL</code>: The image version is compatible with SageMaker AI notebook kernels. </li> </ul>
last_modified_timecoretimestampWhen the version was last modified.
ml_frameworkcorestringThe machine learning framework vended in the image version.
processorcorestringIndicates CPU or GPU compatibility. <ul> <li> <code>CPU</code>: The image version is compatible with CPU. </li> <li> <code>GPU</code>: The image version is compatible with GPU. </li> </ul>
programming_langcorestringThe supported programming language and its version.
release_notescorestringThe maintainer description of the image version.
tagscorehstore
vendor_guidancecorestringThe stability of the image version specified by the maintainer. <ul> <li> <code>NOT_PROVIDED</code>: The maintainers did not provide a status for image version stability. </li> <li> <code>STABLE</code>: The image version is stable. </li> <li> <code>TO_BE_ARCHIVED</code>: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months. </li> <li> <code>ARCHIVED</code>: The image version is archived. Archived image versions are not searchable and are no longer actively supported. </li> </ul>
versioncoreint64The version number.