getTrainingJob method

ResponseFuture<GetTrainingJobResponse> getTrainingJob(
  1. GetTrainingJobRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$7.GetTrainingJobResponse> getTrainingJob($7.GetTrainingJobRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getTrainingJob, request, options: options);
}