MachineLearningOnlineDeploymentProperties.ScaleSettings Property

Definition

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