Class: Aws::Rekognition::Types::ListDatasetLabelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::ListDatasetLabelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_label_descriptions ⇒ Array<Types::DatasetLabelDescription>
A list of the labels in the dataset.
-
#next_token ⇒ 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.
Instance Attribute Details
#dataset_label_descriptions ⇒ Array<Types::DatasetLabelDescription>
A list of the labels in the dataset.
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_token ⇒ 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.
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 |