codeset 0.1.0a14__py3-none-any.whl → 0.1.0a15__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 codeset might be problematic. Click here for more details.
- codeset/_version.py +1 -1
- codeset/types/session.py +6 -6
- {codeset-0.1.0a14.dist-info → codeset-0.1.0a15.dist-info}/METADATA +1 -1
- {codeset-0.1.0a14.dist-info → codeset-0.1.0a15.dist-info}/RECORD +6 -6
- {codeset-0.1.0a14.dist-info → codeset-0.1.0a15.dist-info}/WHEEL +0 -0
- {codeset-0.1.0a14.dist-info → codeset-0.1.0a15.dist-info}/licenses/LICENSE +0 -0
codeset/_version.py
CHANGED
codeset/types/session.py
CHANGED
|
@@ -12,17 +12,14 @@ __all__ = ["Session"]
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
class Session(BaseModel):
|
|
15
|
-
created_at: datetime
|
|
16
|
-
"""Timestamp when the session was created (UTC)."""
|
|
17
|
-
|
|
18
15
|
dataset: str
|
|
19
16
|
"""Dataset name for the sample."""
|
|
20
17
|
|
|
21
18
|
expires_at: datetime
|
|
22
19
|
"""Timestamp when the session will expire (UTC)."""
|
|
23
20
|
|
|
24
|
-
|
|
25
|
-
"""Timestamp
|
|
21
|
+
requested_at: datetime
|
|
22
|
+
"""Timestamp when the session was requested (UTC)."""
|
|
26
23
|
|
|
27
24
|
sample_id: str
|
|
28
25
|
"""Identifier of the sample being used for the session."""
|
|
@@ -39,8 +36,11 @@ class Session(BaseModel):
|
|
|
39
36
|
container_info: Optional[ContainerInfo] = None
|
|
40
37
|
"""Information about a container."""
|
|
41
38
|
|
|
39
|
+
created_at: Optional[datetime] = None
|
|
40
|
+
"""Timestamp when the container became ready and billing started (UTC)."""
|
|
41
|
+
|
|
42
42
|
duration_seconds: Optional[float] = None
|
|
43
|
-
"""
|
|
43
|
+
"""Duration of the session in seconds."""
|
|
44
44
|
|
|
45
45
|
error: Optional[ErrorInfo] = None
|
|
46
46
|
"""Details about an error that occurred during job processing."""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: codeset
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.0a15
|
|
4
4
|
Summary: The official Python library for the codeset API
|
|
5
5
|
Project-URL: Homepage, https://github.com/codeset-ai/codeset-sdk
|
|
6
6
|
Project-URL: Repository, https://github.com/codeset-ai/codeset-sdk
|
|
@@ -11,7 +11,7 @@ codeset/_resource.py,sha256=MhmvrwixEq6echG2IFv1gO_nE_zfFTNw65s0JjsMee0,1106
|
|
|
11
11
|
codeset/_response.py,sha256=lC6V1z6Az0X_Rk9MgwN8hOzYUSEwtp6_py_H3agR04A,28794
|
|
12
12
|
codeset/_streaming.py,sha256=HqkgFE-gv9S7T4QfGa5pD4suEOvQ8BHZRxJR_NQcXak,10104
|
|
13
13
|
codeset/_types.py,sha256=VRDtyYVMs3WfFHJBcoUb5Vxjs5sAe0mQWYP-BnLyMQg,7237
|
|
14
|
-
codeset/_version.py,sha256=
|
|
14
|
+
codeset/_version.py,sha256=0JSKtsudUsT1yAAULocQ-Q69GaBHvJlkinA4Sguct5I,168
|
|
15
15
|
codeset/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
codeset/_utils/__init__.py,sha256=7fch0GT9zpNnErbciSpUNa-SjTxxjY6kxHxKMOM4AGs,2305
|
|
17
17
|
codeset/_utils/_compat.py,sha256=D8gtAvjJQrDWt9upS0XaG9Rr5l1QhiAx_I_1utT_tt0,1195
|
|
@@ -39,7 +39,7 @@ codeset/types/health_check_response.py,sha256=hHMXvlEIQj98rsbkiKSX2SZaaRl-3mVuAF
|
|
|
39
39
|
codeset/types/sample_download_params.py,sha256=tRPvOupAg4rkWgdtQlWYKQHqbvTZIQYNM4u8TwLyuAE,346
|
|
40
40
|
codeset/types/sample_list_params.py,sha256=OPtSgytRJH4m_9_qjBzxCpST8pTOFovgzXNupcqnxJY,341
|
|
41
41
|
codeset/types/sample_list_response.py,sha256=KtllR5nvU-XZTzDb2U_vlOcpIe9bDobI6mRleBUyAos,1182
|
|
42
|
-
codeset/types/session.py,sha256=
|
|
42
|
+
codeset/types/session.py,sha256=SDQo7a3FbNxfgN0xW6JL2hqviV8o5fKXO0eHE4DksgE,1263
|
|
43
43
|
codeset/types/session_close_response.py,sha256=_vWgm4IHWcwUuw4lmGolEG3CkIv0H0A5yf8eaWB4f-I,342
|
|
44
44
|
codeset/types/session_create_params.py,sha256=cFl5O1jI5qAjh9SqfLRerHo10TnY4QIYwi9j1Fv70MY,504
|
|
45
45
|
codeset/types/session_create_response.py,sha256=87vgZPPCI3qA4_Gc8oS32RzglhwGSf7fgYxXOplrSYM,494
|
|
@@ -53,7 +53,7 @@ codeset/types/sessions/__init__.py,sha256=hRiBeT3umo01iicnTjI3UOh_Q6AspqzyyG-OEt
|
|
|
53
53
|
codeset/types/sessions/job_status.py,sha256=347Rz0GmlCYv5yeHJnsG-Ddr5xkpKvX2sHXYRz0opXI,262
|
|
54
54
|
codeset/types/sessions/verify_start_response.py,sha256=Dk1iyafuj1IAL39VQji_znUUMxDXI8QXn2QKB-ME4uw,482
|
|
55
55
|
codeset/types/sessions/verify_status_response.py,sha256=hjYWo5nJdsznnPWmfVF0T5Hw9WfB8b06VtkYqhCMX0k,1983
|
|
56
|
-
codeset-0.1.
|
|
57
|
-
codeset-0.1.
|
|
58
|
-
codeset-0.1.
|
|
59
|
-
codeset-0.1.
|
|
56
|
+
codeset-0.1.0a15.dist-info/METADATA,sha256=6XOxRhFM7rcMoVpQAq4o41BJSQrklj-p5W3DAQPKnnU,13382
|
|
57
|
+
codeset-0.1.0a15.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
58
|
+
codeset-0.1.0a15.dist-info/licenses/LICENSE,sha256=SzrebAd3MnL58zf3dEBLJvstQvQe33mCCY2TmzKEmY8,11337
|
|
59
|
+
codeset-0.1.0a15.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|