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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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`."]]],[]]