MachineLearningJobScheduleAction Class

Definition

The MachineLearningJobScheduleAction.

public class MachineLearningJobScheduleAction : Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleAction
type MachineLearningJobScheduleAction = class
    inherit MachineLearningScheduleAction
Public Class MachineLearningJobScheduleAction
Inherits MachineLearningScheduleAction
Inheritance
MachineLearningJobScheduleAction

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, LabelingJobProperties, MachineLearningPipelineJob, SparkJob and MachineLearningSweepJob.

Applies to