| Package | Description |
|---|---|
| com.google.api.services.notebooks.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerImage |
ContainerImage.clone() |
ContainerImage |
Environment.getContainerImage()
Use a container image to start the notebook instance.
|
ContainerImage |
Instance.getContainerImage()
Use a container image to start the notebook instance.
|
ContainerImage |
ContainerImage.set(String fieldName,
Object value) |
ContainerImage |
ContainerImage.setRepository(String repository)
Required.
|
ContainerImage |
ContainerImage.setTag(String tag)
The tag of the container image.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerImage> |
VirtualMachineConfig.getContainerImages()
Optional.
|
List<ContainerImage> |
RuntimeSoftwareConfig.getKernels()
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.setContainerImage(ContainerImage containerImage)
Use a container image to start the notebook instance.
|
Instance |
Instance.setContainerImage(ContainerImage containerImage)
Use a container image to start the notebook instance.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineConfig |
VirtualMachineConfig.setContainerImages(List<ContainerImage> containerImages)
Optional.
|
RuntimeSoftwareConfig |
RuntimeSoftwareConfig.setKernels(List<ContainerImage> kernels)
Optional.
|
Copyright © 2011–2024 Google. All rights reserved.