Sdílet prostřednictvím


MachineLearningJobScheduleAction(MachineLearningJobProperties) Constructor

Definition

Initializes a new instance of MachineLearningJobScheduleAction.

public MachineLearningJobScheduleAction (Azure.ResourceManager.MachineLearning.Models.MachineLearningJobProperties jobDefinition);
new Azure.ResourceManager.MachineLearning.Models.MachineLearningJobScheduleAction : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobProperties -> Azure.ResourceManager.MachineLearning.Models.MachineLearningJobScheduleAction
Public Sub New (jobDefinition As MachineLearningJobProperties)

Parameters

jobDefinition
MachineLearningJobProperties

[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.

Exceptions

jobDefinition is null.

Applies to