qwak-core 0.4.182__py3-none-any.whl → 0.4.184__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.
@@ -0,0 +1,35 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: qwak/execution/v1/internal/deployment/platform_details.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import descriptor_pool as _descriptor_pool
7
+ from google.protobuf import message as _message
8
+ from google.protobuf import reflection as _reflection
9
+ from google.protobuf import symbol_database as _symbol_database
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+
16
+
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<qwak/execution/v1/internal/deployment/platform_details.proto\x12\x33qwak.feature.store.execution.v1.internal.deployment\"&\n\x0fPlatformDetails\x12\x13\n\x0bproject_key\x18\x01 \x01(\tB=\n9com.qwak.ai.features.execution.api.v1.internal.deploymentP\x01\x62\x06proto3')
18
+
19
+
20
+
21
+ _PLATFORMDETAILS = DESCRIPTOR.message_types_by_name['PlatformDetails']
22
+ PlatformDetails = _reflection.GeneratedProtocolMessageType('PlatformDetails', (_message.Message,), {
23
+ 'DESCRIPTOR' : _PLATFORMDETAILS,
24
+ '__module__' : 'qwak.execution.v1.internal.deployment.platform_details_pb2'
25
+ # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.internal.deployment.PlatformDetails)
26
+ })
27
+ _sym_db.RegisterMessage(PlatformDetails)
28
+
29
+ if _descriptor._USE_C_DESCRIPTORS == False:
30
+
31
+ DESCRIPTOR._options = None
32
+ DESCRIPTOR._serialized_options = b'\n9com.qwak.ai.features.execution.api.v1.internal.deploymentP\001'
33
+ _PLATFORMDETAILS._serialized_start=117
34
+ _PLATFORMDETAILS._serialized_end=155
35
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,29 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+ import builtins
6
+ import google.protobuf.descriptor
7
+ import google.protobuf.message
8
+ import sys
9
+
10
+ if sys.version_info >= (3, 8):
11
+ import typing as typing_extensions
12
+ else:
13
+ import typing_extensions
14
+
15
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
16
+
17
+ class PlatformDetails(google.protobuf.message.Message):
18
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
19
+
20
+ PROJECT_KEY_FIELD_NUMBER: builtins.int
21
+ project_key: builtins.str
22
+ def __init__(
23
+ self,
24
+ *,
25
+ project_key: builtins.str = ...,
26
+ ) -> None: ...
27
+ def ClearField(self, field_name: typing_extensions.Literal["project_key", b"project_key"]) -> None: ...
28
+
29
+ global___PlatformDetails = PlatformDetails
@@ -0,0 +1,4 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
qwak/__init__.py CHANGED
@@ -1,7 +1,7 @@
1
1
  """Top-level package for qwak-core."""
2
2
 
3
3
  __author__ = "Qwak.ai"
4
- __version__ = "0.4.182"
4
+ __version__ = "0.4.184"
5
5
 
6
6
  from qwak.inner.di_configuration import wire_dependencies
7
7
  from qwak.model.experiment_tracking import log_metric, log_param
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: qwak-core
3
- Version: 0.4.182
3
+ Version: 0.4.184
4
4
  Summary: Qwak Core contains the necessary objects and communication tools for using the Qwak Platform
5
5
  License: Apache-2.0
6
6
  Keywords: mlops,ml,deployment,serving,model
@@ -185,6 +185,9 @@ _qwak_proto/qwak/execution/v1/execution_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8
185
185
  _qwak_proto/qwak/execution/v1/execution_service_pb2.py,sha256=teYZ_JZU8RbMwD46voA6nB8SAV4AgBNVqIS9EYBdAZw,25276
186
186
  _qwak_proto/qwak/execution/v1/execution_service_pb2.pyi,sha256=-vmNhm7i3gNjKUs-DZ68ZPec0xani3lV2LYB2kiwyuk,18197
187
187
  _qwak_proto/qwak/execution/v1/execution_service_pb2_grpc.py,sha256=U_tO9jYKCgSr1HhORnqZyEh0BMQwJTl3DvyTUjD-g0M,28127
188
+ _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py,sha256=IsID0z31gVyRhMO_2TzBJUFD1iH6SmpjCANbtz-j7cU,1629
189
+ _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.pyi,sha256=jogH_vPOywMvcctcqXKHEW0LyTCya0HAWo5nVP37jlM,769
190
+ _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
188
191
  _qwak_proto/qwak/execution/v1/jobs/job_pb2.py,sha256=HsjPbpRA7WZ4ceNc11oLAGcARxHNXEYIFGE9NKvoF7c,7695
189
192
  _qwak_proto/qwak/execution/v1/jobs/job_pb2.pyi,sha256=XeWse8yElLIP1uWOE9Z52iWdg4_I5kMqXyc-u2y8WPs,14959
190
193
  _qwak_proto/qwak/execution/v1/jobs/job_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
@@ -512,7 +515,7 @@ _qwak_proto/qwak/workspace/workspace_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXH
512
515
  _qwak_proto/qwak/workspace/workspace_service_pb2.py,sha256=AB3C9S_AbOD7Nx1Ni4j1rW6PNtYTV1zjiqFQk-goQ74,21429
513
516
  _qwak_proto/qwak/workspace/workspace_service_pb2.pyi,sha256=nKKCHwnovZhsy8TSVmdz-Vtl0nviOOoX56HD-41Xo08,13726
514
517
  _qwak_proto/qwak/workspace/workspace_service_pb2_grpc.py,sha256=yKGuexxTBza99Ihe0DSTniV2ZSd_AG47inHenqfi890,27193
515
- qwak/__init__.py,sha256=HP6Lzj29Zg8zKVP4h5E7m_6qosY7G2Hbm6mYNlp_HZE,587
518
+ qwak/__init__.py,sha256=n7qoQe7pemSiQPIi6Djd7SsIfqOeSLBtIxbqVfuTuL8,587
516
519
  qwak/automations/__init__.py,sha256=qFZRvCxUUn8gcxkJR0v19ulHW2oJ0x6-Rif7HiheDP4,1522
517
520
  qwak/automations/automation_executions.py,sha256=5MeH_epYYWb8NKXgAozwT_jPyyUDednBHG7izloi7RY,3228
518
521
  qwak/automations/automations.py,sha256=4Ni5G3v-Bn5TK5nNdMWCL88XjJkYfF6rwsTTDT-x8-o,12456
@@ -988,6 +991,6 @@ qwak_services_mock/mocks/workspace_manager_service_mock.py,sha256=O9ZSwln4T4kHVk
988
991
  qwak_services_mock/services_mock.py,sha256=CABZ2teXoSJ-X7CD3iRo5ht-w3jhW-Cvpb47APUHXEA,19089
989
992
  qwak_services_mock/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
990
993
  qwak_services_mock/utils/service_utils.py,sha256=ZlB0CnB1J6oBn6_m7fQO2U8tKoboHdUa6ljjkRMYNXU,265
991
- qwak_core-0.4.182.dist-info/METADATA,sha256=m7v8nFamhwkSsXknHZPXEwHHS60aMsPdPSXAP2hr6wk,2157
992
- qwak_core-0.4.182.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
993
- qwak_core-0.4.182.dist-info/RECORD,,
994
+ qwak_core-0.4.184.dist-info/METADATA,sha256=6ib3GTmcNTDtGrc4nCbwnllVRE5pc4OnfCSGvudvyLQ,2157
995
+ qwak_core-0.4.184.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
996
+ qwak_core-0.4.184.dist-info/RECORD,,