cancelTrainingJob method

ResponseFuture<CancelTrainingJobResponse> cancelTrainingJob(
  1. CancelTrainingJobRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$7.CancelTrainingJobResponse> cancelTrainingJob($7.CancelTrainingJobRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$cancelTrainingJob, request, options: options);
}