From f68a8bcb0c10113b9846189b1bc305af0b9715d7 Mon Sep 17 00:00:00 2001 From: John Yaist Date: Thu, 6 Aug 2026 11:16:14 -0700 Subject: [PATCH 1/2] add note about beta and pricing to sample --- ..._services_enhancing_service_requests.ipynb | 28 +++++++++++++++++-- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/samples/04_gis_analysts_data_scientists/ai_utility_services_enhancing_service_requests.ipynb b/samples/04_gis_analysts_data_scientists/ai_utility_services_enhancing_service_requests.ipynb index a5745758e7..a8bd8b230a 100644 --- a/samples/04_gis_analysts_data_scientists/ai_utility_services_enhancing_service_requests.ipynb +++ b/samples/04_gis_analysts_data_scientists/ai_utility_services_enhancing_service_requests.ipynb @@ -5,8 +5,30 @@ "id": "38c7471c-90e7-4b10-9550-4d4aa8365b84", "metadata": {}, "source": [ - "# Enhancing 311 Service Requests with ArcGIS AI Utility Services\n", + "# Enhancing 311 Service Requests with ArcGIS AI Utility Services" + ] + }, + { + "cell_type": "markdown", + "id": "ab71e22d-bb6c-4fb4-8856-bc0c28e3d547", + "metadata": {}, + "source": [ "\n", + "> **NOTE: Beta Functionality** The functionality in this sample depends upon ArcGIS Online AI-powered services, which are currently\n", + "> [beta release](https://doc.arcgis.com/en/arcgis-online/reference/faq.htm#ESRI_QUESTIONANSWER_7863F84900E144B8A40F9B8F8794FE9B).\n", + "> General availability for these services will be announced in a future ArcGIS Online release. After the\n", + "> services become generally available, the functions in this module will consume ArcGIS Online credits\n", + "> according to this schedule:\n", + "> * [`analyze_image()`](/python/latest/api-reference/arcgis.ai.html#analyze-image): 5 images per credit\n", + "> * [`analyze_text()`](/python/latest/api-reference/arcgis.ai.html#analyze-text): 5,000 characters per credit\n", + "> * [`translate()`](/python/latest/api-reference/arcgis.ai.html#translate): 1,000 characters per credit\n" + ] + }, + { + "cell_type": "markdown", + "id": "d47cedcf-636f-4be7-b39b-51647d015cee", + "metadata": {}, + "source": [ "This sample demonstrates how to use **ArcGIS AI Utility Services** with the ArcGIS API for Python to enhance real-world 311 service request data.\n", "\n", "You will learn how to:\n", @@ -887,7 +909,7 @@ ], "metadata": { "kernelspec": { - "display_name": "aienv", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -901,7 +923,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.13.7" + "version": "3.13.13" } }, "nbformat": 4, From b7624eb24a4d508a6fd4d777c284aa7adf59a9a7 Mon Sep 17 00:00:00 2001 From: John Yaist Date: Thu, 6 Aug 2026 13:34:05 -0700 Subject: [PATCH 2/2] update text in note --- .../ai_utility_services_enhancing_service_requests.ipynb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/samples/04_gis_analysts_data_scientists/ai_utility_services_enhancing_service_requests.ipynb b/samples/04_gis_analysts_data_scientists/ai_utility_services_enhancing_service_requests.ipynb index a8bd8b230a..ff4eb2d7a9 100644 --- a/samples/04_gis_analysts_data_scientists/ai_utility_services_enhancing_service_requests.ipynb +++ b/samples/04_gis_analysts_data_scientists/ai_utility_services_enhancing_service_requests.ipynb @@ -14,14 +14,11 @@ "metadata": {}, "source": [ "\n", - "> **NOTE: Beta Functionality** The functionality in this sample depends upon ArcGIS Online AI-powered services, which are currently\n", - "> [beta release](https://doc.arcgis.com/en/arcgis-online/reference/faq.htm#ESRI_QUESTIONANSWER_7863F84900E144B8A40F9B8F8794FE9B).\n", + "> **NOTE: Beta Functionality** The functionality in this module depends upon ArcGIS Online AI-powered services, which are currently\n", + "> in [beta release](https://doc.arcgis.com/en/arcgis-online/reference/faq.htm#ESRI_QUESTIONANSWER_7863F84900E144B8A40F9B8F8794FE9B).\n", "> General availability for these services will be announced in a future ArcGIS Online release. After the\n", "> services become generally available, the functions in this module will consume ArcGIS Online credits\n", - "> according to this schedule:\n", - "> * [`analyze_image()`](/python/latest/api-reference/arcgis.ai.html#analyze-image): 5 images per credit\n", - "> * [`analyze_text()`](/python/latest/api-reference/arcgis.ai.html#analyze-text): 5,000 characters per credit\n", - "> * [`translate()`](/python/latest/api-reference/arcgis.ai.html#translate): 1,000 characters per credit\n" + "> according to this [Credits by capability](https://doc.arcgis.com/en/arcgisonline/administer/credits.htm#ESRI_SECTION1_709121D2C7694DCAB9B8592F36F7A5BA) > information.\n" ] }, {