aws.forecast.list_datasets
Example SQL Queries
SELECT * FROMaws.forecast.list_datasets;Description
Returns a list of datasets created using the CreateDataset operation. For each dataset, a summary of its properties, including its Amazon Resource Name (ARN), is returned. To retrieve the complete set of properties, use the ARN with the DescribeDataset operation.
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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_time When the dataset was created. | TIMESTAMP_S |
| dataset_arn The Amazon Resource Name (ARN) of the dataset. | VARCHAR |
| dataset_name The name of the dataset. | VARCHAR |
| dataset_type The dataset type. | VARCHAR |
| domain The domain associated with the dataset. | VARCHAR |
| last_modification_time When you create a dataset, LastModificationTime is the same as CreationTime. While data is being imported to the dataset, LastModificationTime is the current time of the ListDatasets call. After a CreateDatasetImportJob operation has finished, LastModificationTime is when the import job completed or failed. | TIMESTAMP_S |