Class: Aws::CleanRoomsML::Types::ListConfiguredModelAlgorithmAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ListConfiguredModelAlgorithmAssociationsResponse
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_model_algorithm_associations ⇒ Array<Types::ConfiguredModelAlgorithmAssociationSummary>
The list of configured model algorithm associations.
-
#next_token ⇒ String
The token value used to access the next page of results.
Instance Attribute Details
#configured_model_algorithm_associations ⇒ Array<Types::ConfiguredModelAlgorithmAssociationSummary>
The list of configured model algorithm associations.
4318 4319 4320 4321 4322 4323 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4318 class ListConfiguredModelAlgorithmAssociationsResponse < Struct.new( :next_token, :configured_model_algorithm_associations) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value used to access the next page of results.
4318 4319 4320 4321 4322 4323 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4318 class ListConfiguredModelAlgorithmAssociationsResponse < Struct.new( :next_token, :configured_model_algorithm_associations) SENSITIVE = [] include Aws::Structure end |