Class InputConfig (0.3.8)

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

The desired input location and metadata.

Attributes

NameDescription
bigquery_input_configs MutableSequence[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/*.

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.

Values: ENTITY_TYPE_UNSPECIFIED (0): The default value. PEOPLE (1): People entity. ESTABLISHMENT (2): Establishment entity. PROPERTY (3): Property entity. e.g. real estate property. PRODUCT (4): Product entity. ORGANIZATION (5): Organization entity. LOCAL_BUSINESS (6): Local Business entity. PERSON (7): Person entity.