Language

ArmMachineLearningModelFactory.MachineLearningEndpointScheduleAction Method

Definition

The MachineLearningEndpointScheduleAction.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointScheduleAction MachineLearningEndpointScheduleAction(BinaryData endpointInvocationDefinition = default);
static member MachineLearningEndpointScheduleAction : BinaryData -> Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointScheduleAction
Public Shared Function MachineLearningEndpointScheduleAction (Optional endpointInvocationDefinition As BinaryData = Nothing) As MachineLearningEndpointScheduleAction

Parameters

endpointInvocationDefinition
BinaryData

[Required] Defines Schedule action definition details. TBD

Returns

A new MachineLearningEndpointScheduleAction instance for mocking.

Applies to