AIAdapterS3Entry
A LoRA adapter entry identified by an Amazon S3 URI.
Contents
- AdapterId
-
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
-
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
For more information about using this API in one of the language-specific AWS SDKs, see the following: