Class IsInstanceUpgradeableResponse (1.4.0)

IsInstanceUpgradeableResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response for checking if a notebook instance is upgradeable.

Attributes

NameDescription
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.

Inheritance

builtins.object > proto.message.Message > IsInstanceUpgradeableResponse