Class InputConfig (0.1.0)

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

The desired input location and metadata.

Attributes

NameDescription
bigquery_input_configs Sequence[google.cloud.enterpriseknowledgegraph_v1.types.BigQueryInputConfig]
Set of input BigQuery tables.
entity_type google.cloud.enterpriseknowledgegraph_v1.types.InputConfig.EntityType
Entity type
previous_result_bigquery_table str
Optional. Provide the bigquery table containing the previous results if cluster ID stability is desired. Format is projects/*/datasets/*/tables/*.

Inheritance

builtins.object > proto.message.Message > InputConfig

Classes

EntityType

EntityType(value)

The type of entities we will support. Currently, we only support people, establishment, property, and product types. If the type is unspecified, it will be generic type.