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