ArmMachineLearningModelFactory.MachineLearningAutoScaleProperties 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.
Auto scale properties.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningAutoScaleProperties MachineLearningAutoScaleProperties(int? minNodeCount = default, bool? enabled = default, int? maxNodeCount = default);
static member MachineLearningAutoScaleProperties : Nullable<int> * Nullable<bool> * Nullable<int> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningAutoScaleProperties
Public Shared Function MachineLearningAutoScaleProperties (Optional minNodeCount As Nullable(Of Integer) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional maxNodeCount As Nullable(Of Integer) = Nothing) As MachineLearningAutoScaleProperties
Parameters
Returns
A new MachineLearningAutoScaleProperties instance for mocking.