EvaluationScheduleTask(String, EvaluationScheduleTaskEvalRun) 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 EvaluationScheduleTask.
public EvaluationScheduleTask(string evalId, Azure.AI.Projects.EvaluationScheduleTaskEvalRun evalRun);
new Azure.AI.Projects.EvaluationScheduleTask : string * Azure.AI.Projects.EvaluationScheduleTaskEvalRun -> Azure.AI.Projects.EvaluationScheduleTask
Public Sub New (evalId As String, evalRun As EvaluationScheduleTaskEvalRun)
Parameters
- evalId
- String
Identifier of the evaluation group.
- evalRun
- EvaluationScheduleTaskEvalRun
The evaluation run payload.
Exceptions
evalId or evalRun is null.