| Package | Description |
|---|---|
| com.google.api.services.notebooks.v1 | |
| com.google.api.services.notebooks.v1.model |
| Modifier and Type | Method and Description |
|---|---|
AIPlatformNotebooks.Projects.Locations.Instances.Create |
AIPlatformNotebooks.Projects.Locations.Instances.create(String parent,
Instance content)
Creates a new Instance in a given project and location.
|
| Constructor and Description |
|---|
Create(String parent,
Instance content)
Creates a new Instance in a given project and location.
|
| Modifier and Type | Method and Description |
|---|---|
Instance |
Instance.clone() |
Instance |
Instance.set(String fieldName,
Object value) |
Instance |
Instance.setAcceleratorConfig(AcceleratorConfig acceleratorConfig)
The hardware accelerator used on this instance.
|
Instance |
Instance.setBootDiskSizeGb(Long bootDiskSizeGb)
Input only.
|
Instance |
Instance.setBootDiskType(String bootDiskType)
Input only.
|
Instance |
Instance.setContainerImage(ContainerImage containerImage)
Use a container image to start the notebook instance.
|
Instance |
Instance.setCreateTime(String createTime)
Output only.
|
Instance |
Instance.setCustomGpuDriverPath(String customGpuDriverPath)
Specify a custom Cloud Storage path where the GPU driver is stored.
|
Instance |
Instance.setDataDiskSizeGb(Long dataDiskSizeGb)
Input only.
|
Instance |
Instance.setDataDiskType(String dataDiskType)
Input only.
|
Instance |
Instance.setDiskEncryption(String diskEncryption)
Input only.
|
Instance |
Instance.setDisks(List<Disk> disks)
Output only.
|
Instance |
Instance.setInstallGpuDriver(Boolean installGpuDriver)
Whether the end user authorizes Google Cloud to install GPU driver on this instance.
|
Instance |
Instance.setInstanceOwners(List<String> instanceOwners)
Input only.
|
Instance |
Instance.setKmsKey(String kmsKey)
Input only.
|
Instance |
Instance.setLabels(Map<String,String> labels)
Labels to apply to this instance.
|
Instance |
Instance.setMachineType(String machineType)
Required.
|
Instance |
Instance.setMetadata(Map<String,String> metadata)
Custom metadata to apply to this instance.
|
Instance |
Instance.setName(String name)
Output only.
|
Instance |
Instance.setNetwork(String network)
The name of the VPC that this instance is in.
|
Instance |
Instance.setNicType(String nicType)
Optional.
|
Instance |
Instance.setNoProxyAccess(Boolean noProxyAccess)
If true, the notebook instance will not register with the proxy.
|
Instance |
Instance.setNoPublicIp(Boolean noPublicIp)
If true, no public IP will be assigned to this instance.
|
Instance |
Instance.setNoRemoveDataDisk(Boolean noRemoveDataDisk)
Input only.
|
Instance |
Instance.setPostStartupScript(String postStartupScript)
Path to a Bash script that automatically runs after a notebook instance fully boots up.
|
Instance |
Instance.setProxyUri(String proxyUri)
Output only.
|
Instance |
Instance.setReservationAffinity(ReservationAffinity reservationAffinity)
Optional.
|
Instance |
Instance.setServiceAccount(String serviceAccount)
The service account on this instance, giving access to other Google Cloud services.
|
Instance |
Instance.setServiceAccountScopes(List<String> serviceAccountScopes)
Optional.
|
Instance |
Instance.setShieldedInstanceConfig(ShieldedInstanceConfig shieldedInstanceConfig)
Optional.
|
Instance |
Instance.setState(String state)
Output only.
|
Instance |
Instance.setSubnet(String subnet)
The name of the subnet that this instance is in.
|
Instance |
Instance.setTags(List<String> tags)
Optional.
|
Instance |
Instance.setUpdateTime(String updateTime)
Output only.
|
Instance |
Instance.setUpgradeHistory(List<UpgradeHistoryEntry> upgradeHistory)
The upgrade history of this instance.
|
Instance |
Instance.setVmImage(VmImage vmImage)
Use a Compute Engine VM image to start the notebook instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Instance> |
ListInstancesResponse.getInstances()
A list of returned instances.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstancesResponse |
ListInstancesResponse.setInstances(List<Instance> instances)
A list of returned instances.
|
Copyright © 2011–2022 Google. All rights reserved.