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-03-21 UTC."],[[["The `GetInstanceHealthResponse` class is part of the AI Platform Notebooks v1 API, specifically within the `Google.Cloud.Notebooks.V1` namespace and is in the `Google.Cloud.Notebooks.V1.dll` assembly."],["This class is designed to provide a response when checking the health status of a notebook instance, and it includes detailed health information and the overall health state."],["`GetInstanceHealthResponse` offers two constructors: a default constructor and one that accepts another `GetInstanceHealthResponse` object as a parameter."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the base `Object` class."],["The `HealthInfo` and `HealthState` properties of the `GetInstanceHealthResponse` class respectively provide detailed health data as a map of string keys to string values and define the current health status of the notebook instance."]]],[]]