intellif-aihub 0.1.7__tar.gz → 0.1.8__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 intellif-aihub might be problematic. Click here for more details.

Files changed (61) hide show
  1. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/PKG-INFO +1 -1
  2. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/pyproject.toml +1 -1
  3. intellif_aihub-0.1.8/src/aihub/__init__.py +1 -0
  4. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/models/task_center.py +6 -6
  5. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/intellif_aihub.egg-info/PKG-INFO +1 -1
  6. intellif_aihub-0.1.7/src/aihub/__init__.py +0 -1
  7. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/LICENSE +0 -0
  8. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/README.md +0 -0
  9. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/setup.cfg +0 -0
  10. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/client.py +0 -0
  11. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/exceptions.py +0 -0
  12. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/models/__init__.py +0 -0
  13. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/models/artifact.py +0 -0
  14. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/models/common.py +0 -0
  15. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/models/data_warehouse.py +0 -0
  16. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/models/dataset_management.py +0 -0
  17. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/models/document_center.py +0 -0
  18. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/models/eval.py +0 -0
  19. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/models/labelfree.py +0 -0
  20. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/models/model_center.py +0 -0
  21. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/models/model_training_platform.py +0 -0
  22. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/models/quota_schedule_management.py +0 -0
  23. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/models/tag_resource_management.py +0 -0
  24. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/models/user_system.py +0 -0
  25. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/models/workflow_center.py +0 -0
  26. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/services/__init__.py +0 -0
  27. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/services/artifact.py +0 -0
  28. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/services/data_warehouse.py +0 -0
  29. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/services/dataset_management.py +0 -0
  30. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/services/document_center.py +0 -0
  31. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/services/eval.py +0 -0
  32. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/services/labelfree.py +0 -0
  33. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/services/model_center.py +0 -0
  34. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/services/model_training_platform.py +0 -0
  35. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/services/quota_schedule_management.py +0 -0
  36. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/services/reporter.py +0 -0
  37. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/services/tag_resource_management.py +0 -0
  38. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/services/task_center.py +0 -0
  39. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/services/user_system.py +0 -0
  40. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/services/workflow_center.py +0 -0
  41. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/utils/__init__.py +0 -0
  42. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/utils/download.py +0 -0
  43. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/utils/http.py +0 -0
  44. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/aihub/utils/s3.py +0 -0
  45. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/intellif_aihub.egg-info/SOURCES.txt +0 -0
  46. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/intellif_aihub.egg-info/dependency_links.txt +0 -0
  47. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/intellif_aihub.egg-info/requires.txt +0 -0
  48. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/src/intellif_aihub.egg-info/top_level.txt +0 -0
  49. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/tests/test_artifact.py +0 -0
  50. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/tests/test_data_warehouse.py +0 -0
  51. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/tests/test_dataset_management.py +0 -0
  52. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/tests/test_document_center.py +0 -0
  53. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/tests/test_labelfree.py +0 -0
  54. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/tests/test_model_center.py +0 -0
  55. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/tests/test_model_training_platform.py +0 -0
  56. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/tests/test_quota_schedule_management.py +0 -0
  57. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/tests/test_s3.py +0 -0
  58. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/tests/test_tag_resource_management.py +0 -0
  59. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/tests/test_task_center.py +0 -0
  60. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/tests/test_user_system.py +0 -0
  61. {intellif_aihub-0.1.7 → intellif_aihub-0.1.8}/tests/test_workflow_center.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: intellif-aihub
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: Intellif AI-hub SDK.
5
5
  Author-email: Platform Team <aihub@example.com>
6
6
  License-Expression: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "intellif-aihub"
3
- version = "0.1.7"
3
+ version = "0.1.8"
4
4
  description = "Intellif AI-hub SDK."
5
5
  readme = {file = "README.md", content-type = "text/markdown"}
6
6
  requires-python = ">=3.9"
@@ -0,0 +1 @@
1
+ __version__ = "0.1.8"
@@ -83,13 +83,13 @@ class CreateTaskResp(BaseModel):
83
83
  class LabelTaskDetail(BaseModel):
84
84
  """任务详情"""
85
85
  name: str = Field(description="任务名称")
86
- description: Optional[str] = Field(alias="description", description="任务描述")
87
- task_priority: Optional[str] = Field(alias="task_priority", description="优先级")
88
- type: Optional[str] = Field(alias="type", description="任务类型")
89
- receiver_id: Optional[int] = Field(alias="receiver_id", description="接收人ID")
90
- project_id: Optional[int] = Field(None, description="项目ID")
86
+ description: Optional[str] = Field(default=None, alias="description", description="任务描述")
87
+ task_priority: Optional[str] = Field(default=None, alias="task_priority", description="优先级")
88
+ type: Optional[str] = Field(default=None, alias="type", description="任务类型")
89
+ receiver_id: Optional[int] = Field(default=None, alias="receiver_id", description="接收人ID")
90
+ project_id: Optional[int] = Field(default=None, description="项目ID")
91
91
  other_info: Optional[TaskDetailOtherInfo] = Field(default=None, alias="other_info", description="附加信息")
92
- estimated_delivery_at: Optional[int] = Field(None, description="预计交付时间")
92
+ estimated_delivery_at: Optional[int] = Field(default=None, description="预计交付时间")
93
93
 
94
94
  @field_serializer("other_info")
95
95
  def serialize_other_info(self, value: Optional[TaskDetailOtherInfo]) -> Optional[str]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: intellif-aihub
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: Intellif AI-hub SDK.
5
5
  Author-email: Platform Team <aihub@example.com>
6
6
  License-Expression: Apache-2.0
@@ -1 +0,0 @@
1
- __version__ = "0.1.7"
File without changes
File without changes
File without changes