Recommendations AI v1beta1 API - Class CatalogInlineSource (2.0.0-beta05)

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

Reference documentation and code samples for the Recommendations AI v1beta1 API class CatalogInlineSource.

The inline source for the input config for ImportCatalogItems method.

Inheritance

object > CatalogInlineSource

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

CatalogInlineSource()

public CatalogInlineSource()

CatalogInlineSource(CatalogInlineSource)

public CatalogInlineSource(CatalogInlineSource other)
Parameter
NameDescription
otherCatalogInlineSource

Properties

CatalogItems

public RepeatedField<CatalogItem> CatalogItems { get; }

Optional. A list of catalog items to update/create. Recommended max of 10k items.

Property Value
TypeDescription
RepeatedFieldCatalogItem