Interface LabelTextRequestOrBuilder

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

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

      • hasTextClassificationConfig

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

        TextClassificationConfig getTextClassificationConfig()
         Configuration for text classification task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 4;
        Returns:
        The textClassificationConfig.
      • getTextClassificationConfigOrBuilder

        TextClassificationConfigOrBuilder getTextClassificationConfigOrBuilder()
         Configuration for text classification task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 4;
      • hasTextEntityExtractionConfig

        boolean hasTextEntityExtractionConfig()
         Configuration for entity extraction task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 5;
        Returns:
        Whether the textEntityExtractionConfig field is set.
      • getTextEntityExtractionConfig

        TextEntityExtractionConfig getTextEntityExtractionConfig()
         Configuration for entity extraction task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 5;
        Returns:
        The textEntityExtractionConfig.
      • getTextEntityExtractionConfigOrBuilder

        TextEntityExtractionConfigOrBuilder getTextEntityExtractionConfigOrBuilder()
         Configuration for entity extraction task.
         One of text_classification_config and text_entity_extraction_config
         is required.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 5;
      • getParent

        String getParent()
         Required. Name of the data set to request labeling task, format:
         projects/{project_id}/datasets/{dataset_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. Name of the data set to request labeling task, format:
         projects/{project_id}/datasets/{dataset_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasBasicConfig

        boolean hasBasicConfig()
         Required. Basic human annotation config.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the basicConfig field is set.
      • getBasicConfig

        HumanAnnotationConfig getBasicConfig()
         Required. Basic human annotation config.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The basicConfig.
      • getBasicConfigOrBuilder

        HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()
         Required. Basic human annotation config.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
      • getFeatureValue

        int getFeatureValue()
         Required. The type of text labeling task.
         
        .google.cloud.datalabeling.v1beta1.LabelTextRequest.Feature feature = 6 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The enum numeric value on the wire for feature.
      • getFeature

        LabelTextRequest.Feature getFeature()
         Required. The type of text labeling task.
         
        .google.cloud.datalabeling.v1beta1.LabelTextRequest.Feature feature = 6 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The feature.