public sealed class CreateRuntimeRequest : IMessage<CreateRuntimeRequest>, IEquatable<CreateRuntimeRequest>, IDeepCloneable<CreateRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class CreateRuntimeRequest.
[[["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 information for the `CreateRuntimeRequest` class within the Google Cloud Notebooks v1 API, specifically version 2.2.0, which is part of the .NET library."],["The `CreateRuntimeRequest` class is used to request the creation of a Managed Notebook Runtime and inherits from the Object class, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateRuntimeRequest` class include `Parent`, which specifies the project and location, `RequestId` for idempotent requests, `Runtime` which is the actual runtime to be created, and `RuntimeId` which is a unique user-defined ID."],["The document shows the inheritance hierarchy, implemented interfaces, inherited members, and details about the constructors and properties of the `CreateRuntimeRequest` class."],["The latest version available in this library is 2.5.0, with other versions, including 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0-beta04, also listed in the documentation for this class."]]],[]]