SequenceFeatureDescriptor クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
シーケンスは要素の配列です。
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
- 継承
- 属性
- 実装
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 |
この機能に値をバインドするために使用する名前。 |