Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
WindowsML.Description
Queries description of model.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| WindowsML | 10.5 | No | Yes | No | Yes, Windows only | No |
Parameters
| Parameter | Description | Example |
|---|---|---|
| WinMLRef | The reference number to the model. | $Model |
Result
Returns JSON or error.
Description
Queries description of model.Examples
Query description:
MBS("WindowsML.Description"; 73001)
Example result:
{
"Author": "onnx-caffe2",
"Name": "squeezenet_old",
"Description": "",
"Domain": "",
"Version": 9223372036854775807,
"Metadata": { },
"InputFeatures": [
{
"Name": "data_0",
"Description": "",
"IsRequired": true,
"Kind": "Tensor",
"Shape": [1, 3, 224, 224],
"TensorKind": "Float"
}
],
"OutputFeatures": [
{
"Name": "softmaxout_1",
"Description": "",
"IsRequired": true,
"Kind": "Tensor",
"Shape": [1, 1000, 1, 1],
"TensorKind": "Float"
}
]
}
See also
Example Databases
Blog Entries
Created 26th September 2020, last changed 26th September 2020
WindowsML.Clear - WindowsML.Evaluate
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins