qwak-core 0.4.285__py3-none-any.whl → 0.4.286__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.
- _qwak_proto/qwak/models/models_query_pb2.pyi +4 -4
- frogml_storage/__init__.py +1 -1
- qwak/__init__.py +1 -1
- {qwak_core-0.4.285.dist-info → qwak_core-0.4.286.dist-info}/METADATA +1 -1
- {qwak_core-0.4.285.dist-info → qwak_core-0.4.286.dist-info}/RECORD +6 -6
- {qwak_core-0.4.285.dist-info → qwak_core-0.4.286.dist-info}/WHEEL +0 -0
@@ -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
|
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,
|
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,
|
frogml_storage/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.4.
|
1
|
+
__version__ = "0.4.286"
|
qwak/__init__.py
CHANGED
@@ -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=
|
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=
|
604
|
+
frogml_storage/__init__.py,sha256=7ix__dXJZlCFwTfL8sxPD7gnupcXVirdutsCo5V6ENE,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=
|
642
|
+
qwak/__init__.py,sha256=ZlOquzgU10sYzaiIpO9Ov3g6EvvZ5Hir8Mc4WiZdC2Y,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.
|
1117
|
-
qwak_core-0.4.
|
1118
|
-
qwak_core-0.4.
|
1116
|
+
qwak_core-0.4.286.dist-info/METADATA,sha256=D590vZ1mlSGErAS8JPw9JIoP5XF5pJCEqlOXcRqy7jM,15032
|
1117
|
+
qwak_core-0.4.286.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
1118
|
+
qwak_core-0.4.286.dist-info/RECORD,,
|
File without changes
|