

# MLInputChannelSummary
<a name="API_MLInputChannelSummary"></a>

Provides summary information about the ML input channel.

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

 ** collaborationIdentifier **   <a name="API-Type-MLInputChannelSummary-collaborationIdentifier"></a>
The collaboration ID of the collaboration that contains the ML input channel.  
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

 ** configuredModelAlgorithmAssociations **   <a name="API-Type-MLInputChannelSummary-configuredModelAlgorithmAssociations"></a>
The associated configured model algorithms used to create the ML input channel.  
Type: Array of strings  
Array Members: Fixed number of 1 item.  
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-MLInputChannelSummary-createTime"></a>
The time at which the ML input channel was created.  
Type: Timestamp  
Required: Yes

 ** membershipIdentifier **   <a name="API-Type-MLInputChannelSummary-membershipIdentifier"></a>
The membership ID of the membership that contains the ML input channel.  
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

 ** mlInputChannelArn **   <a name="API-Type-MLInputChannelSummary-mlInputChannelArn"></a>
The Amazon Resource Name (ARN) of the ML input channel.  
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}/ml-input-channel/[-a-zA-Z0-9_/.]+`   
Required: Yes

 ** name **   <a name="API-Type-MLInputChannelSummary-name"></a>
The name of the ML input channel.  
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-MLInputChannelSummary-status"></a>
The status of the ML input channel.  
Type: String  
Valid Values: `CREATE_PENDING | CREATE_IN_PROGRESS | CREATE_FAILED | ACTIVE | DELETE_PENDING | DELETE_IN_PROGRESS | DELETE_FAILED | INACTIVE`   
Required: Yes

 ** updateTime **   <a name="API-Type-MLInputChannelSummary-updateTime"></a>
The most recent time at which the ML input channel was updated.  
Type: Timestamp  
Required: Yes

 ** description **   <a name="API-Type-MLInputChannelSummary-description"></a>
The description of the ML input channel.  
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

 ** protectedQueryIdentifier **   <a name="API-Type-MLInputChannelSummary-protectedQueryIdentifier"></a>
The ID of the protected query that was used to create the ML input channel.  
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_MLInputChannelSummary_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/MLInputChannelSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/cleanroomsml-2023-09-06/MLInputChannelSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/cleanroomsml-2023-09-06/MLInputChannelSummary) 