Update Quickstart_Publish_Python_Web_Service.ipynb
Init update
This commit is contained in:
Родитель
66d99f14ff
Коммит
4d1f94e722
|
@ -303,7 +303,7 @@
|
|||
"+ Produce a prediction function\n",
|
||||
"+ Publish the linear model as a Python web service\n",
|
||||
"\n",
|
||||
"You can define an 'init' function to be bootstrapped to the web service. This 'init' function handles service initialization. Use it to load the packages, datasets, and global variables you need when the service is called the first time. However, it is important to note that all imports are scoped to the 'init' function and not to the global namespace. Consequently, you must still import the modules in each run or consume function. "
|
||||
"You can define an 'init' function to be bootstrapped to the web service. This 'init' function handles service initialization. Use it to load the packages, datasets, and global variables you need when the service is called the first time. One caveat, however, is that all imports are scoped to the 'init' function and not to the global namespace. Consequently, you must still import the modules in each run or consume function. "
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче