qwak-core 0.4.284__py3-none-any.whl → 0.4.285__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.
Files changed (207) hide show
  1. _qwak_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
  2. _qwak_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
  3. _qwak_proto/qwak/administration/account/v1/account_pb2.py +22 -87
  4. _qwak_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
  5. _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
  6. _qwak_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
  7. _qwak_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
  8. _qwak_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
  9. _qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
  10. _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
  11. _qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
  12. _qwak_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
  13. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
  14. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
  15. _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +10 -34
  16. _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
  17. _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
  18. _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +8 -24
  19. _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
  20. _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +6 -14
  21. _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
  22. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +14 -54
  23. _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
  24. _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
  25. _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
  26. _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +10 -34
  27. _qwak_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
  28. _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +6 -14
  29. _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +10 -34
  30. _qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
  31. _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
  32. _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
  33. _qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
  34. _qwak_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
  35. _qwak_proto/qwak/administration/v0/users/user_pb2.py +18 -71
  36. _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +26 -115
  37. _qwak_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
  38. _qwak_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
  39. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
  40. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
  41. _qwak_proto/qwak/analytics/analytics_pb2.py +26 -121
  42. _qwak_proto/qwak/analytics/analytics_service_pb2.py +46 -207
  43. _qwak_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
  44. _qwak_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
  45. _qwak_proto/qwak/audience/v1/audience_pb2.py +26 -113
  46. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
  47. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
  48. _qwak_proto/qwak/automation/v1/action_pb2.py +40 -180
  49. _qwak_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
  50. _qwak_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
  51. _qwak_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
  52. _qwak_proto/qwak/automation/v1/automation_pb2.py +10 -34
  53. _qwak_proto/qwak/automation/v1/common_pb2.py +10 -35
  54. _qwak_proto/qwak/automation/v1/notification_pb2.py +16 -68
  55. _qwak_proto/qwak/automation/v1/trigger_pb2.py +14 -54
  56. _qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
  57. _qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
  58. _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +118 -561
  59. _qwak_proto/qwak/build/v1/build_api_pb2.py +86 -407
  60. _qwak_proto/qwak/build/v1/build_pb2.py +114 -549
  61. _qwak_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
  62. _qwak_proto/qwak/build_settings/build_settings_pb2.py +18 -74
  63. _qwak_proto/qwak/builds/build_pb2.py +44 -206
  64. _qwak_proto/qwak/builds/build_url_pb2.py +26 -113
  65. _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +58 -269
  66. _qwak_proto/qwak/builds/builds_pb2.py +110 -519
  67. _qwak_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
  68. _qwak_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
  69. _qwak_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
  70. _qwak_proto/qwak/deployment/alert_pb2.py +24 -108
  71. _qwak_proto/qwak/deployment/alert_service_pb2.py +30 -127
  72. _qwak_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
  73. _qwak_proto/qwak/deployment/deployment_pb2.py +124 -588
  74. _qwak_proto/qwak/deployment/deployment_service_pb2.py +86 -419
  75. _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +36 -164
  76. _qwak_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
  77. _qwak_proto/qwak/ecosystem/v0/credentials_pb2.py +10 -34
  78. _qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
  79. _qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
  80. _qwak_proto/qwak/execution/v1/backfill_pb2.py +18 -74
  81. _qwak_proto/qwak/execution/v1/batch_pb2.py +10 -34
  82. _qwak_proto/qwak/execution/v1/deletion_pb2.py +12 -44
  83. _qwak_proto/qwak/execution/v1/execution_pb2.py +16 -69
  84. _qwak_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
  85. _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
  86. _qwak_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
  87. _qwak_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
  88. _qwak_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
  89. _qwak_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
  90. _qwak_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
  91. _qwak_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
  92. _qwak_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
  93. _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +14 -54
  94. _qwak_proto/qwak/execution/v1/streaming_pb2.py +12 -44
  95. _qwak_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
  96. _qwak_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
  97. _qwak_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
  98. _qwak_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
  99. _qwak_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
  100. _qwak_proto/qwak/feature_store/features/execution_pb2.py +14 -56
  101. _qwak_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
  102. _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +34 -155
  103. _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.py +92 -439
  104. _qwak_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
  105. _qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
  106. _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +74 -346
  107. _qwak_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
  108. _qwak_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
  109. _qwak_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
  110. _qwak_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
  111. _qwak_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
  112. _qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
  113. _qwak_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
  114. _qwak_proto/qwak/feature_store/reports/report_pb2.py +14 -53
  115. _qwak_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
  116. _qwak_proto/qwak/feature_store/serving/management_pb2.py +14 -47
  117. _qwak_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
  118. _qwak_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
  119. _qwak_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
  120. _qwak_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
  121. _qwak_proto/qwak/feature_store/sources/batch_pb2.py +70 -334
  122. _qwak_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
  123. _qwak_proto/qwak/feature_store/sources/data_source_pb2.py +14 -54
  124. _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.py +34 -147
  125. _qwak_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
  126. _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
  127. _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
  128. _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
  129. _qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
  130. _qwak_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
  131. _qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
  132. _qwak_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
  133. _qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
  134. _qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
  135. _qwak_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
  136. _qwak_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
  137. _qwak_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
  138. _qwak_proto/qwak/fitness_service/constructs_pb2.py +22 -99
  139. _qwak_proto/qwak/fitness_service/fitness_pb2.py +10 -32
  140. _qwak_proto/qwak/fitness_service/fitness_service_pb2.py +22 -87
  141. _qwak_proto/qwak/fitness_service/status_pb2.py +24 -106
  142. _qwak_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
  143. _qwak_proto/qwak/instance_template/instance_template_pb2.py +12 -40
  144. _qwak_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
  145. _qwak_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
  146. _qwak_proto/qwak/integration/integration_pb2.py +28 -126
  147. _qwak_proto/qwak/integration/integration_service_pb2.py +34 -147
  148. _qwak_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
  149. _qwak_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
  150. _qwak_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
  151. _qwak_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
  152. _qwak_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
  153. _qwak_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
  154. _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +68 -322
  155. _qwak_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
  156. _qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
  157. _qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
  158. _qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
  159. _qwak_proto/qwak/logging/log_filter_pb2.py +12 -44
  160. _qwak_proto/qwak/logging/log_line_pb2.py +8 -25
  161. _qwak_proto/qwak/logging/log_reader_service_pb2.py +10 -27
  162. _qwak_proto/qwak/logging/log_source_pb2.py +30 -134
  163. _qwak_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
  164. _qwak_proto/qwak/model_group/model_group_pb2.py +14 -47
  165. _qwak_proto/qwak/model_group/model_group_repository_details_pb2.py +18 -74
  166. _qwak_proto/qwak/models/models_pb2.py +88 -405
  167. _qwak_proto/qwak/models/models_query_pb2.py +16 -56
  168. _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
  169. _qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
  170. _qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
  171. _qwak_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
  172. _qwak_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
  173. _qwak_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
  174. _qwak_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
  175. _qwak_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
  176. _qwak_proto/qwak/projects/projects_pb2.py +44 -190
  177. _qwak_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
  178. _qwak_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
  179. _qwak_proto/qwak/secret_service/secret_service_pb2.py +18 -67
  180. _qwak_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
  181. _qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
  182. _qwak_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
  183. _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.py +30 -131
  184. _qwak_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
  185. _qwak_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
  186. _qwak_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
  187. _qwak_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
  188. _qwak_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
  189. _qwak_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
  190. _qwak_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
  191. _qwak_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
  192. _qwak_proto/qwak/user_application/common/v0/resources_pb2.py +30 -138
  193. _qwak_proto/qwak/user_application/v0/user_application_pb2.py +10 -43
  194. _qwak_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
  195. _qwak_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
  196. _qwak_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
  197. _qwak_proto/qwak/vectors/v1/filters_pb2.py +30 -134
  198. _qwak_proto/qwak/vectors/v1/vector_pb2.py +14 -54
  199. _qwak_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
  200. _qwak_proto/qwak/workspace/workspace_pb2.py +22 -107
  201. _qwak_proto/qwak/workspace/workspace_service_pb2.py +62 -287
  202. frogml_storage/__init__.py +1 -1
  203. qwak/__init__.py +1 -1
  204. qwak/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
  205. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/METADATA +4 -5
  206. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/RECORD +207 -207
  207. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/WHEEL +0 -0
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
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
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -17,293 +16,69 @@ from _qwak_proto.qwak.workspace import workspace_pb2 as qwak_dot_workspace_dot_w
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&qwak/workspace/workspace_service.proto\x12\x19qwak.workspace.management\x1a\x1eqwak/workspace/workspace.proto\"Z\n\x16\x43reateWorkspaceRequest\x12@\n\x0eworkspace_spec\x18\x01 \x01(\x0b\x32(.qwak.workspace.management.WorkspaceSpec\"/\n\x17\x43reateWorkspaceResponse\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\"p\n\x16UpdateWorkspaceRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\x12@\n\x0eworkspace_spec\x18\x02 \x01(\x0b\x32(.qwak.workspace.management.WorkspaceSpec\".\n\x16\x44\x65ployWorkspaceRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\"\x19\n\x17\x44\x65ployWorkspaceResponse\"0\n\x18UndeployWorkspaceRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\"\x1b\n\x19UndeployWorkspaceResponse\"\x19\n\x17UpdateWorkspaceResponse\"\x17\n\x15ListWorkspacesRequest\"R\n\x16ListWorkspacesResponse\x12\x38\n\nworkspaces\x18\x01 \x03(\x0b\x32$.qwak.workspace.management.Workspace\"/\n\x17GetWorkspaceByIdRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\"S\n\x18GetWorkspaceByIdResponse\x12\x37\n\tworkspace\x18\x01 \x01(\x0b\x32$.qwak.workspace.management.Workspace\".\n\x16\x44\x65leteWorkspaceRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\"\x19\n\x17\x44\x65leteWorkspaceResponse\"\x9a\x01\n$UpdateWorkspaceStatusFromEdgeRequest\x12r\n)update_workspace_status_from_edge_details\x18\x01 \x01(\x0b\x32?.qwak.workspace.management.UpdateWorkspaceStatusFromEdgeDetails\"\'\n%UpdateWorkspaceStatusFromEdgeResponse\"A\n\x1bRegisterWorkspaceTagRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\x12\x0c\n\x04tags\x18\x02 \x03(\t\"\x1e\n\x1cRegisterWorkspaceTagResponse\"\x1c\n\x1aListWorkspaceImagesRequest\"b\n\x1bListWorkspaceImagesResponse\x12\x43\n\x10workspace_images\x18\x01 \x03(\x0b\x32).qwak.workspace.management.WorkspaceImage\"\x18\n\x16\x43ountWorkspacesRequest\"(\n\x17\x43ountWorkspacesResponse\x12\r\n\x05\x63ount\x18\x01 \x01(\x05\"\"\n GetDefaultWorkspaceValuesRequest\"z\n!GetDefaultWorkspaceValuesResponse\x12U\n\x19\x64\x65\x66\x61ult_workspace_details\x18\x01 \x01(\x0b\x32\x32.qwak.workspace.management.DefaultWorkspaceDetails\"B\n\x18MarkBuildAsCopiedRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\"\x1b\n\x19MarkBuildAsCopiedResponse\":\n\x10\x43opyBuildRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\"\x13\n\x11\x43opyBuildResponse2\xaa\x0e\n\x1aWorkspaceManagementService\x12x\n\x0f\x43reateWorkspace\x12\x31.qwak.workspace.management.CreateWorkspaceRequest\x1a\x32.qwak.workspace.management.CreateWorkspaceResponse\x12x\n\x0fUpdateWorkspace\x12\x31.qwak.workspace.management.UpdateWorkspaceRequest\x1a\x32.qwak.workspace.management.UpdateWorkspaceResponse\x12x\n\x0f\x44\x65ployWorkspace\x12\x31.qwak.workspace.management.DeployWorkspaceRequest\x1a\x32.qwak.workspace.management.DeployWorkspaceResponse\x12~\n\x11UndeployWorkspace\x12\x33.qwak.workspace.management.UndeployWorkspaceRequest\x1a\x34.qwak.workspace.management.UndeployWorkspaceResponse\x12u\n\x0eListWorkspaces\x12\x30.qwak.workspace.management.ListWorkspacesRequest\x1a\x31.qwak.workspace.management.ListWorkspacesResponse\x12{\n\x10GetWorkspaceById\x12\x32.qwak.workspace.management.GetWorkspaceByIdRequest\x1a\x33.qwak.workspace.management.GetWorkspaceByIdResponse\x12x\n\x0f\x44\x65leteWorkspace\x12\x31.qwak.workspace.management.DeleteWorkspaceRequest\x1a\x32.qwak.workspace.management.DeleteWorkspaceResponse\x12\xa2\x01\n\x1dUpdateWorkspaceStatusFromEdge\x12?.qwak.workspace.management.UpdateWorkspaceStatusFromEdgeRequest\x1a@.qwak.workspace.management.UpdateWorkspaceStatusFromEdgeResponse\x12\x84\x01\n\x13ListWorkspaceImages\x12\x35.qwak.workspace.management.ListWorkspaceImagesRequest\x1a\x36.qwak.workspace.management.ListWorkspaceImagesResponse\x12\x88\x01\n\x15RegisterWorkspaceTags\x12\x36.qwak.workspace.management.RegisterWorkspaceTagRequest\x1a\x37.qwak.workspace.management.RegisterWorkspaceTagResponse\x12x\n\x0f\x43ountWorkspaces\x12\x31.qwak.workspace.management.CountWorkspacesRequest\x1a\x32.qwak.workspace.management.CountWorkspacesResponse\x12\x96\x01\n\x19GetDefaultWorkspaceValues\x12;.qwak.workspace.management.GetDefaultWorkspaceValuesRequest\x1a<.qwak.workspace.management.GetDefaultWorkspaceValuesResponse\x12~\n\x11MarkBuildAsCopied\x12\x33.qwak.workspace.management.MarkBuildAsCopiedRequest\x1a\x34.qwak.workspace.management.MarkBuildAsCopiedResponse\x12\x66\n\tCopyBuild\x12+.qwak.workspace.management.CopyBuildRequest\x1a,.qwak.workspace.management.CopyBuildResponseBB\n$com.qwak.ai.management.workspace.apiP\x01Z\x18qwak/workspace;workspaceb\x06proto3')
19
18
 
