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-04-02 UTC."],[[["This document provides reference documentation for the `GetRuntimeRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.3.0."],["`GetRuntimeRequest` is used to request details about a Managed Notebook Runtime, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one, and one that accepts another `GetRuntimeRequest` object as a parameter for creating a copy."],["The `GetRuntimeRequest` class includes two key properties, `Name` (a string) and `RuntimeName`, which are used to identify the specific runtime being requested."],["This documentation includes available previous versions, all the way down to `1.0.0-beta04`, as well as the latest version, `2.5.0`."]]],[]]