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."],[[["The latest version of the `StartRuntimeRequest` class is 2.5.0, found within the `Google.Cloud.Notebooks.V1` namespace."],["`StartRuntimeRequest` is a class used to start a Managed Notebook Runtime, as part of the AI Platform Notebooks v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffered messages."],["`StartRuntimeRequest` has two constructors, a default one and one that accepts another `StartRuntimeRequest` instance for cloning."],["It contains properties such as `Name` for specifying the runtime's resource name and `RequestId` for idempotent requests."]]],[]]