aws.cleanroomsml.list_training_datasets
Example SQL Queries
SELECT * FROMaws.cleanroomsml.list_training_datasets;Description
Returns a list of training datasets.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| create_time The time at which the training dataset was created. | TIMESTAMP_S |
| description The description of the training dataset. | VARCHAR |
| name The name of the training dataset. | VARCHAR |
| status The status of the training dataset. | VARCHAR |
| training_dataset_arn The Amazon Resource Name (ARN) of the training dataset. | VARCHAR |
| update_time The most recent time at which the training dataset was updated. | TIMESTAMP_S |