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: |
display |
Display name of this environment for the UI. |
description |
A brief description of this environment. |
post |
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: |
create |
Output only. The time at which this environment was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Union field image_type . Type of the environment; can be one of VM image, or container image. image_type can be only one of the following: |
|
vm |
Use a Compute Engine VM image to start the notebook instance. |
container |
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. |