

# AIAdapterS3Entry
<a name="API_AIAdapterS3Entry"></a>

A LoRA adapter entry identified by an Amazon S3 URI.

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

 ** AdapterId **   <a name="sagemaker-Type-AIAdapterS3Entry-AdapterId"></a>
A unique identifier for the adapter. This ID is used as the inference component name when the adapter is deployed. The ID must start and end with an alphanumeric character, can contain hyphens between alphanumeric characters, and can be up to 63 characters long.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 63.  
Pattern: `[a-zA-Z0-9](-*[a-zA-Z0-9])*`   
Required: Yes

 ** S3Uri **   <a name="sagemaker-Type-AIAdapterS3Entry-S3Uri"></a>
The Amazon S3 URI of the directory that contains the LoRA adapter artifacts in PEFT format.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 1024.  
Pattern: `(https|s3)://([^/]+)/?(.*)`   
Required: Yes

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

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\+\+](https://docs.amazonaws.cn/goto/SdkForCpp/sagemaker-2017-07-24/AIAdapterS3Entry) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/sagemaker-2017-07-24/AIAdapterS3Entry) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/sagemaker-2017-07-24/AIAdapterS3Entry) 