Class DeleteDataLabelingJobRequest (1.5.0)

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

Request message for JobService.DeleteDataLabelingJob.

Attribute

NameDescription
name str
Required. The name of the DataLabelingJob to be deleted. Format: ``projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}``

Inheritance

builtins.object > proto.message.Message > DeleteDataLabelingJobRequest