Class DeleteBatchPredictionJobRequest (1.18.2)

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

Request message for JobService.DeleteBatchPredictionJob.

Attribute

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

Inheritance

builtins.object > proto.message.Message > DeleteBatchPredictionJobRequest