MapFeatureDescriptor クラス

定義

マップは、(キー、値) ペアのコレクションです。

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
継承
Object Platform::Object IInspectable MapFeatureDescriptor
属性
実装

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

マップ値には、フィーチャの種類を指定できます。

適用対象

こちらもご覧ください