CompletionDataInputConfig

The input config source for completion data.

JSON representation
{

  // Union field source can be only one of the following:
  "bigQuerySource": {
    object (BigQuerySource)
  }
  // End of list of possible types for union field source.
}
Fields

Union field source. The source of the input.

Supported BigQuerySource.data_schema values for suggestions imports:

  • suggestions (default): One JSON completion suggestion per line.
  • denylist: One JSON deny suggestion per line.
  • allowlist: One JSON allow suggestion per line. source can be only one of the following:
bigQuerySource

object (BigQuerySource)

Required. BigQuery input source.

Add the IAM permission "BigQuery Data Viewer" for cloud-retail-customer-data-access@system.gserviceaccount.com before using this feature otherwise an error is thrown.