Show / Hide Table of Contents

Class GoogleCloudRecommendationengineV1beta1InputConfig

The input config source.

Inheritance
object
GoogleCloudRecommendationengineV1beta1InputConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX