Class CreateDataLabelingJobRequest (1.13.1)

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

Request message for JobService.CreateDataLabelingJob.

Attributes

NameDescription
parent str
Required. The parent of the DataLabelingJob. Format: ``projects/{project}/locations/{location}``
data_labeling_job google.cloud.aiplatform_v1.types.DataLabelingJob
Required. The DataLabelingJob to create.

Inheritance

builtins.object > proto.message.Message > CreateDataLabelingJobRequest