Class: Aws::Rekognition::Types::ListDatasetLabelsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_label_descriptionsArray<Types::DatasetLabelDescription>

A list of the labels in the dataset.

Returns:



5012
5013
5014
5015
5016
5017
# File 'lib/aws-sdk-rekognition/types.rb', line 5012

class ListDatasetLabelsResponse < Struct.new(
  :dataset_label_descriptions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


5012
5013
5014
5015
5016
5017
# File 'lib/aws-sdk-rekognition/types.rb', line 5012

class ListDatasetLabelsResponse < Struct.new(
  :dataset_label_descriptions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end