File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,19 @@ def get_export_stream(self, options = {}):
5454 Return a stream of the exported project
5555 You need to close the stream after download. Failure to do so will result in the DSSClient becoming unusable.
5656
57+ :param dict options: Dictionary of export options. The following options are available:
58+
59+ * exportUploads (boolean): Exports the data of Uploaded datasets - default False
60+ * exportManagedFS (boolean): Exports the data of managed Filesystem datasets - default False
61+ * exportAnalysisModels (boolean): Exports the models trained in analysis - default False
62+ * exportSavedModels (boolean): Exports the models trained in saved models - default False
63+ * exportManagedFolders (boolean): Exports the data of managed folders - default False
64+ * exportAllInputDatasets (boolean): Exports the data of all input datasets - default False
65+ * exportAllDatasets (boolean): Exports the data of all datasets - default False
66+ * exportAllInputManagedFolders (boolean): Exports the data of all input managed folders - default False
67+ * exportGitRepositoy (boolean): Exports the Git repository history - default False
68+ * exportInsightsData (boolean): Exports the data of static insights - default False
69+
5770 :returns: a file-like obbject that is a stream of the export archive
5871 :rtype: file-like
5972 """
You can’t perform that action at this time.
0 commit comments