synapse-sdk 1.0.0a73__py3-none-any.whl → 1.0.0a74__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 synapse-sdk might be problematic. Click here for more details.
- synapse_sdk/clients/backend/models.py +2 -0
- {synapse_sdk-1.0.0a73.dist-info → synapse_sdk-1.0.0a74.dist-info}/METADATA +1 -1
- {synapse_sdk-1.0.0a73.dist-info → synapse_sdk-1.0.0a74.dist-info}/RECORD +7 -7
- {synapse_sdk-1.0.0a73.dist-info → synapse_sdk-1.0.0a74.dist-info}/WHEEL +0 -0
- {synapse_sdk-1.0.0a73.dist-info → synapse_sdk-1.0.0a74.dist-info}/entry_points.txt +0 -0
- {synapse_sdk-1.0.0a73.dist-info → synapse_sdk-1.0.0a74.dist-info}/licenses/LICENSE +0 -0
- {synapse_sdk-1.0.0a73.dist-info → synapse_sdk-1.0.0a74.dist-info}/top_level.txt +0 -0
|
@@ -60,12 +60,14 @@ class UpdateJob(BaseModel):
|
|
|
60
60
|
Attrs:
|
|
61
61
|
status (str): The job status. (ex: pending, running, stopped, succeeded, failed)
|
|
62
62
|
progress_record (Dict): The job progress record.
|
|
63
|
+
metrics_record (Dict): The job metrics record.
|
|
63
64
|
console_logs (Dict): The job console logs.
|
|
64
65
|
result (Dict): The job result.
|
|
65
66
|
"""
|
|
66
67
|
|
|
67
68
|
status: Optional[JobStatus] = None
|
|
68
69
|
progress_record: Optional[Dict] = None
|
|
70
|
+
metrics_record: Optional[Dict] = None
|
|
69
71
|
console_logs: Optional[Dict | list] = None
|
|
70
72
|
result: Optional[Dict | list] = None
|
|
71
73
|
|
|
@@ -37,7 +37,7 @@ synapse_sdk/clients/backend/data_collection.py,sha256=uI-_ByLh-Xez4VIIVRBO8FCNUp
|
|
|
37
37
|
synapse_sdk/clients/backend/hitl.py,sha256=na2mSXFud92p4zUEuagcDWk2klxO7xn-e86cm0VZEvs,709
|
|
38
38
|
synapse_sdk/clients/backend/integration.py,sha256=9LjkYcBpi7aog-MODSDS4RlmYahypu65qxBj-AcY7xc,2683
|
|
39
39
|
synapse_sdk/clients/backend/ml.py,sha256=JoPH9Ly2E3HJ7S5mdGLtcGq7ruQVVrYfWArogwZLlms,1193
|
|
40
|
-
synapse_sdk/clients/backend/models.py,sha256=
|
|
40
|
+
synapse_sdk/clients/backend/models.py,sha256=Bd8UHPcn_AZWbhLkOKs93QljHBYtWV3g1EfLQfdpu7k,2058
|
|
41
41
|
synapse_sdk/clients/ray/__init__.py,sha256=9ZSPXVVxlJ8Wp8ku7l021ENtPjVrGgQDgqifkkVAXgM,187
|
|
42
42
|
synapse_sdk/clients/ray/core.py,sha256=a4wyCocAma2HAm-BHlbZnoVbpfdR-Aad2FM0z6vPFvw,731
|
|
43
43
|
synapse_sdk/clients/ray/serve.py,sha256=eFhCYIv_irc_2RyuV3bzeWIVyz_1NlqwoNVh5KSWilY,1092
|
|
@@ -209,9 +209,9 @@ synapse_sdk/utils/storage/providers/gcp.py,sha256=i2BQCu1Kej1If9SuNr2_lEyTcr5M_n
|
|
|
209
209
|
synapse_sdk/utils/storage/providers/http.py,sha256=2DhIulND47JOnS5ZY7MZUex7Su3peAPksGo1Wwg07L4,5828
|
|
210
210
|
synapse_sdk/utils/storage/providers/s3.py,sha256=ZmqekAvIgcQBdRU-QVJYv1Rlp6VHfXwtbtjTSphua94,2573
|
|
211
211
|
synapse_sdk/utils/storage/providers/sftp.py,sha256=_8s9hf0JXIO21gvm-JVS00FbLsbtvly4c-ETLRax68A,1426
|
|
212
|
-
synapse_sdk-1.0.
|
|
213
|
-
synapse_sdk-1.0.
|
|
214
|
-
synapse_sdk-1.0.
|
|
215
|
-
synapse_sdk-1.0.
|
|
216
|
-
synapse_sdk-1.0.
|
|
217
|
-
synapse_sdk-1.0.
|
|
212
|
+
synapse_sdk-1.0.0a74.dist-info/licenses/LICENSE,sha256=bKzmC5YAg4V1Fhl8OO_tqY8j62hgdncAkN7VrdjmrGk,1101
|
|
213
|
+
synapse_sdk-1.0.0a74.dist-info/METADATA,sha256=Ov_i7xLQEX5YuhMMdS7YRsILLM9X6q0DtRTQZYrwlBA,1130
|
|
214
|
+
synapse_sdk-1.0.0a74.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
215
|
+
synapse_sdk-1.0.0a74.dist-info/entry_points.txt,sha256=VNptJoGoNJI8yLXfBmhgUefMsmGI0m3-0YoMvrOgbxo,48
|
|
216
|
+
synapse_sdk-1.0.0a74.dist-info/top_level.txt,sha256=ytgJMRK1slVOKUpgcw3LEyHHP7S34J6n_gJzdkcSsw8,12
|
|
217
|
+
synapse_sdk-1.0.0a74.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|