image_versions_list_only
Lists image_versions
in a region or regions, for all properties use image_versions
Overview
Name | image_versions_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::ImageVersion |
Id | aws.sagemaker.image_versions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
image_name | string | The name of the image this version belongs to. |
image_arn | string | The Amazon Resource Name (ARN) of the parent image. |
image_version_arn | string | The Amazon Resource Name (ARN) of the image version. |
base_image | string | The registry path of the container image on which this image version is based. |
container_image | string | The image to use for the container that will be materialized for the inference component |
version | integer | The version number of the image version. |
alias | string | The alias of the image version. |
aliases | array | List of aliases for the image version. |
vendor_guidance | string | The availability of the image version specified by the maintainer. |
job_type | string | Indicates SageMaker job type compatibility. |
ml_framework | string | The machine learning framework vended in the image version. |
programming_lang | string | The supported programming language and its version. |
processor | string | Indicates CPU or GPU compatibility. |
horovod | boolean | Indicates Horovod compatibility. |
release_notes | string | The maintainer description of the image version. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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