public sealed class StartNotebookRuntimeResponse : IMessage<StartNotebookRuntimeResponse>, IEquatable<StartNotebookRuntimeResponse>, IDeepCloneable<StartNotebookRuntimeResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class StartNotebookRuntimeResponse.
Response message for
[NotebookService.StartNotebookRuntime][google.cloud.aiplatform.v1beta1.NotebookService.StartNotebookRuntime].
[[["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 document provides reference documentation for the `StartNotebookRuntimeResponse` class within the Google Cloud AI Platform v1beta1 API."],["`StartNotebookRuntimeResponse` is a response message used by `NotebookService.StartNotebookRuntime`, indicating the result of starting a notebook runtime."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality for message handling, comparison, cloning, and buffer management."],["The latest version of the API that includes this class is 1.0.0-beta21, with version 1.0.0-beta20 also available."],["The `StartNotebookRuntimeResponse` class inherits from `object` and has two constructors available, a default constructor, and one that takes another `StartNotebookRuntimeResponse` object as a parameter."]]],[]]