Language

ModelVersion.LoraConfig Property

Definition

Adapter-specific configuration. Required when weight_type is lora; ignored otherwise. May be auto-populated from adapter_config.json when present in the uploaded files β€” user-provided values take precedence over auto-detected values.

public Azure.AI.Projects.LoraConfig LoraConfig { get; set; }
member this.LoraConfig : Azure.AI.Projects.LoraConfig with get, set
Public Property LoraConfig As LoraConfig

Property Value

Applies to