Enum NotebookRuntimeType (3.44.0)

public enum NotebookRuntimeType extends Enum<NotebookRuntimeType> implements ProtocolMessageEnum

Represents a notebook runtime type.

Protobuf enum google.cloud.aiplatform.v1.NotebookRuntimeType

Implements

ProtocolMessageEnum

Static Fields

Name Description
NOTEBOOK_RUNTIME_TYPE_UNSPECIFIED

Unspecified notebook runtime type, NotebookRuntimeType will default to USER_DEFINED.

NOTEBOOK_RUNTIME_TYPE_UNSPECIFIED = 0;

NOTEBOOK_RUNTIME_TYPE_UNSPECIFIED_VALUE

Unspecified notebook runtime type, NotebookRuntimeType will default to USER_DEFINED.

NOTEBOOK_RUNTIME_TYPE_UNSPECIFIED = 0;

ONE_CLICK

runtime or template with system defined configurations.

ONE_CLICK = 2;

ONE_CLICK_VALUE

runtime or template with system defined configurations.

ONE_CLICK = 2;

UNRECOGNIZED
USER_DEFINED

runtime or template with coustomized configurations from user.

USER_DEFINED = 1;

USER_DEFINED_VALUE

runtime or template with coustomized configurations from user.

USER_DEFINED = 1;

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()