aws.sagemaker.describe_image
Example SQL Queries
SELECT * FROMaws.sagemaker.describe_imageWHERE"image_name" = 'VALUE';Description
Describes a SageMaker image.
Table Definition
| Column Name | Column Data Type |
|---|---|
| image_name Required Input Column The name of the image. | VARCHAR |
| _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
| |
| creation_time When the image was created. | TIMESTAMP_S |
| description The description of the image. | VARCHAR |
| display_name The name of the image as displayed. | VARCHAR |
| failure_reason When a create, update, or delete operation fails, the reason for the failure. | VARCHAR |
| image_arn The ARN of the image. | VARCHAR |
| image_status The status of the image. | VARCHAR |
| last_modified_time When the image was last modified. | TIMESTAMP_S |
| role_arn The ARN of the IAM role that enables Amazon SageMaker to perform tasks on your behalf. | VARCHAR |