public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1beta1 API class CreateEnvironmentRequest.
Request for creating a notebook environment.
Implements
IMessageCreateEnvironmentRequest, IEquatableCreateEnvironmentRequest, IDeepCloneableCreateEnvironmentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Beta1Assembly
Google.Cloud.Notebooks.V1Beta1.dll
Constructors
CreateEnvironmentRequest()
public CreateEnvironmentRequest()
CreateEnvironmentRequest(CreateEnvironmentRequest)
public CreateEnvironmentRequest(CreateEnvironmentRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateEnvironmentRequest |
Properties
Environment
public Environment Environment { get; set; }
Required. The environment to be created.
Property Value | |
---|---|
Type | Description |
Environment |
EnvironmentId
public string EnvironmentId { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Format: projects/{project_id}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |