public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class CreateInstanceRequest.
[[["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 documentation covers the `CreateInstanceRequest` class, which is part of the Google Cloud AI Platform Notebooks v1 API, specifically version 2.0.0 and later."],["`CreateInstanceRequest` is used to send requests for creating a new notebook instance, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and contains properties such as `Instance`, `InstanceId`, and `Parent`, which are essential for defining and specifying the new notebook instance to be created."],["The latest version available is version 2.5.0, with other past versions also available for reference."],["It is contained within the `Google.Cloud.Notebooks.V1` namespace, and the code is found in the `Google.Cloud.Notebooks.V1.dll` assembly."]]],[]]