EndpointBasedEvaluatorDefinition(String) 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 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.