adapterId property
The handle. apply, remove, list and per-request selection all key on this. Matches PEFT adapter_name / vLLM lora_name / Genie loraAdapterName.
Implementation
@$pb.TagNumber(3)
$core.String get adapterId => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set adapterId($core.String value) => $_setString(2, value);