getTrainingJob_Pre method

Future<GetTrainingJobResponse> getTrainingJob_Pre(
  1. ServiceCall call,
  2. Future<GetTrainingJobRequest> request
)

Implementation

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