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"]],[["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."],[[["This document provides reference documentation for the `CreateRuntimeRequest` class within the Google Cloud Notebooks v1 API, specifically version 2.1.0, which is used to request the creation of a Managed Notebook Runtime."],["The `CreateRuntimeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the .NET environment."],["Key properties of the `CreateRuntimeRequest` class include `Parent` (specifying the project and location), `RequestId` (for idempotent requests), `Runtime` (the Runtime to be created), and `RuntimeId` (a user-defined unique ID for the Runtime)."],["The documentation outlines the inheritance hierarchy, constructors, properties, and the required parameters for creating a `CreateRuntimeRequest` object."],["The latest version available is 2.5.0, and the documentation provides links to reference documentation for various other versions, ranging from 1.0.0-beta04 to 2.4.0."]]],[]]