IsInstanceUpgradeableResponse(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Response for checking if a notebook instance is upgradeable.
Attributes |
|
---|---|
Name | Description |
upgradeable |
bool
If an instance is upgradeable. |
upgrade_version |
str
The version this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true. |
upgrade_info |
str
Additional information about upgrade. |
upgrade_image |
str
The new image self link this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true. |