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 |
用于将值绑定到此功能的名称。 |