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,33 +16,17 @@ from _qwak_proto.qwak.feature_store.features import deployment_pb2 as qwak_dot_f
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4qwak/feature_store/features/deployment_service.proto\x12\x1bqwak.feature.store.features\x1a,qwak/feature_store/features/deployment.proto\"\x87\x01\n%PushEnvironmentDeploymentStateRequest\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\x12\x46\n\x10\x64\x65ployment_state\x18\x02 \x03(\x0b\x32,.qwak.feature.store.features.DeploymentState\"(\n&PushEnvironmentDeploymentStateResponse2\xc9\x01\n\x1b\x44\x65ploymentManagementService\x12\xa9\x01\n\x1ePushEnvironmentDeploymentState\x12\x42.qwak.feature.store.features.PushEnvironmentDeploymentStateRequest\x1a\x43.qwak.feature.store.features.PushEnvironmentDeploymentStateResponseB]\n(com.qwak.ai.feature.store.management.apiP\x01Z/qwak/featurestore/features;featurestorefeaturesb\x06proto3')
19
18
 
20
-
21
-
22
- _PUSHENVIRONMENTDEPLOYMENTSTATEREQUEST = DESCRIPTOR.message_types_by_name['PushEnvironmentDeploymentStateRequest']
23
- _PUSHENVIRONMENTDEPLOYMENTSTATERESPONSE = DESCRIPTOR.message_types_by_name['PushEnvironmentDeploymentStateResponse']
24
- PushEnvironmentDeploymentStateRequest = _reflection.GeneratedProtocolMessageType('PushEnvironmentDeploymentStateRequest', (_message.Message,), {
25
- 'DESCRIPTOR' : _PUSHENVIRONMENTDEPLOYMENTSTATEREQUEST,
26
- '__module__' : 'qwak.feature_store.features.deployment_service_pb2'
27
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.PushEnvironmentDeploymentStateRequest)
28
- })
29
- _sym_db.RegisterMessage(PushEnvironmentDeploymentStateRequest)
30
-
31
- PushEnvironmentDeploymentStateResponse = _reflection.GeneratedProtocolMessageType('PushEnvironmentDeploymentStateResponse', (_message.Message,), {
32
- 'DESCRIPTOR' : _PUSHENVIRONMENTDEPLOYMENTSTATERESPONSE,
33
- '__module__' : 'qwak.feature_store.features.deployment_service_pb2'
34
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.PushEnvironmentDeploymentStateResponse)
35
- })
36
- _sym_db.RegisterMessage(PushEnvironmentDeploymentStateResponse)
37
-
38
- _DEPLOYMENTMANAGEMENTSERVICE = DESCRIPTOR.services_by_name['DeploymentManagementService']
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.features.deployment_service_pb2', _globals)
39
22
  if _descriptor._USE_C_DESCRIPTORS == False:
40
23
 
41
24
  DESCRIPTOR._options = None
42
25
  DESCRIPTOR._serialized_options = b'\n(com.qwak.ai.feature.store.management.apiP\001Z/qwak/featurestore/features;featurestorefeatures'
43
- _PUSHENVIRONMENTDEPLOYMENTSTATEREQUEST._serialized_start=132
44
- _PUSHENVIRONMENTDEPLOYMENTSTATEREQUEST._serialized_end=267
45
- _PUSHENVIRONMENTDEPLOYMENTSTATERESPONSE._serialized_start=269
46
- _PUSHENVIRONMENTDEPLOYMENTSTATERESPONSE._serialized_end=309
47
- _DEPLOYMENTMANAGEMENTSERVICE._serialized_start=312
48
- _DEPLOYMENTMANAGEMENTSERVICE._serialized_end=513
26
+ _globals['_PUSHENVIRONMENTDEPLOYMENTSTATEREQUEST']._serialized_start=132
27
+ _globals['_PUSHENVIRONMENTDEPLOYMENTSTATEREQUEST']._serialized_end=267
28
+ _globals['_PUSHENVIRONMENTDEPLOYMENTSTATERESPONSE']._serialized_start=269
29
+ _globals['_PUSHENVIRONMENTDEPLOYMENTSTATERESPONSE']._serialized_end=309
30
+ _globals['_DEPLOYMENTMANAGEMENTSERVICE']._serialized_start=312
31
+ _globals['_DEPLOYMENTMANAGEMENTSERVICE']._serialized_end=513
49
32
  # @@protoc_insertion_point(module_scope)
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/feature_store/features/execution.proto
4
4
  """Generated protocol buffer code."""
