Enum UpgradeType (1.0.0-beta04)

public enum UpgradeType

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

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Fields

NameDescription
Unspecified

Upgrade type is not specified.

UpgradeAll

Upgrade All (OS, Framework and CUDA).

UpgradeCuda

Upgrade CUDA.

UpgradeFramework

Upgrade ML framework.

UpgradeOs

Upgrade Operating System.