

# CollaborationConfiguredModelAlgorithmAssociationSummary


Provides summary information about a configured model algorithm in a collaboration.

## Contents


 ** collaborationIdentifier **   <a name="API-Type-CollaborationConfiguredModelAlgorithmAssociationSummary-collaborationIdentifier"></a>
The collaboration ID of the collaboration that contains the configured model algorithm association.  
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}`   
Required: Yes

 ** configuredModelAlgorithmArn **   <a name="API-Type-CollaborationConfiguredModelAlgorithmAssociationSummary-configuredModelAlgorithmArn"></a>
The Amazon Resource Name (ARN) of the configured model algorithm that is associated to the collaboration.  
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:configured-model-algorithm/[-a-zA-Z0-9_/.]+`   
Required: Yes

 ** configuredModelAlgorithmAssociationArn **   <a name="API-Type-CollaborationConfiguredModelAlgorithmAssociationSummary-configuredModelAlgorithmAssociationArn"></a>
The Amazon Resource Name (ARN) of the configured model algorithm association.  
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:membership/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/configured-model-algorithm-association/[-a-zA-Z0-9_/.]+`   
Required: Yes

 ** createTime **   <a name="API-Type-CollaborationConfiguredModelAlgorithmAssociationSummary-createTime"></a>
The time at which the configured model algorithm association was created.  
Type: Timestamp  
Required: Yes

 ** creatorAccountId **   <a name="API-Type-CollaborationConfiguredModelAlgorithmAssociationSummary-creatorAccountId"></a>
The account ID of the member that created the configured model algorithm association.  
Type: String  
Length Constraints: Fixed length of 12.  
Pattern: `[0-9]{12}`   
Required: Yes

 ** membershipIdentifier **   <a name="API-Type-CollaborationConfiguredModelAlgorithmAssociationSummary-membershipIdentifier"></a>
The membership ID of the member that created the configured model algorithm association.  
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}`   
Required: Yes

 ** name **   <a name="API-Type-CollaborationConfiguredModelAlgorithmAssociationSummary-name"></a>
The name of the configured model algorithm association.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 63.  
Pattern: `(?!\s*$)[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDBFF-\uDC00\uDFFF\t]*`   
Required: Yes

 ** updateTime **   <a name="API-Type-CollaborationConfiguredModelAlgorithmAssociationSummary-updateTime"></a>
The most recent time at which the configured model algorithm association was updated.  
Type: Timestamp  
Required: Yes

 ** description **   <a name="API-Type-CollaborationConfiguredModelAlgorithmAssociationSummary-description"></a>
The description of the configured model algorithm association.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 255.  
Pattern: `[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDBFF-\uDC00\uDFFF\t\r\n]*`   
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/cleanroomsml-2023-09-06/CollaborationConfiguredModelAlgorithmAssociationSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/cleanroomsml-2023-09-06/CollaborationConfiguredModelAlgorithmAssociationSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/cleanroomsml-2023-09-06/CollaborationConfiguredModelAlgorithmAssociationSummary) 