public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 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 document provides reference documentation for the `CreateInstanceRequest` class within the Notebooks v2 API, version 1.1.0."],["The `CreateInstanceRequest` class is used to send a request for creating a new notebook instance, and it inherits from `object` while implementing several interfaces like `IMessage` and `IEquatable`."],["This class includes properties like `Instance`, `InstanceId`, `Parent`, `ParentAsLocationName`, and `RequestId`, which are essential for defining and configuring the instance creation request."],["The `Parent` property is a required string defining the project and location where the instance will be created, while `InstanceId` is a user-defined, unique identifier for the instance."],["The class provides two constructors, a default one, and one that takes another `CreateInstanceRequest` object as a parameter, for easy duplication."]]],[]]