View Source GoogleApi.Notebooks.V1.Model.GetInstanceHealthResponse (google_api_notebooks v0.9.0)

Response for checking if a notebook instance is healthy.

Attributes

  • healthInfo (type: map(), default: nil) - 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" }
  • healthState (type: String.t, default: nil) - Output only. Runtime health_state.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V1.Model.GetInstanceHealthResponse{
  healthInfo: map() | nil,
  healthState: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.