Class GoogleCloudRecommendationengineV1beta1BigQuerySource
BigQuery source import data from.
Implements
Inherited Members
Namespace: Google.Apis.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1beta1BigQuerySource : IDirectResponseSchema
Properties
DataSchema
Optional. The schema to use when parsing the data from the source. Supported values for catalog imports: 1: "catalog_recommendations_ai" using https://cloud.google.com/recommendations-ai/docs/upload-catalog#json (Default for catalogItems.import) 2: "catalog_merchant_center" using https://cloud.google.com/recommendations-ai/docs/upload-catalog#mc Supported values for user event imports: 1: "user_events_recommendations_ai" using https://cloud.google.com/recommendations-ai/docs/manage-user-events#import (Default for userEvents.import) 2. "user_events_ga360" using https://support.google.com/analytics/answer/3437719?hl=en
Declaration
[JsonProperty("dataSchema")]
public virtual string DataSchema { get; set; }
Property Value
Type | Description |
---|---|
string |
DatasetId
Required. The BigQuery data set to copy the data from.
Declaration
[JsonProperty("datasetId")]
public virtual string DatasetId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsStagingDir
Optional. Intermediate Cloud Storage directory used for the import. Can be specified if one wants to have the BigQuery export to a specific Cloud Storage directory.
Declaration
[JsonProperty("gcsStagingDir")]
public virtual string GcsStagingDir { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Optional. The project id (can be project # or id) that the BigQuery source is in. If not specified, inherits the project id from the parent request.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
TableId
Required. The BigQuery table to copy the data from.
Declaration
[JsonProperty("tableId")]
public virtual string TableId { get; set; }
Property Value
Type | Description |
---|---|
string |