File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1811,10 +1811,10 @@ def download_documentation_stream(self, export_id):
18111811 """
18121812 if self .mltask is not None :
18131813 return self .mltask .client ._perform_raw (
1814- "GET" , "/projects/%s/models/lab/download-documentation /%s" % (self .mltask .project_key , export_id ))
1814+ "GET" , "/projects/%s/models/lab/documentations /%s" % (self .mltask .project_key , export_id ))
18151815 else :
18161816 return self .saved_model .client ._perform_raw (
1817- "GET" , "/projects/%s/savedmodels/download-documentation /%s" % (self .saved_model .project_key , export_id ))
1817+ "GET" , "/projects/%s/savedmodels/documentations /%s" % (self .saved_model .project_key , export_id ))
18181818
18191819 def download_documentation_to_file (self , export_id , path ):
18201820 """
You can’t perform that action at this time.
0 commit comments