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