dyff-schema 0.5.0__tar.gz → 0.5.3__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 dyff-schema might be problematic. Click here for more details.
- {dyff_schema-0.5.0/dyff_schema.egg-info → dyff_schema-0.5.3}/PKG-INFO +1 -1
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/v0/r1/platform.py +1 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/v0/r1/requests.py +10 -9
- {dyff_schema-0.5.0 → dyff_schema-0.5.3/dyff_schema.egg-info}/PKG-INFO +1 -1
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/.gitignore +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/.gitlab-ci.yml +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/.licenserc.yaml +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/.pre-commit-config.yaml +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/.prettierignore +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/.secrets.baseline +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/CODE_OF_CONDUCT.md +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/LICENSE +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/NOTICE +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/README.md +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/__init__.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/adapters.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/base.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/copydoc.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/dataset/__init__.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/dataset/arrow.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/dataset/binary.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/dataset/classification.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/dataset/text.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/dataset/vision.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/ids.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/io/__init__.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/io/vllm.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/platform.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/py.typed +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/quantity.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/requests.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/test.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/v0/__init__.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/v0/r1/__init__.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/v0/r1/adapters.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/v0/r1/base.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/v0/r1/dataset/__init__.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/v0/r1/dataset/arrow.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/v0/r1/dataset/binary.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/v0/r1/dataset/classification.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/v0/r1/dataset/text.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/v0/r1/dataset/vision.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/v0/r1/io/__init__.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/v0/r1/io/vllm.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/v0/r1/test.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/v0/r1/version.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff/schema/version.py +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff_schema.egg-info/SOURCES.txt +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff_schema.egg-info/dependency_links.txt +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff_schema.egg-info/requires.txt +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/dyff_schema.egg-info/top_level.txt +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/makefile +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/pyproject.toml +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/setup.cfg +0 -0
- {dyff_schema-0.5.0 → dyff_schema-0.5.3}/tests/test_import.py +0 -0
|
@@ -22,6 +22,7 @@ from .platform import (
|
|
|
22
22
|
AnalysisBase,
|
|
23
23
|
DatasetBase,
|
|
24
24
|
DataView,
|
|
25
|
+
Documentation,
|
|
25
26
|
EvaluationBase,
|
|
26
27
|
InferenceServiceBase,
|
|
27
28
|
InferenceSessionBase,
|
|
@@ -50,6 +51,10 @@ class DatasetCreateRequest(DyffEntityCreateRequest, DatasetBase):
|
|
|
50
51
|
pass
|
|
51
52
|
|
|
52
53
|
|
|
54
|
+
class DocumentationEditRequest(Documentation):
|
|
55
|
+
pass
|
|
56
|
+
|
|
57
|
+
|
|
53
58
|
class InferenceServiceCreateRequest(DyffEntityCreateRequest, InferenceServiceBase):
|
|
54
59
|
model: Optional[str] = pydantic.Field(
|
|
55
60
|
default=None, description="ID of Model backing the service, if applicable"
|
|
@@ -136,16 +141,12 @@ class DyffEntityQueryRequest(DyffSchemaBaseModel):
|
|
|
136
141
|
|
|
137
142
|
|
|
138
143
|
class _AnalysisProductQueryRequest(DyffEntityQueryRequest):
|
|
139
|
-
analysis: Optional[str] = pydantic.Field(default=None)
|
|
140
|
-
method: Optional[str] = pydantic.Field(default=None)
|
|
141
|
-
methodName: Optional[str] = pydantic.Field(default=None)
|
|
142
|
-
inputsAnyOf: Optional[str] = pydantic.Field(default=None)
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
class AnalysisQueryRequest(DyffEntityQueryRequest):
|
|
146
144
|
method: Optional[str] = pydantic.Field(default=None)
|
|
147
145
|
methodName: Optional[str] = pydantic.Field(default=None)
|
|
148
|
-
|
|
146
|
+
dataset: Optional[str] = pydantic.Field(default=None)
|
|
147
|
+
evaluation: Optional[str] = pydantic.Field(default=None)
|
|
148
|
+
inferenceService: Optional[str] = pydantic.Field(default=None)
|
|
149
|
+
model: Optional[str] = pydantic.Field(default=None)
|
|
149
150
|
inputsAnyOf: Optional[str] = pydantic.Field(default=None)
|
|
150
151
|
|
|
151
152
|
|
|
@@ -210,12 +211,12 @@ class SafetyCaseQueryRequest(_AnalysisProductQueryRequest):
|
|
|
210
211
|
|
|
211
212
|
__all__ = [
|
|
212
213
|
"AnalysisCreateRequest",
|
|
213
|
-
"AnalysisQueryRequest",
|
|
214
214
|
"AuditQueryRequest",
|
|
215
215
|
"DyffEntityCreateRequest",
|
|
216
216
|
"DyffEntityQueryRequest",
|
|
217
217
|
"DatasetCreateRequest",
|
|
218
218
|
"DatasetQueryRequest",
|
|
219
|
+
"DocumentationEditRequest",
|
|
219
220
|
"EvaluationCreateRequest",
|
|
220
221
|
"EvaluationQueryRequest",
|
|
221
222
|
"EvaluationInferenceSessionRequest",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|