public sealed class GetRuntimeRequest : IMessage<GetRuntimeRequest>, IEquatable<GetRuntimeRequest>, IDeepCloneable<GetRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class GetRuntimeRequest.
[[["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 `GetRuntimeRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.4.0."],["`GetRuntimeRequest` is used to request details about a Managed Notebook Runtime and inherits from `object` while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating instances, such as a default constructor and one that accepts another `GetRuntimeRequest` object as a parameter."],["Key properties of the `GetRuntimeRequest` class include `Name` (a string representing the runtime's resource name) and `RuntimeName` (a `RuntimeName`-typed view of the resource name)."],["There are several previous versions available of the documentation, ranging from 2.5.0 as the latest to 1.0.0-beta04 as the oldest."]]],[]]