Class CreateDataLabelingJobRequest (0.3.1)

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

Request message for [DataLabelingJobService.CreateDataLabelingJob][].

Attributes

Name Description
parent str
Required. The parent of the DataLabelingJob. Format: ``projects/{project}/locations/{location}``
data_labeling_job `.gca_data_labeling_job.DataLabelingJob`
Required. The DataLabelingJob to create.

Inheritance

builtins.object > proto.message.Message > CreateDataLabelingJobRequest