aws.sagemaker.list_lineage_groups
Example SQL Queries
SELECT * FROMaws.sagemaker.list_lineage_groups;Description
A list of lineage groups shared with your Amazon Web Services account. For more information, see Cross-Account Lineage Tracking in the Amazon SageMaker Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| created_after Input Column A timestamp to filter against lineage groups created after a certain point in time. | TIMESTAMP_S |
| created_before Input Column A timestamp to filter against lineage groups created before a certain point in time. | TIMESTAMP_S |
| sort_by Input Column The parameter by which to sort the results. The default is CreationTime. | VARCHAR |
| sort_order Input Column The sort order for the 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 creation time of the lineage group summary. | TIMESTAMP_S |
| display_name The display name of the lineage group summary. | VARCHAR |
| last_modified_time The last modified time of the lineage group summary. | TIMESTAMP_S |
| lineage_group_arn The Amazon Resource Name (ARN) of the lineage group resource. | VARCHAR |
| lineage_group_name The name or Amazon Resource Name (ARN) of the lineage group. | VARCHAR |