Get Environment Result
data class GetEnvironmentResult(val containerImage: ContainerImageResponse, val createTime: String, val description: String, val displayName: String, val name: String, val postStartupScript: String, val vmImage: VmImageResponse)
Constructors
Link copied to clipboard
constructor(containerImage: ContainerImageResponse, createTime: String, description: String, displayName: String, name: String, postStartupScript: String, vmImage: VmImageResponse)
Properties
Link copied to clipboard
Use a container image to start the notebook instance.
Link copied to clipboard
The time at which this environment was created.
Link copied to clipboard
A brief description of this environment.
Link copied to clipboard
Display name of this environment for the UI.
Link copied to clipboard
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"
Link copied to clipboard
Use a Compute Engine VM image to start the notebook instance.