aws.sagemaker.list_model_package_groups
Example SQL Queries
SELECT * FROMaws.sagemaker.list_model_package_groups;Description
Gets a list of the model groups in your Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| creation_time_after Input Column A filter that returns only model groups created after the specified time. | TIMESTAMP_S |
| creation_time_before Input Column A filter that returns only model groups created before the specified time. | TIMESTAMP_S |
| cross_account_filter_option Input Column A filter that returns either model groups shared with you or model groups in your own account. When the value is CrossAccount, the results show the resources made discoverable to you from other accounts. When the value is SameAccount or null, the results show resources from your account. The default is SameAccount. | VARCHAR |
| name_contains Input Column A string in the model group name. This filter returns only model groups whose name contains the specified string. | VARCHAR |
| sort_by Input Column The field to sort results by. The default is CreationTime. | VARCHAR |
| sort_order Input Column The sort order for results. The default is Ascending. | 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 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_name The name of the model group. | VARCHAR |
| model_package_group_status The status of the model group. | VARCHAR |