AutomaticTuningServerOptions Class
Automatic tuning properties for individual advisors.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
AutomaticTuningServerOptions(*, desired_state: str | _models.AutomaticTuningOptionModeDesired | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
desired_state
|
Automatic tuning option desired state. Known values are: "Off", "On", and "Default". Default value: None
|
Variables
| Name | Description |
|---|---|
|
desired_state
|
Automatic tuning option desired state. Known values are: "Off", "On", and "Default". |
|
actual_state
|
Automatic tuning option actual state. Known values are: "Off" and "On". |
|
reason_code
|
Reason code if desired and actual state are different. |
|
reason_desc
|
Reason description if desired and actual state are different. Known values are: "Default", "Disabled", and "AutoConfigured". |