Class: Aws::CleanRoomsML::Types::ListCollaborationTrainedModelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ListCollaborationTrainedModelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_trained_models ⇒ Array<Types::CollaborationTrainedModelSummary>
The trained models in the collaboration that you requested.
-
#next_token ⇒ String
The token value used to access the next page of results.
Instance Attribute Details
#collaboration_trained_models ⇒ Array<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_token ⇒ String
The token value used to access the next page of results.
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 |