public sealed class GetInstanceHealthResponse : IMessage<GetInstanceHealthResponse>, IEquatable<GetInstanceHealthResponse>, IDeepCloneable<GetInstanceHealthResponse>, IBufferMessage, IMessage
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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGetInstanceHealthResponse\u003c/code\u003e class is used to determine the health status of a notebook instance.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing for diverse functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThe class features properties \u003ccode\u003eHealthInfo\u003c/code\u003e, a map providing additional health details, and \u003ccode\u003eHealthState\u003c/code\u003e, representing the runtime health of the instance.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors within this class that can either create a new empty instance or create a new instance based on another instance of \u003ccode\u003eGetInstanceHealthResponse\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]