What's Changed * [feature] QWV-29: send QAI hub status code in 'status_message' while export is in progress. See https://app.aihub.qualcomm.com/docs/hub/generated/qai_hub.JobStatus.html#qai_hub.JobStatus by tschulz in https://github.com/eyepop-ai/eyepop-sdk-node/pull/88
What's Changed * [experimental] Dataset API: QWV-39 endpoint.downloadModelArtifacts() by tschulz in https://github.com/eyepop-ai/eyepop-sdk-node/pull/86 * pass either device_name or model_formats* * pass artifact_type=ArtifactType.eyepop_bundle to download the EyePop packaged format as ZIP archive * pass artifact_type=ArtifactType.weights_file to download the proprietary weights file
What's Changed * [experimental] Dataset API: get_datasets() with optional parameter 'modifiable_version_only' by tschulz in https://github.com/eyepop-ai/eyepop-sdk-node/pull/85
What's Changed * [experimental] DataEndpoint: add default_source_model_uuid?: string type to DatasetVersionResponse by 64blit in https://github.com/eyepop-ai/eyepop-sdk-node/pull/84