public enum UpgradeTypeReference documentation and code samples for the Vertex AI Notebooks v1 API enum UpgradeType.
Definition of the types of upgrade that can be used on this instance.
Namespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Fields |
|
|---|---|
| Name | Description |
Unspecified |
Upgrade type is not specified. |
UpgradeAll |
Upgrade All (OS, Framework and CUDA). |
UpgradeCuda |
Upgrade CUDA. |
UpgradeFramework |
Upgrade ML framework. |
UpgradeOs |
Upgrade Operating System. |