aws.sagemaker.describe_model_package_group
Example SQL Queries
SELECT * FROMaws.sagemaker.describe_model_package_groupWHERE"model_package_group_name" = 'VALUE';Description
Gets a description for the specified model group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| model_package_group_name Required Input Column The name of the model group. | 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
| |
| created_by Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card. | STRUCT( |
Show child fields
| |
| creation_time The time that the model group was created. | TIMESTAMP_S |
| model_package_group_arn The Amazon Resource Name (ARN) of the model group. | VARCHAR |
| model_package_group_description A description of the model group. | VARCHAR |
| model_package_group_status The status of the model group. | VARCHAR |