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.2.0."],["`StartRuntimeRequest` is used to initiate the starting of a Managed Notebook Runtime and inherits from the base `Object` class."],["The class `StartRuntimeRequest` implements several interfaces, including `IMessage\u003cStartRuntimeRequest\u003e`, `IEquatable\u003cStartRuntimeRequest\u003e`, `IDeepCloneable\u003cStartRuntimeRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `StartRuntimeRequest` class has two constructors, a parameterless constructor and one that takes another `StartRuntimeRequest` object."],["Key properties of the `StartRuntimeRequest` class include `Name`, which represents the required runtime identifier in a specific format, and `RequestId`, which serves as an idempotent request UUID."]]],[]]