ILearningModelFeatureDescriptor 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
描述所有功能都有的通用屬性。
public interface class ILearningModelFeatureDescriptor
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.MachineLearningContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3154694012, 28368, 16388, 151, 186, 185, 162, 238, 205, 43, 79)]
struct ILearningModelFeatureDescriptor
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.MachineLearningContract), 65536)]
[Windows.Foundation.Metadata.Guid(3154694012, 28368, 16388, 151, 186, 185, 162, 238, 205, 43, 79)]
public interface ILearningModelFeatureDescriptor
Public Interface 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。 |
Kind |
功能類型-使用此類型來知道要使用的衍生類別。 |
Name |
您用來將值系結至此功能的名稱。 |