cancelTrainingJob_Pre method

Future<CancelTrainingJobResponse> cancelTrainingJob_Pre(
  1. ServiceCall call,
  2. Future<CancelTrainingJobRequest> request
)

Implementation

$async.Future<$7.CancelTrainingJobResponse> cancelTrainingJob_Pre($grpc.ServiceCall call, $async.Future<$7.CancelTrainingJobRequest> request) async {
  return cancelTrainingJob(call, await request);
}