Share via


InsightModelConfiguration(String) Constructor

Definition

Initializes a new instance of InsightModelConfiguration.

public InsightModelConfiguration(string modelDeploymentName);
new Azure.AI.Projects.InsightModelConfiguration : string -> Azure.AI.Projects.InsightModelConfiguration
Public Sub New (modelDeploymentName As String)

Parameters

modelDeploymentName
String

The model deployment to be evaluated. Accepts either the deployment name alone or with the connection name as '{connectionName}/<modelDeploymentName>'.

Exceptions

modelDeploymentName is null.

Applies to