ArmMachineLearningModelFactory.MachineLearningEndpointScheduleAction 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 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.