A model identifier used to manage SharedVariables.
| C# | Visual Basic | Visual C++ |
public class Model
Public Class Model
public ref class Model
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| Model(Int32) |
Create a new model identifier to which SharedVariables can be registered.
| |
| BatchCount |
The number of data batches that will be processed with this model.
| |
| InferShared(InferenceEngine, Int32) |
Update all the SharedVariables registered with this model.
| |
| InferShared(CompiledAlgorithm, Int32) |
Update all the SharedVariables registered with this model.
| |
| Name |
Name of the model
| |
| Named(String) |
Inline method for naming a shared variable model
| |
| SharedVariables |
The set of SharedVariables registered with this model.
| |
| ToString()()() |
ToString override
(Overrides Object.ToString()()().) |
| Object | |
| Model | |