aws.sagemaker.list_artifacts
Example SQL Queries
SELECT * FROMaws.sagemaker.list_artifacts;Description
Lists the artifacts in your account and their properties.
Table Definition
| Column Name | Column Data Type |
|---|---|
| artifact_type Input Column The type of the artifact. | VARCHAR |
| created_after Input Column A filter that returns only artifacts created on or after the specified time. | TIMESTAMP_S |
| created_before Input Column A filter that returns only artifacts created on or before the specified time. | TIMESTAMP_S |
| sort_by Input Column The property used to sort results. The default value is CreationTime. | VARCHAR |
| sort_order Input Column The sort order. The default value is Descending. | VARCHAR |
| source_uri Input Column A filter that returns only artifacts with the specified source URI. | 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
| |
| artifact_arn The Amazon Resource Name (ARN) of the artifact. | VARCHAR |
| artifact_name The name of the artifact. | VARCHAR |
| creation_time When the artifact was created. | TIMESTAMP_S |
| last_modified_time When the artifact was last modified. | TIMESTAMP_S |
| source The source of the artifact. | STRUCT( |
Show child fields
| |