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 part of the AI Platform Notebooks v1 API, specifically within the `Google.Cloud.Notebooks.V1` namespace and is used for requesting the creation of a new notebook instance."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with and be utilized by various libraries and frameworks."],["There are multiple versions of the API available, with version 2.5.0 being the latest release and version 2.4.0 as the current version for the provided content."],["The `CreateInstanceRequest` class includes properties like `Instance`, `InstanceId`, and `Parent`, which are all required to be set for creating a new notebook instance and provides constructors for creating new instances."],["The `CreateInstanceRequest` class inherits members from the `object` class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]