SequenceVariableDescriptorPreview 类

定义

已弃用。 表示序列变量的描述符信息。

public ref class SequenceVariableDescriptorPreview sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract, 65536)]
class SequenceVariableDescriptorPreview final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("Use SequenceFeatureDescriptor instead of SequenceVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
class SequenceVariableDescriptorPreview final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract), 65536)]
public sealed class SequenceVariableDescriptorPreview
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("Use SequenceFeatureDescriptor instead of SequenceVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
public sealed class SequenceVariableDescriptorPreview
Public NotInheritable Class SequenceVariableDescriptorPreview
继承
Object Platform::Object IInspectable SequenceVariableDescriptorPreview
属性
实现

Windows 要求

设备系列
Windows 10, version 1803 (在 10.0.17134.0 中引入)
API contract
Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract (在 v1.0 中引入)

注解

警告

这是一个已弃用的 API。 请改用 Windows.AI.MachineLearning 命名空间。

属性

Description

已弃用。 获取序列变量的说明。

ElementType

已弃用。 获取序列变量的类型。

IsRequired

已弃用。 获取是否需要序列变量。

ModelFeatureKind

已弃用。 获取变量的数据类型。

Name

已弃用。 获取序列变量的名称。

适用于