Interface CreateDataLabelingJobRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The parent of the DataLabelingJob.
         Format: `projects/{project}/locations/{location}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The parent of the DataLabelingJob.
         Format: `projects/{project}/locations/{location}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasDataLabelingJob

        boolean hasDataLabelingJob()
         Required. The DataLabelingJob to create.
         
        .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_job = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the dataLabelingJob field is set.
      • getDataLabelingJob

        DataLabelingJob getDataLabelingJob()
         Required. The DataLabelingJob to create.
         
        .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_job = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The dataLabelingJob.
      • getDataLabelingJobOrBuilder

        DataLabelingJobOrBuilder getDataLabelingJobOrBuilder()
         Required. The DataLabelingJob to create.
         
        .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_job = 2 [(.google.api.field_behavior) = REQUIRED];