public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1beta1 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 is for the `CreateInstanceRequest` class within the AI Platform Notebooks v1beta1 API, specifically under version 2.0.0-beta04 of the Google.Cloud.Notebooks.V1Beta1 namespace."],["The `CreateInstanceRequest` class is used to define the structure of requests for creating notebook instances, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties like `Instance`, `InstanceId`, and `Parent`, which are required to properly make a request, with `Instance` representing the notebook instance to create, `InstanceId` being the unique identifier for the instance, and `Parent` the project and location of the notebook."],["The `CreateInstanceRequest` class has two constructors, one default and one that accepts another `CreateInstanceRequest` object for initialization."],["The latest version available is 2.0.0-beta05, while other versions, 2.0.0-beta04 and 1.0.0-beta04, are also available."]]],[]]