Class CreateEnvironmentRequest (1.3.1)

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 google.cloud.notebooks_v1.types.Environment
Required. The environment to be created.

Inheritance

builtins.object > proto.message.Message > CreateEnvironmentRequest