Class: Aws::CleanRoomsML::Types::ListTrainingDatasetsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanroomsml/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token value used to access the next page of results.

Returns:

  • (String)


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_datasetsArray<Types::TrainingDatasetSummary>

The training datasets that match the request.

Returns:



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