Interface AIAdapterS3Entry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AIAdapterS3Entry.Builder,,AIAdapterS3Entry> SdkBuilder<AIAdapterS3Entry.Builder,,AIAdapterS3Entry> SdkPojo
- Enclosing class:
AIAdapterS3Entry
@Mutable
@NotThreadSafe
public static interface AIAdapterS3Entry.Builder
extends SdkPojo, CopyableBuilder<AIAdapterS3Entry.Builder,AIAdapterS3Entry>
-
Method Summary
Modifier and TypeMethodDescriptionA unique identifier for the adapter.The Amazon S3 URI of the directory that contains the LoRA adapter artifacts in PEFT format.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Uri
The Amazon S3 URI of the directory that contains the LoRA adapter artifacts in PEFT format.
- Parameters:
s3Uri- The Amazon S3 URI of the directory that contains the LoRA adapter artifacts in PEFT format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-