public interface LabelTextRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;
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;
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;
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;
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;
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;
String getParent()
Required. Name of the data set to request labeling task, format:
projects/{project_id}/datasets/{dataset_id}
string parent = 1;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;boolean hasBasicConfig()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2;HumanAnnotationConfig getBasicConfig()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2;HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2;int getFeatureValue()
Required. The type of text labeling task.
.google.cloud.datalabeling.v1beta1.LabelTextRequest.Feature feature = 6;LabelTextRequest.Feature getFeature()
Required. The type of text labeling task.
.google.cloud.datalabeling.v1beta1.LabelTextRequest.Feature feature = 6;LabelTextRequest.RequestConfigCase getRequestConfigCase()
Copyright © 2019 Google LLC. All rights reserved.