Skip to content

Commit

Permalink
fix serverless settings for pipeline job
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaheli Chattopadhyay committed Oct 16, 2023
1 parent a364583 commit f04cc42
Showing 1 changed file with 19 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
"version_string = \"0.0.10\""
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "53b4eeac",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"id": "06008690",
Expand Down Expand Up @@ -1069,7 +1077,7 @@
")\n",
"\n",
"# set pipeline to use serverless compute\n",
"insights_pipeline_job.default_compute = \"serverless\""
"insights_pipeline_job.settings.default_compute = \"serverless\""
]
},
{
Expand Down Expand Up @@ -1275,10 +1283,17 @@
}
],
"metadata": {
"categories": [
"SDK v2",
"sdk",
"python",
"responsible-ai",
"vision"
],
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3.10 - SDK v2",
"language": "python",
"name": "python3"
"name": "python310-sdkv2"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -1290,7 +1305,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.10.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit f04cc42

Please sign in to comment.