Class: Aws::CleanRoomsML::Types::ListTrainedModelsResponse

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 used to access the next page of results.

Returns:

  • (String)


4574
4575
4576
4577
4578
4579
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4574

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

#trained_modelsArray<Types::TrainedModelSummary>

The list of trained models.

Returns:



4574
4575
4576
4577
4578
4579
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4574

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