ILearningModelVariableDescriptorPreview 介面

定義

已取代。 表示變數描述元資訊。

public interface class ILearningModelVariableDescriptorPreview
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2973628034, 64560, 18731, 142, 160, 237, 31, 83, 192, 176, 56)]
struct ILearningModelVariableDescriptorPreview
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2973628034, 64560, 18731, 142, 160, 237, 31, 83, 192, 176, 56)]
/// [Windows.Foundation.Metadata.Deprecated("Use ILearningModelFeatureDescriptor instead of ILearningModelVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
struct ILearningModelVariableDescriptorPreview
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract), 65536)]
[Windows.Foundation.Metadata.Guid(2973628034, 64560, 18731, 142, 160, 237, 31, 83, 192, 176, 56)]
public interface ILearningModelVariableDescriptorPreview
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract), 65536)]
[Windows.Foundation.Metadata.Guid(2973628034, 64560, 18731, 142, 160, 237, 31, 83, 192, 176, 56)]
[Windows.Foundation.Metadata.Deprecated("Use ILearningModelFeatureDescriptor instead of ILearningModelVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
public interface ILearningModelVariableDescriptorPreview
Public Interface ILearningModelVariableDescriptorPreview
衍生
屬性

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract (已於 v1.0 引進)

備註

警告

這是已被取代的 API。 請改用 Windows.AI.MachineLearning 命名空間。

屬性

Description

已取代。 取得變數的描述。

IsRequired

已取代。 取得變數是必要還是選擇性。

ModelFeatureKind

已取代。 取得變數的資料類型。

Name

已取代。 取得變數的名稱。

適用於