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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/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:



4999
5000
5001
5002
5003
5004
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4999

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)


4999
5000
5001
5002
5003
5004
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4999

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