Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
inardini committed Apr 22, 2024
1 parent ded90ad commit 441dd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embeddings/intro_embeddings_tuning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@
},
"outputs": [],
"source": [
"job = vertexai.PipelineJob(\n",
"job = aiplatform.PipelineJob(\n",
" display_name=\"tune-text-embedding\",\n",
" parameter_values=params,\n",
" template_path=template_uri,\n",
Expand Down

0 comments on commit 441dd10

Please sign in to comment.