ArmMachineLearningModelFactory.MachineLearningOnlineScaleSettings 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.
Online deployment scaling configuration. Please note this is the abstract base class. The derived classes available for instantiation are: MachineLearningDefaultScaleSettings and MachineLearningTargetUtilizationScaleSettings.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineScaleSettings MachineLearningOnlineScaleSettings(string scaleType = default);
static member MachineLearningOnlineScaleSettings : string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineScaleSettings
Public Shared Function MachineLearningOnlineScaleSettings (Optional scaleType As String = Nothing) As MachineLearningOnlineScaleSettings
Parameters
- scaleType
- String
[Required] Type of deployment scaling algorithm.
Returns
A new MachineLearningOnlineScaleSettings instance for mocking.