From f04cc4265e6f7a70357ee06b7d5bc42b2d3a924d Mon Sep 17 00:00:00 2001 From: Aaheli Chattopadhyay Date: Mon, 16 Oct 2023 19:19:15 -0400 Subject: [PATCH] fix serverless settings for pipeline job --- ...d-automl-image-classification-fridge.ipynb | 23 +++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/sdk/python/responsible-ai/vision/responsibleaidashboard-automl-image-classification-fridge.ipynb b/sdk/python/responsible-ai/vision/responsibleaidashboard-automl-image-classification-fridge.ipynb index 7764c67819a..c4e6d9780d0 100644 --- a/sdk/python/responsible-ai/vision/responsibleaidashboard-automl-image-classification-fridge.ipynb +++ b/sdk/python/responsible-ai/vision/responsibleaidashboard-automl-image-classification-fridge.ipynb @@ -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", @@ -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\"" ] }, { @@ -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": { @@ -1290,7 +1305,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.4" + "version": "3.10.9" } }, "nbformat": 4,