public sealed class GetNotebookRuntimeRequest : IMessage<GetNotebookRuntimeRequest>, IEquatable<GetNotebookRuntimeRequest>, IDeepCloneable<GetNotebookRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class GetNotebookRuntimeRequest.
Request message for
[NotebookService.GetNotebookRuntime][google.cloud.aiplatform.v1beta1.NotebookService.GetNotebookRuntime]
Required. The name of the NotebookRuntime resource.
Instead of checking whether the name is in valid NotebookRuntime resource
name format, directly throw NotFound exception if there is no such
NotebookRuntime in spanner.
[[["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-25 UTC."],[[["`GetNotebookRuntimeRequest` is a class in the Vertex AI v1beta1 API, serving as a request message for retrieving notebook runtime information via `NotebookService.GetNotebookRuntime`."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["It inherits members from the `object` class and includes two constructors: a default constructor and one that accepts another `GetNotebookRuntimeRequest` instance for initialization."],["The class features two properties: `Name` (a string representing the name of the NotebookRuntime resource) and `NotebookRuntimeName` (a typed view over the `Name` resource), indicating it is used to retrieve specific runtime resources."],["The latest version of the document is `1.0.0-beta21`."]]],[]]