aws.sagemaker.describe_studio_lifecycle_config
Example SQL Queries
SELECT * FROMaws.sagemaker.describe_studio_lifecycle_configWHERE"studio_lifecycle_config_name" = 'VALUE';Description
Describes the Amazon SageMaker Studio Lifecycle Configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| studio_lifecycle_config_name Required Input Column The name of the Amazon SageMaker Studio Lifecycle Configuration that is described. | 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 The creation time of the Amazon SageMaker Studio Lifecycle Configuration. | TIMESTAMP_S |
| last_modified_time This value is equivalent to CreationTime because Amazon SageMaker Studio Lifecycle Configurations are immutable. | TIMESTAMP_S |
| studio_lifecycle_config_app_type The App type that the Lifecycle Configuration is attached to. | VARCHAR |
| studio_lifecycle_config_arn The ARN of the Lifecycle Configuration to describe. | VARCHAR |
| studio_lifecycle_config_content The content of your Amazon SageMaker Studio Lifecycle Configuration script. | VARCHAR |