EvaluationScheduleTask Class
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 class EvaluationScheduleTask : Azure.AI.Projects.ScheduleTask, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.EvaluationScheduleTask>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.EvaluationScheduleTask>
type EvaluationScheduleTask = class
inherit ScheduleTask
interface IJsonModel<EvaluationScheduleTask>
interface IPersistableModel<EvaluationScheduleTask>
Public Class EvaluationScheduleTask
Inherits ScheduleTask
Implements IJsonModel(Of EvaluationScheduleTask), IPersistableModel(Of EvaluationScheduleTask)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| EvaluationScheduleTask(String, EvaluationScheduleTaskEvalRun) |
Initializes a new instance of EvaluationScheduleTask. |
Properties
| Name | Description |
|---|---|
| Configuration |
Configuration for the task. (Inherited from ScheduleTask) |
| EvalId |
Identifier of the evaluation group. |
| EvalRun |
The evaluation run payload. |