OnlineScaleSettings Class
Scale settings for online deployment.
- Inheritance
-
azure.ai.ml.entities._mixins.RestTranslatableMixinOnlineScaleSettings
Constructor
OnlineScaleSettings(type: str, **kwargs: Any)
Parameters
Name | Description |
---|---|
type
Required
|
Type of the scale settings, allowed values are "default" and "target_utilization". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python