5
- from google.protobuf.internal import enum_type_wrapper
6
5
  from google.protobuf import descriptor as _descriptor
7
6
  from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import message as _message
9
- from google.protobuf import reflection as _reflection
10
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
11
9
  # @@protoc_insertion_point(imports)
12
10
 
13
11
  _sym_db = _symbol_database.Default()
@@ -17,61 +15,21 @@ _sym_db = _symbol_database.Default()
17
15
 
18
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+qwak/feature_store/features/execution.proto\x12%qwak.feature.store.features.execution\"\xcb\x01\n\rExecutionSpec\x12R\n\x10\x63luster_template\x18\x01 \x01(\x0e\x32\x36.qwak.feature.store.features.execution.ClusterTemplateH\x00\x12^\n\x16resource_configuration\x18\x02 \x01(\x0b\x32<.qwak.feature.store.features.execution.ResourceConfigurationH\x00\x42\x06\n\x04spec\"\xcf\x03\n\x16StreamingExecutionSpec\x12Y\n\x17online_cluster_template\x18\x01 \x01(\x0e\x32\x36.qwak.feature.store.features.execution.ClusterTemplateH\x00\x12\x65\n\x1donline_resource_configuration\x18\x02 \x01(\x0b\x32<.qwak.feature.store.features.execution.ResourceConfigurationH\x00\x12Z\n\x18offline_cluster_template\x18\x03 \x01(\x0e\x32\x36.qwak.feature.store.features.execution.ClusterTemplateH\x01\x12\x66\n\x1eoffline_resource_configuration\x18\x04 \x01(\x0b\x32<.qwak.feature.store.features.execution.ResourceConfigurationH\x01\x42\x16\n\x14online_resource_specB\x17\n\x15offline_resource_spec\"\xe5\x01\n\x15\x42\x61\x63kfillExecutionSpec\x12R\n\x10\x63luster_template\x18\x01 \x01(\x0e\x32\x36.qwak.feature.store.features.execution.ClusterTemplateH\x00\x12^\n\x16resource_configuration\x18\x02 \x01(\x0b\x32<.qwak.feature.store.features.execution.ResourceConfigurationH\x00\x42\x18\n\x16\x62\x61\x63kfill_resource_spec\"\xbe\x01\n\x15ResourceConfiguration\x12\x15\n\rdriver_memory\x18\x01 \x01(\t\x12\x14\n\x0c\x64river_cores\x18\x02 \x01(\x05\x12\x19\n\x11initial_executors\x18\x03 \x01(\x05\x12\x15\n\rmin_executors\x18\x04 \x01(\x05\x12\x15\n\rmax_executors\x18\x05 \x01(\x05\x12\x17\n\x0f\x65xecutor_memory\x18\x06 \x01(\t\x12\x16\n\x0e\x65xecutor_cores\x18\x07 \x01(\x05*d\n\x0f\x43lusterTemplate\x12\t\n\x05SMALL\x10\x00\x12\n\n\x06MEDIUM\x10\x01\x12\t\n\x05LARGE\x10\x02\x12\n\n\x06XLARGE\x10\x03\x12\x0b\n\x07XXLARGE\x10\x04\x12\x0c\n\x08XXXLARGE\x10\x05\x12\x08\n\x04NANO\x10\x06\x42[\n&com.qwak.ai.feature.store.features.apiP\x01Z/qwak/featurestore/features;featurestorefeaturesb\x06proto3')
19
17
 
