Show / Hide Table of Contents

Class ModelEvaluationArgs

Arguments to be used for model evaluations

Inheritance
object
ModelEvaluationArgs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE