IWinMLModel interface (winml.h)

These APIs have been deprecated and should no longer be used:  Please use Windows.AI.MachineLearning instead.

Represents a Windows Machine Learning model with corresponding metadata; includes model descriptions (name, author, versioning, etc.), as well as expected inputs and outputs.

Inheritance

The IWinMLModel interface inherits from the IUnknown interface. IWinMLModel also has these types of members:

Methods

The IWinMLModel interface has these methods.

 
IWinMLModel::EnumerateMetadata

Gets the metadata of the model.
IWinMLModel::EnumerateModelInputs

Enumerates the WinML model inputs.
IWinMLModel::EnumerateModelOutputs

Enumerates the WinML model outputs.
IWinMLModel::GetDescription

Retrieves the WinML model description.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1803 [desktop apps only]
Minimum supported server Windows Server [desktop apps only]
Target Platform Windows
Header winml.h