Sprog

ArmMachineLearningModelFactory.MachineLearningScheduleAction(String) Method

Definition

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.

Applies to