Class LabelTextRequest (1.1.0)

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

Request message for LabelText. .. attribute:: text_classification_config

Configuration for text classification task. One of text_classification_config and text_entity_extraction_config is required.

:type: google.cloud.datalabeling_v1beta1.types.TextClassificationConfig

Attributes

NameDescription
text_entity_extraction_config google.cloud.datalabeling_v1beta1.types.TextEntityExtractionConfig
Configuration for entity extraction task. One of text_classification_config and text_entity_extraction_config is required.
parent str
Required. Name of the data set to request labeling task, format: projects/{project_id}/datasets/{dataset_id}
basic_config google.cloud.datalabeling_v1beta1.types.HumanAnnotationConfig
Required. Basic human annotation config.
feature google.cloud.datalabeling_v1beta1.types.LabelTextRequest.Feature
Required. The type of text labeling task.

Classes

Feature

Feature(value)

Text labeling task feature.