Runtime(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The definition of a Runtime for a managed notebook instance.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes
Name | Description |
name |
str
Output only. The resource name of the runtime. Format: ``projects/{project}/locations/{location}/runtimes/{runtimeId}`` |
virtual_machine |
google.cloud.notebooks_v1.types.VirtualMachine
Use a Compute Engine VM image to start the managed notebook instance. This field is a member of `oneof`_ ``runtime_type``. |
state |
google.cloud.notebooks_v1.types.Runtime.State
Output only. Runtime state. |
health_state |
google.cloud.notebooks_v1.types.Runtime.HealthState
Output only. Runtime health_state. |
access_config |
google.cloud.notebooks_v1.types.RuntimeAccessConfig
The config settings for accessing runtime. |
software_config |
google.cloud.notebooks_v1.types.RuntimeSoftwareConfig
The config settings for software inside the runtime. |
metrics |
google.cloud.notebooks_v1.types.RuntimeMetrics
Output only. Contains Runtime daemon metrics such as Service status and JupyterLab stats. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Runtime creation time. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Runtime update time. |
Inheritance
builtins.object > proto.message.Message > RuntimeClasses
HealthState
HealthState(value)
The runtime substate.
State
State(value)
The definition of the states of this runtime.