Platforms to show: All Mac Windows Linux Cross-Platform
WinLearningModelBindingMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | WindowsML | MBS WinFrameworks Plugin | 20.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
- 2 properties
- property Handle as Integer
- property Session as WinLearningModelSessionMBS
- 17 methods
- method BindWithDouble(name as string, shape() as Integer, values() as Double = nil)
- method BindWithFloat(name as string, shape() as Integer, values() as Single = nil)
- method BindWithFloat16(name as string, shape() as Integer, values() as Single = nil)
- method BindWithImage(name as string, file as folderItem)
- method BindWithImage(name as string, Path as String)
- method BindWithInt16(name as string, shape() as Integer, values() as Int16 = nil)
- method BindWithInt32(name as string, shape() as Integer, values() as Int32 = nil)
- method BindWithInt64(name as string, shape() as Integer, values() as Int64 = nil)
- method BindWithInt8(name as string, shape() as Integer, values() as Int8 = nil)
- method BindWithUInt16(name as string, shape() as Integer, values() as UInt16 = nil)
- method BindWithUInt32(name as string, shape() as Integer, values() as UInt32 = nil)
- method BindWithUInt64(name as string, shape() as Integer, values() as UInt64 = nil)
- method BindWithUInt8(name as string, shape() as Integer, values() as UInt8 = nil)
- method Clear
- method Constructor(Session as WinLearningModelSessionMBS)
- method HasKey(key as string) as Boolean
- method SetDefaults
This class has no sub classes.
Some methods using this class:
- WinLearningModelSessionMBS.Evaluate(bindings as WinLearningModelBindingMBS, correlationId as string = "") as WinLearningModelEvaluationResultMBS
Some examples using this class:
Blog Entries
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WinHTTPClientURLComponentsMBS - WinLearningModelEvaluationResultMBS