The input for DeleteDatasetCommand.

interface DeleteDatasetCommandInput {
    DatasetArn: undefined | string;
}

Hierarchy (view full)

Properties

Properties

DatasetArn: undefined | string

The ARN of the Amazon Rekognition Custom Labels dataset that you want to delete.