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.3.0."],["The `CreateInstanceRequest` class is used to send a request to create a new notebook instance and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateInstanceRequest` include `Instance`, which specifies the notebook instance to be created, `InstanceId` for a unique user-defined ID, and `Parent` to define the project and location for the new instance."],["The class has two constructors: one default constructor and one to copy properties from another `CreateInstanceRequest` object."],["This documentation is for version 2.3.0, but there are links to other versions such as the latest version 2.5.0 as well as previous versions."]]],[]]