Sdílet prostřednictvím


MachineLearningJobScheduleAction.JobDefinition Property

Definition

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

public Azure.ResourceManager.MachineLearning.Models.MachineLearningJobProperties JobDefinition { get; set; }
member this.JobDefinition : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobProperties with get, set
Public Property JobDefinition As MachineLearningJobProperties

Property Value

Applies to