public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class CreateEnvironmentRequest.
Required. User-defined unique ID of this environment. The environment_id must
be 1 to 63 characters long and contain only lowercase letters,
numeric characters, and dashes. The first character must be a lowercase
letter and the last character cannot be a dash.
[[["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 details the `CreateEnvironmentRequest` class within the Google Cloud Notebooks v1 API, version 2.3.0."],["`CreateEnvironmentRequest` is a class used to request the creation of a new notebook environment and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateEnvironmentRequest` class has constructors for creating a new instance and copying an existing instance, along with properties for `Environment`, `EnvironmentId`, and `Parent`, which are required for the request."],["The available versions for the API class `CreateEnvironmentRequest` range from version 1.0.0-beta04 up to the latest version 2.5.0."],["The `CreateEnvironmentRequest` class inherits from the base `object` class and includes methods such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]