Class InputConfig (1.7.0)

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

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

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
text_metadata google.cloud.datalabeling_v1beta1.types.TextMetadata
Required for text import, as language code must be specified. This field is a member of oneof_ data_type_metadata.
gcs_source google.cloud.datalabeling_v1beta1.types.GcsSource
Source located in Cloud Storage. This field is a member of oneof_ source.
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. This field is a member of oneof_ source.
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.