Describe Dataset Group
forecastservice_describe_dataset_group | R Documentation |
Describes a dataset group created using the CreateDatasetGroup operation¶
Description¶
Describes a dataset group created using the create_dataset_group
operation.
In addition to listing the parameters provided in the
create_dataset_group
request, this operation includes the following
properties:
-
DatasetArns
- The datasets belonging to the group. -
CreationTime
-
LastModificationTime
-
Status
Usage¶
Arguments¶
DatasetGroupArn
[required] The Amazon Resource Name (ARN) of the dataset group.
Value¶
A list with the following syntax:
list(
DatasetGroupName = "string",
DatasetGroupArn = "string",
DatasetArns = list(
"string"
),
Domain = "RETAIL"|"CUSTOM"|"INVENTORY_PLANNING"|"EC2_CAPACITY"|"WORK_FORCE"|"WEB_TRAFFIC"|"METRICS",
Status = "string",
CreationTime = as.POSIXct(
"2015-01-01"
),
LastModificationTime = as.POSIXct(
"2015-01-01"
)
)