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.
4296 4297 4298 4299 4300 4301 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4296 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.
4296 4297 4298 4299 4300 4301 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4296 class ListConfiguredModelAlgorithmsResponse < Struct.new( :next_token, :configured_model_algorithms) SENSITIVE = [] include Aws::Structure end |