EvaluationRunClusterInsightsRequest(String, IEnumerable<String>) Constructor
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.
Initializes a new instance of EvaluationRunClusterInsightsRequest.
public EvaluationRunClusterInsightsRequest(string evalId, System.Collections.Generic.IEnumerable<string> runIds);
new Azure.AI.Projects.EvaluationRunClusterInsightsRequest : string * seq<string> -> Azure.AI.Projects.EvaluationRunClusterInsightsRequest
Public Sub New (evalId As String, runIds As IEnumerable(Of String))
Parameters
- evalId
- String
Evaluation Id for the insights.
- runIds
- IEnumerable<String>
List of evaluation run IDs for the insights.
Exceptions
evalId or runIds is null.