public sealed class GetNotebookRuntimeRequest : IMessage<GetNotebookRuntimeRequest>, IEquatable<GetNotebookRuntimeRequest>, IDeepCloneable<GetNotebookRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This documentation details the `GetNotebookRuntimeRequest` class, which is part of the Cloud AI Platform v1beta1 API and is used to request information about a specific notebook runtime."],["The `GetNotebookRuntimeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes two constructors: a default constructor `GetNotebookRuntimeRequest()` and one that takes another `GetNotebookRuntimeRequest` instance as input, `GetNotebookRuntimeRequest(GetNotebookRuntimeRequest other)`."],["The `GetNotebookRuntimeRequest` class has two main properties, `Name`, which is a string representing the name of the NotebookRuntime resource, and `NotebookRuntimeName`, which is a typed view over the `Name`."],["The purpose of the `GetNotebookRuntimeRequest` class is to create a request message for the `NotebookService.GetNotebookRuntime` method within the Google Cloud AI Platform v1beta1 API."]]],[]]