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 documentation for the `GetInstanceHealthRequest` class within the AI Platform Notebooks v1 API."],["The `GetInstanceHealthRequest` class is used to check if a notebook instance is healthy and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating `GetInstanceHealthRequest` objects, either new or from an existing instance of the same type."],["The class contains properties, including `InstanceName` and `Name`, to specify the target notebook instance, with `Name` requiring a specific format including the project, location, and instance ID."],["There are multiple versions of this API documented here, and 2.5.0 is the latest."]]],[]]