AzureAIProjectsModelFactory.InsightRequest(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.
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.
public static Azure.AI.Projects.InsightRequest InsightRequest(string type = default);
static member InsightRequest : string -> Azure.AI.Projects.InsightRequest
Public Shared Function InsightRequest (Optional type As String = Nothing) As InsightRequest
Parameters
- type
- String
The type of request.
Returns
A new InsightRequest instance for mocking.