Class CreateDataLabelingJobRequest (0.4.0)

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

Request message for [DataLabelingJobService.CreateDataLabelingJob][].

Attributes

NameDescription
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