Class DeleteBatchPredictionJobRequest (0.8.0)

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