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 for version 2.4.0."],["`GetInstanceHealthRequest` is used to check the health of a notebook instance and inherits from `object` while implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `InstanceName`, a typed view of the resource name, and `Name`, a string representing the instance's full resource path in the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["There are multiple versions available, with the latest being 2.5.0 and includes 7 previous versions that are available."],["The class has two constructors: a default constructor and a copy constructor that takes another `GetInstanceHealthRequest` instance as a parameter."]]],[]]