Reference documentation and code samples for the Google Cloud Notebooks V1 Client class UpgradeType.
Definition of the types of upgrade that can be used on this instance.
Protobuf type google.cloud.notebooks.v1.UpgradeType
Namespace
Google \ Cloud \ Notebooks \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UPGRADE_TYPE_UNSPECIFIED
Value: 0
Upgrade type is not specified.
Generated from protobuf enum UPGRADE_TYPE_UNSPECIFIED = 0;
UPGRADE_FRAMEWORK
Value: 1
Upgrade ML framework.
Generated from protobuf enum UPGRADE_FRAMEWORK = 1;
UPGRADE_OS
Value: 2
Upgrade Operating System.
Generated from protobuf enum UPGRADE_OS = 2;
UPGRADE_CUDA
Value: 3
Upgrade CUDA.
Generated from protobuf enum UPGRADE_CUDA = 3;
UPGRADE_ALL
Value: 4
Upgrade All (OS, Framework and CUDA).
Generated from protobuf enum UPGRADE_ALL = 4;