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