

# FoundationModelSummary
<a name="API_FoundationModelSummary"></a>

Summary information for a foundation model.

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

 ** modelArn **   <a name="bedrock-Type-FoundationModelSummary-modelArn"></a>
The Amazon Resource Name (ARN) of the foundation model.  
Type: String  
Pattern: `arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}::foundation-model/[a-z0-9-]{1,63}[.]{1}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2}`   
Required: Yes

 ** modelId **   <a name="bedrock-Type-FoundationModelSummary-modelId"></a>
The model ID of the foundation model.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 140.  
Pattern: `[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2}(/[a-z0-9]{12}|)`   
Required: Yes

 ** customizationsSupported **   <a name="bedrock-Type-FoundationModelSummary-customizationsSupported"></a>
Whether the model supports fine-tuning or continual pre-training.  
Type: Array of strings  
Valid Values: `FINE_TUNING | CONTINUED_PRE_TRAINING | DISTILLATION`   
Required: No

 ** inferenceTypesSupported **   <a name="bedrock-Type-FoundationModelSummary-inferenceTypesSupported"></a>
The inference types that the model supports.  
Type: Array of strings  
Valid Values: `ON_DEMAND | PROVISIONED`   
Required: No

 ** inputModalities **   <a name="bedrock-Type-FoundationModelSummary-inputModalities"></a>
The input modalities that the model supports.  
Type: Array of strings  
Valid Values: `TEXT | IMAGE | EMBEDDING`   
Required: No

 ** modelLifecycle **   <a name="bedrock-Type-FoundationModelSummary-modelLifecycle"></a>
Contains details about whether a model version is available or deprecated.  
Type: [FoundationModelLifecycle](API_FoundationModelLifecycle.md) object  
Required: No

 ** modelName **   <a name="bedrock-Type-FoundationModelSummary-modelName"></a>
The name of the model.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 20.  
Pattern: `.*`   
Required: No

 ** outputModalities **   <a name="bedrock-Type-FoundationModelSummary-outputModalities"></a>
The output modalities that the model supports.  
Type: Array of strings  
Valid Values: `TEXT | IMAGE | EMBEDDING`   
Required: No

 ** providerName **   <a name="bedrock-Type-FoundationModelSummary-providerName"></a>
The model's provider name.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 20.  
Pattern: `.*`   
Required: No

 ** responseStreamingSupported **   <a name="bedrock-Type-FoundationModelSummary-responseStreamingSupported"></a>
Indicates whether the model supports streaming.  
Type: Boolean  
Required: No

## See Also
<a name="API_FoundationModelSummary_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/bedrock-2023-04-20/FoundationModelSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/bedrock-2023-04-20/FoundationModelSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/bedrock-2023-04-20/FoundationModelSummary) 