|
25 | 25 | "tags": []
|
26 | 26 | },
|
27 | 27 | "source": [
|
28 |
| - "[Introduction](#Introduction)\\\n", |
29 |
| - "[Imports](#Imports)\\\n", |
30 |
| - "[Prompt Engineering](#Prompt-Engineering)\\\n", |
31 |
| - "[Esri Model Definition(EMD) file](#Esri-Model-Definition(EMD)-file)\\\n", |
32 |
| - "[Anatomy of the Extension Function](#anatomy-of-the-extension-function)\n", |
33 |
| - "* [Define the ```__init__``` function](#define-the-__init__-function)\n", |
34 |
| - "* [Define the ```getParameterInfo``` function](#define-the-getconfiguration-function)\n", |
35 |
| - "* [Define the ```initialize``` function](#define-the-initialize-function)\n", |
36 |
| - "* [Define the ```getConfiguration``` function](#define-the-getparameterinfo-function)\n", |
37 |
| - "* [Define the ```predict``` function](#define-the-predict-function)\n", |
38 |
| - "\n", |
39 |
| - "[Complete NLP Function](#Complete-NLP-Function)\\\n", |
40 |
| - "[Create Custom ESRI Deep Learning Package (.dlpk) file](#Create-Custom-ESRI-Deep-Learning-Package-(.dlpk)-file)\\\n", |
41 |
| - "[Using the custom ESRI Deep Learning Package (.dlpk) file in arcgis.learn API](#Using-the-custom-ESRI-Deep-Learning-Package-(.dlpk)-file-in-arcgis.learn-API)\\\n", |
42 |
| - "[Tool Interface](#tool-interface)\\\n", |
43 |
| - "[Sample Input Table](#Sample-Input-Table)\\\n", |
44 |
| - "[Sample Output Table](#Sample-Output-Table)\\\n", |
45 |
| - "[Conclusion](#conclusion)" |
| 28 | + "* [Introduction](#introduction)\n", |
| 29 | + "* [Imports](#imports)\n", |
| 30 | + "* [Prompt Engineering](#prompt-engineering)\n", |
| 31 | + "* [Esri Model Definition(EMD) file](#esri-model-definition-emd-file)\n", |
| 32 | + "* [Anatomy of the Extension Function](#anatomy-of-the-extension-function)\n", |
| 33 | + " * [Define the ```__init__``` function](#define-the-__init__-function)\n", |
| 34 | + " * [Define the ```getParameterInfo``` function](#define-the-getconfiguration-function)\n", |
| 35 | + " * [Define the ```initialize``` function](#define-the-initialize-function)\n", |
| 36 | + " * [Define the ```getConfiguration``` function](#define-the-getparameterinfo-function)\n", |
| 37 | + " * [Define the ```predict``` function](#define-the-predict-function)\n", |
| 38 | + "* [Complete NLP Function](#complete-nlp-function)\n", |
| 39 | + "* [Create Custom ESRI Deep Learning Package (.dlpk) file](#create-custom-esri-deep-learning-package-dlpk-file)\n", |
| 40 | + "* [Using the custom ESRI Deep Learning Package (.dlpk) file in arcgis.learn API](#using-the-custom-esri-deep-learning-package-dlpk-file-in-arcgislearn-api)\n", |
| 41 | + "* [Tool Interface](#tool-interface)\n", |
| 42 | + "* [Sample Input Table](#sample-input-table)\n", |
| 43 | + "* [Sample Output Table](#sample-output-table)\n", |
| 44 | + "* [Conclusion](#conclusion)" |
46 | 45 | ]
|
47 | 46 | },
|
48 | 47 | {
|
49 | 48 | "cell_type": "markdown",
|
50 | 49 | "id": "b8a7b212-1558-4255-9b09-f551e7a09c65",
|
51 | 50 | "metadata": {
|
52 |
| - "jp-MarkdownHeadingCollapsed": true, |
53 | 51 | "tags": []
|
54 | 52 | },
|
55 | 53 | "source": [
|
|
108 | 106 | "cell_type": "markdown",
|
109 | 107 | "id": "b33c40bc-1ee1-497c-8789-2d5aa6eb8b8c",
|
110 | 108 | "metadata": {
|
111 |
| - "jp-MarkdownHeadingCollapsed": true, |
112 | 109 | "tags": []
|
113 | 110 | },
|
114 | 111 | "source": [
|
|
132 | 129 | "cell_type": "markdown",
|
133 | 130 | "id": "1194b485-3a2c-45a1-a095-f43e813bbe4a",
|
134 | 131 | "metadata": {
|
| 132 | + "jp-MarkdownHeadingCollapsed": true, |
135 | 133 | "tags": []
|
136 | 134 | },
|
137 | 135 | "source": [
|
|
761 | 759 | "cell_type": "markdown",
|
762 | 760 | "id": "2caad17d-3b32-4b8c-9ec1-5f4e52591277",
|
763 | 761 | "metadata": {
|
764 |
| - "jp-MarkdownHeadingCollapsed": true, |
765 | 762 | "tags": []
|
766 | 763 | },
|
767 | 764 | "source": [
|
|
947 | 944 | "name": "python",
|
948 | 945 | "nbconvert_exporter": "python",
|
949 | 946 | "pygments_lexer": "ipython3",
|
950 |
| - "version": "3.11.10" |
| 947 | + "version": "3.11.0" |
951 | 948 | }
|
952 | 949 | },
|
953 | 950 | "nbformat": 4,
|
|
0 commit comments