Class: Aws::Rekognition::Types::ListDatasetEntriesResponse

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_entriesArray<String>

A list of entries (images) in the dataset.

Returns:

  • (Array<String>)


4943
4944
4945
4946
4947
4948
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4943

class ListDatasetEntriesResponse < Struct.new(
  :dataset_entries,
  :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)


4943
4944
4945
4946
4947
4948
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4943

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