InsightRequest 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 request of the insights report. Please note this is the abstract base class. The derived classes available for instantiation are: EvaluationRunClusterInsightsRequest, AgentClusterInsightsRequest, and EvaluationComparisonRequest.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownInsightRequest))]
public abstract class InsightRequest : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.InsightRequest>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.InsightRequest>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownInsightRequest))>]
type InsightRequest = class
interface IJsonModel<InsightRequest>
interface IPersistableModel<InsightRequest>
Public MustInherit Class InsightRequest
Implements IJsonModel(Of InsightRequest), IPersistableModel(Of InsightRequest)
- Inheritance
-
InsightRequest
- Derived
- Attributes
- Implements