20
- _CLUSTERTEMPLATE = DESCRIPTOR.enum_types_by_name['ClusterTemplate']
21
- ClusterTemplate = enum_type_wrapper.EnumTypeWrapper(_CLUSTERTEMPLATE)
22
- SMALL = 0
23
- MEDIUM = 1
24
- LARGE = 2
25
- XLARGE = 3
26
- XXLARGE = 4
27
- XXXLARGE = 5
28
- NANO = 6
29
-
30
-
31
- _EXECUTIONSPEC = DESCRIPTOR.message_types_by_name['ExecutionSpec']
32
- _STREAMINGEXECUTIONSPEC = DESCRIPTOR.message_types_by_name['StreamingExecutionSpec']
33
- _BACKFILLEXECUTIONSPEC = DESCRIPTOR.message_types_by_name['BackfillExecutionSpec']
34
- _RESOURCECONFIGURATION = DESCRIPTOR.message_types_by_name['ResourceConfiguration']
35
- ExecutionSpec = _reflection.GeneratedProtocolMessageType('ExecutionSpec', (_message.Message,), {
36
- 'DESCRIPTOR' : _EXECUTIONSPEC,
37
- '__module__' : 'qwak.feature_store.features.execution_pb2'
38
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.execution.ExecutionSpec)
39
- })
40
- _sym_db.RegisterMessage(ExecutionSpec)
41
-
42
- StreamingExecutionSpec = _reflection.GeneratedProtocolMessageType('StreamingExecutionSpec', (_message.Message,), {
43
- 'DESCRIPTOR' : _STREAMINGEXECUTIONSPEC,
44
- '__module__' : 'qwak.feature_store.features.execution_pb2'
45
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.execution.StreamingExecutionSpec)
46
- })
47
- _sym_db.RegisterMessage(StreamingExecutionSpec)
48
-
49
- BackfillExecutionSpec = _reflection.GeneratedProtocolMessageType('BackfillExecutionSpec', (_message.Message,), {
50
- 'DESCRIPTOR' : _BACKFILLEXECUTIONSPEC,
51
- '__module__' : 'qwak.feature_store.features.execution_pb2'
52
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.execution.BackfillExecutionSpec)
53
- })
54
- _sym_db.RegisterMessage(BackfillExecutionSpec)
55
-
56
- ResourceConfiguration = _reflection.GeneratedProtocolMessageType('ResourceConfiguration', (_message.Message,), {
57
- 'DESCRIPTOR' : _RESOURCECONFIGURATION,
58
- '__module__' : 'qwak.feature_store.features.execution_pb2'
59
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.execution.ResourceConfiguration)
60
- })
61
- _sym_db.RegisterMessage(ResourceConfiguration)
62
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.features.execution_pb2', _globals)
63
21
  if _descriptor._USE_C_DESCRIPTORS == False:
64
22
 
65
23
  DESCRIPTOR._options = None
66
24
  DESCRIPTOR._serialized_options = b'\n&com.qwak.ai.feature.store.features.apiP\001Z/qwak/featurestore/features;featurestorefeatures'
67
- _CLUSTERTEMPLATE._serialized_start=1183
68
- _CLUSTERTEMPLATE._serialized_end=1283
69
- _EXECUTIONSPEC._serialized_start=87
70
- _EXECUTIONSPEC._serialized_end=290
71
- _STREAMINGEXECUTIONSPEC._serialized_start=293
72
- _STREAMINGEXECUTIONSPEC._serialized_end=756
73
- _BACKFILLEXECUTIONSPEC._serialized_start=759
74
- _BACKFILLEXECUTIONSPEC._serialized_end=988
75
- _RESOURCECONFIGURATION._serialized_start=991
76
- _RESOURCECONFIGURATION._serialized_end=1181
25
+ _globals['_CLUSTERTEMPLATE']._serialized_start=1183
26
+ _globals['_CLUSTERTEMPLATE']._serialized_end=1283
27
+ _globals['_EXECUTIONSPEC']._serialized_start=87
28
+ _globals['_EXECUTIONSPEC']._serialized_end=290
29
+ _globals['_STREAMINGEXECUTIONSPEC']._serialized_start=293
30
+ _globals['_STREAMINGEXECUTIONSPEC']._serialized_end=756
31
+ _globals['_BACKFILLEXECUTIONSPEC']._serialized_start=759
32
+ _globals['_BACKFILLEXECUTIONSPEC']._serialized_end=988
33
+ _globals['_RESOURCECONFIGURATION']._serialized_start=991
34
+ _globals['_RESOURCECONFIGURATION']._serialized_end=1181
77
35
  # @@protoc_insertion_point(module_scope)
@@ -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,20 +16,13 @@ from _qwak_proto.qwak.feature_store.v1.common.source_code import source_code_pb2
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7qwak/feature_store/features/feature_set_attribute.proto\x12\x1bqwak.feature.store.features\x1a:qwak/feature_store/v1/common/source_code/source_code.proto\"j\n\x14\x46\x65\x61turesetAttributes\x12R\n\x10source_code_spec\x18\x01 \x01(\x0b\x32\x38.qwak.feature.store.v1.common.source_code.SourceCodeSpecB[\n&com.qwak.ai.feature.store.features.apiP\x01Z/qwak/featurestore/features;featurestorefeaturesb\x06proto3')
19
18
 
20
-
21
-
22
- _FEATURESETATTRIBUTES = DESCRIPTOR.message_types_by_name['FeaturesetAttributes']
23
- FeaturesetAttributes = _reflection.GeneratedProtocolMessageType('FeaturesetAttributes', (_message.Message,), {
24
- 'DESCRIPTOR' : _FEATURESETATTRIBUTES,
25
- '__module__' : 'qwak.feature_store.features.feature_set_attribute_pb2'
26
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeaturesetAttributes)
27
- })
28
- _sym_db.RegisterMessage(FeaturesetAttributes)
29
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.features.feature_set_attribute_pb2', _globals)
30
22
  if _descriptor._USE_C_DESCRIPTORS == False:
31
23
 
32
24
  DESCRIPTOR._options = None
33
25
  DESCRIPTOR._serialized_options = b'\n&com.qwak.ai.feature.store.features.apiP\001Z/qwak/featurestore/features;featurestorefeatures'
34
- _FEATURESETATTRIBUTES._serialized_start=148
35
- _FEATURESETATTRIBUTES._serialized_end=254
26
+ _globals['_FEATURESETATTRIBUTES']._serialized_start=148
27
+ _globals['_FEATURESETATTRIBUTES']._serialized_end=254
36
28
  # @@protoc_insertion_point(module_scope)
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/feature_store/features/feature_set.proto
4
4
  """Generated protocol buffer code."""
5
- from google.protobuf.internal import enum_type_wrapper
6
5
  from google.protobuf import descriptor as _descriptor
7
6
  from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import message as _message
9
- from google.protobuf import reflection as _reflection
10
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
11
9
  # @@protoc_insertion_point(imports)
12
10
 
13
11
  _sym_db = _symbol_database.Default()
@@ -25,128 +23,9 @@ from _qwak_proto.qwak.feature_store.platform import platform_details_pb2 as qwak
25
23
 
26
24
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-qwak/feature_store/features/feature_set.proto\x12\x1bqwak.feature.store.features\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x33qwak/feature_store/features/feature_set_types.proto\x1a(qwak/feature_store/entities/entity.proto\x1a\x33qwak/feature_store/features/feature_set_state.proto\x1a\x37qwak/feature_store/features/feature_set_attribute.proto\x1a:qwak/feature_store/v1/common/source_code/source_code.proto\x1a\x33qwak/feature_store/repository/common/platform.proto\x1a\x32qwak/feature_store/platform/platform_details.proto\"\xfc\x01\n\nFeatureSet\x12Q\n\x16\x66\x65\x61ture_set_definition\x18\x01 \x01(\x0b\x32\x31.qwak.feature.store.features.FeatureSetDefinition\x12\x41\n\x08metadata\x18\x02 \x01(\x0b\x32/.qwak.feature.store.features.FeatureSetMetadata\x12X\n\x1b\x64\x65ployed_models_in_use_link\x18\x03 \x03(\x0b\x32\x33.qwak.feature.store.features.DeployedModelInUseLink\"\xa5\x01\n\x0e\x46\x65\x61turesetInfo\x12P\n\x15\x66\x65\x61tureset_definition\x18\x01 \x01(\x0b\x32\x31.qwak.feature.store.features.FeatureSetDefinition\x12\x41\n\x08metadata\x18\x02 \x01(\x0b\x32/.qwak.feature.store.features.FeatureSetMetadata\"x\n\x11\x46\x65\x61turesetSummary\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12I\n\x10\x66\x65\x61ture_set_type\x18\x03 \x01(\x0e\x32/.qwak.feature.store.features.FeatureSetTypeView\"\xf6\x04\n\x14\x46\x65\x61tureSetDefinition\x12\x16\n\x0e\x66\x65\x61ture_set_id\x18\x01 \x01(\t\x12\x45\n\x10\x66\x65\x61ture_set_spec\x18\x02 \x01(\x0b\x32+.qwak.feature.store.features.FeatureSetSpec\x12:\n\x06status\x18\x03 \x01(\x0e\x32*.qwak.feature.store.features.FeatureStatus\x12g\n feature_set_last_execution_state\x18\x04 \x01(\x0e\x32\x39.qwak.feature.store.features.FeatureSetLastExecutionStateB\x02\x18\x01\x12U\n\x0e\x66\x65\x61ture_health\x18\x05 \x01(\x0e\x32\x39.qwak.feature.store.features.FeatureSetLastExecutionStateB\x02\x18\x01\x12K\n\x11\x66\x65\x61ture_set_state\x18\x06 \x03(\x0b\x32,.qwak.feature.store.features.FeatureSetStateB\x02\x18\x01\x12*\n\x1eqwak_internal_protocol_version\x18\x07 \x01(\x05\x42\x02\x18\x01\x12!\n\x19\x66\x65\x61tureset_version_number\x18\x08 \x01(\x05\x12H\n\x10platform_details\x18\t \x01(\x0b\x32,.qwak.feature.store.platform.PlatformDetailsH\x00\x42\x1d\n\x1b\x66\x65\x61tureset_platform_details\"\xdb\x04\n\x0e\x46\x65\x61tureSetSpec\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x45\n\x08metadata\x18\x02 \x01(\x0b\x32\x33.qwak.feature.store.features.FeatureSetUserMetadata\x12\x16\n\ngit_commit\x18\x03 \x01(\tB\x02\x18\x01\x12=\n\x06\x65ntity\x18\x04 \x01(\x0b\x32-.qwak.feature.store.entities.EntityDefinition\x12\x45\n\x10\x66\x65\x61ture_set_type\x18\x05 \x01(\x0b\x32+.qwak.feature.store.features.FeatureSetType\x12\x36\n\x08\x66\x65\x61tures\x18\x06 \x03(\x0b\x32$.qwak.feature.store.features.Feature\x12*\n\x1eqwak_internal_protocol_version\x18\x07 \x01(\x05\x42\x02\x18\x01\x12V\n\x10source_code_spec\x18\x08 \x01(\x0b\x32\x38.qwak.feature.store.v1.common.source_code.SourceCodeSpecB\x02\x18\x01\x12P\n\x15\x66\x65\x61tureset_attributes\x18\t \x01(\x0b\x32\x31.qwak.feature.store.features.FeaturesetAttributes\x12$\n\x1a\x66\x65\x61tureset_repository_name\x18\n \x01(\tH\x00\x42\"\n featureset_repository_identifier\"\xb8\x01\n\x16\x46\x65\x61tureSetUserMetadata\x12\r\n\x05owner\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x03 \x01(\t\x12\x64\n featureset_version_user_metadata\x18\x04 \x01(\x0b\x32:.qwak.feature.store.features.FeaturesetVersionUserMetadata\"0\n\x1d\x46\x65\x61turesetVersionUserMetadata\x12\x0f\n\x07\x63omment\x18\x01 \x01(\t\"\x85\x02\n\x12\x46\x65\x61tureSetMetadata\x12.\n\ncreated_at\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\ncreated_by\x18\x02 \x01(\t\x12\x34\n\x10last_modified_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x18\n\x10last_modified_by\x18\x04 \x01(\t\x12[\n\x1b\x66\x65\x61tureset_version_metadata\x18\x05 \x01(\x0b\x32\x36.qwak.feature.store.features.FeaturesetVersionMetadata\"_\n\x19\x46\x65\x61turesetVersionMetadata\x12.\n\ncreated_at\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\ncreated_by\x18\x02 \x01(\t\">\n\x16\x44\x65ployedModelInUseLink\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x12\n\nmodel_name\x18\x02 \x01(\t\"5\n\x07\x46\x65\x61ture\x12\x14\n\x0c\x66\x65\x61ture_name\x18\x01 \x01(\t\x12\x14\n\x0c\x66\x65\x61ture_type\x18\x02 \x01(\t\"\xa7\x01\n\x16\x44\x65ployedFeatureSetSpec\x12\x45\n\x10\x66\x65\x61ture_set_spec\x18\x01 \x01(\x0b\x32+.qwak.feature.store.features.FeatureSetSpec\x12\x16\n\x0e\x66\x65\x61ture_set_id\x18\x02 \x01(\t\x12\x12\n\naccount_id\x18\x03 \x01(\t\x12\x1a\n\x12\x66\x65\x61tureset_version\x18\x04 \x01(\x05\"O\n\x0e\x46\x65\x61tureSetList\x12=\n\x0c\x66\x65\x61ture_sets\x18\x01 \x03(\x0b\x32\'.qwak.feature.store.features.FeatureSet*\xb4\x01\n\rFeatureStatus\x12\x0b\n\x07INVALID\x10\x00\x12\t\n\x05VALID\x10\x01\x12\x0b\n\x07\x44\x45LETED\x10\x02\x12\x17\n\x13REGISTRATION_FAILED\x10\x03\x12\x1c\n\x18REGISTRATION_IN_PROGRESS\x10\x04\x12\x18\n\x14\x44\x45LETION_IN_PROGRESS\x10\x05\x12\x13\n\x0f\x44\x45LETION_FAILED\x10\x06\x12\x18\n\x14\x42\x41\x43KFILL_IN_PROGRESS\x10\x07*\x92\x01\n\x19\x46\x65\x61turesetSchedulingState\x12\x1c\n\x18SCHEDULING_STATE_INVALID\x10\x00\x12\x1c\n\x18SCHEDULING_STATE_ENABLED\x10\x01\x12\x1b\n\x17SCHEDULING_STATE_PAUSED\x10\x02\x12\x1c\n\x18SCHEDULING_STATE_UNKNOWN\x10\x03\x42[\n&com.qwak.ai.feature.store.features.apiP\x01Z/qwak/featurestore/features;featurestorefeaturesb\x06proto3')
27
25
 
28
- _FEATURESTATUS = DESCRIPTOR.enum_types_by_name['FeatureStatus']
29
- FeatureStatus = enum_type_wrapper.EnumTypeWrapper(_FEATURESTATUS)
30
- _FEATURESETSCHEDULINGSTATE = DESCRIPTOR.enum_types_by_name['FeaturesetSchedulingState']
31
- FeaturesetSchedulingState = enum_type_wrapper.EnumTypeWrapper(_FEATURESETSCHEDULINGSTATE)
32
- INVALID = 0
33
- VALID = 1
34
- DELETED = 2
35
- REGISTRATION_FAILED = 3
36
- REGISTRATION_IN_PROGRESS = 4
37
- DELETION_IN_PROGRESS = 5
38
- DELETION_FAILED = 6
39
- BACKFILL_IN_PROGRESS = 7
40
- SCHEDULING_STATE_INVALID = 0
41
- SCHEDULING_STATE_ENABLED = 1
42
- SCHEDULING_STATE_PAUSED = 2
43
- SCHEDULING_STATE_UNKNOWN = 3
44
-
45
-
46
- _FEATURESET = DESCRIPTOR.message_types_by_name['FeatureSet']
47
- _FEATURESETINFO = DESCRIPTOR.message_types_by_name['FeaturesetInfo']
48
- _FEATURESETSUMMARY = DESCRIPTOR.message_types_by_name['FeaturesetSummary']
49
- _FEATURESETDEFINITION = DESCRIPTOR.message_types_by_name['FeatureSetDefinition']
50
- _FEATURESETSPEC = DESCRIPTOR.message_types_by_name['FeatureSetSpec']
51
- _FEATURESETUSERMETADATA = DESCRIPTOR.message_types_by_name['FeatureSetUserMetadata']
52
- _FEATURESETVERSIONUSERMETADATA = DESCRIPTOR.message_types_by_name['FeaturesetVersionUserMetadata']
53
- _FEATURESETMETADATA = DESCRIPTOR.message_types_by_name['FeatureSetMetadata']
54
- _FEATURESETVERSIONMETADATA = DESCRIPTOR.message_types_by_name['FeaturesetVersionMetadata']
55
- _DEPLOYEDMODELINUSELINK = DESCRIPTOR.message_types_by_name['DeployedModelInUseLink']
56
- _FEATURE = DESCRIPTOR.message_types_by_name['Feature']
57
- _DEPLOYEDFEATURESETSPEC = DESCRIPTOR.message_types_by_name['DeployedFeatureSetSpec']
58
- _FEATURESETLIST = DESCRIPTOR.message_types_by_name['FeatureSetList']
59
- FeatureSet = _reflection.GeneratedProtocolMessageType('FeatureSet', (_message.Message,), {
60
- 'DESCRIPTOR' : _FEATURESET,
61
- '__module__' : 'qwak.feature_store.features.feature_set_pb2'
62
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeatureSet)
63
- })
64
- _sym_db.RegisterMessage(FeatureSet)
65
-
66
- FeaturesetInfo = _reflection.GeneratedProtocolMessageType('FeaturesetInfo', (_message.Message,), {
67
- 'DESCRIPTOR' : _FEATURESETINFO,
68
- '__module__' : 'qwak.feature_store.features.feature_set_pb2'
69
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeaturesetInfo)
70
- })
71
- _sym_db.RegisterMessage(FeaturesetInfo)
72
-
73
- FeaturesetSummary = _reflection.GeneratedProtocolMessageType('FeaturesetSummary', (_message.Message,), {
74
- 'DESCRIPTOR' : _FEATURESETSUMMARY,
75
- '__module__' : 'qwak.feature_store.features.feature_set_pb2'
76
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeaturesetSummary)
77
- })
78
- _sym_db.RegisterMessage(FeaturesetSummary)
79
-
80
- FeatureSetDefinition = _reflection.GeneratedProtocolMessageType('FeatureSetDefinition', (_message.Message,), {
81
- 'DESCRIPTOR' : _FEATURESETDEFINITION,
82
- '__module__' : 'qwak.feature_store.features.feature_set_pb2'
83
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeatureSetDefinition)
84
- })
85
- _sym_db.RegisterMessage(FeatureSetDefinition)
86
-
87
- FeatureSetSpec = _reflection.GeneratedProtocolMessageType('FeatureSetSpec', (_message.Message,), {
88
- 'DESCRIPTOR' : _FEATURESETSPEC,
89
- '__module__' : 'qwak.feature_store.features.feature_set_pb2'
90
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeatureSetSpec)
91
- })
92
- _sym_db.RegisterMessage(FeatureSetSpec)
93
-
94
- FeatureSetUserMetadata = _reflection.GeneratedProtocolMessageType('FeatureSetUserMetadata', (_message.Message,), {
95
- 'DESCRIPTOR' : _FEATURESETUSERMETADATA,
96
- '__module__' : 'qwak.feature_store.features.feature_set_pb2'
97
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeatureSetUserMetadata)
98
- })
99
- _sym_db.RegisterMessage(FeatureSetUserMetadata)
100
-
101
- FeaturesetVersionUserMetadata = _reflection.GeneratedProtocolMessageType('FeaturesetVersionUserMetadata', (_message.Message,), {
102
- 'DESCRIPTOR' : _FEATURESETVERSIONUSERMETADATA,
103
- '__module__' : 'qwak.feature_store.features.feature_set_pb2'
104
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeaturesetVersionUserMetadata)
105
- })
106
- _sym_db.RegisterMessage(FeaturesetVersionUserMetadata)
107
-
108
- FeatureSetMetadata = _reflection.GeneratedProtocolMessageType('FeatureSetMetadata', (_message.Message,), {
109
- 'DESCRIPTOR' : _FEATURESETMETADATA,
110
- '__module__' : 'qwak.feature_store.features.feature_set_pb2'
111
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeatureSetMetadata)
112
- })
113
- _sym_db.RegisterMessage(FeatureSetMetadata)
114
-
115
- FeaturesetVersionMetadata = _reflection.GeneratedProtocolMessageType('FeaturesetVersionMetadata', (_message.Message,), {
116
- 'DESCRIPTOR' : _FEATURESETVERSIONMETADATA,
117
- '__module__' : 'qwak.feature_store.features.feature_set_pb2'
118
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeaturesetVersionMetadata)
119
- })
120
- _sym_db.RegisterMessage(FeaturesetVersionMetadata)
121
-
122
- DeployedModelInUseLink = _reflection.GeneratedProtocolMessageType('DeployedModelInUseLink', (_message.Message,), {
123
- 'DESCRIPTOR' : _DEPLOYEDMODELINUSELINK,
124
- '__module__' : 'qwak.feature_store.features.feature_set_pb2'
125
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.DeployedModelInUseLink)
126
- })
127
- _sym_db.RegisterMessage(DeployedModelInUseLink)
128
-
129
- Feature = _reflection.GeneratedProtocolMessageType('Feature', (_message.Message,), {
130
- 'DESCRIPTOR' : _FEATURE,
131
- '__module__' : 'qwak.feature_store.features.feature_set_pb2'
132
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.Feature)
133
- })
134
- _sym_db.RegisterMessage(Feature)
135
-
136
- DeployedFeatureSetSpec = _reflection.GeneratedProtocolMessageType('DeployedFeatureSetSpec', (_message.Message,), {
137
- 'DESCRIPTOR' : _DEPLOYEDFEATURESETSPEC,
138
- '__module__' : 'qwak.feature_store.features.feature_set_pb2'
139
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.DeployedFeatureSetSpec)
140
- })
141
- _sym_db.RegisterMessage(DeployedFeatureSetSpec)
142
-
143
- FeatureSetList = _reflection.GeneratedProtocolMessageType('FeatureSetList', (_message.Message,), {
144
- 'DESCRIPTOR' : _FEATURESETLIST,
145
- '__module__' : 'qwak.feature_store.features.feature_set_pb2'
146
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeatureSetList)
147
- })
148
- _sym_db.RegisterMessage(FeatureSetList)
149
-
26
+ _globals = globals()
27
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
28
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.features.feature_set_pb2', _globals)
150
29
  if _descriptor._USE_C_DESCRIPTORS == False:
151
30
 
152
31
  DESCRIPTOR._options = None
@@ -165,34 +44,34 @@ if _descriptor._USE_C_DESCRIPTORS == False:
165
44
  _FEATURESETSPEC.fields_by_name['qwak_internal_protocol_version']._serialized_options = b'\030\001'
166
45
  _FEATURESETSPEC.fields_by_name['source_code_spec']._options = None
167
46
  _FEATURESETSPEC.fields_by_name['source_code_spec']._serialized_options = b'\030\001'
168
- _FEATURESTATUS._serialized_start=3234
169
- _FEATURESTATUS._serialized_end=3414
170
- _FEATURESETSCHEDULINGSTATE._serialized_start=3417
171
- _FEATURESETSCHEDULINGSTATE._serialized_end=3563
172
- _FEATURESET._serialized_start=482
173
- _FEATURESET._serialized_end=734
174
- _FEATURESETINFO._serialized_start=737
175
- _FEATURESETINFO._serialized_end=902
176
- _FEATURESETSUMMARY._serialized_start=904
177
- _FEATURESETSUMMARY._serialized_end=1024
178
- _FEATURESETDEFINITION._serialized_start=1027
179
- _FEATURESETDEFINITION._serialized_end=1657
180
- _FEATURESETSPEC._serialized_start=1660
181
- _FEATURESETSPEC._serialized_end=2263
182
- _FEATURESETUSERMETADATA._serialized_start=2266
183
- _FEATURESETUSERMETADATA._serialized_end=2450
184
- _FEATURESETVERSIONUSERMETADATA._serialized_start=2452
185
- _FEATURESETVERSIONUSERMETADATA._serialized_end=2500
186
- _FEATURESETMETADATA._serialized_start=2503
187
- _FEATURESETMETADATA._serialized_end=2764
188
- _FEATURESETVERSIONMETADATA._serialized_start=2766
189
- _FEATURESETVERSIONMETADATA._serialized_end=2861
190
- _DEPLOYEDMODELINUSELINK._serialized_start=2863
191
- _DEPLOYEDMODELINUSELINK._serialized_end=2925
192
- _FEATURE._serialized_start=2927
193
- _FEATURE._serialized_end=2980
194
- _DEPLOYEDFEATURESETSPEC._serialized_start=2983
195
- _DEPLOYEDFEATURESETSPEC._serialized_end=3150
196
- _FEATURESETLIST._serialized_start=3152
197
- _FEATURESETLIST._serialized_end=3231
47
+ _globals['_FEATURESTATUS']._serialized_start=3234
48
+ _globals['_FEATURESTATUS']._serialized_end=3414
49
+ _globals['_FEATURESETSCHEDULINGSTATE']._serialized_start=3417
50
+ _globals['_FEATURESETSCHEDULINGSTATE']._serialized_end=3563
51
+ _globals['_FEATURESET']._serialized_start=482
52
+ _globals['_FEATURESET']._serialized_end=734
53
+ _globals['_FEATURESETINFO']._serialized_start=737
54
+ _globals['_FEATURESETINFO']._serialized_end=902
55
+ _globals['_FEATURESETSUMMARY']._serialized_start=904
56
+ _globals['_FEATURESETSUMMARY']._serialized_end=1024
57
+ _globals['_FEATURESETDEFINITION']._serialized_start=1027
58
+ _globals['_FEATURESETDEFINITION']._serialized_end=1657
59
+ _globals['_FEATURESETSPEC']._serialized_start=1660
60
+ _globals['_FEATURESETSPEC']._serialized_end=2263
61
+ _globals['_FEATURESETUSERMETADATA']._serialized_start=2266
62
+ _globals['_FEATURESETUSERMETADATA']._serialized_end=2450
63
+ _globals['_FEATURESETVERSIONUSERMETADATA']._serialized_start=2452
64
+ _globals['_FEATURESETVERSIONUSERMETADATA']._serialized_end=2500
65
+ _globals['_FEATURESETMETADATA']._serialized_start=2503
66
+ _globals['_FEATURESETMETADATA']._serialized_end=2764
67
+ _globals['_FEATURESETVERSIONMETADATA']._serialized_start=2766
68
+ _globals['_FEATURESETVERSIONMETADATA']._serialized_end=2861
69
+ _globals['_DEPLOYEDMODELINUSELINK']._serialized_start=2863
70
+ _globals['_DEPLOYEDMODELINUSELINK']._serialized_end=2925
71
+ _globals['_FEATURE']._serialized_start=2927
72
+ _globals['_FEATURE']._serialized_end=2980
73
+ _globals['_DEPLOYEDFEATURESETSPEC']._serialized_start=2983
74
+ _globals['_DEPLOYEDFEATURESETSPEC']._serialized_end=3150
75
+ _globals['_FEATURESETLIST']._serialized_start=3152
76
+ _globals['_FEATURESETLIST']._serialized_end=3231
198
77
  # @@protoc_insertion_point(module_scope)