Class: Aws::CleanRoomsML::Types::ListTrainedModelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ListTrainedModelsResponse
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token value used to access the next page of results.
-
#trained_models ⇒ Array<Types::TrainedModelSummary>
The list of trained models.
Instance Attribute Details
#next_token ⇒ String
The token value used to access the next page of results.
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_models ⇒ Array<Types::TrainedModelSummary>
The list of trained models.
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 |