ILearningModelVariableDescriptorPreview Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deprecated. Represents the variable descriptor information.
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
- Derived
- Attributes
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract (introduced in v1.0)
|
Remarks
Warning
This is a deprecated API. Please use the Windows.AI.MachineLearning namespace instead.
Properties
Description |
Deprecated. Gets the description of the variable. |
IsRequired |
Deprecated. Gets whether the variable is required or optional. |
ModelFeatureKind |
Deprecated. Gets the data type of the variable. |
Name |
Deprecated. Gets the name of the variable. |