Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions self-paced-labs/data-science-spark/spark_data_science.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"id": "RVDKd--rJ-_H"
},
"source": [
"# **Task 3. Create a connection to Google Cloud Serverless for Apache Spark**\n",
"# **Task 3. Create a connection to Managed Service for Apache Spark serverless**\n",
"\n",
"In this task, you use the Spark Connect client that connects to a serverless Spark session to run interactive Spark jobs by completing the following steps:\n",
"\n",
Expand Down Expand Up @@ -1015,7 +1015,9 @@
"id": "pqzoNsHpVI4_"
},
"source": [
"Using the ADK, define an agent below and provide the `predict_purchase` function as a tool."
"Using the ADK, define an agent below and provide the `predict_purchase` function as a tool.\n",
"\n",
"Refer to **Task 11: Configure an agent** in the Lab for replacing the `GEMINI_FLASH_MODEL_ID` variable."
]
},
{
Expand Down
Loading