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."],[[["The document provides reference information for the `GetRuntimeRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.2.0."],["`GetRuntimeRequest` is used to request details about a Managed Notebook Runtime and inherits from the Object class, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new `GetRuntimeRequest` object, either empty or by copying another `GetRuntimeRequest` object."],["It has properties such as `Name` (a string representing the runtime resource name) and `RuntimeName` (a typed view over the resource name) that are crucial for identifying the specific runtime."],["The latest version for this class is 2.5.0, with multiple previous versions also provided, along with the earliest beta version of 1.0.0-beta04."]]],[]]