Environment(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Definition of a software environment that is used to start a notebook instance.
Attributes | |
---|---|
Name | Description |
name |
str
Output only. Name of this environment. Format: projects/{project_id}/locations/{location}/environments/{environment_id}
|
display_name |
str
Display name of this environment for the UI. |
description |
str
A brief description of this environment. |
vm_image |
google.cloud.notebooks_v1beta1.types.VmImage
Use a Compute Engine VM image to start the notebook instance. |
container_image |
google.cloud.notebooks_v1beta1.types.ContainerImage
Use a container image to start the notebook instance. |
post_startup_script |
str
Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path. Example: "gs://path-to-file/file-name"
|
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which this environment was created. |