Class ModelEvaluationArgs
Arguments to be used for model evaluations
Inherited Members
Namespace: Quantellia.WMServer.Asset.MLModel
Assembly: WMServer.dll
Syntax
public class ModelEvaluationArgs
  Properties
Model
The ID/Dir of the model to be evaluated in this query. Must be owned by the user.
Declaration
public string Model { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Parameters
Parameters to be used in the query evaluation
Declaration
public Dictionary<string, object> Parameters { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Dictionary<string, object> |