mirror of
https://github.com/GoogleCloudPlatform/vertex-ai-samples.git
synced 2026-09-26 14:42:04 +00:00
fix: typo in serving_container_uri parameter (#887)
This commit is contained in:
@@ -1068,7 +1068,7 @@
|
||||
"model = aiplatform.Model.upload(\n",
|
||||
" display_name=\"movies_\" + TIMESTAMP,\n",
|
||||
" artifact_uri=SAVEDMODEL_DIR,\n",
|
||||
" serving_container_image_uri=DELOY_IMAGE,\n",
|
||||
" serving_container_image_uri=DEPLOY_IMAGE,\n",
|
||||
")"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user