public sealed class GetInstanceHealthRequest : IMessage<GetInstanceHealthRequest>, IEquatable<GetInstanceHealthRequest>, IDeepCloneable<GetInstanceHealthRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class GetInstanceHealthRequest.
Request 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 information for the `GetInstanceHealthRequest` class within the AI Platform Notebooks v1 API, specifically version 2.3.0 of the Google.Cloud.Notebooks.V1 namespace."],["The `GetInstanceHealthRequest` class is used to check the health of a notebook instance and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetInstanceHealthRequest` inherits from `object` and includes properties such as `InstanceName` and `Name`, with `Name` being a required field specifying the instance's location and ID."],["The document outlines the available versions of this API, with 2.5.0 being the latest and includes beta versions as well, down to version 1.0.0-beta04."],["This document provides two constructors for the class `GetInstanceHealthRequest`, one default and one that accepts another `GetInstanceHealthRequest` instance as a parameter."]]],[]]