qwak-core 0.4.285__py3-none-any.whl → 0.4.287__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.
@@ -112,9 +112,9 @@ class Filter(google.protobuf.message.Message):
112
112
  model_name_substring: builtins.str
113
113
  @property
114
114
  def model_group_names(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
115
- """Filter models by one or more model group names.
116
- Return models that belong to one of the specified model groups.
115
+ """Filter models by one or more model group names. Returns models that belong to any of the specified model groups.
117
116
  Optional field. If not specified, models from all groups are included.
117
+ The maximum number of model group names allowed is 100, with each model group name having a maximum length of 100 characters.
118
118
  """
119
119
  deployment_model_status: global___DeploymentModelStatusFilter.ValueType
120
120
  def __init__(
@@ -141,10 +141,10 @@ class PaginationMetadata(google.protobuf.message.Message):
141
141
  PAGE_SIZE_FIELD_NUMBER: builtins.int
142
142
  NEXT_CURSOR_FIELD_NUMBER: builtins.int
143
143
  page_size: builtins.int
144
- """Number of items per page."""
144
+ """Number of models returned in the current page."""
145
145
  next_cursor: builtins.str
146
146
  """Cursor for the next page.
147
- If there are no more pages, this field will be empty.
147
+ If there are no more pages, an empty string will be returned as the next cursor.
148
148
  """
149
149
  def __init__(
150
150
  self,
@@ -1 +1 @@
1
- __version__ = "0.4.285"
1
+ __version__ = "0.4.287"
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.285"
4
+ __version__ = "0.4.287"
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.285
3
+ Version: 0.4.287
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
@@ -497,7 +497,7 @@ _qwak_proto/qwak/models/models_pb2.py,sha256=KYw9r_poQTCyR3yy1b3ew7pMlp6LikqWvjf
497
497
  _qwak_proto/qwak/models/models_pb2.pyi,sha256=6h6PCqMOwZgSf77CUEx_SiRWX0uTxjiFMysVG_Z0Qvc,39027
498
498
  _qwak_proto/qwak/models/models_pb2_grpc.py,sha256=2V7rVTiSaJcjw38OjUgtvYkouHMt6nAVJb0DE22ujE0,21680
499
499
  _qwak_proto/qwak/models/models_query_pb2.py,sha256=uvIY_69L82Oy4nF0K_a4PwJPrb7vj6Z2a_B22KZeqwE,2809
500
- _qwak_proto/qwak/models/models_query_pb2.pyi,sha256=cZO7EA_JetDIQbC-9hg42G07DJMBC6Adgn6IMhnhhNQ,7456
500
+ _qwak_proto/qwak/models/models_query_pb2.pyi,sha256=MYheg8TQtQuDv4BqHOWinzemOKhj35ZIVMHQy3YrAQA,7631
501
501
  _qwak_proto/qwak/models/models_query_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
502
502
  _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py,sha256=kateaK_W0SPMrJjZNA-NT9cZwglWGXT5ZrySF5op5k8,5047
503
503
  _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.pyi,sha256=0l-75-C7DniOm1DOY8y9DbxKuU4_930V6KS6bjCrM2c,6790
@@ -601,7 +601,7 @@ _qwak_proto/qwak/workspace/workspace_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXH
601
601
  _qwak_proto/qwak/workspace/workspace_service_pb2.py,sha256=93uNm83VVrkLG_XVsuBOBTPs4UJF91YD1xJTOEbRyig,9239
602
602
  _qwak_proto/qwak/workspace/workspace_service_pb2.pyi,sha256=nKKCHwnovZhsy8TSVmdz-Vtl0nviOOoX56HD-41Xo08,13726
603
603
  _qwak_proto/qwak/workspace/workspace_service_pb2_grpc.py,sha256=yKGuexxTBza99Ihe0DSTniV2ZSd_AG47inHenqfi890,27193
604
- frogml_storage/__init__.py,sha256=hRxit5WnnfUM_E4UpCMFkeJJK6VX2HEEFZ-vcaZX_LQ,24
604
+ frogml_storage/__init__.py,sha256=7oG4UGApam-2z80OIFnfGUyzMzWjUl7ly9gcDOmuLEE,24
605
605
  frogml_storage/artifactory/__init__.py,sha256=C02rcm7kqsZBVA6c6Gztxamj96hn8Aj6BuzYWFRmWbQ,71
606
606
  frogml_storage/artifactory/_artifactory_api.py,sha256=z8YX90bCy82BWqMNUdpbbig1qF5CarkIOfP6V96uYYg,11188
607
607
  frogml_storage/authentication/login/__init__.py,sha256=ch8UhQwh3o5ddyoJykQ0Bnog5-8qKHmeDpwqny8xMzM,46
@@ -639,7 +639,7 @@ frogml_storage/utils/_environment.py,sha256=NEnRxaFdRDi3UA33IVTSfQxqc9ZB6nV9YlHD
639
639
  frogml_storage/utils/_input_checks_utility.py,sha256=ZUvkxhcTcbSKtpSo5ePWha3Ca5xohxIpiAlZlpcQ3xk,3221
640
640
  frogml_storage/utils/_storage_utils.py,sha256=HB2g7uY5A3b33yIcAUM1OjHb5jWsnpESsiDrEviQwrI,366
641
641
  frogml_storage/utils/_url_utils.py,sha256=NUEfz9Fp1iE8b676-A5wrMlSTsJVRKrUhcUItOFAJD8,821
642
- qwak/__init__.py,sha256=L4DkvhgLdTKNZPQhufqCZ99tpyJKc2ZpmVUw7TDiMlY,587
642
+ qwak/__init__.py,sha256=lWH6HlP52flTY4iSSX8JLzFPSdPyiKprunuu8wOIFKo,587
643
643
  qwak/automations/__init__.py,sha256=qFZRvCxUUn8gcxkJR0v19ulHW2oJ0x6-Rif7HiheDP4,1522
644
644
  qwak/automations/automation_executions.py,sha256=5MeH_epYYWb8NKXgAozwT_jPyyUDednBHG7izloi7RY,3228
645
645
  qwak/automations/automations.py,sha256=3yx8e2v0uSKDnXbqyknasyEoQ5vxGni6K40Hbi1_zkk,12599
@@ -1113,6 +1113,6 @@ qwak_services_mock/mocks/workspace_manager_service_mock.py,sha256=O9ZSwln4T4kHVk
1113
1113
  qwak_services_mock/services_mock.py,sha256=zXtHcX8a_acz7ynxuCBxxVpHpde7aAGjIn6Uw52LY1s,19593
1114
1114
  qwak_services_mock/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1115
1115
  qwak_services_mock/utils/service_utils.py,sha256=ZlB0CnB1J6oBn6_m7fQO2U8tKoboHdUa6ljjkRMYNXU,265
1116
- qwak_core-0.4.285.dist-info/METADATA,sha256=SfPmONGLsWzBG4zh6ogpq46bZrIbSx8a1tSQbBAqjaQ,15032
1117
- qwak_core-0.4.285.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
1118
- qwak_core-0.4.285.dist-info/RECORD,,
1116
+ qwak_core-0.4.287.dist-info/METADATA,sha256=j9bny8iajIrPjd04SX7UpofxaOenrbRPZ1LsRkqkEZQ,15032
1117
+ qwak_core-0.4.287.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
1118
+ qwak_core-0.4.287.dist-info/RECORD,,