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