Class: Aws::CleanRoomsML::Types::ListCollaborationTrainedModelsResponse

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

#collaboration_trained_modelsArray<Types::CollaborationTrainedModelSummary>

The trained models in the collaboration that you requested.



4133
4134
4135
4136
4137
4138
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4133

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

#next_tokenString

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

Returns:

  • (String)


4133
4134
4135
4136
4137
4138
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4133

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