Interface AIAdapterModelPackageEntry.Builder

  • 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

      AIAdapterModelPackageEntry.Builder modelPackageArn(String 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.