| Package | Description |
|---|---|
| com.google.api.services.notebooks.v1 | |
| com.google.api.services.notebooks.v1.model |
| Modifier and Type | Method and Description |
|---|---|
AIPlatformNotebooks.Projects.Locations.Environments.Create |
AIPlatformNotebooks.Projects.Locations.Environments.create(String parent,
Environment content)
Creates a new Environment.
|
| Constructor and Description |
|---|
Create(String parent,
Environment content)
Creates a new Environment.
|
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.clone() |
Environment |
Environment.set(String fieldName,
Object value) |
Environment |
Environment.setContainerImage(ContainerImage containerImage)
Use a container image to start the notebook instance.
|
Environment |
Environment.setCreateTime(String createTime)
Output only.
|
Environment |
Environment.setDescription(String description)
A brief description of this environment.
|
Environment |
Environment.setDisplayName(String displayName)
Display name of this environment for the UI.
|
Environment |
Environment.setName(String name)
Output only.
|
Environment |
Environment.setPostStartupScript(String postStartupScript)
Path to a Bash script that automatically runs after a notebook instance fully boots up.
|
Environment |
Environment.setVmImage(VmImage vmImage)
Use a Compute Engine VM image to start the notebook instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Environment> |
ListEnvironmentsResponse.getEnvironments()
A list of returned environments.
|
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentsResponse |
ListEnvironmentsResponse.setEnvironments(List<Environment> environments)
A list of returned environments.
|
Copyright © 2011–2024 Google. All rights reserved.