

# TrainedModelSummary
<a name="API_TrainedModelSummary"></a>

Summary information about the trained model.

## Contents
<a name="API_TrainedModelSummary_Contents"></a>

 ** collaborationIdentifier **   <a name="API-Type-TrainedModelSummary-collaborationIdentifier"></a>
The collaboration ID of the collaboration that contains the trained model.  
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

 ** configuredModelAlgorithmAssociationArn **   <a name="API-Type-TrainedModelSummary-configuredModelAlgorithmAssociationArn"></a>
The Amazon Resource Name (ARN) of the configured model algorithm association that was used to create this trained model.  
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-TrainedModelSummary-createTime"></a>
The time at which the trained model was created.  
Type: Timestamp  
Required: Yes

 ** membershipIdentifier **   <a name="API-Type-TrainedModelSummary-membershipIdentifier"></a>
The membership ID of the member that created the trained model.  
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-TrainedModelSummary-name"></a>
The name of the trained model.  
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

 ** status **   <a name="API-Type-TrainedModelSummary-status"></a>
The status of the trained model.  
Type: String  
Valid Values: `CREATE_PENDING | CREATE_IN_PROGRESS | CREATE_FAILED | ACTIVE | DELETE_PENDING | DELETE_IN_PROGRESS | DELETE_FAILED | INACTIVE | CANCEL_PENDING | CANCEL_IN_PROGRESS | CANCEL_FAILED`   
Required: Yes

 ** trainedModelArn **   <a name="API-Type-TrainedModelSummary-trainedModelArn"></a>
The Amazon Resource Name (ARN) of the trained model.  
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}/trained-model/[-a-zA-Z0-9_/.]+`   
Required: Yes

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

 ** description **   <a name="API-Type-TrainedModelSummary-description"></a>
The description of the trained model.  
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

 ** incrementalTrainingDataChannels **   <a name="API-Type-TrainedModelSummary-incrementalTrainingDataChannels"></a>
Information about the incremental training data channels used to create this version of the trained model.  
Type: Array of [IncrementalTrainingDataChannelOutput](API_IncrementalTrainingDataChannelOutput.md) objects  
Array Members: Fixed number of 1 item.  
Required: No

 ** versionIdentifier **   <a name="API-Type-TrainedModelSummary-versionIdentifier"></a>
The version identifier of this trained model version.  
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: No

## See Also
<a name="API_TrainedModelSummary_SeeAlso"></a>

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/TrainedModelSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/cleanroomsml-2023-09-06/TrainedModelSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/cleanroomsml-2023-09-06/TrainedModelSummary) 