Recommendations AI v1beta1 API - Class InputConfig (2.0.0-beta04)

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.

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
InputConfigSourceOneofCase

UserEventInlineSource

public UserEventInlineSource UserEventInlineSource { get; set; }

The Inline source for the input content for UserEvents.

Property Value
TypeDescription
UserEventInlineSource