SequenceFeatureDescriptor クラス

定義

シーケンスは要素の配列です。

public ref class SequenceFeatureDescriptor sealed : ILearningModelFeatureDescriptor
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.MachineLearningContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SequenceFeatureDescriptor final : ILearningModelFeatureDescriptor
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.MachineLearningContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SequenceFeatureDescriptor : ILearningModelFeatureDescriptor
Public NotInheritable Class SequenceFeatureDescriptor
Implements ILearningModelFeatureDescriptor
継承
Object Platform::Object IInspectable SequenceFeatureDescriptor
属性
実装

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

この機能がモデルで使用される内容の説明。

ElementDescriptor

シーケンス要素には、特徴の種類を指定できます。

IsRequired

true の場合は、 LearningModelSession.Evaluate を呼び出す前に、この機能に値をバインドする必要があります。

Kind

機能の種類。これを使用して、使用する派生クラスを把握します。

Name

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

適用対象

こちらもご覧ください