public sealed class GetInstanceHealthResponse : IMessage<GetInstanceHealthResponse>, IEquatable<GetInstanceHealthResponse>, IDeepCloneable<GetInstanceHealthResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class GetInstanceHealthResponse.
Response for checking if a notebook instance is healthy.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eGetInstanceHealthResponse\u003c/code\u003e class is 2.5.0, within the Google.Cloud.Notebooks.V1 API for AI Platform Notebooks.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetInstanceHealthResponse\u003c/code\u003e is a class designed to check the health of a notebook instance and implement the interfaces \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors, a default \u003ccode\u003eGetInstanceHealthResponse()\u003c/code\u003e and one that accepts another \u003ccode\u003eGetInstanceHealthResponse\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetInstanceHealthResponse\u003c/code\u003e includes properties \u003ccode\u003eHealthInfo\u003c/code\u003e, a map containing additional details about the instance's health, and \u003ccode\u003eHealthState\u003c/code\u003e, which represents the instance's current runtime health.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the object class, and has access to the \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e and \u003ccode\u003eToString()\u003c/code\u003e inherited methods.\u003c/p\u003e\n"]]],[],null,["# AI Platform Notebooks v1 API - Class GetInstanceHealthResponse (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.GetInstanceHealthResponse)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.4.0/Google.Cloud.Notebooks.V1.GetInstanceHealthResponse)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.3.0/Google.Cloud.Notebooks.V1.GetInstanceHealthResponse)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.2.0/Google.Cloud.Notebooks.V1.GetInstanceHealthResponse)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.1.0/Google.Cloud.Notebooks.V1.GetInstanceHealthResponse)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.0.0/Google.Cloud.Notebooks.V1.GetInstanceHealthResponse)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/1.0.0-beta04/Google.Cloud.Notebooks.V1.GetInstanceHealthResponse) \n\n public sealed class GetInstanceHealthResponse : IMessage\u003cGetInstanceHealthResponse\u003e, IEquatable\u003cGetInstanceHealthResponse\u003e, IDeepCloneable\u003cGetInstanceHealthResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AI Platform Notebooks v1 API class GetInstanceHealthResponse.\n\nResponse for checking if a notebook instance is healthy. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetInstanceHealthResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetInstanceHealthResponse](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.GetInstanceHealthResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetInstanceHealthResponse](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.GetInstanceHealthResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetInstanceHealthResponse](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.GetInstanceHealthResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Notebooks.V1](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Notebooks.V1.dll\n\nConstructors\n------------\n\n### GetInstanceHealthResponse()\n\n public GetInstanceHealthResponse()\n\n### GetInstanceHealthResponse(GetInstanceHealthResponse)\n\n public GetInstanceHealthResponse(GetInstanceHealthResponse other)\n\nProperties\n----------\n\n### HealthInfo\n\n public MapField\u003cstring, string\u003e HealthInfo { get; }\n\nOutput only. Additional information about instance health.\nExample:\nhealthInfo\": {\n\"docker_proxy_agent_status\": \"1\",\n\"docker_status\": \"1\",\n\"jupyterlab_api_status\": \"-1\",\n\"jupyterlab_status\": \"-1\",\n\"updated\": \"2020-10-18 09:40:03.573409\"\n}\n\n### HealthState\n\n public GetInstanceHealthResponse.Types.HealthState HealthState { get; set; }\n\nOutput only. Runtime health_state."]]