ILearningModelFeatureDescriptor インターフェイス

定義

すべての機能に含まれる共通プロパティについて説明します。

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

この機能に値をバインドするために使用する名前。

適用対象

こちらもご覧ください