From 0dc8ddaa85c0c38cc0f07ac3f5b3b86172cf646e Mon Sep 17 00:00:00 2001 From: ssingh-SSK <142582643+ssingh-SSK@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:04:03 +0530 Subject: [PATCH] Updated the machine type from n1-standard-2 to e2-standard-2 --- quests/vertex-ai/vertex-bqml/lab_exercise.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quests/vertex-ai/vertex-bqml/lab_exercise.ipynb b/quests/vertex-ai/vertex-bqml/lab_exercise.ipynb index 33ddbb9835..29358c641f 100644 --- a/quests/vertex-ai/vertex-bqml/lab_exercise.ipynb +++ b/quests/vertex-ai/vertex-bqml/lab_exercise.ipynb @@ -1245,7 +1245,7 @@ "source": [ "endpoint = model.deploy(\n", " traffic_split={\"0\": 100},\n", - " machine_type=\"n1-standard-2\",\n", + " machine_type=\"e2-standard-2\",\n", ")" ] },