Class CancelBatchPredictionJobRequest (1.0.1)

CancelBatchPredictionJobRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for JobService.CancelBatchPredictionJob.

Attribute

NameDescription
name str
Required. The name of the BatchPredictionJob to cancel. Format: ``projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}``

Inheritance

builtins.object > proto.message.Message > CancelBatchPredictionJobRequest