Interface AnnotatedDatasetMetadataOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AnnotatedDatasetMetadata, AnnotatedDatasetMetadata.Builder

    public interface AnnotatedDatasetMetadataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasImageClassificationConfig

        boolean hasImageClassificationConfig()
         Configuration for image classification task.
         
        .google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 2;
        Returns:
        Whether the imageClassificationConfig field is set.
      • getImageClassificationConfig

        ImageClassificationConfig getImageClassificationConfig()
         Configuration for image classification task.
         
        .google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 2;
        Returns:
        The imageClassificationConfig.
      • getImageClassificationConfigOrBuilder

        ImageClassificationConfigOrBuilder getImageClassificationConfigOrBuilder()
         Configuration for image classification task.
         
        .google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 2;
      • hasBoundingPolyConfig

        boolean hasBoundingPolyConfig()
         Configuration for image bounding box and bounding poly task.
         
        .google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 3;
        Returns:
        Whether the boundingPolyConfig field is set.
      • getBoundingPolyConfig

        BoundingPolyConfig getBoundingPolyConfig()
         Configuration for image bounding box and bounding poly task.
         
        .google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 3;
        Returns:
        The boundingPolyConfig.
      • getBoundingPolyConfigOrBuilder

        BoundingPolyConfigOrBuilder getBoundingPolyConfigOrBuilder()
         Configuration for image bounding box and bounding poly task.
         
        .google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 3;
      • hasPolylineConfig

        boolean hasPolylineConfig()
         Configuration for image polyline task.
         
        .google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 4;
        Returns:
        Whether the polylineConfig field is set.
      • getPolylineConfig

        PolylineConfig getPolylineConfig()
         Configuration for image polyline task.
         
        .google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 4;
        Returns:
        The polylineConfig.
      • getPolylineConfigOrBuilder

        PolylineConfigOrBuilder getPolylineConfigOrBuilder()
         Configuration for image polyline task.
         
        .google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 4;
      • hasSegmentationConfig

        boolean hasSegmentationConfig()
         Configuration for image segmentation task.
         
        .google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 5;
        Returns:
        Whether the segmentationConfig field is set.
      • getSegmentationConfig

        SegmentationConfig getSegmentationConfig()
         Configuration for image segmentation task.
         
        .google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 5;
        Returns:
        The segmentationConfig.
      • getSegmentationConfigOrBuilder

        SegmentationConfigOrBuilder getSegmentationConfigOrBuilder()
         Configuration for image segmentation task.
         
        .google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 5;
      • hasVideoClassificationConfig

        boolean hasVideoClassificationConfig()
         Configuration for video classification task.
         
        .google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 6;
        Returns:
        Whether the videoClassificationConfig field is set.
      • getVideoClassificationConfig

        VideoClassificationConfig getVideoClassificationConfig()
         Configuration for video classification task.
         
        .google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 6;
        Returns:
        The videoClassificationConfig.
      • getVideoClassificationConfigOrBuilder

        VideoClassificationConfigOrBuilder getVideoClassificationConfigOrBuilder()
         Configuration for video classification task.
         
        .google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 6;
      • hasObjectDetectionConfig

        boolean hasObjectDetectionConfig()
         Configuration for video object detection task.
         
        .google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
        Returns:
        Whether the objectDetectionConfig field is set.
      • getObjectDetectionConfig

        ObjectDetectionConfig getObjectDetectionConfig()
         Configuration for video object detection task.
         
        .google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
        Returns:
        The objectDetectionConfig.
      • getObjectDetectionConfigOrBuilder

        ObjectDetectionConfigOrBuilder getObjectDetectionConfigOrBuilder()
         Configuration for video object detection task.
         
        .google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
      • hasObjectTrackingConfig

        boolean hasObjectTrackingConfig()
         Configuration for video object tracking task.
         
        .google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 8;
        Returns:
        Whether the objectTrackingConfig field is set.
      • getObjectTrackingConfig

        ObjectTrackingConfig getObjectTrackingConfig()
         Configuration for video object tracking task.
         
        .google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 8;
        Returns:
        The objectTrackingConfig.
      • getObjectTrackingConfigOrBuilder

        ObjectTrackingConfigOrBuilder getObjectTrackingConfigOrBuilder()
         Configuration for video object tracking task.
         
        .google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 8;
      • hasEventConfig

        boolean hasEventConfig()
         Configuration for video event labeling task.
         
        .google.cloud.datalabeling.v1beta1.EventConfig event_config = 9;
        Returns:
        Whether the eventConfig field is set.
      • getEventConfig

        EventConfig getEventConfig()
         Configuration for video event labeling task.
         
        .google.cloud.datalabeling.v1beta1.EventConfig event_config = 9;
        Returns:
        The eventConfig.
      • getEventConfigOrBuilder

        EventConfigOrBuilder getEventConfigOrBuilder()
         Configuration for video event labeling task.
         
        .google.cloud.datalabeling.v1beta1.EventConfig event_config = 9;
      • hasTextClassificationConfig

        boolean hasTextClassificationConfig()
         Configuration for text classification task.
         
        .google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 10;
        Returns:
        Whether the textClassificationConfig field is set.
      • getTextClassificationConfig

        TextClassificationConfig getTextClassificationConfig()
         Configuration for text classification task.
         
        .google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 10;
        Returns:
        The textClassificationConfig.
      • getTextClassificationConfigOrBuilder

        TextClassificationConfigOrBuilder getTextClassificationConfigOrBuilder()
         Configuration for text classification task.
         
        .google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 10;
      • hasTextEntityExtractionConfig

        boolean hasTextEntityExtractionConfig()
         Configuration for text entity extraction task.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 11;
        Returns:
        Whether the textEntityExtractionConfig field is set.
      • getTextEntityExtractionConfig

        TextEntityExtractionConfig getTextEntityExtractionConfig()
         Configuration for text entity extraction task.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 11;
        Returns:
        The textEntityExtractionConfig.
      • getTextEntityExtractionConfigOrBuilder

        TextEntityExtractionConfigOrBuilder getTextEntityExtractionConfigOrBuilder()
         Configuration for text entity extraction task.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 11;
      • hasHumanAnnotationConfig

        boolean hasHumanAnnotationConfig()
         HumanAnnotationConfig used when requesting the human labeling task for this
         AnnotatedDataset.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig human_annotation_config = 1;
        Returns:
        Whether the humanAnnotationConfig field is set.
      • getHumanAnnotationConfig

        HumanAnnotationConfig getHumanAnnotationConfig()
         HumanAnnotationConfig used when requesting the human labeling task for this
         AnnotatedDataset.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig human_annotation_config = 1;
        Returns:
        The humanAnnotationConfig.
      • getHumanAnnotationConfigOrBuilder

        HumanAnnotationConfigOrBuilder getHumanAnnotationConfigOrBuilder()
         HumanAnnotationConfig used when requesting the human labeling task for this
         AnnotatedDataset.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig human_annotation_config = 1;