public sealed class StartRuntimeRequest : IMessage<StartRuntimeRequest>, IEquatable<StartRuntimeRequest>, IDeepCloneable<StartRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class StartRuntimeRequest.
[[["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 information for the `StartRuntimeRequest` class within the Google Cloud Notebooks v1 API, specifically for version 2.3.0."],["`StartRuntimeRequest` is used to initiate the process of starting a Managed Notebook Runtime, as a request object."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `StartRuntimeRequest` class has properties `Name`, that requires the format of the runtime path, and `RequestId`, which is used for request idempotency."],["There are multiple available versions of this class, ranging from version 1.0.0-beta04 up to the current latest 2.5.0 version."]]],[]]