MapFeatureDescriptor 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
地圖是 (索引鍵、值) 組的集合。
public ref class MapFeatureDescriptor sealed : ILearningModelFeatureDescriptor
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.MachineLearningContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MapFeatureDescriptor final : ILearningModelFeatureDescriptor
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.MachineLearningContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MapFeatureDescriptor : ILearningModelFeatureDescriptor
Public NotInheritable Class MapFeatureDescriptor
Implements ILearningModelFeatureDescriptor
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10, version 1809 (已於 10.0.17763.0 引進)
|
API contract |
Windows.AI.MachineLearning.MachineLearningContract (已於 v1.0 引進)
|
備註
Windows Server
若要在 Windows Server 上使用此 API,您必須搭配桌面體驗使用 Windows Server 2019。
執行緒安全
此 API 是安全線程。
屬性
Description |
在模型中使用此功能的描述。 |
IsRequired |
如果為 true,您必須先將值系結至此功能,才能呼叫 LearningModelSession.Evaluate。 |
KeyKind |
地圖索引鍵可以是張量類型。 |
Kind |
功能種類;使用這個 來知道要使用的衍生類別。 |
Name |
您用來將值系結至此功能的名稱。 |
ValueDescriptor |
地圖值可以是特徵種類。 |