apply method
Apply one or more adapters to the current logical model/session.
Implementation
$async.Future<LoRAApplyResult> apply(
$pb.ClientContext? ctx, LoRAApplyRequest request) =>
_client.invoke<LoRAApplyResult>(
ctx, 'LoRA', 'Apply', request, LoRAApplyResult());