InsightModelConfiguration Class
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 class InsightModelConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.InsightModelConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.InsightModelConfiguration>
type InsightModelConfiguration = class
interface IJsonModel<InsightModelConfiguration>
interface IPersistableModel<InsightModelConfiguration>
Public Class InsightModelConfiguration
Implements IJsonModel(Of InsightModelConfiguration), IPersistableModel(Of InsightModelConfiguration)
- Inheritance
-
InsightModelConfiguration
- Implements
Constructors
| Name | Description |
|---|---|
| InsightModelConfiguration(String) |
Initializes a new instance of InsightModelConfiguration. |
Properties
| Name | Description |
|---|---|
| ModelDeploymentName |
The model deployment to be evaluated. Accepts either the deployment name alone or with the connection name as '{connectionName}/<modelDeploymentName>'. |