MachineLearningOnlineDeploymentProperties.ScaleSettings Property
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.
Scale settings for the deployment. If it is null or not provided, it defaults to TargetUtilizationScaleSettings for KubernetesOnlineDeployment and to DefaultScaleSettings for ManagedOnlineDeployment. Please note MachineLearningOnlineScaleSettings is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MachineLearningDefaultScaleSettings and MachineLearningTargetUtilizationScaleSettings.
public Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineScaleSettings ScaleSettings { get; set; }
member this.ScaleSettings : Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineScaleSettings with get, set
Public Property ScaleSettings As MachineLearningOnlineScaleSettings
Property Value
Applies to
Azure SDK for .NET