AI Platform Notebooks V1 API - Class Google::Cloud::Notebooks::V1::GetInstanceHealthResponse (v0.9.0)

Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::GetInstanceHealthResponse.

Response for checking if a notebook instance is healthy.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#health_info

def health_info() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — 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" }

#health_state

def health_state() -> ::Google::Cloud::Notebooks::V1::GetInstanceHealthResponse::HealthState
Returns