EndpointBasedEvaluatorDefinition(String) Constructor

Definition

Initializes a new instance of EndpointBasedEvaluatorDefinition.

public EndpointBasedEvaluatorDefinition(string connectionName);
new Azure.AI.Projects.Evaluation.EndpointBasedEvaluatorDefinition : string -> Azure.AI.Projects.Evaluation.EndpointBasedEvaluatorDefinition
Public Sub New (connectionName As String)

Parameters

connectionName
String

Name of the Project Connection that stores the endpoint URL and credentials. The connection must exist on the project and have a non-empty target URL. Supported auth types: ApiKey (sends api-key header) and AAD/Entra ID (acquires a bearer token via the project's Managed Identity).

Exceptions

connectionName is null.

Applies to