Resource: Environment
Definition of a software environment that is used to start a notebook instance.
| JSON representation | 
|---|
| { "name": string, "displayName": string, "description": string, "postStartupScript": string, "createTime": string, // Union field | 
| Fields | |
|---|---|
| name | 
 Output only. Name of this environment. Format:  | 
| displayName | 
 Display name of this environment for the UI. | 
| description | 
 A brief description of this environment. | 
| postStartupScript | 
 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:  | 
| createTime | 
 Output only. The time at which this environment was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| Union field image_type. Type of the environment; can be one of VM image, or container image.image_typecan be only one of the following: | |
| vmImage | 
 Use a Compute Engine VM image to start the notebook instance. | 
| containerImage | 
 Use a container image to start the notebook instance. | 
| Methods | |
|---|---|
| 
 | Creates a new Environment. | 
| 
 | Deletes a single Environment. | 
| 
 | Gets details of a single Environment. | 
| 
 | Lists environments in a project. |