Class CancelDataLabelingJobRequest (1.5.0)

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

Request message for JobService.CancelDataLabelingJob.

Attribute

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

Inheritance

builtins.object > proto.message.Message > CancelDataLabelingJobRequest