ForecastService.Client.
update_dataset_group
(**kwargs)¶Replaces the datasets in a dataset group with the specified datasets.
Note
The Status
of the dataset group must be ACTIVE
before you can use the dataset group to create a predictor. Use the DescribeDatasetGroup operation to get the status.
See also: AWS API Documentation
Request Syntax
response = client.update_dataset_group(
DatasetGroupArn='string',
DatasetArns=[
'string',
]
)
[REQUIRED]
The ARN of the dataset group.
[REQUIRED]
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
dict
Response Syntax
{}
Response Structure
Exceptions
ForecastService.Client.exceptions.InvalidInputException
ForecastService.Client.exceptions.ResourceNotFoundException
ForecastService.Client.exceptions.ResourceInUseException