public enum NotebookRuntimeType extends Enum<NotebookRuntimeType> implements ProtocolMessageEnum
Represents a notebook runtime type.
Protobuf enum google.cloud.aiplatform.v1beta1.NotebookRuntimeType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
NOTEBOOK_RUNTIME_TYPE_UNSPECIFIED |
Unspecified notebook runtime type, NotebookRuntimeType will default to USER_DEFINED. |
NOTEBOOK_RUNTIME_TYPE_UNSPECIFIED_VALUE |
Unspecified notebook runtime type, NotebookRuntimeType will default to USER_DEFINED. |
ONE_CLICK |
runtime or template with system defined configurations. |
ONE_CLICK_VALUE |
runtime or template with system defined configurations. |
UNRECOGNIZED |
|
USER_DEFINED |
runtime or template with coustomized configurations from user. |
USER_DEFINED_VALUE |
runtime or template with coustomized configurations from user. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |