- Bugfix
transitions update-execution
now supports additional keyword arguments - Added optional parameter
--async
topredictions create
- Added
predictions get
- Added optional parameter
--statistics-last-n-days
tomodels get-training
- Added optional parameter
--max-elements
tomodels get-training
- Remove optional parameter
--in-schema
and--out-schema
fromtransitions create
andtransitions update
- Bugfix
models update-training
now works as intended when specifying--deployment-environment-id
- Bugfix
models update-training
no longer attempts to sendnull
formetadata
when not specified
- Added optional parameter
--status
toworkflows update
- Added optional parameter
--quality
todocuments get
- Added
app-clients get
- Added optional parameter
--status
toworkflows update-execution
- Added optional parameter
--next-transition-id
toworkflows update-execution
- Removed mandatory parameter
next_transition_id
fromworkflows update-execution
- Added optional parameter
--statistics-last-n-days
tomodels get
- Updated default
--preprocess-image
increate-default
workflow
- Added optional parameter
--email-config
toworkflows create
- Added optional parameter
--email-config
toworkflows update
- Now able to also specify inline JSON for optional parameter
--error-config
inworkflows create
- Now able to also specify inline JSON for optional parameter
--error-config
inworkflows update
- Now able to also specify inline JSON for optional parameter
--completed-config
inworkflows create
- Now able to also specify inline JSON for optional parameter
--completed-config
inworkflows update
- Added
models get-data-bundle
- Added
models get-training
- Updated
--create-default-workflow
inworkflows create-default
to use the latest docker images and automatically addmodelId
to the form config
- Added
datasets create-transformation
- Added
datasets delete-transformation
- Added
datasets list-transformations
- Added Python 3.11 support
- Removed Python 3.6 and 3.7 support as they have reached end of life
- Added optional parameter
--model-id
topredictions list
- Added optional parameter
--metadata
toworkflows create
- Added optional parameter
--metadata
toworkflows update
- Added
roles list
- Added
roles get
- Added optional parameter
--role-ids
toapp-clients create
- Added optional parameter
--role-ids
toapp-clients update
- Added optional parameter
--role-ids
tousers create
- Added optional parameter
--role-ids
tousers update
- Removed deprecated optional parameters
--avatar
and--name
fromusers create
- Removed deprecated optional parameters
--avatar
and--name
fromusers update
- Added optional parameter
--width
todocuments get
- Added optional parameter
--height
todocuments get
- Added optional parameter
--density
todocuments get
- Added optional parameter
--page
todocuments get
- Added optional parameter
--rotation
todocuments get
- Added
deployment-environments get
- Added
deployment-environments list
- Added
--postprocess-config
tomodels create
- Updated
--preprocess-config
inmodels create
to also accept inline JSON - Added
--postprocess-config
tomodels update
- Updated
--preprocess-config
inmodels update
to also accept inline JSON - Updated
--postprocess-config
inpredictions create
to also accept path to a JSON file
- Added
--rotation
topredictions create
- Added
--base-model
tomodels create
- Added
--owner
tomodels list
- Fixed a bug causing
datasets create-documents
to skip creating new documents for documents that have been deleted from the dataset since last upload.
- Updated
workflows create-default
to use the default manual transition form component - Updated default
--preprocess-image
inworkflows create-default
- Fixed a bug in
datasets create-documents
.
- Using a CSV file as input to
datasets create-documents
will now try to locate the document file specified bydocument-path-column
in all sub-directories, e.g. ifdocument_path=foo/bar/baz.pdf
it will first see iffoo/bar/baz.pdf
points to an existing and valid file type, then it will check ifbar/baz.pdf
points to an existing and valid file type and so forth. - Fixed output bug in
datasets get-documents
. Now only counts number of documents from the dataset you are downloading, not the number of documents in the outdir_dir
- Added
--image-url
totransitions update
- Added
--secret-id
totransitions update
- Added
--cpu
totransitions update
- Added
--memory
totransitions update
- Now supporting
transitions update --environment null
to clear all environment variables from a transition - Now supporting
transitions update --environment-secrets null
to clear all environment secrets from a transition - Added
--from-start-time
toworkflows list-executions
- Added
--to-start-time
toworkflows list-executions
- Added shorthand
-p
for--profile
- Added CSV support in
datasets create-documents
- Removed deprecated
--width
and--height
frommodels create
andmodels update
- You may now upload documents without ground truth using
datasets create-documents
- Improved the caching mechanism of
datasets create-documents
- Added
originalFilePath
tometadata
indatasets create-documents
- Fix bug in datasets create-documents
- Added optional parameter
--use-cache
todatasets create-documents
- Don't use cached data by default in
datasets create-documents
- Reduced memory overhead in
datasets create-documents
- Optional parameter
--training-id
inmodels update
is now nullable
- Added
payment-methods create
- Added
payment-methods delete
- Added
payment-methods get
- Added
payment-methods list
- Added
payment-methods update
- Added optional parameter
--payment-method-id
toorganizations update
- Added optional parameter
--sort-by
todocuments list
- Added optional parameter
--sort-by
topredictions list
- Added optional parameter
--order
todocuments list
- Added optional parameter
--order
topredictions list
- Added
datasets get-documents
. This command will download all documents (PDF, JPEG etc. and JSON ground truth) to directory specified byoutput_dir
- Show help when invoking
las
with no arguments - Support newer Python versions in setup.py
- Added --version
- Fix bug in datasets create-documents
- width and height is now optional in models create
- Added --training-id to predictions create
- Added --training-id to models update
- Support csv files in datasets create-documents
- Added models list-all-data-bundles
- Added optional parameter --metadata to documents create, documents update, datasets create, datasets update, models create, models update and trainings create
- Removed optional parameter --start-training from models update (Breaking change)
- Changed several optional argument names from --X-path to --X (Breaking change)
- Added models update-training
- Update argcomplete package
- Added exception handling to datasets create-documents
- Support specifying ground-truth encoding in datasets create-documents
- Added models list-trainings
- Added models create-training
- Added plans list
- Added plans get
- Added optional parameter --postprocess-config to predictions create
- Removed all support for batches. Use datasets instead.
- Renamed datasets sync to datasets create-documents and support folder as input and better help functionality
- Updated version of Python SDK to 4.0.0. API key is no longer needed.
- Bugfix in datasets sync
- Added datasets sync for uploading larger datasets
- Added datasets create
- Added datasets list
- Added datasets update
- Added datasets delete
- Added optional parameter --dataset-id to documents create
- Added optional parameter --document-id to documents delete
- Added optional parameter --dataset-id to documents create
- Added optional parameter --dataset-id to documents list
- Added optional parameter --dataset-id to documents delete
- Added optional parameter --dataset-id to documents update
- Added models create-data-bundle
- Added models list-data-bundles
- Added models update-data-bundle
- Added models delete-data-bundle
las documents delete
will now require a document id as a positional argument and delete that document only.
las documents delete-all
can be used to delete multiple documents. It will by default delete all the documents available.
Use --max-results
to restrict the number of documents deleted as before,
but the default will be to delete everything.
- Fixed bug causing more log messages than necessary to be printed
- Added organizations get
- Added organizations update
- Added --login-urls and --default-login-url to app-clients create
- Added models create
- Added models update
- Added models get
- Added batches update
- Added app-clients update
- Added argument app_client_id to users create