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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 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."]]],[]]