Class: Aws::CleanRoomsML::Types::ListCollaborationConfiguredModelAlgorithmAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ListCollaborationConfiguredModelAlgorithmAssociationsResponse
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_configured_model_algorithm_associations ⇒ Array<Types::CollaborationConfiguredModelAlgorithmAssociationSummary>
The configured model algorithm associations that belong to this collaboration.
-
#next_token ⇒ String
The token value used to access the next page of results.
Instance Attribute Details
#collaboration_configured_model_algorithm_associations ⇒ Array<Types::CollaborationConfiguredModelAlgorithmAssociationSummary>
The configured model algorithm associations that belong to this collaboration.
3839 3840 3841 3842 3843 3844 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3839 class ListCollaborationConfiguredModelAlgorithmAssociationsResponse < Struct.new( :next_token, :collaboration_configured_model_algorithm_associations) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value used to access the next page of results.
3839 3840 3841 3842 3843 3844 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3839 class ListCollaborationConfiguredModelAlgorithmAssociationsResponse < Struct.new( :next_token, :collaboration_configured_model_algorithm_associations) SENSITIVE = [] include Aws::Structure end |