Class: Aws::CleanRoomsML::Types::ListConfiguredModelAlgorithmsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ListConfiguredModelAlgorithmsResponse
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_model_algorithms ⇒ Array<Types::ConfiguredModelAlgorithmSummary>
The list of configured model algorithms.
-
#next_token ⇒ String
The token value used to access the next page of results.
Instance Attribute Details
#configured_model_algorithms ⇒ Array<Types::ConfiguredModelAlgorithmSummary>
The list of configured model algorithms.
4353 4354 4355 4356 4357 4358 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4353 class ListConfiguredModelAlgorithmsResponse < Struct.new( :next_token, :configured_model_algorithms) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value used to access the next page of results.
4353 4354 4355 4356 4357 4358 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4353 class ListConfiguredModelAlgorithmsResponse < Struct.new( :next_token, :configured_model_algorithms) SENSITIVE = [] include Aws::Structure end |