Module: Google::Cloud::Notebooks::V1::UpgradeType

Defined in:
proto_docs/google/cloud/notebooks/v1/service.rb

Overview

Definition of the types of upgrade that can be used on this instance.

Constant Summary collapse

UPGRADE_TYPE_UNSPECIFIED =

Upgrade type is not specified.

0
UPGRADE_FRAMEWORK =

Upgrade ML framework.

1
UPGRADE_OS =

Upgrade Operating System.

2
UPGRADE_CUDA =

Upgrade CUDA.

3
UPGRADE_ALL =

Upgrade All (OS, Framework and CUDA).

4