View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CompletionDataInputConfig (google_api_retail v0.19.1)
The input config source for completion data.
Attributes
-
bigQuerySource
(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2BigQuerySource.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CompletionDataInputConfig{ bigQuerySource: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2BigQuerySource.t() | nil }