SDK Changelog
Added a batches parameter to
get_tasks
.Upgraded the performance of keep-alive connections.
Removed
get_export
timeouts.Removed the requirement to fetch the API Key for export plugins.
Fixed a number of bugs occurring when creating plugins.
It is now possible to specify batches while uploading directly from within the JSON containing the asset URLs when using
upload_files_cloud
.Added the ability to upload configuration JSONs to plugins.
Added a verbose error message when trying to upload assets using the wrong integrationId with
upload_files_cloud
.Changed the error message when trying to obtain batches from nonexisting projects when using
get_batches
.Fixed a bug where plugins would occasionally not run instantly.
Added a toggle to activate the Rich Text Editor for Text Classifications when using create_label_set.
Fixed a bug which occasionally prevented correct exports when using a Tree Dropdown tool created with create_label_set.
assign_batches
's batch_id
parameter has been renamed to batches
and now accepts both Batch IDs and Batch Names.Bug fixed preventing the setting of more than one Tree Dropdown tool at the same time.
Bug fixes related to the upcoming Plugin functionality.
You can now choose to pass the Batch Name instead of the Batch ID in all functions where you used to pass the Batch ID except for
assign_batches
."
tag
" parameter in export
renamed to batches
.Added the ability to nest classifications conditionally when creating project ontologies with
create_label_set
.Added the ability to create the new Tree Dropdown classification tool when using
create_label_set
. Added the
create_project(name, description)
method to programmatically create new projects in your organization.Bug fixed on the
assign_batches
function.batches: List[str]
optional parameter added to upload_files_cloud
and upload_files
.get_batches(self, project_id: str)
function is added to get batches of specific project.assign_batches(self, asset_ids: List[str], batch_ids: List[str])
function is added to assign batches to existing assets.create_batch(self, project_id: str, batch_name: str)
function is added to create batches in a project.Fixed a bug in
assign_task
.Improved the output of
get_integrations
.