public sealed class SwitchRuntimeRequest : IMessage<SwitchRuntimeRequest>, IEquatable<SwitchRuntimeRequest>, IDeepCloneable<SwitchRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class SwitchRuntimeRequest.
[[["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-04-02 UTC."],[[["The latest version of the `SwitchRuntimeRequest` class is 2.5.0, found within the `Google.Cloud.Notebooks.V1` namespace and the `Google.Cloud.Notebooks.V1.dll` assembly."],["`SwitchRuntimeRequest` is a class used for requesting the switching of a Managed Notebook Runtime in the AI Platform Notebooks v1 API, implementing multiple interfaces like `IMessage` and `IEquatable`."],["This class provides constructors for creating new instances and cloning existing `SwitchRuntimeRequest` objects, as well as setting properties such as `AcceleratorConfig`, `MachineType`, `Name`, and `RequestId`."],["The `Name` property in the `SwitchRuntimeRequest` class is required and must follow the format: `projects/{project_id}/locations/{location}/runtimes/{runtime_id}`."],["The `SwitchRuntimeRequest` class supports methods like `GetHashCode()`, `GetType()`, and `ToString()`, inherited from the base `object` class."]]],[]]