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."],[[["The `CreateRuntimeRequest` class is part of the AI Platform Notebooks v1 API, specifically within version 2.3.0 of the `Google.Cloud.Notebooks.V1` namespace."],["This class is used to request the creation of a Managed Notebook Runtime and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Parent`, `RequestId`, `Runtime`, and `RuntimeId`, which are essential for specifying the runtime's location, unique identifier, and configuration during creation."],["The `Parent` property is a required field representing the project and location, while the `Runtime` and `RuntimeId` are also required to define the details of the runtime to create, and a unique identifier for it, respectively."],["The documentation lists the various versions of the API available, with 2.5.0 being the latest version."]]],[]]