update_dataset_group

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',
    ]
)
Parameters
  • DatasetGroupArn (string) --

    [REQUIRED]

    The ARN of the dataset group.

  • DatasetArns (list) --

    [REQUIRED]

    An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.

    • (string) --
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • ForecastService.Client.exceptions.InvalidInputException
  • ForecastService.Client.exceptions.ResourceNotFoundException
  • ForecastService.Client.exceptions.ResourceInUseException