| Package | Description |
|---|---|
| com.google.api.services.notebooks.v1 | |
| com.google.api.services.notebooks.v1.model |
| Modifier and Type | Method and Description |
|---|---|
AIPlatformNotebooks.Projects.Locations.Runtimes.Create |
AIPlatformNotebooks.Projects.Locations.Runtimes.create(String parent,
Runtime content)
Creates a new Runtime in a given project and location.
|
| Constructor and Description |
|---|
Create(String parent,
Runtime content)
Creates a new Runtime in a given project and location.
|
| Modifier and Type | Method and Description |
|---|---|
Runtime |
Runtime.clone() |
Runtime |
Runtime.set(String fieldName,
Object value) |
Runtime |
Runtime.setAccessConfig(RuntimeAccessConfig accessConfig)
The config settings for accessing runtime.
|
Runtime |
Runtime.setCreateTime(String createTime)
Output only.
|
Runtime |
Runtime.setHealthState(String healthState)
Output only.
|
Runtime |
Runtime.setMetrics(RuntimeMetrics metrics)
Output only.
|
Runtime |
Runtime.setName(String name)
Output only.
|
Runtime |
Runtime.setSoftwareConfig(RuntimeSoftwareConfig softwareConfig)
The config settings for software inside the runtime.
|
Runtime |
Runtime.setState(String state)
Output only.
|
Runtime |
Runtime.setUpdateTime(String updateTime)
Output only.
|
Runtime |
Runtime.setVirtualMachine(VirtualMachine virtualMachine)
Use a Compute Engine VM image to start the managed notebook instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Runtime> |
ListRuntimesResponse.getRuntimes()
A list of returned Runtimes.
|
| Modifier and Type | Method and Description |
|---|---|
ListRuntimesResponse |
ListRuntimesResponse.setRuntimes(List<Runtime> runtimes)
A list of returned Runtimes.
|
Copyright © 2011–2022 Google. All rights reserved.