Class InputConfig (1.3.0)

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

The configuration of input data, including data type, location, etc.

Attributes

NameDescription
text_metadata google.cloud.datalabeling_v1beta1.types.TextMetadata
Required for text import, as language code must be specified.
gcs_source google.cloud.datalabeling_v1beta1.types.GcsSource
Source located in Cloud Storage.
bigquery_source google.cloud.datalabeling_v1beta1.types.BigQuerySource
Source located in BigQuery. You must specify this field if you are using this InputConfig in an EvaluationJob.
data_type google.cloud.datalabeling_v1beta1.types.DataType
Required. Data type must be specifed when user tries to import data.
annotation_type google.cloud.datalabeling_v1beta1.types.AnnotationType
Optional. The type of annotation to be performed on this data. You must specify this field if you are using this InputConfig in an EvaluationJob.
classification_metadata google.cloud.datalabeling_v1beta1.types.ClassificationMetadata
Optional. Metadata about annotations for the input. You must specify this field if you are using this InputConfig in an EvaluationJob for a model version that performs classification.