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.

delete_dataset_group

delete_dataset_group(**kwargs)

Deletes a dataset group. Before you delete a dataset group, you must delete the following:

  • All associated event trackers.
  • All associated solutions.
  • All datasets in the dataset group.

See also: AWS API Documentation

Request Syntax

response = client.delete_dataset_group(
    datasetGroupArn='string'
)
Parameters
datasetGroupArn (string) --

[REQUIRED]

The ARN of the dataset group to delete.

Returns
None

Exceptions

  • Personalize.Client.exceptions.InvalidInputException
  • Personalize.Client.exceptions.ResourceNotFoundException
  • Personalize.Client.exceptions.ResourceInUseException