Class: Aws::CleanRoomsML::Types::ListTrainingDatasetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ListTrainingDatasetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token value used to access the next page of results.
-
#training_datasets ⇒ Array<Types::TrainingDatasetSummary>
The training datasets that match the request.
Instance Attribute Details
#next_token ⇒ String
The token value used to access the next page of results.
4086 4087 4088 4089 4090 4091 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4086 class ListTrainingDatasetsResponse < Struct.new( :next_token, :training_datasets) SENSITIVE = [] include Aws::Structure end |
#training_datasets ⇒ Array<Types::TrainingDatasetSummary>
The training datasets that match the request.
4086 4087 4088 4089 4090 4091 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4086 class ListTrainingDatasetsResponse < Struct.new( :next_token, :training_datasets) SENSITIVE = [] include Aws::Structure end |