state method

Future<LoRAState> state(
  1. ClientContext? ctx,
  2. LoRAState request
)

Return the logical LoRA service state.

Implementation

$async.Future<LoRAState> state($pb.ClientContext? ctx, LoRAState request) =>
    _client.invoke<LoRAState>(ctx, 'LoRA', 'State', request, LoRAState());