Share via


EvaluatorVersion Constructor

Definition

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.

Applies to