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 document provides reference documentation for the `GetInstanceHealthResponse` class within the AI Platform Notebooks v1 API, specifically for version 2.0.0 of the `Google.Cloud.Notebooks.V1` library."],["The `GetInstanceHealthResponse` class is used to check the health of a notebook instance, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor, and one that accepts another `GetInstanceHealthResponse` object for copying."],["It contains two key properties: `HealthInfo`, a map containing additional health information, and `HealthState`, an enumeration representing the overall health status of the notebook instance."],["There are several available versions for this API and class, with version 2.5.0 being the most recent, and version 2.0.0 being the main focus of the content."]]],[]]