EvaluatorVersion Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of EvaluatorVersion.
public EvaluatorVersion(Azure.AI.Projects.EvaluatorType evaluatorType, System.Collections.Generic.IEnumerable<Azure.AI.Projects.EvaluatorCategory> categories, Azure.AI.Projects.EvaluatorDefinition definition);
new Azure.AI.Projects.EvaluatorVersion : Azure.AI.Projects.EvaluatorType * seq<Azure.AI.Projects.EvaluatorCategory> * Azure.AI.Projects.EvaluatorDefinition -> Azure.AI.Projects.EvaluatorVersion
Public Sub New (evaluatorType As EvaluatorType, categories As IEnumerable(Of EvaluatorCategory), definition As EvaluatorDefinition)
Parameters
- evaluatorType
- EvaluatorType
The type of the evaluator.
- categories
- IEnumerable<EvaluatorCategory>
The categories of the evaluator.
- definition
- EvaluatorDefinition
Definition of the evaluator.
Exceptions
categories or definition is null.