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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `GetInstanceHealthRequest` class is 2.5.0, within the `Google.Cloud.Notebooks.V1` namespace."],["`GetInstanceHealthRequest` is a class within the AI Platform Notebooks v1 API, used to request and check the health of a notebook instance."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetInstanceHealthRequest` class has two constructors, one default and one that takes another `GetInstanceHealthRequest` object as a parameter."],["The class contains a `Name` property, a string that is required to be of a certain format: `projects/{project_id}/locations/{location}/instances/{instance_id}`."]]],[]]