MachineLearningJobScheduleAction 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.
The MachineLearningJobScheduleAction.
public class MachineLearningJobScheduleAction : Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleAction, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningJobScheduleAction>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningJobScheduleAction>
public class MachineLearningJobScheduleAction : Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleAction
type MachineLearningJobScheduleAction = class
inherit MachineLearningScheduleAction
interface IJsonModel<MachineLearningJobScheduleAction>
interface IPersistableModel<MachineLearningJobScheduleAction>
type MachineLearningJobScheduleAction = class
inherit MachineLearningScheduleAction
Public Class MachineLearningJobScheduleAction
Inherits MachineLearningScheduleAction
Implements IJsonModel(Of MachineLearningJobScheduleAction), IPersistableModel(Of MachineLearningJobScheduleAction)
Public Class MachineLearningJobScheduleAction
Inherits MachineLearningScheduleAction
- Inheritance
- Implements
Constructors
MachineLearningJobScheduleAction(MachineLearningJobProperties) |
Initializes a new instance of MachineLearningJobScheduleAction. |
Properties
JobDefinition |
[Required] Defines Schedule action definition details. Please note MachineLearningJobProperties 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 AutoMLJob, MachineLearningCommandJob, MachineLearningPipelineJob, SparkJob and MachineLearningSweepJob. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET