dyff-schema 0.24.1__py3-none-any.whl → 0.24.2__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 dyff-schema might be problematic. Click here for more details.
- dyff/schema/v0/r1/platform.py +5 -0
- {dyff_schema-0.24.1.dist-info → dyff_schema-0.24.2.dist-info}/METADATA +1 -1
- {dyff_schema-0.24.1.dist-info → dyff_schema-0.24.2.dist-info}/RECORD +7 -7
- {dyff_schema-0.24.1.dist-info → dyff_schema-0.24.2.dist-info}/LICENSE +0 -0
- {dyff_schema-0.24.1.dist-info → dyff_schema-0.24.2.dist-info}/NOTICE +0 -0
- {dyff_schema-0.24.1.dist-info → dyff_schema-0.24.2.dist-info}/WHEEL +0 -0
- {dyff_schema-0.24.1.dist-info → dyff_schema-0.24.2.dist-info}/top_level.txt +0 -0
dyff/schema/v0/r1/platform.py
CHANGED
|
@@ -1415,6 +1415,10 @@ class EvaluationClientConfiguration(DyffSchemaBaseModel):
|
|
|
1415
1415
|
" Error (default): the evaluation fails. Ignore: no error.",
|
|
1416
1416
|
)
|
|
1417
1417
|
|
|
1418
|
+
requestTimeoutSeconds: int = pydantic.Field(
|
|
1419
|
+
default=30, ge=0, description="The timeout delay for requests."
|
|
1420
|
+
)
|
|
1421
|
+
|
|
1418
1422
|
|
|
1419
1423
|
class EvaluationBase(DyffSchemaBaseModel):
|
|
1420
1424
|
dataset: str = pydantic.Field(description="The Dataset to evaluate on.")
|
|
@@ -2373,6 +2377,7 @@ __all__ = [
|
|
|
2373
2377
|
"EntityID",
|
|
2374
2378
|
"Evaluation",
|
|
2375
2379
|
"EvaluationBase",
|
|
2380
|
+
"EvaluationClientConfiguration",
|
|
2376
2381
|
"ExtractorStep",
|
|
2377
2382
|
"Family",
|
|
2378
2383
|
"FamilyBase",
|
|
@@ -24,7 +24,7 @@ dyff/schema/v0/__init__.py,sha256=L5y8UhRnojerPYHumsxQJRcHCNz8Hj9NM8b47mewMNs,92
|
|
|
24
24
|
dyff/schema/v0/r1/__init__.py,sha256=L5y8UhRnojerPYHumsxQJRcHCNz8Hj9NM8b47mewMNs,92
|
|
25
25
|
dyff/schema/v0/r1/adapters.py,sha256=dmQS2ecgDX4ZvTMOW-6NzV_Oq_UpaiyFd7QnSNoOnK8,33057
|
|
26
26
|
dyff/schema/v0/r1/base.py,sha256=IpvlYDr6JjYo6tn8XW4C1Fpgd_uqzZGZsG_cuEn_gQs,19441
|
|
27
|
-
dyff/schema/v0/r1/platform.py,sha256=
|
|
27
|
+
dyff/schema/v0/r1/platform.py,sha256=dlejqiaxJIkBE_IqbNjjWX-B8bKCxANcKY_HdrIXbNU,78452
|
|
28
28
|
dyff/schema/v0/r1/requests.py,sha256=4TM1IKG9IP4MyprIy9E9XA_JqvkuwKAuY1ao1BbVLI0,15676
|
|
29
29
|
dyff/schema/v0/r1/test.py,sha256=X6dUyVd5svcPCI-PBMOAqEfK9jv3bRDvkQTJzwS96c0,10720
|
|
30
30
|
dyff/schema/v0/r1/version.py,sha256=isKAGuGxsdru8vDaYmI4YiZdJOu_wNxXK7u6QzD6FE4,392
|
|
@@ -37,9 +37,9 @@ dyff/schema/v0/r1/dataset/text.py,sha256=nLIn91Zlt0tNdXUklSgjJ-kEDxoPX32ISLkiv2D
|
|
|
37
37
|
dyff/schema/v0/r1/dataset/vision.py,sha256=aIe0fbfM_g3DsrDTdg2K803YKLjZBpurM_VJcJFuZLc,369
|
|
38
38
|
dyff/schema/v0/r1/io/__init__.py,sha256=L5y8UhRnojerPYHumsxQJRcHCNz8Hj9NM8b47mewMNs,92
|
|
39
39
|
dyff/schema/v0/r1/io/vllm.py,sha256=CUE9y8KthtUI7sD49S875rDmPvKotSXVIRaBS79aBZs,5320
|
|
40
|
-
dyff_schema-0.24.
|
|
41
|
-
dyff_schema-0.24.
|
|
42
|
-
dyff_schema-0.24.
|
|
43
|
-
dyff_schema-0.24.
|
|
44
|
-
dyff_schema-0.24.
|
|
45
|
-
dyff_schema-0.24.
|
|
40
|
+
dyff_schema-0.24.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
dyff_schema-0.24.2.dist-info/METADATA,sha256=XzRaFplWzGHryumpgXhBmX58a0tkfkhJxQpqrl5EhrY,3482
|
|
42
|
+
dyff_schema-0.24.2.dist-info/NOTICE,sha256=YONACu0s_Ui6jNi-wtEsVQbTU1JIkh8wvLH6d1-Ni_w,43
|
|
43
|
+
dyff_schema-0.24.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
44
|
+
dyff_schema-0.24.2.dist-info/top_level.txt,sha256=9e3VVdeX73t_sUJOPQPCcGtYO1JhoErhHIi3WoWGcFI,5
|
|
45
|
+
dyff_schema-0.24.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|