superb-ai-onprem 0.7.0__tar.gz → 0.7.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of superb-ai-onprem might be problematic. Click here for more details.
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/PKG-INFO +1 -1
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/__init__.py +5 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/_version.py +3 -3
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/README.md +19 -4
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/entities/__init__.py +3 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/entities/annotation.py +4 -2
- superb_ai_onprem-0.7.2/spb_onprem/data/entities/comment.py +43 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/entities/data_slice.py +3 -1
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/enums/__init__.py +1 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/queries.py +19 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/entities.py +6 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/superb_ai_onprem.egg-info/PKG-INFO +1 -1
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/superb_ai_onprem.egg-info/SOURCES.txt +1 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/.claude/settings.local.json +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/.github/workflows/publish.yml +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/.github/workflows/tests.yml +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/.gitignore +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/LICENSE +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/Pipfile +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/Pipfile.lock +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/README.md +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/pyproject.toml +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/requirements-test.txt +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/setup.cfg +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/setup.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/README.md +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/entities/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/entities/activity.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/entities/activity_history.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/params/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/params/activities.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/params/activity.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/params/create_activity.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/params/delete_activity.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/params/get_activity_history.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/params/start_activity.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/params/update_activity.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/params/update_activity_history.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/queries.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/service.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/base_model.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/base_service.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/base_types.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/contents/README.md +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/contents/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/contents/entities/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/contents/entities/base_content.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/contents/entities/content.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/contents/params/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/contents/params/create.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/contents/params/delete_content.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/contents/params/get_download_url.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/contents/queries.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/contents/service.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/entities/data.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/entities/data_meta.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/entities/frame.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/entities/prediction.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/entities/scene.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/enums/data_meta_type.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/enums/data_status.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/enums/data_type.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/enums/scene_type.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/change_data_labeler.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/change_data_reviewer.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/change_data_status.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/create_data.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/data.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/data_list.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/delete_annotation_version.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/delete_data.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/delete_prediction.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/delete_scene.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/delete_slice_annotation_version.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/get_data_detail.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/get_evaluation_value_list.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/insert_annotation_version.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/insert_data_to_slice.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/insert_prediction.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/insert_scene.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/insert_slice_annotation_version.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/remove_data_from_slice.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/remove_data_meta.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/update_annotation.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/update_data.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/update_data_slice.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/update_frames.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/update_scene.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/update_slice_annotation.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/update_slice_annotation_version.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/upsert_data_meta.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/service.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/datasets/README.md +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/datasets/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/datasets/entities/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/datasets/entities/dataset.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/datasets/params/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/datasets/params/create_dataset.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/datasets/params/dataset.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/datasets/params/datasets.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/datasets/params/delete_dataset.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/datasets/params/update_dataset.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/datasets/queries.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/datasets/service.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/exceptions.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/exports/README.md +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/exports/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/exports/entities/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/exports/entities/export.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/exports/params/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/exports/params/create_export.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/exports/params/delete_export.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/exports/params/export.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/exports/params/exports.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/exports/params/update_export.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/exports/queries/get_exports.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/exports/queries.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/exports/service.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/inferences/DEPRECATED.md +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/inferences/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/inferences/service.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/models/DEPRECATED.md +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/models/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/models/entities.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/models/params/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/models/params/delete_model.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/models/params/get_models.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/models/queries.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/models/service.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/predictions/DEPRECATED.md +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/predictions/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/predictions/entities.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/predictions/params/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/predictions/params/create_prediction_set.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/predictions/params/delete_prediction_from_data.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/predictions/params/delete_prediction_set.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/predictions/params/get_prediction_set.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/predictions/params/get_prediction_sets.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/predictions/params/update_prediction_set_data_info.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/predictions/queries.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/predictions/service.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/searches.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/slices/README.md +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/slices/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/slices/entities/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/slices/entities/slice.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/slices/params/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/slices/params/create_slice.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/slices/params/delete_slice.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/slices/params/slice.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/slices/params/slices.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/slices/params/update_slice.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/slices/queries.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/slices/service.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/users/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/users/entities/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/users/entities/auth.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/superb_ai_onprem.egg-info/dependency_links.txt +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/superb_ai_onprem.egg-info/requires.txt +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/superb_ai_onprem.egg-info/top_level.txt +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/activities/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/activities/real_test.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/activities/test_get_activity_history.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/activities/test_params.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/activities/test_service.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/contents/test_content_service.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/data/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/data/test_data_service.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/datasets/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/datasets/test_dataset_service.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/exports/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/exports/real_test.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/exports/test_entities.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/exports/test_integration.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/exports/test_params.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/exports/test_service.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/models/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/models/test_model_service.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/predictions/__init__.py +0 -0
- {superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/predictions/test_prediction_service.py +0 -0
|
@@ -32,6 +32,8 @@ from .entities import (
|
|
|
32
32
|
Content,
|
|
33
33
|
Frame,
|
|
34
34
|
Model,
|
|
35
|
+
Comment,
|
|
36
|
+
Reply,
|
|
35
37
|
|
|
36
38
|
# Enums
|
|
37
39
|
DataType,
|
|
@@ -42,6 +44,7 @@ from .entities import (
|
|
|
42
44
|
ActivityStatus,
|
|
43
45
|
ActivitySchema,
|
|
44
46
|
SchemaType,
|
|
47
|
+
CommentStatus,
|
|
45
48
|
)
|
|
46
49
|
|
|
47
50
|
# Filters
|
|
@@ -108,6 +111,8 @@ __all__ = (
|
|
|
108
111
|
"Frame",
|
|
109
112
|
"PredictionSet",
|
|
110
113
|
"Model",
|
|
114
|
+
"Comment",
|
|
115
|
+
"Reply",
|
|
111
116
|
|
|
112
117
|
# Enums
|
|
113
118
|
"DataType",
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.7.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 7,
|
|
31
|
+
__version__ = version = '0.7.2'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 7, 2)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gcebaff6ff'
|
|
@@ -194,7 +194,8 @@ For detailed entity documentation with comprehensive field descriptions, see the
|
|
|
194
194
|
### Core Entities
|
|
195
195
|
- **[📄 Data](entities/data.py)** - Main data entity with detailed field descriptions
|
|
196
196
|
- **[📝 Annotation & AnnotationVersion](entities/annotation.py)** - Annotation management entities
|
|
197
|
-
- **[
|
|
197
|
+
- **[� Comment & Reply](entities/comment.py)** - Feedback and discussion system for annotations
|
|
198
|
+
- **[�🔧 DataSlice](entities/data_slice.py)** - Slice membership and workflow information
|
|
198
199
|
- **[🎬 Frame](entities/frame.py)** - Video frame entities with timestamp/geo data
|
|
199
200
|
- **[🎭 Scene](entities/scene.py)** - File content representation (images, videos, text)
|
|
200
201
|
- **[🏷️ DataMeta](entities/data_meta.py)** - Structured custom metadata entities
|
|
@@ -211,7 +212,9 @@ Each entity file contains:
|
|
|
211
212
|
```python
|
|
212
213
|
from spb_onprem.data.entities import (
|
|
213
214
|
Data, # Main data container with metadata, annotations, predictions
|
|
214
|
-
Annotation, # Annotation management with version control
|
|
215
|
+
Annotation, # Annotation management with version control and comments
|
|
216
|
+
Comment, # Feedback and discussion on annotations
|
|
217
|
+
Reply, # Threaded replies to comments
|
|
215
218
|
DataSlice, # Slice membership with workflow status (labeling, review)
|
|
216
219
|
Frame, # Video frame data with timestamps and geo-location
|
|
217
220
|
Scene, # File content representation (images, videos, documents)
|
|
@@ -219,12 +222,24 @@ from spb_onprem.data.entities import (
|
|
|
219
222
|
Prediction # ML model results with confidence and performance metrics
|
|
220
223
|
)
|
|
221
224
|
|
|
222
|
-
# Entity relationship example
|
|
225
|
+
# Entity relationship example with comment system
|
|
223
226
|
data = Data(
|
|
224
227
|
key="image_001.jpg",
|
|
225
228
|
type=DataType.IMAGE,
|
|
226
229
|
scene=[Scene(type=SceneType.IMAGE, content=image_content)],
|
|
227
|
-
annotation=Annotation(
|
|
230
|
+
annotation=Annotation(
|
|
231
|
+
meta={"quality": "high"},
|
|
232
|
+
comments=[
|
|
233
|
+
Comment(
|
|
234
|
+
category="질문",
|
|
235
|
+
comment="이 바운딩 박스가 정확한가요?",
|
|
236
|
+
status="열림",
|
|
237
|
+
replies=[
|
|
238
|
+
Reply(comment="네, 검증 완료했습니다.", created_by="reviewer_01")
|
|
239
|
+
]
|
|
240
|
+
)
|
|
241
|
+
]
|
|
242
|
+
),
|
|
228
243
|
predictions=[Prediction(set_id="model_v1.0", meta={"confidence": 0.95})],
|
|
229
244
|
meta=[DataMeta(key="camera_model", value="Canon EOS", type=DataMetaTypes.STRING)]
|
|
230
245
|
)
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
from .annotation import Annotation, AnnotationVersion
|
|
2
|
+
from .comment import Comment, Reply
|
|
2
3
|
from .data_meta import DataMeta
|
|
3
4
|
from .data import Data
|
|
4
5
|
from .prediction import Prediction
|
|
@@ -13,6 +14,8 @@ __all__ = (
|
|
|
13
14
|
"Scene",
|
|
14
15
|
"Annotation",
|
|
15
16
|
"AnnotationVersion",
|
|
17
|
+
"Comment",
|
|
18
|
+
"Reply",
|
|
16
19
|
"Prediction",
|
|
17
20
|
"DataMeta",
|
|
18
21
|
"DataSlice",
|
|
@@ -2,6 +2,7 @@ from typing import Optional, List
|
|
|
2
2
|
|
|
3
3
|
from spb_onprem.base_model import CustomBaseModel, Field
|
|
4
4
|
from spb_onprem.contents.entities import BaseContent
|
|
5
|
+
from .comment import Comment
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
class AnnotationVersion(CustomBaseModel):
|
|
@@ -22,9 +23,10 @@ class Annotation(CustomBaseModel):
|
|
|
22
23
|
"""
|
|
23
24
|
어노테이션 엔터티
|
|
24
25
|
|
|
25
|
-
데이터의 어노테이션 정보를 관리하며, 여러 버전의
|
|
26
|
-
포함할 수 있습니다.
|
|
26
|
+
데이터의 어노테이션 정보를 관리하며, 여러 버전의 어노테이션과
|
|
27
|
+
댓글 기반 피드백 시스템을 포함할 수 있습니다.
|
|
27
28
|
"""
|
|
28
29
|
versions: Optional[List[AnnotationVersion]] = Field(None, description="어노테이션 버전 목록")
|
|
30
|
+
comments: Optional[List[Comment]] = Field(None, description="어노테이션에 대한 댓글 및 피드백")
|
|
29
31
|
meta: Optional[dict] = Field(None, description="메인 어노테이션 메타데이터")
|
|
30
32
|
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
from typing import Optional, List
|
|
3
|
+
from spb_onprem.base_model import CustomBaseModel, Field
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class CommentStatus(str, Enum):
|
|
7
|
+
UNRESOLVED = "UNRESOLVED"
|
|
8
|
+
RESOLVED = "RESOLVED"
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class Reply(CustomBaseModel):
|
|
12
|
+
"""
|
|
13
|
+
댓글 답글 엔터티
|
|
14
|
+
|
|
15
|
+
댓글에 대한 답글을 나타냅니다.
|
|
16
|
+
중첩된 토론과 협업을 지원하는 데 사용됩니다.
|
|
17
|
+
"""
|
|
18
|
+
id: Optional[str] = Field(None, description="답글 고유 식별자")
|
|
19
|
+
comment: Optional[str] = Field(None, description="답글 내용")
|
|
20
|
+
created_at: Optional[str] = Field(None, alias="createdAt", description="생성일시 (ISO 8601)")
|
|
21
|
+
created_by: Optional[str] = Field(None, alias="createdBy", description="생성자")
|
|
22
|
+
updated_at: Optional[str] = Field(None, alias="updatedAt", description="수정일시 (ISO 8601)")
|
|
23
|
+
updated_by: Optional[str] = Field(None, alias="updatedBy", description="수정자")
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
class Comment(CustomBaseModel):
|
|
27
|
+
"""
|
|
28
|
+
댓글 엔터티
|
|
29
|
+
|
|
30
|
+
어노테이션에 대한 댓글과 피드백을 관리합니다.
|
|
31
|
+
리뷰 프로세스와 품질 관리에 사용됩니다.
|
|
32
|
+
"""
|
|
33
|
+
id: Optional[str] = Field(None, description="댓글 고유 식별자")
|
|
34
|
+
category: Optional[str] = Field(None, description="댓글 카테고리 (질문, 제안, 오류 등)")
|
|
35
|
+
comment: Optional[str] = Field(None, description="댓글 내용")
|
|
36
|
+
status: Optional[CommentStatus] = Field(None, description="댓글 상태 (열림, 해결됨, 닫힘 등)")
|
|
37
|
+
replies: Optional[List[Reply]] = Field(None, description="댓글에 대한 답글 목록")
|
|
38
|
+
meta: Optional[dict] = Field(None, description="댓글 메타데이터")
|
|
39
|
+
created_at: Optional[str] = Field(None, alias="createdAt", description="생성일시 (ISO 8601)")
|
|
40
|
+
created_by: Optional[str] = Field(None, alias="createdBy", description="생성자")
|
|
41
|
+
updated_at: Optional[str] = Field(None, alias="updatedAt", description="수정일시 (ISO 8601)")
|
|
42
|
+
updated_by: Optional[str] = Field(None, alias="updatedBy", description="수정자")
|
|
43
|
+
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
from typing import List, Optional, Any
|
|
2
2
|
from spb_onprem.base_model import CustomBaseModel, Field
|
|
3
3
|
from spb_onprem.data.enums.data_status import DataStatus
|
|
4
|
+
from .comment import Comment
|
|
4
5
|
from .annotation import Annotation
|
|
5
6
|
|
|
6
7
|
class DataSlice(CustomBaseModel):
|
|
@@ -17,4 +18,5 @@ class DataSlice(CustomBaseModel):
|
|
|
17
18
|
tags: Optional[List[str]] = Field(None, description="슬라이스 태그 목록")
|
|
18
19
|
status_changed_at: Optional[str] = Field(None, alias="statusChangedAt", description="상태 변경일시")
|
|
19
20
|
annotation: Optional[Annotation] = Field(None, description="슬라이스별 어노테이션")
|
|
20
|
-
|
|
21
|
+
comments: Optional[List[Comment]] = Field(None, description="슬라이스에 대한 댓글 및 피드백")
|
|
22
|
+
meta: Optional[dict] = Field(None, description="슬라이스별 메타데이터")
|
|
@@ -99,6 +99,25 @@ class Schemas:
|
|
|
99
99
|
}
|
|
100
100
|
meta
|
|
101
101
|
}
|
|
102
|
+
comments {
|
|
103
|
+
id
|
|
104
|
+
category
|
|
105
|
+
comment
|
|
106
|
+
status
|
|
107
|
+
replies {
|
|
108
|
+
id
|
|
109
|
+
comment
|
|
110
|
+
createdAt
|
|
111
|
+
createdBy
|
|
112
|
+
updatedAt
|
|
113
|
+
updatedBy
|
|
114
|
+
}
|
|
115
|
+
meta
|
|
116
|
+
updatedAt
|
|
117
|
+
updatedBy
|
|
118
|
+
createdAt
|
|
119
|
+
createdBy
|
|
120
|
+
}
|
|
102
121
|
meta
|
|
103
122
|
}
|
|
104
123
|
predictions {
|
|
@@ -7,7 +7,10 @@ from .data.entities import (
|
|
|
7
7
|
DataMeta,
|
|
8
8
|
DataSlice,
|
|
9
9
|
Frame,
|
|
10
|
+
Comment,
|
|
11
|
+
Reply,
|
|
10
12
|
)
|
|
13
|
+
from .data.entities.comment import CommentStatus
|
|
11
14
|
from .datasets.entities import Dataset
|
|
12
15
|
from .slices.entities import Slice
|
|
13
16
|
from .data.enums import (
|
|
@@ -47,6 +50,8 @@ __all__ = [
|
|
|
47
50
|
"Frame",
|
|
48
51
|
"PredictionSet",
|
|
49
52
|
"Model",
|
|
53
|
+
"Comment",
|
|
54
|
+
"Reply",
|
|
50
55
|
|
|
51
56
|
# Enums
|
|
52
57
|
"DataType",
|
|
@@ -57,4 +62,5 @@ __all__ = [
|
|
|
57
62
|
"ActivityStatus",
|
|
58
63
|
"ActivitySchema",
|
|
59
64
|
"SchemaType",
|
|
65
|
+
"CommentStatus",
|
|
60
66
|
]
|
|
@@ -50,6 +50,7 @@ spb_onprem/data/queries.py
|
|
|
50
50
|
spb_onprem/data/service.py
|
|
51
51
|
spb_onprem/data/entities/__init__.py
|
|
52
52
|
spb_onprem/data/entities/annotation.py
|
|
53
|
+
spb_onprem/data/entities/comment.py
|
|
53
54
|
spb_onprem/data/entities/data.py
|
|
54
55
|
spb_onprem/data/entities/data_meta.py
|
|
55
56
|
spb_onprem/data/entities/data_slice.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/entities/__init__.py
RENAMED
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/entities/activity.py
RENAMED
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/entities/activity_history.py
RENAMED
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/params/activities.py
RENAMED
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/params/create_activity.py
RENAMED
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/params/delete_activity.py
RENAMED
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/params/start_activity.py
RENAMED
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/activities/params/update_activity.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/contents/entities/base_content.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/contents/params/delete_content.py
RENAMED
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/contents/params/get_download_url.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/change_data_labeler.py
RENAMED
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/change_data_reviewer.py
RENAMED
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/change_data_status.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/delete_prediction.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/insert_data_to_slice.py
RENAMED
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/insert_prediction.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/remove_data_from_slice.py
RENAMED
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/remove_data_meta.py
RENAMED
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/update_annotation.py
RENAMED
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/update_data_slice.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/update_slice_annotation.py
RENAMED
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/data/params/upsert_data_meta.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/datasets/params/create_dataset.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/datasets/params/delete_dataset.py
RENAMED
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/datasets/params/update_dataset.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/exports/params/create_export.py
RENAMED
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/exports/params/delete_export.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/spb_onprem/exports/params/update_export.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/superb_ai_onprem.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/activities/test_get_activity_history.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superb_ai_onprem-0.7.0 → superb_ai_onprem-0.7.2}/tests/predictions/test_prediction_service.py
RENAMED
|
File without changes
|