Class CreateEnvironmentRequest (0.1.2)

CreateEnvironmentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for creating a notebook environment.

Attributes

NameDescription
parent str
Required. Format: projects/{project_id}/locations/{location}
environment_id str
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.
environment .gcn_environment.Environment
Required. The environment to be created.