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/aiplatform_v1.projects.locations.deploymentResourcePools.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -455,6 +455,7 @@ <h3>Method Details</h3>
455
455
"maxReplicaCount": 42, # Immutable. The maximum number of replicas that may be deployed on when the traffic against it increases. If the requested value is too large, the deployment will error, but if deployment succeeds then the ability to scale to that many replicas is guaranteed (barring service outages). If traffic increases beyond what its replicas at maximum may handle, a portion of the traffic will be dropped. If this value is not provided, a no upper bound for scaling under heavy traffic will be assume, though Vertex AI may be unable to scale beyond certain replica number.
456
456
"minReplicaCount": 42, # Immutable. The minimum number of replicas that will be always deployed on. If traffic against it increases, it may dynamically be deployed onto more replicas up to max_replica_count, and as traffic decreases, some of these extra replicas may be freed. If the requested value is too large, the deployment will error.
457
457
},
458
+
"checkpointId": "A String", # The checkpoint id of the model.
458
459
"createTime": "A String", # Output only. Timestamp when the DeployedModel was created.
459
460
"dedicatedResources": { # A description of resources that are dedicated to a DeployedModel or DeployedIndex, and that need a higher degree of manual configuration. # A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.
460
461
"autoscalingMetricSpecs": [ # Immutable. The metric specifications that overrides a resource utilization metric (CPU utilization, accelerator's duty cycle, and so on) target value (default to 60 if not set). At most one entry is allowed per metric. If machine_spec.accelerator_count is above 0, the autoscaling will be based on both CPU utilization and accelerator's duty cycle metrics and scale up when either metrics exceeds its target value while scale down if both metrics are under their target value. The default target value is 60 for both metrics. If machine_spec.accelerator_count is 0, the autoscaling will be based on CPU utilization metric only with default target value 60 if not explicitly set. For example, in the case of Online Prediction, if you want to override target CPU utilization to 80, you should set autoscaling_metric_specs.metric_name to `aiplatform.googleapis.com/prediction/online/cpu/utilization` and autoscaling_metric_specs.target to `80`.
Copy file name to clipboardExpand all lines: docs/dyn/aiplatform_v1.projects.locations.notebookRuntimeTemplates.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ <h3>Method Details</h3>
182
182
"shieldedVmConfig": { # A set of Shielded Instance options. See [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm). # Optional. Immutable. Runtime Shielded VM spec.
183
183
"enableSecureBoot": True or False, # Defines whether the instance has [Secure Boot](https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#secure-boot) enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
184
184
},
185
-
"softwareConfig": { # Notebook Software Config. # Optional. The notebook software configuration of the notebook runtime.
185
+
"softwareConfig": { # Notebook Software Config. This is passed to the backend when user makes software configurations in UI. # Optional. The notebook software configuration of the notebook runtime.
186
186
"env": [ # Optional. Environment variables to be passed to the container. Maximum limit is 100.
187
187
{ # Represents an environment variable present in a Container or Python Module.
188
188
"name": "A String", # Required. Name of the environment variable. Must be a valid C identifier.
@@ -335,7 +335,7 @@ <h3>Method Details</h3>
335
335
"shieldedVmConfig": { # A set of Shielded Instance options. See [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm). # Optional. Immutable. Runtime Shielded VM spec.
336
336
"enableSecureBoot": True or False, # Defines whether the instance has [Secure Boot](https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#secure-boot) enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
337
337
},
338
-
"softwareConfig": { # Notebook Software Config. # Optional. The notebook software configuration of the notebook runtime.
338
+
"softwareConfig": { # Notebook Software Config. This is passed to the backend when user makes software configurations in UI. # Optional. The notebook software configuration of the notebook runtime.
339
339
"env": [ # Optional. Environment variables to be passed to the container. Maximum limit is 100.
340
340
{ # Represents an environment variable present in a Container or Python Module.
341
341
"name": "A String", # Required. Name of the environment variable. Must be a valid C identifier.
@@ -467,7 +467,7 @@ <h3>Method Details</h3>
467
467
"shieldedVmConfig": { # A set of Shielded Instance options. See [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm). # Optional. Immutable. Runtime Shielded VM spec.
468
468
"enableSecureBoot": True or False, # Defines whether the instance has [Secure Boot](https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#secure-boot) enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
469
469
},
470
-
"softwareConfig": { # Notebook Software Config. # Optional. The notebook software configuration of the notebook runtime.
470
+
"softwareConfig": { # Notebook Software Config. This is passed to the backend when user makes software configurations in UI. # Optional. The notebook software configuration of the notebook runtime.
471
471
"env": [ # Optional. Environment variables to be passed to the container. Maximum limit is 100.
472
472
{ # Represents an environment variable present in a Container or Python Module.
473
473
"name": "A String", # Required. Name of the environment variable. Must be a valid C identifier.
@@ -567,7 +567,7 @@ <h3>Method Details</h3>
567
567
"shieldedVmConfig": { # A set of Shielded Instance options. See [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm). # Optional. Immutable. Runtime Shielded VM spec.
568
568
"enableSecureBoot": True or False, # Defines whether the instance has [Secure Boot](https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#secure-boot) enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
569
569
},
570
-
"softwareConfig": { # Notebook Software Config. # Optional. The notebook software configuration of the notebook runtime.
570
+
"softwareConfig": { # Notebook Software Config. This is passed to the backend when user makes software configurations in UI. # Optional. The notebook software configuration of the notebook runtime.
571
571
"env": [ # Optional. Environment variables to be passed to the container. Maximum limit is 100.
572
572
{ # Represents an environment variable present in a Container or Python Module.
573
573
"name": "A String", # Required. Name of the environment variable. Must be a valid C identifier.
@@ -650,7 +650,7 @@ <h3>Method Details</h3>
650
650
"shieldedVmConfig": { # A set of Shielded Instance options. See [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm). # Optional. Immutable. Runtime Shielded VM spec.
651
651
"enableSecureBoot": True or False, # Defines whether the instance has [Secure Boot](https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#secure-boot) enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
652
652
},
653
-
"softwareConfig": { # Notebook Software Config. # Optional. The notebook software configuration of the notebook runtime.
653
+
"softwareConfig": { # Notebook Software Config. This is passed to the backend when user makes software configurations in UI. # Optional. The notebook software configuration of the notebook runtime.
654
654
"env": [ # Optional. Environment variables to be passed to the container. Maximum limit is 100.
655
655
{ # Represents an environment variable present in a Container or Python Module.
656
656
"name": "A String", # Required. Name of the environment variable. Must be a valid C identifier.
Copy file name to clipboardExpand all lines: docs/dyn/aiplatform_v1.projects.locations.notebookRuntimes.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ <h3>Method Details</h3>
117
117
The object takes the form of:
118
118
119
119
{ # Request message for NotebookService.AssignNotebookRuntime.
120
-
"notebookRuntime": { # A runtime is a virtual machine allocated to a particular user for a particular Notebook file on temporary basis with lifetime limited to 24 hours. # Required. Provide runtime specific information (e.g. runtime owner, notebook id) used for NotebookRuntime assignment.
120
+
"notebookRuntime": { # A runtime is a virtual machine allocated to a particular user for a particular Notebook file on temporary basis with lifetime. Default runtimes have a lifetime of 18 hours, while custom runtimes last for 6 months from their creation or last upgrade. # Required. Provide runtime specific information (e.g. runtime owner, notebook id) used for NotebookRuntime assignment.
121
121
"createTime": "A String", # Output only. Timestamp when this NotebookRuntime was created.
122
122
"dataPersistentDiskSpec": { # Represents the spec of persistent disk options. # Output only. The specification of persistent disk attached to the notebook runtime as data disk storage.
123
123
"diskSizeGb": "A String", # Size in GB of the disk (default is 100GB).
@@ -184,7 +184,7 @@ <h3>Method Details</h3>
184
184
"shieldedVmConfig": { # A set of Shielded Instance options. See [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm). # Output only. Runtime Shielded VM spec.
185
185
"enableSecureBoot": True or False, # Defines whether the instance has [Secure Boot](https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#secure-boot) enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
186
186
},
187
-
"softwareConfig": { # Notebook Software Config. # Output only. Software config of the notebook runtime.
187
+
"softwareConfig": { # Notebook Software Config. This is passed to the backend when user makes software configurations in UI. # Output only. Software config of the notebook runtime.
188
188
"env": [ # Optional. Environment variables to be passed to the container. Maximum limit is 100.
189
189
{ # Represents an environment variable present in a Container or Python Module.
190
190
"name": "A String", # Required. Name of the environment variable. Must be a valid C identifier.
@@ -287,7 +287,7 @@ <h3>Method Details</h3>
287
287
Returns:
288
288
An object of the form:
289
289
290
-
{ # A runtime is a virtual machine allocated to a particular user for a particular Notebook file on temporary basis with lifetime limited to 24 hours.
290
+
{ # A runtime is a virtual machine allocated to a particular user for a particular Notebook file on temporary basis with lifetime. Default runtimes have a lifetime of 18 hours, while custom runtimes last for 6 months from their creation or last upgrade.
291
291
"createTime": "A String", # Output only. Timestamp when this NotebookRuntime was created.
292
292
"dataPersistentDiskSpec": { # Represents the spec of persistent disk options. # Output only. The specification of persistent disk attached to the notebook runtime as data disk storage.
293
293
"diskSizeGb": "A String", # Size in GB of the disk (default is 100GB).
@@ -354,7 +354,7 @@ <h3>Method Details</h3>
354
354
"shieldedVmConfig": { # A set of Shielded Instance options. See [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm). # Output only. Runtime Shielded VM spec.
355
355
"enableSecureBoot": True or False, # Defines whether the instance has [Secure Boot](https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#secure-boot) enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
356
356
},
357
-
"softwareConfig": { # Notebook Software Config. # Output only. Software config of the notebook runtime.
357
+
"softwareConfig": { # Notebook Software Config. This is passed to the backend when user makes software configurations in UI. # Output only. Software config of the notebook runtime.
358
358
"env": [ # Optional. Environment variables to be passed to the container. Maximum limit is 100.
359
359
{ # Represents an environment variable present in a Container or Python Module.
360
360
"name": "A String", # Required. Name of the environment variable. Must be a valid C identifier.
@@ -394,7 +394,7 @@ <h3>Method Details</h3>
394
394
{ # Response message for NotebookService.ListNotebookRuntimes.
395
395
"nextPageToken": "A String", # A token to retrieve next page of results. Pass to ListNotebookRuntimesRequest.page_token to obtain that page.
396
396
"notebookRuntimes": [ # List of NotebookRuntimes in the requested page.
397
-
{ # A runtime is a virtual machine allocated to a particular user for a particular Notebook file on temporary basis with lifetime limited to 24 hours.
397
+
{ # A runtime is a virtual machine allocated to a particular user for a particular Notebook file on temporary basis with lifetime. Default runtimes have a lifetime of 18 hours, while custom runtimes last for 6 months from their creation or last upgrade.
398
398
"createTime": "A String", # Output only. Timestamp when this NotebookRuntime was created.
399
399
"dataPersistentDiskSpec": { # Represents the spec of persistent disk options. # Output only. The specification of persistent disk attached to the notebook runtime as data disk storage.
400
400
"diskSizeGb": "A String", # Size in GB of the disk (default is 100GB).
@@ -461,7 +461,7 @@ <h3>Method Details</h3>
461
461
"shieldedVmConfig": { # A set of Shielded Instance options. See [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm). # Output only. Runtime Shielded VM spec.
462
462
"enableSecureBoot": True or False, # Defines whether the instance has [Secure Boot](https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#secure-boot) enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
463
463
},
464
-
"softwareConfig": { # Notebook Software Config. # Output only. Software config of the notebook runtime.
464
+
"softwareConfig": { # Notebook Software Config. This is passed to the backend when user makes software configurations in UI. # Output only. Software config of the notebook runtime.
465
465
"env": [ # Optional. Environment variables to be passed to the container. Maximum limit is 100.
466
466
{ # Represents an environment variable present in a Container or Python Module.
467
467
"name": "A String", # Required. Name of the environment variable. Must be a valid C identifier.
0 commit comments