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."],[[["The `CreateRuntimeRequest` class is used to request the creation of a Managed Notebook Runtime within the AI Platform Notebooks v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffer operations."],["Key properties of the `CreateRuntimeRequest` class include `Parent`, specifying the project and location; `Runtime`, defining the runtime to be created; `RuntimeId`, a user-defined identifier for the runtime, and `RequestId`, allowing for idempotent requests."],["The documentation provides information for multiple versions, ranging from 1.0.0-beta04 up to the latest version, 2.5.0, and the current page is for version 2.4.0."],["The `CreateRuntimeRequest` class includes two constructors: a default constructor and one that allows creating a copy from another instance of `CreateRuntimeRequest`."]]],[]]