AI Platform Notebooks v1beta1 API - Class CreateEnvironmentRequest (2.0.0-beta04)

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.

Inheritance

object > CreateEnvironmentRequest

Namespace

Google.Cloud.Notebooks.V1Beta1

Assembly

Google.Cloud.Notebooks.V1Beta1.dll

Constructors

CreateEnvironmentRequest()

public CreateEnvironmentRequest()

CreateEnvironmentRequest(CreateEnvironmentRequest)

public CreateEnvironmentRequest(CreateEnvironmentRequest other)
Parameter
NameDescription
otherCreateEnvironmentRequest

Properties

Environment

public Environment Environment { get; set; }

Required. The environment to be created.

Property Value
TypeDescription
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
TypeDescription
string

Parent

public string Parent { get; set; }

Required. Format: projects/{project_id}/locations/{location}

Property Value
TypeDescription
string