PersonalizerRankMultiSlotOptions.ContextFeatures Property

Definition

Features of the context used for Personalizer as a dictionary of dictionaries. This is determined by your application, and typically includes features about the current user, their device, profile information, aggregated data about time and date, etc. Features should not include personally identifiable information (PII), unique UserIDs, or precise timestamps. Need to be JSON serializable. https://docs.microsoft.com/azure/cognitive-services/personalizer/concepts-features.

public System.Collections.Generic.IList<object> ContextFeatures { get; }
member this.ContextFeatures : System.Collections.Generic.IList<obj>
Public ReadOnly Property ContextFeatures As IList(Of Object)

Property Value

Applies to