你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PersonalizerRankOptions.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.IEnumerable<object> ContextFeatures { get; }
member this.ContextFeatures : seq<obj>
Public ReadOnly Property ContextFeatures As IEnumerable(Of Object)

Property Value

Applies to