public sealed class InputConfig : IMessage<InputConfig>, IEquatable<InputConfig>, IDeepCloneable<InputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class InputConfig.
The input config source.
Implements
IMessageInputConfig, IEquatableInputConfig, IDeepCloneableInputConfig, 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 |
InputConfigSourceOneofCase |
UserEventInlineSource
public UserEventInlineSource UserEventInlineSource { get; set; }
The Inline source for the input content for UserEvents.
Property Value | |
---|---|
Type | Description |
UserEventInlineSource |