File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1277,7 +1277,6 @@ def update(
12771277 web_concurrency (Optional[int]): Number of worker processes/threads for handling requests.
12781278 memory_in_gbs (Optional[float]): Memory (in GB) for the selected shape.
12791279 ocpus (Optional[float]): OCPU count for the selected shape.
1280- private_endpoint_id (Optional[str]): Private endpoint ID for model deployment.
12811280 freeform_tags (Optional[Dict]): Freeform tags for model deployment.
12821281 defined_tags (Optional[Dict]): Defined tags for model deployment.
12831282
@@ -1312,6 +1311,7 @@ def update(
13121311 runtime .model_group_id , update_model_deployment_details
13131312 )
13141313
1314+ # updates model group deployment infrastructure
13151315 (
13161316 infrastructure .with_bandwidth_mbps (
13171317 update_model_deployment_details .bandwidth_mbps
@@ -1370,7 +1370,7 @@ def update(
13701370 or model_deployment .defined_tags
13711371 )
13721372
1373- # configure model deployment and deploy model on container runtime
1373+ # updates model group deployment
13741374 (
13751375 model_deployment .with_display_name (
13761376 update_model_deployment_details .display_name
You can’t perform that action at this time.
0 commit comments