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."],[[["This page provides documentation for the `GetInstanceHealthResponse` class within the Google Cloud Notebooks v1 API, specifically version 2.4.0."],["`GetInstanceHealthResponse` is used to check and represent the health status of a notebook instance, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors, one default and one that copies from another `GetInstanceHealthResponse` instance, allowing for object creation and duplication."],["Key properties of the `GetInstanceHealthResponse` class include `HealthInfo`, a map containing details about the instance's health, and `HealthState`, indicating the overall health status of the instance."],["The available versions for this class range from 1.0.0-beta04 up to 2.5.0, with the provided documentation highlighting version 2.4.0."]]],[]]