Class: Aws::CleanRoomsML::Types::ListCollaborationTrainedModelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ListCollaborationTrainedModelsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ String
The collaboration ID of the collaboration that contains the trained models you are interested in.
-
#max_results ⇒ Integer
The maximum size of the results that is returned per call.
-
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
Instance Attribute Details
#collaboration_identifier ⇒ String
The collaboration ID of the collaboration that contains the trained models you are interested in.
4115 4116 4117 4118 4119 4120 4121 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4115 class ListCollaborationTrainedModelsRequest < Struct.new( :next_token, :max_results, :collaboration_identifier) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum size of the results that is returned per call.
4115 4116 4117 4118 4119 4120 4121 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4115 class ListCollaborationTrainedModelsRequest < Struct.new( :next_token, :max_results, :collaboration_identifier) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
4115 4116 4117 4118 4119 4120 4121 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4115 class ListCollaborationTrainedModelsRequest < Struct.new( :next_token, :max_results, :collaboration_identifier) SENSITIVE = [] include Aws::Structure end |