aws.sagemaker.list_aliases
Example SQL Queries
SELECT * FROMaws.sagemaker.list_aliasesWHERE"image_name" = 'VALUE';Description
Lists the aliases of a specified image or image version.
Table Definition
| Column Name | Column Data Type |
|---|---|
| image_name Required Input Column The name of the image. | VARCHAR |
| alias Input Column The alias of the image version. | VARCHAR |
| version Input Column The version of the image. If image version is not specified, the aliases of all versions of the image are listed. | BIGINT |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| sage_maker_image_version_aliases | VARCHAR |