notebookRuntimeType property

String? notebookRuntimeType
getter/setter pair

The type of the notebook runtime.

Output only. Possible string values are:

  • "NOTEBOOK_RUNTIME_TYPE_UNSPECIFIED" : Unspecified notebook runtime type, NotebookRuntimeType will default to USER_DEFINED.
  • "USER_DEFINED" : runtime or template with coustomized configurations from user.
  • "ONE_CLICK" : runtime or template with system defined configurations.

Implementation

core.String? notebookRuntimeType;