Class DeleteDataLabelingJobRequest (1.22.1)

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