public sealed class InputConfig : IMessage<InputConfig>, IEquatable<InputConfig>, IDeepCloneable<InputConfig>, IBufferMessage, IMessage
The input config source.
Implements
IMessage<InputConfig>, IEquatable<InputConfig>, IDeepCloneable<InputConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.dll
Constructors
InputConfig()
public InputConfig()
InputConfig(InputConfig)
public InputConfig(InputConfig other)
Parameter | |
---|---|
Name | Description |
other | InputConfig |
Properties
CatalogInlineSource
public CatalogInlineSource CatalogInlineSource { get; set; }
The Inline source for the input content for Catalog items.
Property Value | |
---|---|
Type | Description |
CatalogInlineSource |
GcsSource
public GcsSource GcsSource { get; set; }
Google Cloud Storage location for the input content.
Property Value | |
---|---|
Type | Description |
GcsSource |
SourceCase
public InputConfig.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
InputConfig.SourceOneofCase |
UserEventInlineSource
public UserEventInlineSource UserEventInlineSource { get; set; }
The Inline source for the input content for UserEvents.
Property Value | |
---|---|
Type | Description |
UserEventInlineSource |