EvaluationComparisonRequest(String, 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 EvaluationComparisonRequest.
public EvaluationComparisonRequest(string evalId, string baselineRunId, System.Collections.Generic.IEnumerable<string> treatmentRunIds);
new Azure.AI.Projects.EvaluationComparisonRequest : string * string * seq<string> -> Azure.AI.Projects.EvaluationComparisonRequest
Public Sub New (evalId As String, baselineRunId As String, treatmentRunIds As IEnumerable(Of String))
Parameters
- evalId
- String
Identifier for the evaluation.
- baselineRunId
- String
The baseline run ID for comparison.
- treatmentRunIds
- IEnumerable<String>
List of treatment run IDs for comparison.
Exceptions
evalId, baselineRunId or treatmentRunIds is null.