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

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

A list of entries (images) in the dataset.

Returns:

  • (Array<String>)


4968
4969
4970
4971
4972
4973
# File 'lib/aws-sdk-rekognition/types.rb', line 4968

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)


4968
4969
4970
4971
4972
4973
# File 'lib/aws-sdk-rekognition/types.rb', line 4968

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