Skip to content

Commit 752881c

Browse files
committed
Add exportModelEvaluationStores option to docstring [close ch74467]. Fix typo on exportGitRepository.
1 parent 80a295c commit 752881c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dataikuapi/dss/project.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,12 @@ def export_to_file(self, path, options=None):
133133
* exportManagedFS (boolean): Exports the data of managed Filesystem datasets - default False
134134
* exportAnalysisModels (boolean): Exports the models trained in analysis - default False
135135
* exportSavedModels (boolean): Exports the models trained in saved models - default False
136+
* exportModelEvaluationStores (boolean): Exports the evaluation stores - default False
136137
* exportManagedFolders (boolean): Exports the data of managed folders - default False
137138
* exportAllInputDatasets (boolean): Exports the data of all input datasets - default False
138139
* exportAllDatasets (boolean): Exports the data of all datasets - default False
139140
* exportAllInputManagedFolders (boolean): Exports the data of all input managed folders - default False
140-
* exportGitRepositoy (boolean): Exports the Git repository history - default False
141+
* exportGitRepository (boolean): Exports the Git repository history - default False
141142
* exportInsightsData (boolean): Exports the data of static insights - default False
142143
"""
143144
if options is None:

0 commit comments

Comments
 (0)