Interface AIAdapterS3Entry.Builder

  • Method Details

    • adapterId

      AIAdapterS3Entry.Builder adapterId(String 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.