The output of ListDatasetLabelsCommand.

interface ListDatasetLabelsCommandOutput {
    $metadata: ResponseMetadata;
    DatasetLabelDescriptions?: DatasetLabelDescription[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

DatasetLabelDescriptions?: DatasetLabelDescription[]

A list of the labels in the dataset.

NextToken?: string

If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.