Class: Aws::CleanRoomsML::Types::ListCollaborationConfiguredModelAlgorithmAssociationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_configured_model_algorithm_associationsArray<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_tokenString

The token value used to access the next page of results.

Returns:

  • (String)


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