AiAdapterS3Entry

A LoRA adapter entry identified by an Amazon S3 URI.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The Amazon S3 URI of the directory that contains the LoRA adapter artifacts in PEFT format.

Functions

Link copied to clipboard
inline fun copy(block: AiAdapterS3Entry.Builder.() -> Unit = {}): AiAdapterS3Entry
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String