AzureAIProjectsModelFactory.EvaluationScheduleTask 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.
Evaluation task for the schedule.
public static Azure.AI.Projects.Evaluation.EvaluationScheduleTask EvaluationScheduleTask(System.Collections.Generic.IDictionary<string,string> configuration = default, string evalId = default, BinaryData evalRun = default);
static member EvaluationScheduleTask : System.Collections.Generic.IDictionary<string, string> * string * BinaryData -> Azure.AI.Projects.Evaluation.EvaluationScheduleTask
Public Shared Function EvaluationScheduleTask (Optional configuration As IDictionary(Of String, String) = Nothing, Optional evalId As String = Nothing, Optional evalRun As BinaryData = Nothing) As EvaluationScheduleTask
Parameters
- configuration
- IDictionary<String,String>
Configuration for the task.
- evalId
- String
Identifier of the evaluation group.
- evalRun
- BinaryData
The evaluation run payload.
Returns
A new EvaluationScheduleTask instance for mocking.