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 document provides reference documentation for the `CreateEnvironmentRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.4.0."],["`CreateEnvironmentRequest` is used to send a request for creating a new notebook environment, inheriting from `object` and implementing several interfaces like `IMessage` and `IEquatable`."],["The class has several constructors and properties such as `Environment`, `EnvironmentId`, and `Parent` that are required for the creation of a new environment."],["The document covers documentation, and also lists the previous versions of the API including version 2.5.0 as the latest, and version 1.0.0-beta04."],["`CreateEnvironmentRequest` requires a parent, environment ID, and the environment itself as inputs to perform the request."]]],[]]