AzureAIProjectsModelFactory.InsightModelConfiguration(String) Method
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.
Configuration of the model used in the insight generation.
public static Azure.AI.Projects.Evaluation.InsightModelConfiguration InsightModelConfiguration(string modelDeploymentName = default);
public static Azure.AI.Projects.InsightModelConfiguration InsightModelConfiguration(string modelDeploymentName = default);
static member InsightModelConfiguration : string -> Azure.AI.Projects.Evaluation.InsightModelConfiguration
static member InsightModelConfiguration : string -> Azure.AI.Projects.InsightModelConfiguration
Public Shared Function InsightModelConfiguration (Optional modelDeploymentName As String = Nothing) As InsightModelConfiguration
Parameters
- modelDeploymentName
- String
The model deployment to be evaluated. Accepts either the deployment name alone or with the connection name as '{connectionName}/<modelDeploymentName>'.
Returns
A new InsightModelConfiguration instance for mocking.