InputConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)The desired input location and metadata.
Attributes
| Name | Description |
| 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 > InputConfigClasses
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.