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: 0Upgrade type is not specified.
Generated from protobuf enum UPGRADE_TYPE_UNSPECIFIED = 0;
UPGRADE_FRAMEWORK
Value: 1Upgrade ML framework.
Generated from protobuf enum UPGRADE_FRAMEWORK = 1;
UPGRADE_OS
Value: 2Upgrade Operating System.
Generated from protobuf enum UPGRADE_OS = 2;
UPGRADE_CUDA
Value: 3Upgrade CUDA.
Generated from protobuf enum UPGRADE_CUDA = 3;
UPGRADE_ALL
Value: 4Upgrade All (OS, Framework and CUDA).
Generated from protobuf enum UPGRADE_ALL = 4;