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 documentation for the `StartRuntimeRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.1.0 of the Google.Cloud.Notebooks.V1 package."],["The `StartRuntimeRequest` class is used to initiate the start of a Managed Notebook Runtime, inheriting from `Object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and another that takes another `StartRuntimeRequest` object as a parameter."],["It includes properties for `Name`, which is the required resource name of the runtime, and `RequestId`, which is a UUID for idempotent requests."],["The latest version available for this API is 2.5.0, with previous versions also linked for reference."]]],[]]