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 latest version of the `GetInstanceHealthResponse` class is 2.5.0, within the Google.Cloud.Notebooks.V1 API for AI Platform Notebooks."],["`GetInstanceHealthResponse` is a class designed to check the health of a notebook instance and implement the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, a default `GetInstanceHealthResponse()` and one that accepts another `GetInstanceHealthResponse` object as a parameter."],["`GetInstanceHealthResponse` includes properties `HealthInfo`, a map containing additional details about the instance's health, and `HealthState`, which represents the instance's current runtime health."],["This class inherits from the object class, and has access to the `GetHashCode()`, `GetType()` and `ToString()` inherited methods."]]],[]]