getTrainingJob_Pre method
Future<GetTrainingJobResponse>
getTrainingJob_Pre(
- ServiceCall call,
- Future<
GetTrainingJobRequest> request
Implementation
$async.Future<$7.GetTrainingJobResponse> getTrainingJob_Pre($grpc.ServiceCall call, $async.Future<$7.GetTrainingJobRequest> request) async {
return getTrainingJob(call, await request);
}