Interface AIAdapterModelPackageEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AIAdapterModelPackageEntry.Builder,,AIAdapterModelPackageEntry> SdkBuilder<AIAdapterModelPackageEntry.Builder,,AIAdapterModelPackageEntry> SdkPojo
- Enclosing class:
AIAdapterModelPackageEntry
@Mutable
@NotThreadSafe
public static interface AIAdapterModelPackageEntry.Builder
extends SdkPojo, CopyableBuilder<AIAdapterModelPackageEntry.Builder,AIAdapterModelPackageEntry>
-
Method Summary
Modifier and TypeMethodDescriptionA unique identifier for the adapter.modelPackageArn(String modelPackageArn) The Amazon Resource Name (ARN) of the model package that contains the LoRA adapter artifacts.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.
-
modelPackageArn
The Amazon Resource Name (ARN) of the model package that contains the LoRA adapter artifacts.
- Parameters:
modelPackageArn- The Amazon Resource Name (ARN) of the model package that contains the LoRA adapter artifacts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-