cancelTrainingJob_Pre method
Future<CancelTrainingJobResponse>
cancelTrainingJob_Pre(
- 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);
}