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."],["`GetRuntimeRequest` is used to request information about a Managed Notebook Runtime, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetRuntimeRequest` class has properties such as `Name` (a string) and `RuntimeName` (a `RuntimeName` type) that define how to identify the runtime being requested."],["The latest version available for this API is `2.5.0`, with previous versions, as far back as `1.0.0-beta04` also available for reference."],["`GetRuntimeRequest` includes constructors for creating new instances, either empty or by cloning an existing instance of the `GetRuntimeRequest` class."]]],[]]