MachineLearningScheduleProperties 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.
Base definition of a schedule.
public class MachineLearningScheduleProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningResourceBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleProperties>
public class MachineLearningScheduleProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningResourceBase
type MachineLearningScheduleProperties = class
inherit MachineLearningResourceBase
interface IJsonModel<MachineLearningScheduleProperties>
interface IPersistableModel<MachineLearningScheduleProperties>
type MachineLearningScheduleProperties = class
inherit MachineLearningResourceBase
Public Class MachineLearningScheduleProperties
Inherits MachineLearningResourceBase
Implements IJsonModel(Of MachineLearningScheduleProperties), IPersistableModel(Of MachineLearningScheduleProperties)
Public Class MachineLearningScheduleProperties
Inherits MachineLearningResourceBase
- Inheritance
- Implements
Constructors
MachineLearningScheduleProperties(MachineLearningScheduleAction, MachineLearningTriggerBase) |
Initializes a new instance of MachineLearningScheduleProperties. |
MachineLearningScheduleProperties(MachineLearningTriggerBase, MachineLearningScheduleAction) |
Initializes a new instance of MachineLearningScheduleProperties. |
Properties
Action |
[Required] Specifies the action of the schedule Please note MachineLearningScheduleAction is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MachineLearningJobScheduleAction, CreateMonitorAction and MachineLearningEndpointScheduleAction. |
Description |
The asset description text. (Inherited from MachineLearningResourceBase) |
DisplayName |
Display name of schedule. |
IsEnabled |
Is the schedule enabled?. |
Properties |
The asset property dictionary. (Inherited from MachineLearningResourceBase) |
ProvisioningState |
Provisioning state for the schedule. |
Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from MachineLearningResourceBase) |
Trigger |
[Required] Specifies the trigger details Please note MachineLearningTriggerBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CronTrigger and MachineLearningRecurrenceTrigger. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET