Class: Aws::LookoutforVision::Types::ListDatasetEntriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::ListDatasetEntriesResponse
- Defined in:
- gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_entries ⇒ Array<String>
A list of the entries (JSON Lines) within the dataset.
-
#next_token ⇒ String
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.
Instance Attribute Details
#dataset_entries ⇒ Array<String>
A list of the entries (JSON Lines) within the dataset.
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_token ⇒ String
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.
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 |