dyff-client 0.2.2__tar.gz → 0.3.0__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.
- {dyff-client-0.2.2/dyff_client.egg-info → dyff_client-0.3.0}/PKG-INFO +1 -1
- {dyff-client-0.2.2/dyff/client/_generated/aio → dyff_client-0.3.0/dyff/client/_generated}/__init__.py +3 -3
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff/client/_generated/_client.py +40 -26
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff/client/_generated/_configuration.py +4 -4
- {dyff-client-0.2.2/dyff/client/_generated/aio → dyff_client-0.3.0/dyff/client/_generated}/_vendor.py +1 -1
- {dyff-client-0.2.2/dyff/client/_generated → dyff_client-0.3.0/dyff/client/_generated/aio}/__init__.py +3 -3
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff/client/_generated/aio/_client.py +24 -6
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff/client/_generated/aio/_configuration.py +4 -4
- {dyff-client-0.2.2/dyff/client/_generated → dyff_client-0.3.0/dyff/client/_generated/aio}/_vendor.py +1 -1
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff/client/_generated/aio/operations/__init__.py +7 -1
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff/client/_generated/aio/operations/_operations.py +5831 -1307
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff/client/_generated/operations/__init__.py +7 -1
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff/client/_generated/operations/_operations.py +6309 -1398
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff/client/client.py +499 -1
- {dyff-client-0.2.2 → dyff_client-0.3.0/dyff_client.egg-info}/PKG-INFO +1 -1
- {dyff-client-0.2.2 → dyff_client-0.3.0}/.gitignore +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/.gitlab-ci.yml +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/.licenserc.yaml +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/.pre-commit-config.yaml +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/.prettierignore +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/.secrets.baseline +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/CODE_OF_CONDUCT.md +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/LICENSE +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/NOTICE +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/README.md +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff/client/__init__.py +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff/client/_generated/_patch.py +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff/client/_generated/_serialization.py +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff/client/_generated/aio/_patch.py +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff/client/_generated/aio/operations/_patch.py +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff/client/_generated/operations/_patch.py +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff/client/_generated/py.typed +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff_client.egg-info/SOURCES.txt +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff_client.egg-info/dependency_links.txt +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff_client.egg-info/requires.txt +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/dyff_client.egg-info/top_level.txt +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/makefile +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/package-lock.json +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/package.json +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/pyproject.toml +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/scripts/inferenceservices/databricks--dolly-v2-3b--default.py +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/scripts/inferenceservices/tiiuae--falcon-7b--default.py +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/scripts/models/databricks--dolly-v2-3b--rox.yaml +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/scripts/models/databricks--dolly-v2-3b.py +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/scripts/models/tiiuae--falcon-7b--rox.yaml +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/scripts/models/tiiuae--falcon-7b.py +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/setup.cfg +0 -0
- {dyff-client-0.2.2 → dyff_client-0.3.0}/tests/test_import.py +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
2
|
# --------------------------------------------------------------------------
|
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.
|
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.12)
|
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
5
5
|
# --------------------------------------------------------------------------
|
|
6
6
|
|
|
7
|
-
from ._client import
|
|
7
|
+
from ._client import DyffV0API
|
|
8
8
|
|
|
9
9
|
try:
|
|
10
10
|
from ._patch import * # pylint: disable=unused-wildcard-import
|
|
@@ -14,7 +14,7 @@ except ImportError:
|
|
|
14
14
|
from ._patch import patch_sdk as _patch_sdk
|
|
15
15
|
|
|
16
16
|
__all__ = [
|
|
17
|
-
"
|
|
17
|
+
"DyffV0API",
|
|
18
18
|
]
|
|
19
19
|
__all__.extend([p for p in _patch_all if p not in __all__])
|
|
20
20
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
2
|
# --------------------------------------------------------------------------
|
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.
|
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.12)
|
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
5
5
|
# --------------------------------------------------------------------------
|
|
6
6
|
|
|
@@ -11,7 +11,7 @@ from azure.core import PipelineClient
|
|
|
11
11
|
from azure.core.pipeline import policies
|
|
12
12
|
from azure.core.rest import HttpRequest, HttpResponse
|
|
13
13
|
|
|
14
|
-
from ._configuration import
|
|
14
|
+
from ._configuration import DyffV0APIConfiguration
|
|
15
15
|
from ._serialization import Deserializer, Serializer
|
|
16
16
|
from .operations import (
|
|
17
17
|
AuditproceduresOperations,
|
|
@@ -20,41 +20,46 @@ from .operations import (
|
|
|
20
20
|
EvaluationsOperations,
|
|
21
21
|
InferenceservicesOperations,
|
|
22
22
|
InferencesessionsOperations,
|
|
23
|
+
MeasurementsOperations,
|
|
24
|
+
MethodsOperations,
|
|
23
25
|
ModelsOperations,
|
|
24
26
|
ModulesOperations,
|
|
25
27
|
ReportsOperations,
|
|
28
|
+
SafetycasesOperations,
|
|
26
29
|
)
|
|
27
30
|
|
|
28
31
|
|
|
29
|
-
class
|
|
30
|
-
"""
|
|
31
|
-
|
|
32
|
-
:ivar audits: AuditsOperations operations
|
|
33
|
-
|
|
34
|
-
:
|
|
35
|
-
|
|
36
|
-
:
|
|
37
|
-
:vartype
|
|
38
|
-
:ivar
|
|
39
|
-
:vartype
|
|
40
|
-
:ivar
|
|
41
|
-
:vartype
|
|
42
|
-
:ivar
|
|
43
|
-
:vartype
|
|
44
|
-
:ivar
|
|
45
|
-
:vartype
|
|
46
|
-
:
|
|
47
|
-
:
|
|
48
|
-
:ivar reports: ReportsOperations operations
|
|
49
|
-
:vartype reports: _generated.operations.ReportsOperations
|
|
50
|
-
:
|
|
32
|
+
class DyffV0API: # pylint: disable=client-accepts-api-version-keyword,too-many-instance-attributes
|
|
33
|
+
"""DyffV0API.
|
|
34
|
+
|
|
35
|
+
:ivar audits: AuditsOperations operations :vartype audits:
|
|
36
|
+
_generated.operations.AuditsOperations :ivar auditprocedures:
|
|
37
|
+
AuditproceduresOperations operations :vartype auditprocedures:
|
|
38
|
+
_generated.operations.AuditproceduresOperations :ivar datasets: DatasetsOperations
|
|
39
|
+
operations :vartype datasets: _generated.operations.DatasetsOperations :ivar
|
|
40
|
+
evaluations: EvaluationsOperations operations :vartype evaluations:
|
|
41
|
+
_generated.operations.EvaluationsOperations :ivar inferenceservices:
|
|
42
|
+
InferenceservicesOperations operations :vartype inferenceservices:
|
|
43
|
+
_generated.operations.InferenceservicesOperations :ivar inferencesessions:
|
|
44
|
+
InferencesessionsOperations operations :vartype inferencesessions:
|
|
45
|
+
_generated.operations.InferencesessionsOperations :ivar measurements:
|
|
46
|
+
MeasurementsOperations operations :vartype measurements:
|
|
47
|
+
_generated.operations.MeasurementsOperations :ivar methods: MethodsOperations
|
|
48
|
+
operations :vartype methods: _generated.operations.MethodsOperations :ivar models:
|
|
49
|
+
ModelsOperations operations :vartype models: _generated.operations.ModelsOperations
|
|
50
|
+
:ivar modules: ModulesOperations operations :vartype modules:
|
|
51
|
+
_generated.operations.ModulesOperations :ivar reports: ReportsOperations operations
|
|
52
|
+
:vartype reports: _generated.operations.ReportsOperations :ivar safetycases:
|
|
53
|
+
SafetycasesOperations operations :vartype safetycases:
|
|
54
|
+
_generated.operations.SafetycasesOperations :keyword endpoint: Service URL.
|
|
55
|
+
Required. Default value is "".
|
|
51
56
|
:paramtype endpoint: str
|
|
52
57
|
"""
|
|
53
58
|
|
|
54
59
|
def __init__( # pylint: disable=missing-client-constructor-parameter-credential
|
|
55
60
|
self, *, endpoint: str = "", **kwargs: Any
|
|
56
61
|
) -> None:
|
|
57
|
-
self._config =
|
|
62
|
+
self._config = DyffV0APIConfiguration(**kwargs)
|
|
58
63
|
_policies = kwargs.pop("policies", None)
|
|
59
64
|
if _policies is None:
|
|
60
65
|
_policies = [
|
|
@@ -101,6 +106,12 @@ class DyffAPI: # pylint: disable=client-accepts-api-version-keyword,too-many-in
|
|
|
101
106
|
self.inferencesessions = InferencesessionsOperations(
|
|
102
107
|
self._client, self._config, self._serialize, self._deserialize
|
|
103
108
|
)
|
|
109
|
+
self.measurements = MeasurementsOperations(
|
|
110
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
111
|
+
)
|
|
112
|
+
self.methods = MethodsOperations(
|
|
113
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
114
|
+
)
|
|
104
115
|
self.models = ModelsOperations(
|
|
105
116
|
self._client, self._config, self._serialize, self._deserialize
|
|
106
117
|
)
|
|
@@ -110,6 +121,9 @@ class DyffAPI: # pylint: disable=client-accepts-api-version-keyword,too-many-in
|
|
|
110
121
|
self.reports = ReportsOperations(
|
|
111
122
|
self._client, self._config, self._serialize, self._deserialize
|
|
112
123
|
)
|
|
124
|
+
self.safetycases = SafetycasesOperations(
|
|
125
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
126
|
+
)
|
|
113
127
|
|
|
114
128
|
def send_request(
|
|
115
129
|
self, request: HttpRequest, *, stream: bool = False, **kwargs: Any
|
|
@@ -138,7 +152,7 @@ class DyffAPI: # pylint: disable=client-accepts-api-version-keyword,too-many-in
|
|
|
138
152
|
def close(self) -> None:
|
|
139
153
|
self._client.close()
|
|
140
154
|
|
|
141
|
-
def __enter__(self) -> "
|
|
155
|
+
def __enter__(self) -> "DyffV0API":
|
|
142
156
|
self._client.__enter__()
|
|
143
157
|
return self
|
|
144
158
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
2
|
# --------------------------------------------------------------------------
|
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.
|
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.12)
|
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
5
5
|
# --------------------------------------------------------------------------
|
|
6
6
|
|
|
@@ -11,8 +11,8 @@ from azure.core.pipeline import policies
|
|
|
11
11
|
VERSION = "unknown"
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
class
|
|
15
|
-
"""Configuration for
|
|
14
|
+
class DyffV0APIConfiguration: # pylint: disable=too-many-instance-attributes
|
|
15
|
+
"""Configuration for DyffV0API.
|
|
16
16
|
|
|
17
17
|
Note that all parameters used to create this instance are saved as instance
|
|
18
18
|
attributes.
|
|
@@ -20,7 +20,7 @@ class DyffAPIConfiguration: # pylint: disable=too-many-instance-attributes
|
|
|
20
20
|
|
|
21
21
|
def __init__(self, **kwargs: Any) -> None:
|
|
22
22
|
|
|
23
|
-
kwargs.setdefault("sdk_moniker", "
|
|
23
|
+
kwargs.setdefault("sdk_moniker", "dyffv0api/{}".format(VERSION))
|
|
24
24
|
self.polling_interval = kwargs.get("polling_interval", 30)
|
|
25
25
|
self._configure(**kwargs)
|
|
26
26
|
|
{dyff-client-0.2.2/dyff/client/_generated/aio → dyff_client-0.3.0/dyff/client/_generated}/_vendor.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# --------------------------------------------------------------------------
|
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.12)
|
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
# --------------------------------------------------------------------------
|
|
5
5
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
2
|
# --------------------------------------------------------------------------
|
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.
|
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.12)
|
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
5
5
|
# --------------------------------------------------------------------------
|
|
6
6
|
|
|
7
|
-
from ._client import
|
|
7
|
+
from ._client import DyffV0API
|
|
8
8
|
|
|
9
9
|
try:
|
|
10
10
|
from ._patch import * # pylint: disable=unused-wildcard-import
|
|
@@ -14,7 +14,7 @@ except ImportError:
|
|
|
14
14
|
from ._patch import patch_sdk as _patch_sdk
|
|
15
15
|
|
|
16
16
|
__all__ = [
|
|
17
|
-
"
|
|
17
|
+
"DyffV0API",
|
|
18
18
|
]
|
|
19
19
|
__all__.extend([p for p in _patch_all if p not in __all__])
|
|
20
20
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
2
|
# --------------------------------------------------------------------------
|
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.
|
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.12)
|
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
5
5
|
# --------------------------------------------------------------------------
|
|
6
6
|
|
|
@@ -12,7 +12,7 @@ from azure.core.pipeline import policies
|
|
|
12
12
|
from azure.core.rest import AsyncHttpResponse, HttpRequest
|
|
13
13
|
|
|
14
14
|
from .._serialization import Deserializer, Serializer
|
|
15
|
-
from ._configuration import
|
|
15
|
+
from ._configuration import DyffV0APIConfiguration
|
|
16
16
|
from .operations import (
|
|
17
17
|
AuditproceduresOperations,
|
|
18
18
|
AuditsOperations,
|
|
@@ -20,14 +20,17 @@ from .operations import (
|
|
|
20
20
|
EvaluationsOperations,
|
|
21
21
|
InferenceservicesOperations,
|
|
22
22
|
InferencesessionsOperations,
|
|
23
|
+
MeasurementsOperations,
|
|
24
|
+
MethodsOperations,
|
|
23
25
|
ModelsOperations,
|
|
24
26
|
ModulesOperations,
|
|
25
27
|
ReportsOperations,
|
|
28
|
+
SafetycasesOperations,
|
|
26
29
|
)
|
|
27
30
|
|
|
28
31
|
|
|
29
|
-
class
|
|
30
|
-
"""
|
|
32
|
+
class DyffV0API: # pylint: disable=client-accepts-api-version-keyword,too-many-instance-attributes
|
|
33
|
+
"""DyffV0API.
|
|
31
34
|
|
|
32
35
|
:ivar audits: AuditsOperations operations
|
|
33
36
|
:vartype audits: _generated.aio.operations.AuditsOperations
|
|
@@ -41,12 +44,18 @@ class DyffAPI: # pylint: disable=client-accepts-api-version-keyword,too-many-in
|
|
|
41
44
|
:vartype inferenceservices: _generated.aio.operations.InferenceservicesOperations
|
|
42
45
|
:ivar inferencesessions: InferencesessionsOperations operations
|
|
43
46
|
:vartype inferencesessions: _generated.aio.operations.InferencesessionsOperations
|
|
47
|
+
:ivar measurements: MeasurementsOperations operations
|
|
48
|
+
:vartype measurements: _generated.aio.operations.MeasurementsOperations
|
|
49
|
+
:ivar methods: MethodsOperations operations
|
|
50
|
+
:vartype methods: _generated.aio.operations.MethodsOperations
|
|
44
51
|
:ivar models: ModelsOperations operations
|
|
45
52
|
:vartype models: _generated.aio.operations.ModelsOperations
|
|
46
53
|
:ivar modules: ModulesOperations operations
|
|
47
54
|
:vartype modules: _generated.aio.operations.ModulesOperations
|
|
48
55
|
:ivar reports: ReportsOperations operations
|
|
49
56
|
:vartype reports: _generated.aio.operations.ReportsOperations
|
|
57
|
+
:ivar safetycases: SafetycasesOperations operations
|
|
58
|
+
:vartype safetycases: _generated.aio.operations.SafetycasesOperations
|
|
50
59
|
:keyword endpoint: Service URL. Required. Default value is "".
|
|
51
60
|
:paramtype endpoint: str
|
|
52
61
|
"""
|
|
@@ -54,7 +63,7 @@ class DyffAPI: # pylint: disable=client-accepts-api-version-keyword,too-many-in
|
|
|
54
63
|
def __init__( # pylint: disable=missing-client-constructor-parameter-credential
|
|
55
64
|
self, *, endpoint: str = "", **kwargs: Any
|
|
56
65
|
) -> None:
|
|
57
|
-
self._config =
|
|
66
|
+
self._config = DyffV0APIConfiguration(**kwargs)
|
|
58
67
|
_policies = kwargs.pop("policies", None)
|
|
59
68
|
if _policies is None:
|
|
60
69
|
_policies = [
|
|
@@ -101,6 +110,12 @@ class DyffAPI: # pylint: disable=client-accepts-api-version-keyword,too-many-in
|
|
|
101
110
|
self.inferencesessions = InferencesessionsOperations(
|
|
102
111
|
self._client, self._config, self._serialize, self._deserialize
|
|
103
112
|
)
|
|
113
|
+
self.measurements = MeasurementsOperations(
|
|
114
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
115
|
+
)
|
|
116
|
+
self.methods = MethodsOperations(
|
|
117
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
118
|
+
)
|
|
104
119
|
self.models = ModelsOperations(
|
|
105
120
|
self._client, self._config, self._serialize, self._deserialize
|
|
106
121
|
)
|
|
@@ -110,6 +125,9 @@ class DyffAPI: # pylint: disable=client-accepts-api-version-keyword,too-many-in
|
|
|
110
125
|
self.reports = ReportsOperations(
|
|
111
126
|
self._client, self._config, self._serialize, self._deserialize
|
|
112
127
|
)
|
|
128
|
+
self.safetycases = SafetycasesOperations(
|
|
129
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
130
|
+
)
|
|
113
131
|
|
|
114
132
|
def send_request(
|
|
115
133
|
self, request: HttpRequest, *, stream: bool = False, **kwargs: Any
|
|
@@ -138,7 +156,7 @@ class DyffAPI: # pylint: disable=client-accepts-api-version-keyword,too-many-in
|
|
|
138
156
|
async def close(self) -> None:
|
|
139
157
|
await self._client.close()
|
|
140
158
|
|
|
141
|
-
async def __aenter__(self) -> "
|
|
159
|
+
async def __aenter__(self) -> "DyffV0API":
|
|
142
160
|
await self._client.__aenter__()
|
|
143
161
|
return self
|
|
144
162
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
2
|
# --------------------------------------------------------------------------
|
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.
|
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.12)
|
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
5
5
|
# --------------------------------------------------------------------------
|
|
6
6
|
|
|
@@ -11,8 +11,8 @@ from azure.core.pipeline import policies
|
|
|
11
11
|
VERSION = "unknown"
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
class
|
|
15
|
-
"""Configuration for
|
|
14
|
+
class DyffV0APIConfiguration: # pylint: disable=too-many-instance-attributes
|
|
15
|
+
"""Configuration for DyffV0API.
|
|
16
16
|
|
|
17
17
|
Note that all parameters used to create this instance are saved as instance
|
|
18
18
|
attributes.
|
|
@@ -20,7 +20,7 @@ class DyffAPIConfiguration: # pylint: disable=too-many-instance-attributes
|
|
|
20
20
|
|
|
21
21
|
def __init__(self, **kwargs: Any) -> None:
|
|
22
22
|
|
|
23
|
-
kwargs.setdefault("sdk_moniker", "
|
|
23
|
+
kwargs.setdefault("sdk_moniker", "dyffv0api/{}".format(VERSION))
|
|
24
24
|
self.polling_interval = kwargs.get("polling_interval", 30)
|
|
25
25
|
self._configure(**kwargs)
|
|
26
26
|
|
{dyff-client-0.2.2/dyff/client/_generated → dyff_client-0.3.0/dyff/client/_generated/aio}/_vendor.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# --------------------------------------------------------------------------
|
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.12)
|
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
# --------------------------------------------------------------------------
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
2
|
# --------------------------------------------------------------------------
|
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.
|
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.12)
|
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
5
5
|
# --------------------------------------------------------------------------
|
|
6
6
|
|
|
@@ -11,9 +11,12 @@ from ._operations import (
|
|
|
11
11
|
EvaluationsOperations,
|
|
12
12
|
InferenceservicesOperations,
|
|
13
13
|
InferencesessionsOperations,
|
|
14
|
+
MeasurementsOperations,
|
|
15
|
+
MethodsOperations,
|
|
14
16
|
ModelsOperations,
|
|
15
17
|
ModulesOperations,
|
|
16
18
|
ReportsOperations,
|
|
19
|
+
SafetycasesOperations,
|
|
17
20
|
)
|
|
18
21
|
from ._patch import * # pylint: disable=unused-wildcard-import
|
|
19
22
|
from ._patch import __all__ as _patch_all
|
|
@@ -26,9 +29,12 @@ __all__ = [
|
|
|
26
29
|
"EvaluationsOperations",
|
|
27
30
|
"InferenceservicesOperations",
|
|
28
31
|
"InferencesessionsOperations",
|
|
32
|
+
"MeasurementsOperations",
|
|
33
|
+
"MethodsOperations",
|
|
29
34
|
"ModelsOperations",
|
|
30
35
|
"ModulesOperations",
|
|
31
36
|
"ReportsOperations",
|
|
37
|
+
"SafetycasesOperations",
|
|
32
38
|
]
|
|
33
39
|
__all__.extend([p for p in _patch_all if p not in __all__])
|
|
34
40
|
_patch_sdk()
|