InsightResult 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.
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