Class GetInstanceHealthResponse (1.1.1)

GetInstanceHealthResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response for checking if a notebook instance is healthy.

Attributes

NameDescription
health_state google.cloud.notebooks_v1.types.GetInstanceHealthResponse.HealthState
Output only. Runtime health_state.
health_info Sequence[google.cloud.notebooks_v1.types.GetInstanceHealthResponse.HealthInfoEntry]
Output only. Additional information about instance health. Example: healthInfo": { "docker_proxy_agent_status": "1", "docker_status": "1", "jupyterlab_api_status": "-1", "jupyterlab_status": "-1", "updated": "2020-10-18 09:40:03.573409" }

Classes

HealthInfoEntry

HealthInfoEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

HealthState

HealthState(value)

If an instance is healthy or not.