Class InputConfig (1.0.0-beta03)

public sealed class InputConfig : IMessage<InputConfig>, IEquatable<InputConfig>, IDeepCloneable<InputConfig>, IBufferMessage, IMessage

The input config source.

Inheritance

Object > InputConfig

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

InputConfig()

public InputConfig()

InputConfig(InputConfig)

public InputConfig(InputConfig other)
Parameter
NameDescription
otherInputConfig

Properties

CatalogInlineSource

public CatalogInlineSource CatalogInlineSource { get; set; }

The Inline source for the input content for Catalog items.

Property Value
TypeDescription
CatalogInlineSource

GcsSource

public GcsSource GcsSource { get; set; }

Google Cloud Storage location for the input content.

Property Value
TypeDescription
GcsSource

SourceCase

public InputConfig.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
InputConfig.SourceOneofCase

UserEventInlineSource

public UserEventInlineSource UserEventInlineSource { get; set; }

The Inline source for the input content for UserEvents.

Property Value
TypeDescription
UserEventInlineSource