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"]],[["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."],[[["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`."]]],[]]