type property
The optional UpgradeType.
Setting this field will search for additional compute images to upgrade this instance.
Optional. Possible string values are:
- "UPGRADE_TYPE_UNSPECIFIED" : Upgrade type is not specified.
- "UPGRADE_FRAMEWORK" : Upgrade ML framework.
- "UPGRADE_OS" : Upgrade Operating System.
- "UPGRADE_CUDA" : Upgrade CUDA.
- "UPGRADE_ALL" : Upgrade All (OS, Framework and CUDA).
Implementation
core.String? type;