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."],[[["The `CreateInstanceRequest` class is used to request the creation of a notebook instance within the AI Platform Notebooks v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The latest version of `CreateInstanceRequest` is 2.5.0, and older versions from 2.4.0 to 1.0.0-beta04 are also available for use."],["The class has properties such as `Instance`, `InstanceId`, and `Parent`, which are used to specify the details for creating the instance, including the instance definition, a unique ID, and the parent project and location."],["The `CreateInstanceRequest` class has two constructors: one default and one that accepts another `CreateInstanceRequest` object for copying."]]],[]]