Skip to main content

image_versions_list_only

Lists image_versions in a region or regions, for all properties use image_versions

Overview

Nameimage_versions_list_only
TypeResource
DescriptionResource Type definition for AWS::SageMaker::ImageVersion
Idaws.sagemaker.image_versions_list_only

Fields

NameDatatypeDescription
image_namestringThe name of the image this version belongs to.
image_arnstringThe Amazon Resource Name (ARN) of the parent image.
image_version_arnstringThe Amazon Resource Name (ARN) of the image version.
base_imagestringThe registry path of the container image on which this image version is based.
container_imagestringThe image to use for the container that will be materialized for the inference component
versionintegerThe version number of the image version.
aliasstringThe alias of the image version.
aliasesarrayList of aliases for the image version.
vendor_guidancestringThe availability of the image version specified by the maintainer.
job_typestringIndicates SageMaker job type compatibility.
ml_frameworkstringThe machine learning framework vended in the image version.
programming_langstringThe supported programming language and its version.
processorstringIndicates CPU or GPU compatibility.
horovodbooleanIndicates Horovod compatibility.
release_notesstringThe maintainer description of the image version.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all image_versions in a region.

SELECT
region,
image_version_arn
FROM aws.sagemaker.image_versions_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the image_versions_list_only resource, see image_versions