MachineLearningJobScheduleAction(MachineLearningJobProperties) Constructor
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.
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.
Exceptions
jobDefinition is null.