aws.cleanroomsml.get_training_dataset
Example SQL Queries
SELECT * FROMaws.cleanroomsml.get_training_datasetWHERE"training_dataset_arn" = 'VALUE';Description
Returns information about a training dataset.
Table Definition
| Column Name | Column Data Type |
|---|---|
| training_dataset_arn Required Input Column The Amazon Resource Name (ARN) of the training dataset. | 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
| |
| 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 |
| role_arn The IAM role used to read the training data. | VARCHAR |
| status The status of the training dataset. | VARCHAR |
| tags The tags that are assigned to this training dataset. | MAP(VARCHAR, VARCHAR) |
| training_data Metadata about the requested training data. | STRUCT( |
Show child fields
| |
| update_time The most recent time at which the training dataset was updated. | TIMESTAMP_S |