public static enum Instance.AcceleratorType extends Enum<Instance.AcceleratorType> implements com.google.protobuf.ProtocolMessageEnum
Definition of the types of hardware accelerators that can be used on this instance.Protobuf enum
google.cloud.notebooks.v1beta1.Instance.AcceleratorType| Enum Constant and Description |
|---|
ACCELERATOR_TYPE_UNSPECIFIED
Accelerator type is not specified.
|
NVIDIA_TESLA_K80
Accelerator type is Nvidia Tesla K80.
|
NVIDIA_TESLA_P100
Accelerator type is Nvidia Tesla P100.
|
NVIDIA_TESLA_P100_VWS
Accelerator type is NVIDIA Tesla P100 Virtual Workstations.
|
NVIDIA_TESLA_P4
Accelerator type is Nvidia Tesla P4.
|
NVIDIA_TESLA_P4_VWS
Accelerator type is NVIDIA Tesla P4 Virtual Workstations.
|
NVIDIA_TESLA_T4
Accelerator type is Nvidia Tesla T4.
|
NVIDIA_TESLA_T4_VWS
Accelerator type is NVIDIA Tesla T4 Virtual Workstations.
|
NVIDIA_TESLA_V100
Accelerator type is Nvidia Tesla V100.
|
TPU_V2
(Coming soon) Accelerator type is TPU V2.
|
TPU_V3
(Coming soon) Accelerator type is TPU V3.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCELERATOR_TYPE_UNSPECIFIED_VALUE
Accelerator type is not specified.
|
static int |
NVIDIA_TESLA_K80_VALUE
Accelerator type is Nvidia Tesla K80.
|
static int |
NVIDIA_TESLA_P100_VALUE
Accelerator type is Nvidia Tesla P100.
|
static int |
NVIDIA_TESLA_P100_VWS_VALUE
Accelerator type is NVIDIA Tesla P100 Virtual Workstations.
|
static int |
NVIDIA_TESLA_P4_VALUE
Accelerator type is Nvidia Tesla P4.
|
static int |
NVIDIA_TESLA_P4_VWS_VALUE
Accelerator type is NVIDIA Tesla P4 Virtual Workstations.
|
static int |
NVIDIA_TESLA_T4_VALUE
Accelerator type is Nvidia Tesla T4.
|
static int |
NVIDIA_TESLA_T4_VWS_VALUE
Accelerator type is NVIDIA Tesla T4 Virtual Workstations.
|
static int |
NVIDIA_TESLA_V100_VALUE
Accelerator type is Nvidia Tesla V100.
|
static int |
TPU_V2_VALUE
(Coming soon) Accelerator type is TPU V2.
|
static int |
TPU_V3_VALUE
(Coming soon) Accelerator type is TPU V3.
|
| Modifier and Type | Method and Description |
|---|---|
static Instance.AcceleratorType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Instance.AcceleratorType> |
internalGetValueMap() |
static Instance.AcceleratorType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Instance.AcceleratorType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Instance.AcceleratorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Instance.AcceleratorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Instance.AcceleratorType ACCELERATOR_TYPE_UNSPECIFIED
Accelerator type is not specified.
ACCELERATOR_TYPE_UNSPECIFIED = 0;public static final Instance.AcceleratorType NVIDIA_TESLA_K80
Accelerator type is Nvidia Tesla K80.
NVIDIA_TESLA_K80 = 1;public static final Instance.AcceleratorType NVIDIA_TESLA_P100
Accelerator type is Nvidia Tesla P100.
NVIDIA_TESLA_P100 = 2;public static final Instance.AcceleratorType NVIDIA_TESLA_V100
Accelerator type is Nvidia Tesla V100.
NVIDIA_TESLA_V100 = 3;public static final Instance.AcceleratorType NVIDIA_TESLA_P4
Accelerator type is Nvidia Tesla P4.
NVIDIA_TESLA_P4 = 4;public static final Instance.AcceleratorType NVIDIA_TESLA_T4
Accelerator type is Nvidia Tesla T4.
NVIDIA_TESLA_T4 = 5;public static final Instance.AcceleratorType NVIDIA_TESLA_T4_VWS
Accelerator type is NVIDIA Tesla T4 Virtual Workstations.
NVIDIA_TESLA_T4_VWS = 8;public static final Instance.AcceleratorType NVIDIA_TESLA_P100_VWS
Accelerator type is NVIDIA Tesla P100 Virtual Workstations.
NVIDIA_TESLA_P100_VWS = 9;public static final Instance.AcceleratorType NVIDIA_TESLA_P4_VWS
Accelerator type is NVIDIA Tesla P4 Virtual Workstations.
NVIDIA_TESLA_P4_VWS = 10;public static final Instance.AcceleratorType TPU_V2
(Coming soon) Accelerator type is TPU V2.
TPU_V2 = 6;public static final Instance.AcceleratorType TPU_V3
(Coming soon) Accelerator type is TPU V3.
TPU_V3 = 7;public static final Instance.AcceleratorType UNRECOGNIZED
public static final int ACCELERATOR_TYPE_UNSPECIFIED_VALUE
Accelerator type is not specified.
ACCELERATOR_TYPE_UNSPECIFIED = 0;public static final int NVIDIA_TESLA_K80_VALUE
Accelerator type is Nvidia Tesla K80.
NVIDIA_TESLA_K80 = 1;public static final int NVIDIA_TESLA_P100_VALUE
Accelerator type is Nvidia Tesla P100.
NVIDIA_TESLA_P100 = 2;public static final int NVIDIA_TESLA_V100_VALUE
Accelerator type is Nvidia Tesla V100.
NVIDIA_TESLA_V100 = 3;public static final int NVIDIA_TESLA_P4_VALUE
Accelerator type is Nvidia Tesla P4.
NVIDIA_TESLA_P4 = 4;public static final int NVIDIA_TESLA_T4_VALUE
Accelerator type is Nvidia Tesla T4.
NVIDIA_TESLA_T4 = 5;public static final int NVIDIA_TESLA_T4_VWS_VALUE
Accelerator type is NVIDIA Tesla T4 Virtual Workstations.
NVIDIA_TESLA_T4_VWS = 8;public static final int NVIDIA_TESLA_P100_VWS_VALUE
Accelerator type is NVIDIA Tesla P100 Virtual Workstations.
NVIDIA_TESLA_P100_VWS = 9;public static final int NVIDIA_TESLA_P4_VWS_VALUE
Accelerator type is NVIDIA Tesla P4 Virtual Workstations.
NVIDIA_TESLA_P4_VWS = 10;public static final int TPU_V2_VALUE
(Coming soon) Accelerator type is TPU V2.
TPU_V2 = 6;public static final int TPU_V3_VALUE
(Coming soon) Accelerator type is TPU V3.
TPU_V3 = 7;public static Instance.AcceleratorType[] values()
for (Instance.AcceleratorType c : Instance.AcceleratorType.values()) System.out.println(c);
public static Instance.AcceleratorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Instance.AcceleratorType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Instance.AcceleratorType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Instance.AcceleratorType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Instance.AcceleratorType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.