AzureAIProjectsModelFactory.EvaluationRunClusterInsightsRequest 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.
Insights on set of Evaluation Results.
public static Azure.AI.Projects.EvaluationRunClusterInsightsRequest EvaluationRunClusterInsightsRequest(string evalId = default, System.Collections.Generic.IEnumerable<string> runIds = default, Azure.AI.Projects.InsightModelConfiguration modelConfiguration = default);
static member EvaluationRunClusterInsightsRequest : string * seq<string> * Azure.AI.Projects.InsightModelConfiguration -> Azure.AI.Projects.EvaluationRunClusterInsightsRequest
Public Shared Function EvaluationRunClusterInsightsRequest (Optional evalId As String = Nothing, Optional runIds As IEnumerable(Of String) = Nothing, Optional modelConfiguration As InsightModelConfiguration = Nothing) As EvaluationRunClusterInsightsRequest
Parameters
- evalId
- String
Evaluation Id for the insights.
- runIds
- IEnumerable<String>
List of evaluation run IDs for the insights.
- modelConfiguration
- InsightModelConfiguration
Configuration of the model used in the insight generation.
Returns
A new EvaluationRunClusterInsightsRequest instance for mocking.