Class: Aws::LookoutforVision::Types::ListDatasetEntriesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_entriesArray<String>

A list of the entries (JSON Lines) within the dataset.

Returns:

  • (Array<String>)


994
995
996
997
998
999
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 994

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

#next_tokenString

If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set ofdataset entries.

Returns:

  • (String)


994
995
996
997
998
999
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 994

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