ArmMachineLearningModelFactory.MachineLearningScheduleAction(String) 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 MachineLearningScheduleAction. Please note this is the abstract base class. The derived classes available for instantiation are: CreateMonitorAction, MachineLearningEndpointScheduleAction, and MachineLearningJobScheduleAction.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleAction MachineLearningScheduleAction(string actionType = default);
static member MachineLearningScheduleAction : string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleAction
Public Shared Function MachineLearningScheduleAction (Optional actionType As String = Nothing) As MachineLearningScheduleAction
Parameters
- actionType
- String
[Required] Specifies the action type of the schedule.
Returns
A new MachineLearningScheduleAction instance for mocking.