intellif-aihub 0.1.7__py3-none-any.whl → 0.1.8__py3-none-any.whl

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.

aihub/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.1.7"
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,4 +1,4 @@
1
- aihub/__init__.py,sha256=YpKDcdV7CqL8n45u267wKtyloM13FSVbOdrqgNZnSLM,22
1
+ aihub/__init__.py,sha256=C69ADlbQREQlR15trneyA2sk8x0-oH4rDAX5fsv19_U,22
2
2
  aihub/client.py,sha256=bIYL-NoXarSFnPwLzEcWqUjdiTZ7sau5DmGz8YX4-RQ,5144
3
3
  aihub/exceptions.py,sha256=l2cMAvipTqQOio3o11fXsCCSCevbuK4PTsxofkobFjk,500
4
4
  aihub/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -13,7 +13,7 @@ aihub/models/model_center.py,sha256=K94u6tsIP86Ws3P93O8uoO1gBmnamVnoxlDzvjiPLSo,
13
13
  aihub/models/model_training_platform.py,sha256=UrSbKDQq6evu4Gsw1RYO_INxkLbFHnf1-FgbDIpK4VI,11510
14
14
  aihub/models/quota_schedule_management.py,sha256=1nZAX9FbFwruT46U7kKEsECCbvfY-c4-xyYVTki5NVg,12256
15
15
  aihub/models/tag_resource_management.py,sha256=-FgiKyDIG7bZagzVRf-8rXWuqH9GyciDadxz5W2f3I8,2195
16
- aihub/models/task_center.py,sha256=l18UqF4M3tmUzdCr-ncUIkIMoj_0zdL22R8KOfRGSzA,5430
16
+ aihub/models/task_center.py,sha256=7PlfAsOGBfv_KqfWmPYaWyle4WCKJdc8tTl9aRid_Ws,5502
17
17
  aihub/models/user_system.py,sha256=0L_pBkWL9v1tv_mclOyRgCyWibuuj_XU3mPoe2v48vQ,12216
18
18
  aihub/models/workflow_center.py,sha256=5li_nZ_UuiAfVG5waSwP3mYViQZ6Z7dlwxv67HNUc_I,19879
19
19
  aihub/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -35,8 +35,8 @@ aihub/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
35
35
  aihub/utils/download.py,sha256=yC3SoL5uE68pMB-IsNz233wj-gFrHB7D7ALzQA5JkFM,2155
36
36
  aihub/utils/http.py,sha256=rSNh4uNP7E3YGm3H1indRHctxC5Wu5xNBPvDrb9UHt4,421
37
37
  aihub/utils/s3.py,sha256=ISIBP-XdBPkURpXnN56ZnIWokOOg2SRUh_qvxJk-G1Q,2187
38
- intellif_aihub-0.1.7.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
39
- intellif_aihub-0.1.7.dist-info/METADATA,sha256=uKrcsR4A5lkjEWcF1RdVI73lMw2tit8kZoPfMKckfKs,2916
40
- intellif_aihub-0.1.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
41
- intellif_aihub-0.1.7.dist-info/top_level.txt,sha256=vIvTtSIN73xv46BpYM-ctVGnyOiUQ9EWP_6ngvdIlvw,6
42
- intellif_aihub-0.1.7.dist-info/RECORD,,
38
+ intellif_aihub-0.1.8.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
39
+ intellif_aihub-0.1.8.dist-info/METADATA,sha256=KvnHK0E9xn_TyvLVtR7XPX6LWQ2sY4iVG7lYDcAO7s0,2916
40
+ intellif_aihub-0.1.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
41
+ intellif_aihub-0.1.8.dist-info/top_level.txt,sha256=vIvTtSIN73xv46BpYM-ctVGnyOiUQ9EWP_6ngvdIlvw,6
42
+ intellif_aihub-0.1.8.dist-info/RECORD,,