aws.forecast.describe_dataset_group
Example SQL Queries
SELECT * FROMaws.forecast.describe_dataset_groupWHERE"dataset_group_arn" = 'VALUE';Description
Describes a dataset group created using the CreateDatasetGroup operation.
In addition to listing the parameters provided in the CreateDatasetGroup request, this operation includes the following properties:
DatasetArns - The datasets belonging to the group.
CreationTime
LastModificationTime
Status
Table Definition
| Column Name | Column Data Type |
|---|---|
| dataset_group_arn Required Input Column The ARN of the dataset group. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_time When the dataset group was created. | TIMESTAMP_S |
| dataset_arns An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group. | VARCHAR[] |
Show child fields
| |
| dataset_group_name The name of the dataset group. | VARCHAR |
| domain The domain associated with the dataset group. | VARCHAR |
| last_modification_time When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While the dataset group is being updated, LastModificationTime is the current time of the DescribeDatasetGroup call. | TIMESTAMP_S |
| status The status of the dataset group. States include:
The UPDATE states apply when you call the UpdateDatasetGroup operation. The Status of the dataset group must be ACTIVE before you can use the dataset group to create a predictor. | VARCHAR |