ScheduleTask 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.
Schedule task model. Please note this is the abstract base class. The derived classes available for instantiation are: EvaluationScheduleTask and InsightScheduleTask.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownScheduleTask))]
public abstract class ScheduleTask : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ScheduleTask>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ScheduleTask>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownScheduleTask))>]
type ScheduleTask = class
interface IJsonModel<ScheduleTask>
interface IPersistableModel<ScheduleTask>
Public MustInherit Class ScheduleTask
Implements IJsonModel(Of ScheduleTask), IPersistableModel(Of ScheduleTask)
- Inheritance
-
ScheduleTask
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Configuration |
Configuration for the task. |