public enum NotebookRuntimeType extends Enum<NotebookRuntimeType> implements com.google.protobuf.ProtocolMessageEnum
Represents a notebook runtime type.Protobuf enum
google.cloud.aiplatform.v1beta1.NotebookRuntimeType| Enum Constant and Description |
|---|
NOTEBOOK_RUNTIME_TYPE_UNSPECIFIED
Unspecified notebook runtime type, NotebookRuntimeType will default to
USER_DEFINED.
|
ONE_CLICK
runtime or template with system defined configurations.
|
UNRECOGNIZED |
USER_DEFINED
runtime or template with coustomized configurations from user.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
NOTEBOOK_RUNTIME_TYPE_UNSPECIFIED_VALUE
Unspecified notebook runtime type, NotebookRuntimeType will default to
USER_DEFINED.
|
static int |
ONE_CLICK_VALUE
runtime or template with system defined configurations.
|
static int |
USER_DEFINED_VALUE
runtime or template with coustomized configurations from user.
|
| Modifier and Type | Method and Description |
|---|---|
static NotebookRuntimeType |
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<NotebookRuntimeType> |
internalGetValueMap() |
static NotebookRuntimeType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NotebookRuntimeType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NotebookRuntimeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotebookRuntimeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotebookRuntimeType NOTEBOOK_RUNTIME_TYPE_UNSPECIFIED
Unspecified notebook runtime type, NotebookRuntimeType will default to USER_DEFINED.
NOTEBOOK_RUNTIME_TYPE_UNSPECIFIED = 0;public static final NotebookRuntimeType USER_DEFINED
runtime or template with coustomized configurations from user.
USER_DEFINED = 1;public static final NotebookRuntimeType ONE_CLICK
runtime or template with system defined configurations.
ONE_CLICK = 2;public static final NotebookRuntimeType UNRECOGNIZED
public static final int NOTEBOOK_RUNTIME_TYPE_UNSPECIFIED_VALUE
Unspecified notebook runtime type, NotebookRuntimeType will default to USER_DEFINED.
NOTEBOOK_RUNTIME_TYPE_UNSPECIFIED = 0;public static final int USER_DEFINED_VALUE
runtime or template with coustomized configurations from user.
USER_DEFINED = 1;public static final int ONE_CLICK_VALUE
runtime or template with system defined configurations.
ONE_CLICK = 2;public static NotebookRuntimeType[] values()
for (NotebookRuntimeType c : NotebookRuntimeType.values()) System.out.println(c);
public static NotebookRuntimeType 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 NotebookRuntimeType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NotebookRuntimeType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NotebookRuntimeType> 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 NotebookRuntimeType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.