Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_dataset_group

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