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". |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python