WINML_MODEL_DESC structure (winml.h)

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

Contains description properties of the model.

Syntax

typedef struct WINML_MODEL_DESC {
  LPWSTR Author;
  LPWSTR Name;
  LPWSTR Domain;
  LPWSTR Description;
  SIZE_T Version;
} WINML_MODEL_DESC;

Members

Author

The author of the model.

Name

The name of the model.

Domain

The domain of the model.

Description

The description of the model.

Version

The version of the model.

Requirements

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