You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Roman Donchenko e018b10e00
SDK: fix `Project.import_dataset` incorrectly waiting for completion (#5459)
You have to use the `import_status` action in order to query the input
status. Otherwise, the `/api/projects/{id}/dataset/` endpoint initiates
a dataset export. Currently, `import_dataset` inadvertently monitors the
status of that export, not the original import.
3 years ago
..
core SDK: fix `Project.import_dataset` incorrectly waiting for completion (#5459) 3 years ago
pytorch SDK: Improve the PyTorch adapter layer (#5455) 3 years ago
__init__.py Add 2nd layer of SDK (#19) 4 years ago
exceptions.py Add host schema auto-detection in SDK (#4910) 3 years ago
models.py Add 2nd layer of SDK (#19) 4 years ago