Share via


InsightResult Class

Definition

The result of the insights. Please note this is the abstract base class. The derived classes available for instantiation are: EvalCompareReport, EvaluationRunClusterInsightResult, and AgentClusterInsightResult.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownInsightResult))]
public abstract class InsightResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.InsightResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.InsightResult>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownInsightResult))>]
type InsightResult = class
    interface IJsonModel<InsightResult>
    interface IPersistableModel<InsightResult>
Public MustInherit Class InsightResult
Implements IJsonModel(Of InsightResult), IPersistableModel(Of InsightResult)
Inheritance
InsightResult
Derived
Attributes
Implements

Applies to