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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


1435
1436
1437
1438
1439
1440
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1435

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:



1435
1436
1437
1438
1439
1440
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1435

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