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.ProjectsScheduleTask, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Evaluation.EvaluationScheduleTask>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Evaluation.EvaluationScheduleTask>
type EvaluationScheduleTask = class
inherit ProjectsScheduleTask
interface IJsonModel<EvaluationScheduleTask>
interface IPersistableModel<EvaluationScheduleTask>
Public Class EvaluationScheduleTask
Inherits ProjectsScheduleTask
Implements IJsonModel(Of EvaluationScheduleTask), IPersistableModel(Of EvaluationScheduleTask)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| EvaluationScheduleTask(String, BinaryData) |
Initializes a new instance of EvaluationScheduleTask. |
Properties
| Name | Description |
|---|---|
| Configuration |
Configuration for the task. (Inherited from ProjectsScheduleTask) |
| EvalId |
Identifier of the evaluation group. |
| EvalRun |
The evaluation run payload. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|