Class GoogleCloudRecommendationengineV1beta1InputConfig
The input config source.
Implements
Inherited Members
Namespace: Google.Apis.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1beta1InputConfig : IDirectResponseSchema
Properties
BigQuerySource
BigQuery input source.
Declaration
[JsonProperty("bigQuerySource")]
public virtual GoogleCloudRecommendationengineV1beta1BigQuerySource BigQuerySource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRecommendationengineV1beta1BigQuerySource |
CatalogInlineSource
The Inline source for the input content for Catalog items.
Declaration
[JsonProperty("catalogInlineSource")]
public virtual GoogleCloudRecommendationengineV1beta1CatalogInlineSource CatalogInlineSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRecommendationengineV1beta1CatalogInlineSource |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsSource
Google Cloud Storage location for the input content.
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudRecommendationengineV1beta1GcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRecommendationengineV1beta1GcsSource |
UserEventInlineSource
The Inline source for the input content for UserEvents.
Declaration
[JsonProperty("userEventInlineSource")]
public virtual GoogleCloudRecommendationengineV1beta1UserEventInlineSource UserEventInlineSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRecommendationengineV1beta1UserEventInlineSource |