20
-
21
-
22
- _CREATEWORKSPACEREQUEST = DESCRIPTOR.message_types_by_name['CreateWorkspaceRequest']
23
- _CREATEWORKSPACERESPONSE = DESCRIPTOR.message_types_by_name['CreateWorkspaceResponse']
24
- _UPDATEWORKSPACEREQUEST = DESCRIPTOR.message_types_by_name['UpdateWorkspaceRequest']
25
- _DEPLOYWORKSPACEREQUEST = DESCRIPTOR.message_types_by_name['DeployWorkspaceRequest']
26
- _DEPLOYWORKSPACERESPONSE = DESCRIPTOR.message_types_by_name['DeployWorkspaceResponse']
27
- _UNDEPLOYWORKSPACEREQUEST = DESCRIPTOR.message_types_by_name['UndeployWorkspaceRequest']
28
- _UNDEPLOYWORKSPACERESPONSE = DESCRIPTOR.message_types_by_name['UndeployWorkspaceResponse']
29
- _UPDATEWORKSPACERESPONSE = DESCRIPTOR.message_types_by_name['UpdateWorkspaceResponse']
30
- _LISTWORKSPACESREQUEST = DESCRIPTOR.message_types_by_name['ListWorkspacesRequest']
31
- _LISTWORKSPACESRESPONSE = DESCRIPTOR.message_types_by_name['ListWorkspacesResponse']
32
- _GETWORKSPACEBYIDREQUEST = DESCRIPTOR.message_types_by_name['GetWorkspaceByIdRequest']
33
- _GETWORKSPACEBYIDRESPONSE = DESCRIPTOR.message_types_by_name['GetWorkspaceByIdResponse']
34
- _DELETEWORKSPACEREQUEST = DESCRIPTOR.message_types_by_name['DeleteWorkspaceRequest']
35
- _DELETEWORKSPACERESPONSE = DESCRIPTOR.message_types_by_name['DeleteWorkspaceResponse']
36
- _UPDATEWORKSPACESTATUSFROMEDGEREQUEST = DESCRIPTOR.message_types_by_name['UpdateWorkspaceStatusFromEdgeRequest']
37
- _UPDATEWORKSPACESTATUSFROMEDGERESPONSE = DESCRIPTOR.message_types_by_name['UpdateWorkspaceStatusFromEdgeResponse']
38
- _REGISTERWORKSPACETAGREQUEST = DESCRIPTOR.message_types_by_name['RegisterWorkspaceTagRequest']
39
- _REGISTERWORKSPACETAGRESPONSE = DESCRIPTOR.message_types_by_name['RegisterWorkspaceTagResponse']
40
- _LISTWORKSPACEIMAGESREQUEST = DESCRIPTOR.message_types_by_name['ListWorkspaceImagesRequest']
41
- _LISTWORKSPACEIMAGESRESPONSE = DESCRIPTOR.message_types_by_name['ListWorkspaceImagesResponse']
42
- _COUNTWORKSPACESREQUEST = DESCRIPTOR.message_types_by_name['CountWorkspacesRequest']
43
- _COUNTWORKSPACESRESPONSE = DESCRIPTOR.message_types_by_name['CountWorkspacesResponse']
44
- _GETDEFAULTWORKSPACEVALUESREQUEST = DESCRIPTOR.message_types_by_name['GetDefaultWorkspaceValuesRequest']
45
- _GETDEFAULTWORKSPACEVALUESRESPONSE = DESCRIPTOR.message_types_by_name['GetDefaultWorkspaceValuesResponse']
46
- _MARKBUILDASCOPIEDREQUEST = DESCRIPTOR.message_types_by_name['MarkBuildAsCopiedRequest']
47
- _MARKBUILDASCOPIEDRESPONSE = DESCRIPTOR.message_types_by_name['MarkBuildAsCopiedResponse']
48
- _COPYBUILDREQUEST = DESCRIPTOR.message_types_by_name['CopyBuildRequest']
49
- _COPYBUILDRESPONSE = DESCRIPTOR.message_types_by_name['CopyBuildResponse']
50
- CreateWorkspaceRequest = _reflection.GeneratedProtocolMessageType('CreateWorkspaceRequest', (_message.Message,), {
51
- 'DESCRIPTOR' : _CREATEWORKSPACEREQUEST,
52
- '__module__' : 'qwak.workspace.workspace_service_pb2'
53
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.CreateWorkspaceRequest)
54
- })
55
- _sym_db.RegisterMessage(CreateWorkspaceRequest)
56
-
57
- CreateWorkspaceResponse = _reflection.GeneratedProtocolMessageType('CreateWorkspaceResponse', (_message.Message,), {
58
- 'DESCRIPTOR' : _CREATEWORKSPACERESPONSE,
59
- '__module__' : 'qwak.workspace.workspace_service_pb2'
60
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.CreateWorkspaceResponse)
61
- })
62
- _sym_db.RegisterMessage(CreateWorkspaceResponse)
63
-
64
- UpdateWorkspaceRequest = _reflection.GeneratedProtocolMessageType('UpdateWorkspaceRequest', (_message.Message,), {
65
- 'DESCRIPTOR' : _UPDATEWORKSPACEREQUEST,
66
- '__module__' : 'qwak.workspace.workspace_service_pb2'
67
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.UpdateWorkspaceRequest)
68
- })
69
- _sym_db.RegisterMessage(UpdateWorkspaceRequest)
70
-
71
- DeployWorkspaceRequest = _reflection.GeneratedProtocolMessageType('DeployWorkspaceRequest', (_message.Message,), {
72
- 'DESCRIPTOR' : _DEPLOYWORKSPACEREQUEST,
73
- '__module__' : 'qwak.workspace.workspace_service_pb2'
74
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.DeployWorkspaceRequest)
75
- })
76
- _sym_db.RegisterMessage(DeployWorkspaceRequest)
77
-
78
- DeployWorkspaceResponse = _reflection.GeneratedProtocolMessageType('DeployWorkspaceResponse', (_message.Message,), {
79
- 'DESCRIPTOR' : _DEPLOYWORKSPACERESPONSE,
80
- '__module__' : 'qwak.workspace.workspace_service_pb2'
81
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.DeployWorkspaceResponse)
82
- })
83
- _sym_db.RegisterMessage(DeployWorkspaceResponse)
84
-
85
- UndeployWorkspaceRequest = _reflection.GeneratedProtocolMessageType('UndeployWorkspaceRequest', (_message.Message,), {
86
- 'DESCRIPTOR' : _UNDEPLOYWORKSPACEREQUEST,
87
- '__module__' : 'qwak.workspace.workspace_service_pb2'
88
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.UndeployWorkspaceRequest)
89
- })
90
- _sym_db.RegisterMessage(UndeployWorkspaceRequest)
91
-
92
- UndeployWorkspaceResponse = _reflection.GeneratedProtocolMessageType('UndeployWorkspaceResponse', (_message.Message,), {
93
- 'DESCRIPTOR' : _UNDEPLOYWORKSPACERESPONSE,
94
- '__module__' : 'qwak.workspace.workspace_service_pb2'
95
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.UndeployWorkspaceResponse)
96
- })
97
- _sym_db.RegisterMessage(UndeployWorkspaceResponse)
98
-
99
- UpdateWorkspaceResponse = _reflection.GeneratedProtocolMessageType('UpdateWorkspaceResponse', (_message.Message,), {
100
- 'DESCRIPTOR' : _UPDATEWORKSPACERESPONSE,
101
- '__module__' : 'qwak.workspace.workspace_service_pb2'
102
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.UpdateWorkspaceResponse)
103
- })
104
- _sym_db.RegisterMessage(UpdateWorkspaceResponse)
105
-
106
- ListWorkspacesRequest = _reflection.GeneratedProtocolMessageType('ListWorkspacesRequest', (_message.Message,), {
107
- 'DESCRIPTOR' : _LISTWORKSPACESREQUEST,
108
- '__module__' : 'qwak.workspace.workspace_service_pb2'
109
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.ListWorkspacesRequest)
110
- })
111
- _sym_db.RegisterMessage(ListWorkspacesRequest)
112
-
113
- ListWorkspacesResponse = _reflection.GeneratedProtocolMessageType('ListWorkspacesResponse', (_message.Message,), {
114
- 'DESCRIPTOR' : _LISTWORKSPACESRESPONSE,
115
- '__module__' : 'qwak.workspace.workspace_service_pb2'
116
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.ListWorkspacesResponse)
117
- })
118
- _sym_db.RegisterMessage(ListWorkspacesResponse)
119
-
120
- GetWorkspaceByIdRequest = _reflection.GeneratedProtocolMessageType('GetWorkspaceByIdRequest', (_message.Message,), {
121
- 'DESCRIPTOR' : _GETWORKSPACEBYIDREQUEST,
122
- '__module__' : 'qwak.workspace.workspace_service_pb2'
123
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.GetWorkspaceByIdRequest)
124
- })
125
- _sym_db.RegisterMessage(GetWorkspaceByIdRequest)
126
-
127
- GetWorkspaceByIdResponse = _reflection.GeneratedProtocolMessageType('GetWorkspaceByIdResponse', (_message.Message,), {
128
- 'DESCRIPTOR' : _GETWORKSPACEBYIDRESPONSE,
129
- '__module__' : 'qwak.workspace.workspace_service_pb2'
130
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.GetWorkspaceByIdResponse)
131
- })
132
- _sym_db.RegisterMessage(GetWorkspaceByIdResponse)
133
-
134
- DeleteWorkspaceRequest = _reflection.GeneratedProtocolMessageType('DeleteWorkspaceRequest', (_message.Message,), {
135
- 'DESCRIPTOR' : _DELETEWORKSPACEREQUEST,
136
- '__module__' : 'qwak.workspace.workspace_service_pb2'
137
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.DeleteWorkspaceRequest)
138
- })
139
- _sym_db.RegisterMessage(DeleteWorkspaceRequest)
140
-
141
- DeleteWorkspaceResponse = _reflection.GeneratedProtocolMessageType('DeleteWorkspaceResponse', (_message.Message,), {
142
- 'DESCRIPTOR' : _DELETEWORKSPACERESPONSE,
143
- '__module__' : 'qwak.workspace.workspace_service_pb2'
144
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.DeleteWorkspaceResponse)
145
- })
146
- _sym_db.RegisterMessage(DeleteWorkspaceResponse)
147
-
148
- UpdateWorkspaceStatusFromEdgeRequest = _reflection.GeneratedProtocolMessageType('UpdateWorkspaceStatusFromEdgeRequest', (_message.Message,), {
149
- 'DESCRIPTOR' : _UPDATEWORKSPACESTATUSFROMEDGEREQUEST,
150
- '__module__' : 'qwak.workspace.workspace_service_pb2'
151
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.UpdateWorkspaceStatusFromEdgeRequest)
152
- })
153
- _sym_db.RegisterMessage(UpdateWorkspaceStatusFromEdgeRequest)
154
-
155
- UpdateWorkspaceStatusFromEdgeResponse = _reflection.GeneratedProtocolMessageType('UpdateWorkspaceStatusFromEdgeResponse', (_message.Message,), {
156
- 'DESCRIPTOR' : _UPDATEWORKSPACESTATUSFROMEDGERESPONSE,
157
- '__module__' : 'qwak.workspace.workspace_service_pb2'
158
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.UpdateWorkspaceStatusFromEdgeResponse)
159
- })
160
- _sym_db.RegisterMessage(UpdateWorkspaceStatusFromEdgeResponse)
161
-
162
- RegisterWorkspaceTagRequest = _reflection.GeneratedProtocolMessageType('RegisterWorkspaceTagRequest', (_message.Message,), {
163
- 'DESCRIPTOR' : _REGISTERWORKSPACETAGREQUEST,
164
- '__module__' : 'qwak.workspace.workspace_service_pb2'
165
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.RegisterWorkspaceTagRequest)
166
- })
167
- _sym_db.RegisterMessage(RegisterWorkspaceTagRequest)
168
-
169
- RegisterWorkspaceTagResponse = _reflection.GeneratedProtocolMessageType('RegisterWorkspaceTagResponse', (_message.Message,), {
170
- 'DESCRIPTOR' : _REGISTERWORKSPACETAGRESPONSE,
171
- '__module__' : 'qwak.workspace.workspace_service_pb2'
172
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.RegisterWorkspaceTagResponse)
173
- })
174
- _sym_db.RegisterMessage(RegisterWorkspaceTagResponse)
175
-
176
- ListWorkspaceImagesRequest = _reflection.GeneratedProtocolMessageType('ListWorkspaceImagesRequest', (_message.Message,), {
177
- 'DESCRIPTOR' : _LISTWORKSPACEIMAGESREQUEST,
178
- '__module__' : 'qwak.workspace.workspace_service_pb2'
179
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.ListWorkspaceImagesRequest)
180
- })
181
- _sym_db.RegisterMessage(ListWorkspaceImagesRequest)
182
-
183
- ListWorkspaceImagesResponse = _reflection.GeneratedProtocolMessageType('ListWorkspaceImagesResponse', (_message.Message,), {
184
- 'DESCRIPTOR' : _LISTWORKSPACEIMAGESRESPONSE,
185
- '__module__' : 'qwak.workspace.workspace_service_pb2'
186
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.ListWorkspaceImagesResponse)
187
- })
188
- _sym_db.RegisterMessage(ListWorkspaceImagesResponse)
189
-
190
- CountWorkspacesRequest = _reflection.GeneratedProtocolMessageType('CountWorkspacesRequest', (_message.Message,), {
191
- 'DESCRIPTOR' : _COUNTWORKSPACESREQUEST,
192
- '__module__' : 'qwak.workspace.workspace_service_pb2'
193
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.CountWorkspacesRequest)
194
- })
195
- _sym_db.RegisterMessage(CountWorkspacesRequest)
196
-
197
- CountWorkspacesResponse = _reflection.GeneratedProtocolMessageType('CountWorkspacesResponse', (_message.Message,), {
198
- 'DESCRIPTOR' : _COUNTWORKSPACESRESPONSE,
199
- '__module__' : 'qwak.workspace.workspace_service_pb2'
200
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.CountWorkspacesResponse)
201
- })
202
- _sym_db.RegisterMessage(CountWorkspacesResponse)
203
-
204
- GetDefaultWorkspaceValuesRequest = _reflection.GeneratedProtocolMessageType('GetDefaultWorkspaceValuesRequest', (_message.Message,), {
205
- 'DESCRIPTOR' : _GETDEFAULTWORKSPACEVALUESREQUEST,
206
- '__module__' : 'qwak.workspace.workspace_service_pb2'
207
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.GetDefaultWorkspaceValuesRequest)
208
- })
209
- _sym_db.RegisterMessage(GetDefaultWorkspaceValuesRequest)
210
-
211
- GetDefaultWorkspaceValuesResponse = _reflection.GeneratedProtocolMessageType('GetDefaultWorkspaceValuesResponse', (_message.Message,), {
212
- 'DESCRIPTOR' : _GETDEFAULTWORKSPACEVALUESRESPONSE,
213
- '__module__' : 'qwak.workspace.workspace_service_pb2'
214
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.GetDefaultWorkspaceValuesResponse)
215
- })
216
- _sym_db.RegisterMessage(GetDefaultWorkspaceValuesResponse)
217
-
218
- MarkBuildAsCopiedRequest = _reflection.GeneratedProtocolMessageType('MarkBuildAsCopiedRequest', (_message.Message,), {
219
- 'DESCRIPTOR' : _MARKBUILDASCOPIEDREQUEST,
220
- '__module__' : 'qwak.workspace.workspace_service_pb2'
221
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.MarkBuildAsCopiedRequest)
222
- })
223
- _sym_db.RegisterMessage(MarkBuildAsCopiedRequest)
224
-
225
- MarkBuildAsCopiedResponse = _reflection.GeneratedProtocolMessageType('MarkBuildAsCopiedResponse', (_message.Message,), {
226
- 'DESCRIPTOR' : _MARKBUILDASCOPIEDRESPONSE,
227
- '__module__' : 'qwak.workspace.workspace_service_pb2'
228
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.MarkBuildAsCopiedResponse)
229
- })
230
- _sym_db.RegisterMessage(MarkBuildAsCopiedResponse)
231
-
232
- CopyBuildRequest = _reflection.GeneratedProtocolMessageType('CopyBuildRequest', (_message.Message,), {
233
- 'DESCRIPTOR' : _COPYBUILDREQUEST,
234
- '__module__' : 'qwak.workspace.workspace_service_pb2'
235
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.CopyBuildRequest)
236
- })
237
- _sym_db.RegisterMessage(CopyBuildRequest)
238
-
239
- CopyBuildResponse = _reflection.GeneratedProtocolMessageType('CopyBuildResponse', (_message.Message,), {
240
- 'DESCRIPTOR' : _COPYBUILDRESPONSE,
241
- '__module__' : 'qwak.workspace.workspace_service_pb2'
242
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.CopyBuildResponse)
243
- })
244
- _sym_db.RegisterMessage(CopyBuildResponse)
245
-
246
- _WORKSPACEMANAGEMENTSERVICE = DESCRIPTOR.services_by_name['WorkspaceManagementService']
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.workspace.workspace_service_pb2', _globals)
247
22
  if _descriptor._USE_C_DESCRIPTORS == False:
248
23
 
249
24
  DESCRIPTOR._options = None
250
25
  DESCRIPTOR._serialized_options = b'\n$com.qwak.ai.management.workspace.apiP\001Z\030qwak/workspace;workspace'
251
- _CREATEWORKSPACEREQUEST._serialized_start=101
252
- _CREATEWORKSPACEREQUEST._serialized_end=191
253
- _CREATEWORKSPACERESPONSE._serialized_start=193
254
- _CREATEWORKSPACERESPONSE._serialized_end=240
255
- _UPDATEWORKSPACEREQUEST._serialized_start=242
256
- _UPDATEWORKSPACEREQUEST._serialized_end=354
257
- _DEPLOYWORKSPACEREQUEST._serialized_start=356
258
- _DEPLOYWORKSPACEREQUEST._serialized_end=402
259
- _DEPLOYWORKSPACERESPONSE._serialized_start=404
260
- _DEPLOYWORKSPACERESPONSE._serialized_end=429
261
- _UNDEPLOYWORKSPACEREQUEST._serialized_start=431
262
- _UNDEPLOYWORKSPACEREQUEST._serialized_end=479
263
- _UNDEPLOYWORKSPACERESPONSE._serialized_start=481
264
- _UNDEPLOYWORKSPACERESPONSE._serialized_end=508
265
- _UPDATEWORKSPACERESPONSE._serialized_start=510
266
- _UPDATEWORKSPACERESPONSE._serialized_end=535
267
- _LISTWORKSPACESREQUEST._serialized_start=537
268
- _LISTWORKSPACESREQUEST._serialized_end=560
269
- _LISTWORKSPACESRESPONSE._serialized_start=562
270
- _LISTWORKSPACESRESPONSE._serialized_end=644
271
- _GETWORKSPACEBYIDREQUEST._serialized_start=646
272
- _GETWORKSPACEBYIDREQUEST._serialized_end=693
273
- _GETWORKSPACEBYIDRESPONSE._serialized_start=695
274
- _GETWORKSPACEBYIDRESPONSE._serialized_end=778
275
- _DELETEWORKSPACEREQUEST._serialized_start=780
276
- _DELETEWORKSPACEREQUEST._serialized_end=826
277
- _DELETEWORKSPACERESPONSE._serialized_start=828
278
- _DELETEWORKSPACERESPONSE._serialized_end=853
279
- _UPDATEWORKSPACESTATUSFROMEDGEREQUEST._serialized_start=856
280
- _UPDATEWORKSPACESTATUSFROMEDGEREQUEST._serialized_end=1010
281
- _UPDATEWORKSPACESTATUSFROMEDGERESPONSE._serialized_start=1012
282
- _UPDATEWORKSPACESTATUSFROMEDGERESPONSE._serialized_end=1051
283
- _REGISTERWORKSPACETAGREQUEST._serialized_start=1053
284
- _REGISTERWORKSPACETAGREQUEST._serialized_end=1118
285
- _REGISTERWORKSPACETAGRESPONSE._serialized_start=1120
286
- _REGISTERWORKSPACETAGRESPONSE._serialized_end=1150
287
- _LISTWORKSPACEIMAGESREQUEST._serialized_start=1152
288
- _LISTWORKSPACEIMAGESREQUEST._serialized_end=1180
289
- _LISTWORKSPACEIMAGESRESPONSE._serialized_start=1182
290
- _LISTWORKSPACEIMAGESRESPONSE._serialized_end=1280
291
- _COUNTWORKSPACESREQUEST._serialized_start=1282
292
- _COUNTWORKSPACESREQUEST._serialized_end=1306
293
- _COUNTWORKSPACESRESPONSE._serialized_start=1308
294
- _COUNTWORKSPACESRESPONSE._serialized_end=1348
295
- _GETDEFAULTWORKSPACEVALUESREQUEST._serialized_start=1350
296
- _GETDEFAULTWORKSPACEVALUESREQUEST._serialized_end=1384
297
- _GETDEFAULTWORKSPACEVALUESRESPONSE._serialized_start=1386
298
- _GETDEFAULTWORKSPACEVALUESRESPONSE._serialized_end=1508
299
- _MARKBUILDASCOPIEDREQUEST._serialized_start=1510
300
- _MARKBUILDASCOPIEDREQUEST._serialized_end=1576
301
- _MARKBUILDASCOPIEDRESPONSE._serialized_start=1578
302
- _MARKBUILDASCOPIEDRESPONSE._serialized_end=1605
303
- _COPYBUILDREQUEST._serialized_start=1607
304
- _COPYBUILDREQUEST._serialized_end=1665
305
- _COPYBUILDRESPONSE._serialized_start=1667
306
- _COPYBUILDRESPONSE._serialized_end=1686
307
- _WORKSPACEMANAGEMENTSERVICE._serialized_start=1689
308
- _WORKSPACEMANAGEMENTSERVICE._serialized_end=3523
26
+ _globals['_CREATEWORKSPACEREQUEST']._serialized_start=101
27
+ _globals['_CREATEWORKSPACEREQUEST']._serialized_end=191
28
+ _globals['_CREATEWORKSPACERESPONSE']._serialized_start=193
29
+ _globals['_CREATEWORKSPACERESPONSE']._serialized_end=240
30
+ _globals['_UPDATEWORKSPACEREQUEST']._serialized_start=242
31
+ _globals['_UPDATEWORKSPACEREQUEST']._serialized_end=354
32
+ _globals['_DEPLOYWORKSPACEREQUEST']._serialized_start=356
33
+ _globals['_DEPLOYWORKSPACEREQUEST']._serialized_end=402
34
+ _globals['_DEPLOYWORKSPACERESPONSE']._serialized_start=404
35
+ _globals['_DEPLOYWORKSPACERESPONSE']._serialized_end=429
36
+ _globals['_UNDEPLOYWORKSPACEREQUEST']._serialized_start=431
37
+ _globals['_UNDEPLOYWORKSPACEREQUEST']._serialized_end=479
38
+ _globals['_UNDEPLOYWORKSPACERESPONSE']._serialized_start=481
39
+ _globals['_UNDEPLOYWORKSPACERESPONSE']._serialized_end=508
40
+ _globals['_UPDATEWORKSPACERESPONSE']._serialized_start=510
41
+ _globals['_UPDATEWORKSPACERESPONSE']._serialized_end=535
42
+ _globals['_LISTWORKSPACESREQUEST']._serialized_start=537
43
+ _globals['_LISTWORKSPACESREQUEST']._serialized_end=560
44
+ _globals['_LISTWORKSPACESRESPONSE']._serialized_start=562
45
+ _globals['_LISTWORKSPACESRESPONSE']._serialized_end=644
46
+ _globals['_GETWORKSPACEBYIDREQUEST']._serialized_start=646
47
+ _globals['_GETWORKSPACEBYIDREQUEST']._serialized_end=693
48
+ _globals['_GETWORKSPACEBYIDRESPONSE']._serialized_start=695
49
+ _globals['_GETWORKSPACEBYIDRESPONSE']._serialized_end=778
50
+ _globals['_DELETEWORKSPACEREQUEST']._serialized_start=780
51
+ _globals['_DELETEWORKSPACEREQUEST']._serialized_end=826
52
+ _globals['_DELETEWORKSPACERESPONSE']._serialized_start=828
53
+ _globals['_DELETEWORKSPACERESPONSE']._serialized_end=853
54
+ _globals['_UPDATEWORKSPACESTATUSFROMEDGEREQUEST']._serialized_start=856
55
+ _globals['_UPDATEWORKSPACESTATUSFROMEDGEREQUEST']._serialized_end=1010
56
+ _globals['_UPDATEWORKSPACESTATUSFROMEDGERESPONSE']._serialized_start=1012
57
+ _globals['_UPDATEWORKSPACESTATUSFROMEDGERESPONSE']._serialized_end=1051
58
+ _globals['_REGISTERWORKSPACETAGREQUEST']._serialized_start=1053
59
+ _globals['_REGISTERWORKSPACETAGREQUEST']._serialized_end=1118
60
+ _globals['_REGISTERWORKSPACETAGRESPONSE']._serialized_start=1120
61
+ _globals['_REGISTERWORKSPACETAGRESPONSE']._serialized_end=1150
62
+ _globals['_LISTWORKSPACEIMAGESREQUEST']._serialized_start=1152
63
+ _globals['_LISTWORKSPACEIMAGESREQUEST']._serialized_end=1180
64
+ _globals['_LISTWORKSPACEIMAGESRESPONSE']._serialized_start=1182
65
+ _globals['_LISTWORKSPACEIMAGESRESPONSE']._serialized_end=1280
66
+ _globals['_COUNTWORKSPACESREQUEST']._serialized_start=1282
67
+ _globals['_COUNTWORKSPACESREQUEST']._serialized_end=1306
68
+ _globals['_COUNTWORKSPACESRESPONSE']._serialized_start=1308
69
+ _globals['_COUNTWORKSPACESRESPONSE']._serialized_end=1348
70
+ _globals['_GETDEFAULTWORKSPACEVALUESREQUEST']._serialized_start=1350
71
+ _globals['_GETDEFAULTWORKSPACEVALUESREQUEST']._serialized_end=1384
72
+ _globals['_GETDEFAULTWORKSPACEVALUESRESPONSE']._serialized_start=1386
73
+ _globals['_GETDEFAULTWORKSPACEVALUESRESPONSE']._serialized_end=1508
74
+ _globals['_MARKBUILDASCOPIEDREQUEST']._serialized_start=1510
75
+ _globals['_MARKBUILDASCOPIEDREQUEST']._serialized_end=1576
76
+ _globals['_MARKBUILDASCOPIEDRESPONSE']._serialized_start=1578
77
+ _globals['_MARKBUILDASCOPIEDRESPONSE']._serialized_end=1605
78
+ _globals['_COPYBUILDREQUEST']._serialized_start=1607
79
+ _globals['_COPYBUILDREQUEST']._serialized_end=1665
80
+ _globals['_COPYBUILDRESPONSE']._serialized_start=1667
81
+ _globals['_COPYBUILDRESPONSE']._serialized_end=1686
82
+ _globals['_WORKSPACEMANAGEMENTSERVICE']._serialized_start=1689
83
+ _globals['_WORKSPACEMANAGEMENTSERVICE']._serialized_end=3523
309
84
  # @@protoc_insertion_point(module_scope)
@@ -1 +1 @@
1
- __version__ = "0.4.284"
1
+ __version__ = "0.4.285"
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.284"
4
+ __version__ = "0.4.285"
5
5
 
6
6
  from qwak.inner.di_configuration import wire_dependencies
7
7
  from qwak.model.experiment_tracking import log_metric, log_param
@@ -104,7 +104,7 @@ class PostFetchValidationStep(Step):
104
104
  def _create_wheel(self, package_dir, target_path):
105
105
  dist_dir = package_dir / "dist"
106
106
  shutil.rmtree(dist_dir, ignore_errors=True)
107
- output = subprocess.check_output(["make", "install"], cwd=package_dir) # nosec
107
+ output = subprocess.check_output(["make", "sync"], cwd=package_dir) # nosec
108
108
  for line in output.decode().split("\n"):
109
109
  self.build_logger.debug(f">>> {line}")
110
110
  output = subprocess.check_output(["poetry", "build"], cwd=package_dir) # nosec
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: qwak-core
3
- Version: 0.4.284
3
+ Version: 0.4.285
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
@@ -18,7 +18,7 @@ Classifier: Programming Language :: Python :: 3.8
18
18
  Classifier: Programming Language :: Python :: Implementation :: CPython
19
19
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
20
  Provides-Extra: feature-store
21
- Requires-Dist: PyYAML
21
+ Requires-Dist: PyYAML (>=6.0.2)
22
22
  Requires-Dist: cachetools
23
23
  Requires-Dist: chevron (==0.14.0)
24
24
  Requires-Dist: cloudpickle (==2.2.1) ; extra == "feature-store"
@@ -28,9 +28,8 @@ Requires-Dist: filelock
28
28
  Requires-Dist: grpcio (>=1.57.0)
29
29
  Requires-Dist: joblib (>=1.3.2,<2.0.0)
30
30
  Requires-Dist: marshmallow-dataclass (>=8.5.8,<9.0.0)
31
- Requires-Dist: protobuf (>=3.10,<4) ; python_full_version >= "3.7.1" and python_version < "3.10"
32
- Requires-Dist: protobuf (>=4.21.6) ; python_version >= "3.10"
33
- Requires-Dist: pyarrow (>=6.0.0) ; extra == "feature-store"
31
+ Requires-Dist: protobuf (>=4.25.8,<5)
32
+ Requires-Dist: pyarrow (>=20.0.0) ; extra == "feature-store"
34
33
  Requires-Dist: pyathena (>=2.2.0,!=2.18.0) ; extra == "feature-store"
35
34
  Requires-Dist: pydantic
36
35
  Requires-Dist: pyspark (==3.4.2) ; extra == "feature-store"