qwak-sdk 0.5.97__py3-none-any.whl → 0.5.99__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 qwak-sdk might be problematic. Click here for more details.
- qwak_sdk/__init__.py +1 -1
- qwak_sdk/commands/audience/_logic/config/v1/audience_config.py +1 -0
- {qwak_sdk-0.5.97.dist-info → qwak_sdk-0.5.99.dist-info}/METADATA +2 -2
- {qwak_sdk-0.5.97.dist-info → qwak_sdk-0.5.99.dist-info}/RECORD +6 -6
- {qwak_sdk-0.5.97.dist-info → qwak_sdk-0.5.99.dist-info}/WHEEL +0 -0
- {qwak_sdk-0.5.97.dist-info → qwak_sdk-0.5.99.dist-info}/entry_points.txt +0 -0
qwak_sdk/__init__.py
CHANGED
|
@@ -20,6 +20,7 @@ class AudienceConfig:
|
|
|
20
20
|
def to_audience_route_entry(self, index: int = 0) -> AudienceRoutesEntry:
|
|
21
21
|
return AudienceRoutesEntry(
|
|
22
22
|
audience_id=self.id,
|
|
23
|
+
audience_name=self.name,
|
|
23
24
|
order=index + 1,
|
|
24
25
|
routes=[route.to_route_api() for route in self.routes],
|
|
25
26
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: qwak-sdk
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.99
|
|
4
4
|
Summary: Qwak SDK and CLI for qwak models
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Keywords: mlops,ml,deployment,serving,model
|
|
@@ -35,7 +35,7 @@ Requires-Dist: pyarrow (>=6.0.0) ; extra == "batch" or extra == "feature-store"
|
|
|
35
35
|
Requires-Dist: pyathena (>=2.2.0,!=2.18.0) ; extra == "feature-store"
|
|
36
36
|
Requires-Dist: pyspark (==3.4.2) ; extra == "feature-store"
|
|
37
37
|
Requires-Dist: python-json-logger (>=3.2.1,<4.0.0)
|
|
38
|
-
Requires-Dist: qwak-core (>=0.4.
|
|
38
|
+
Requires-Dist: qwak-core (>=0.4.312)
|
|
39
39
|
Requires-Dist: qwak-inference (>=0.1.20,<0.2.0)
|
|
40
40
|
Requires-Dist: rich (>=13.0.0)
|
|
41
41
|
Requires-Dist: tabulate (>=0.8.0)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
qwak_sdk/__init__.py,sha256=
|
|
1
|
+
qwak_sdk/__init__.py,sha256=lCJTT5NM9a0moKSOPwbRIAmTjBtP4eHSQwqIhyAEeoo,135
|
|
2
2
|
qwak_sdk/cli.py,sha256=frMefF0AmLI1g5A9aADNueUkMDjRHikKlmXIA2i4kYA,4510
|
|
3
3
|
qwak_sdk/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
qwak_sdk/commands/_logic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -30,7 +30,7 @@ qwak_sdk/commands/audience/_logic/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5
|
|
|
30
30
|
qwak_sdk/commands/audience/_logic/config/config_base.py,sha256=0-AETUFEGj6_6skgodqWWXGTeCPyb-fE9CPYZWIrq0c,335
|
|
31
31
|
qwak_sdk/commands/audience/_logic/config/parser.py,sha256=ijfqBF9jgUEc-_bql_oKEwM1HruLexGCpDAXQDQspMw,988
|
|
32
32
|
qwak_sdk/commands/audience/_logic/config/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
33
|
-
qwak_sdk/commands/audience/_logic/config/v1/audience_config.py,sha256=
|
|
33
|
+
qwak_sdk/commands/audience/_logic/config/v1/audience_config.py,sha256=ajI4ysI4BpRrV6MDvvbNN974H9AYdH5XdWJxtCmmG-s,891
|
|
34
34
|
qwak_sdk/commands/audience/_logic/config/v1/conditions_config.py,sha256=NGONSWgo3qUfw8_kbG2DyJh9jeHnjpxflFmV5PZAF70,1604
|
|
35
35
|
qwak_sdk/commands/audience/_logic/config/v1/config_v1.py,sha256=n3b7J-LJYM-MDwLbQjI-7Er9jNyTadnXfX7FWt1MCqA,785
|
|
36
36
|
qwak_sdk/commands/audience/_logic/config/v1/route_config.py,sha256=ZwUrSPVUu7wZavQqldwbNd1cGXHPwUEp17GXUKM7qgU,332
|
|
@@ -319,7 +319,7 @@ qwak_sdk/tools/colors.py,sha256=7pui_GGjC4uZKYFsIyXaJjYsjLxJVHb4OrfTgr93hqo,287
|
|
|
319
319
|
qwak_sdk/tools/files.py,sha256=AyKJTOy7NhvP3SrqwIw_lxYNCOy1CvLgMmSJpWZ0OKM,2257
|
|
320
320
|
qwak_sdk/tools/log_handling.py,sha256=Aa1EmxUPCX8YWiZRutUvnqPv6K_z1zoGMwIWsEv24mM,6327
|
|
321
321
|
qwak_sdk/tools/utils.py,sha256=SHmU4r_m2ABZyFYMC03P17GvltPbYbmB39hvalIZEtI,1168
|
|
322
|
-
qwak_sdk-0.5.
|
|
323
|
-
qwak_sdk-0.5.
|
|
324
|
-
qwak_sdk-0.5.
|
|
325
|
-
qwak_sdk-0.5.
|
|
322
|
+
qwak_sdk-0.5.99.dist-info/METADATA,sha256=B8PsDiVR9V_hD2RHB3MhsCQYg5GiwHVU8WlBQwKObEw,2333
|
|
323
|
+
qwak_sdk-0.5.99.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
324
|
+
qwak_sdk-0.5.99.dist-info/entry_points.txt,sha256=vSl0ELYDyj640oMM57u0AjBP87wtLYxCcGOendhEx80,47
|
|
325
|
+
qwak_sdk-0.5.99.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|