You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/notebooks_v1.projects.locations.instances.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -222,6 +222,7 @@ <h3>Method Details</h3>
222
222
"metadata": { # Custom metadata to apply to this instance.
223
223
"a_key": "A String",
224
224
},
225
+
"migrated": True or False, # Output only. Bool indicating whether this notebook has been migrated to a Workbench Instance
225
226
"name": "A String", # Output only. The name of this notebook instance. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`
226
227
"network": "A String", # The name of the VPC that this instance is in. Format: `projects/{project_id}/global/networks/{network_id}`
227
228
"nicType": "A String", # Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
@@ -456,6 +457,7 @@ <h3>Method Details</h3>
456
457
"metadata": { # Custom metadata to apply to this instance.
457
458
"a_key": "A String",
458
459
},
460
+
"migrated": True or False, # Output only. Bool indicating whether this notebook has been migrated to a Workbench Instance
459
461
"name": "A String", # Output only. The name of this notebook instance. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`
460
462
"network": "A String", # The name of the VPC that this instance is in. Format: `projects/{project_id}/global/networks/{network_id}`
461
463
"nicType": "A String", # Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
@@ -668,6 +670,7 @@ <h3>Method Details</h3>
668
670
"metadata": { # Custom metadata to apply to this instance.
669
671
"a_key": "A String",
670
672
},
673
+
"migrated": True or False, # Output only. Bool indicating whether this notebook has been migrated to a Workbench Instance
671
674
"name": "A String", # Output only. The name of this notebook instance. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`
672
675
"network": "A String", # The name of the VPC that this instance is in. Format: `projects/{project_id}/global/networks/{network_id}`
673
676
"nicType": "A String", # Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
Copy file name to clipboardExpand all lines: docs/dyn/notebooks_v1.projects.locations.runtimes.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,7 @@ <h3>Method Details</h3>
159
159
"a_key": "A String",
160
160
},
161
161
},
162
+
"migrated": True or False, # Output only. Bool indicating whether this notebook has been migrated to a Workbench Instance
162
163
"name": "A String", # Output only. The resource name of the runtime. Format: `projects/{project}/locations/{location}/runtimes/{runtimeId}`
163
164
"softwareConfig": { # Specifies the selection and configuration of software inside the runtime. The properties to set on runtime. Properties keys are specified in `key:value` format, for example: * `idle_shutdown: true` * `idle_shutdown_timeout: 180` * `enable_health_monitoring: true` # The config settings for software inside the runtime.
164
165
"customGpuDriverPath": "A String", # Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
@@ -402,6 +403,7 @@ <h3>Method Details</h3>
402
403
"a_key": "A String",
403
404
},
404
405
},
406
+
"migrated": True or False, # Output only. Bool indicating whether this notebook has been migrated to a Workbench Instance
405
407
"name": "A String", # Output only. The resource name of the runtime. Format: `projects/{project}/locations/{location}/runtimes/{runtimeId}`
406
408
"softwareConfig": { # Specifies the selection and configuration of software inside the runtime. The properties to set on runtime. Properties keys are specified in `key:value` format, for example: * `idle_shutdown: true` * `idle_shutdown_timeout: 180` * `enable_health_monitoring: true` # The config settings for software inside the runtime.
407
409
"customGpuDriverPath": "A String", # Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
@@ -571,6 +573,7 @@ <h3>Method Details</h3>
571
573
"a_key": "A String",
572
574
},
573
575
},
576
+
"migrated": True or False, # Output only. Bool indicating whether this notebook has been migrated to a Workbench Instance
574
577
"name": "A String", # Output only. The resource name of the runtime. Format: `projects/{project}/locations/{location}/runtimes/{runtimeId}`
575
578
"softwareConfig": { # Specifies the selection and configuration of software inside the runtime. The properties to set on runtime. Properties keys are specified in `key:value` format, for example: * `idle_shutdown: true` * `idle_shutdown_timeout: 180` * `enable_health_monitoring: true` # The config settings for software inside the runtime.
576
579
"customGpuDriverPath": "A String", # Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
@@ -714,6 +717,7 @@ <h3>Method Details</h3>
714
717
"a_key": "A String",
715
718
},
716
719
},
720
+
"migrated": True or False, # Output only. Bool indicating whether this notebook has been migrated to a Workbench Instance
717
721
"name": "A String", # Output only. The resource name of the runtime. Format: `projects/{project}/locations/{location}/runtimes/{runtimeId}`
718
722
"softwareConfig": { # Specifies the selection and configuration of software inside the runtime. The properties to set on runtime. Properties keys are specified in `key:value` format, for example: * `idle_shutdown: true` * `idle_shutdown_timeout: 180` * `enable_health_monitoring: true` # The config settings for software inside the runtime.
719
723
"customGpuDriverPath": "A String", # Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
0 commit comments