class Aws::ForecastService::Types::DescribeDatasetGroupResponse
@!attribute [rw] dataset_group_name
The name of the dataset group. @return [String]
@!attribute [rw] dataset_group_arn
The ARN of the dataset group. @return [String]
@!attribute [rw] dataset_arns
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group. @return [Array<String>]
@!attribute [rw] domain
The domain associated with the dataset group. @return [String]
@!attribute [rw] status
The status of the dataset group. States include: * `ACTIVE` * `CREATE_PENDING`, `CREATE_IN_PROGRESS`, `CREATE_FAILED` * `DELETE_PENDING`, `DELETE_IN_PROGRESS`, `DELETE_FAILED` * `UPDATE_PENDING`, `UPDATE_IN_PROGRESS`, `UPDATE_FAILED` The `UPDATE` states apply when you call the UpdateDatasetGroup operation. <note markdown="1"> The `Status` of the dataset group must be `ACTIVE` before you can use the dataset group to create a predictor. </note> @return [String]
@!attribute [rw] creation_time
When the dataset group was created. @return [Time]
@!attribute [rw] 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. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/DescribeDatasetGroupResponse AWS API Documentation
Constants
- SENSITIVE