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