ArmMachineLearningModelFactory.MachineLearningJobScheduleAction Method
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 static Azure.ResourceManager.MachineLearning.Models.MachineLearningJobScheduleAction MachineLearningJobScheduleAction(Azure.ResourceManager.MachineLearning.Models.MachineLearningJobProperties jobDefinition = default);
static member MachineLearningJobScheduleAction : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobProperties -> Azure.ResourceManager.MachineLearning.Models.MachineLearningJobScheduleAction
Public Shared Function MachineLearningJobScheduleAction (Optional jobDefinition As MachineLearningJobProperties = Nothing) As MachineLearningJobScheduleAction
Parameters
- jobDefinition
- MachineLearningJobProperties
[Required] Defines Schedule action definition details.
Returns
A new MachineLearningJobScheduleAction instance for mocking.