File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/superannotate/lib/app/interface Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1215,11 +1215,11 @@ def prepare_export(
12151215 :param only_pinned: enable only pinned output in export. This option disables all other types of output.
12161216 :type only_pinned: bool
12171217
1218- :param kwargs:
1219- Arbitrary kwargs:
1218+ :param kwargs: Arbitrary keyword arguments:
12201219
1221- - integration_name: can be provided which will be used as a storage to store export file
1222- - format: can be CSV for the Gen AI projects
1220+ - integration_name: The name of the integration within the platform that is being used.
1221+ - format: The format in which the data will be exported in multimodal projects.
1222+ It can be either CSV or JSON. If None, the data will be exported in the default JSON format.
12231223 :return: metadata object of the prepared export
12241224 :rtype: dict
12251225
@@ -1232,7 +1232,7 @@ def prepare_export(
12321232 project = "Project Name",
12331233 folder_names = ["Folder 1", "Folder 2"],
12341234 annotation_statuses = ["Completed","QualityCheck"],
1235- export_type = "CSV"
1235+ format = "CSV"
12361236 )
12371237
12381238 client.download_export("Project Name", export, "path_to_download")
You can’t perform that action at this time.
0 commit comments