public sealed class StartRuntimeRequest : IMessage<StartRuntimeRequest>, IEquatable<StartRuntimeRequest>, IDeepCloneable<StartRuntimeRequest>, IBufferMessage, IMessage
[[["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."],[[["The `StartRuntimeRequest` class is used to initiate the process of starting a Managed Notebook Runtime."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling, equality checks, deep cloning, and buffer message management."],["There are two constructors available for `StartRuntimeRequest`, one default and another that accepts an existing `StartRuntimeRequest` instance."],["The class includes properties such as `Name`, which is a required field for identifying the runtime with a specific format, and `RequestId`, which serves as an idempotent request UUID."],["The latest version of the `StartRuntimeRequest` class is `2.5.0`, with versions available as far back as `1.0.0-beta04`."]]],[]]