AgentsEvaluationLevel(String) Constructor

Definition

Initializes a new instance of AgentsEvaluationLevel.

public AgentsEvaluationLevel(string value);
new Azure.AI.Projects.Agents.AgentsEvaluationLevel : string -> Azure.AI.Projects.Agents.AgentsEvaluationLevel
Public Sub New (value As String)

Parameters

value
String

The value.

Exceptions

value is null.

Applies to