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()
@@ -18,193 +17,49 @@ from _qwak_proto.qwak.feature_store.jobs.v1 import job_pb2 as qwak_dot_feature__
18
17
 
19
18
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,qwak/feature_store/jobs/v1/job_service.proto\x12\x1aqwak.feature.store.jobs.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a$qwak/feature_store/jobs/v1/job.proto\"b\n!DeleteFeaturesetJobByJobIdRequest\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\x12\x0e\n\x06job_id\x18\x03 \x01(\t\"F\n\"DeleteFeaturesetJobByJobIdResponse\x12 \n\x18\x64\x65leted_job_record_count\x18\x01 \x01(\x05\"L\n\x0f\x41pplyJobRequest\x12\x39\n\njob_record\x18\x01 \x01(\x0b\x32%.qwak.feature.store.jobs.v1.JobRecord\":\n\x10\x41pplyJobResponse\x12\x16\n\x0ejob_running_id\x18\x01 \x01(\x03\x12\x0e\n\x06job_id\x18\x02 \x01(\t\"F\n\x15InitPaginationRequest\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\"Q\n\x16InitPaginationResponse\x12\x14\n\x0crecord_count\x18\x01 \x01(\x03\x12!\n\x19pagination_session_max_id\x18\x02 \x01(\x03\"\x8b\x01\n\x0fListJobsRequest\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\x12\x11\n\tpage_size\x18\x03 \x01(\x05\x12\x13\n\x0bpage_number\x18\x04 \x01(\x05\x12!\n\x19pagination_session_max_id\x18\x05 \x01(\x03\"G\n\x10ListJobsResponse\x12\x33\n\x04jobs\x18\x01 \x03(\x0b\x32%.qwak.feature.store.jobs.v1.JobRecord\"N\n\x1dGetLatestSuccessfulJobRequest\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\"D\n\x13GetLatestJobRequest\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\"J\n\x14GetLatestJobResponse\x12\x32\n\x03job\x18\x01 \x01(\x0b\x32%.qwak.feature.store.jobs.v1.JobRecord\"c\n\x1eGetLatestSuccessfulJobResponse\x12\x32\n\x03job\x18\x01 \x01(\x0b\x32%.qwak.feature.store.jobs.v1.JobRecord\x12\r\n\x05\x66ound\x18\x02 \x01(\x08\"#\n!GetAllLatestSuccessfulJobsRequest\"Y\n\"GetAllLatestSuccessfulJobsResponse\x12\x33\n\x04jobs\x18\x01 \x03(\x0b\x32%.qwak.feature.store.jobs.v1.JobRecord\"L\n\x1b\x44\x65leteFeaturesetJobsRequest\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\"A\n\x1c\x44\x65leteFeaturesetJobsResponse\x12!\n\x19\x64\x65leted_job_records_count\x18\x01 \x01(\x05\"\x96\x01\n\x17GetJobsSummariesRequest\x12\x34\n\x10lower_time_bound\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x36\n\x10upper_time_bound\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x42\r\n\x0bupper_bound\"j\n\x18GetJobsSummariesResponse\x12N\n\x0ejobs_summaries\x18\x01 \x03(\x0b\x32\x36.qwak.feature.store.jobs.v1.FeaturesetLevelJobsSummary2\x9f\t\n\nJobService\x12\x65\n\x08\x41pplyJob\x12+.qwak.feature.store.jobs.v1.ApplyJobRequest\x1a,.qwak.feature.store.jobs.v1.ApplyJobResponse\x12w\n\x0eInitPagination\x12\x31.qwak.feature.store.jobs.v1.InitPaginationRequest\x1a\x32.qwak.feature.store.jobs.v1.InitPaginationResponse\x12\x65\n\x08ListJobs\x12+.qwak.feature.store.jobs.v1.ListJobsRequest\x1a,.qwak.feature.store.jobs.v1.ListJobsResponse\x12\x8f\x01\n\x16GetLatestSuccessfulJob\x12\x39.qwak.feature.store.jobs.v1.GetLatestSuccessfulJobRequest\x1a:.qwak.feature.store.jobs.v1.GetLatestSuccessfulJobResponse\x12\x9b\x01\n\x1aGetAllLatestSuccessfulJobs\x12=.qwak.feature.store.jobs.v1.GetAllLatestSuccessfulJobsRequest\x1a>.qwak.feature.store.jobs.v1.GetAllLatestSuccessfulJobsResponse\x12q\n\x0cGetLatestJob\x12/.qwak.feature.store.jobs.v1.GetLatestJobRequest\x1a\x30.qwak.feature.store.jobs.v1.GetLatestJobResponse\x12\x89\x01\n\x14\x44\x65leteFeaturesetJobs\x12\x37.qwak.feature.store.jobs.v1.DeleteFeaturesetJobsRequest\x1a\x38.qwak.feature.store.jobs.v1.DeleteFeaturesetJobsResponse\x12\x9b\x01\n\x1a\x44\x65leteFeaturesetJobByJobId\x12=.qwak.feature.store.jobs.v1.DeleteFeaturesetJobByJobIdRequest\x1a>.qwak.feature.store.jobs.v1.DeleteFeaturesetJobByJobIdResponse\x12}\n\x10GetJobsSummaries\x12\x33.qwak.feature.store.jobs.v1.GetJobsSummariesRequest\x1a\x34.qwak.feature.store.jobs.v1.GetJobsSummariesResponseB=\n%com.qwak.ai.feature.store.jobs.v1.apiP\x01Z\x12qwak/fsjobs;fsjobsb\x06proto3')
20
19
 
21
-
22
-
23
- _DELETEFEATURESETJOBBYJOBIDREQUEST = DESCRIPTOR.message_types_by_name['DeleteFeaturesetJobByJobIdRequest']
24
- _DELETEFEATURESETJOBBYJOBIDRESPONSE = DESCRIPTOR.message_types_by_name['DeleteFeaturesetJobByJobIdResponse']
25
- _APPLYJOBREQUEST = DESCRIPTOR.message_types_by_name['ApplyJobRequest']
26
- _APPLYJOBRESPONSE = DESCRIPTOR.message_types_by_name['ApplyJobResponse']
27
- _INITPAGINATIONREQUEST = DESCRIPTOR.message_types_by_name['InitPaginationRequest']
28
- _INITPAGINATIONRESPONSE = DESCRIPTOR.message_types_by_name['InitPaginationResponse']
29
- _LISTJOBSREQUEST = DESCRIPTOR.message_types_by_name['ListJobsRequest']
30
- _LISTJOBSRESPONSE = DESCRIPTOR.message_types_by_name['ListJobsResponse']
31
- _GETLATESTSUCCESSFULJOBREQUEST = DESCRIPTOR.message_types_by_name['GetLatestSuccessfulJobRequest']
32
- _GETLATESTJOBREQUEST = DESCRIPTOR.message_types_by_name['GetLatestJobRequest']
33
- _GETLATESTJOBRESPONSE = DESCRIPTOR.message_types_by_name['GetLatestJobResponse']
34
- _GETLATESTSUCCESSFULJOBRESPONSE = DESCRIPTOR.message_types_by_name['GetLatestSuccessfulJobResponse']
35
- _GETALLLATESTSUCCESSFULJOBSREQUEST = DESCRIPTOR.message_types_by_name['GetAllLatestSuccessfulJobsRequest']
36
- _GETALLLATESTSUCCESSFULJOBSRESPONSE = DESCRIPTOR.message_types_by_name['GetAllLatestSuccessfulJobsResponse']
37
- _DELETEFEATURESETJOBSREQUEST = DESCRIPTOR.message_types_by_name['DeleteFeaturesetJobsRequest']
38
- _DELETEFEATURESETJOBSRESPONSE = DESCRIPTOR.message_types_by_name['DeleteFeaturesetJobsResponse']
39
- _GETJOBSSUMMARIESREQUEST = DESCRIPTOR.message_types_by_name['GetJobsSummariesRequest']
40
- _GETJOBSSUMMARIESRESPONSE = DESCRIPTOR.message_types_by_name['GetJobsSummariesResponse']
41
- DeleteFeaturesetJobByJobIdRequest = _reflection.GeneratedProtocolMessageType('DeleteFeaturesetJobByJobIdRequest', (_message.Message,), {
42
- 'DESCRIPTOR' : _DELETEFEATURESETJOBBYJOBIDREQUEST,
43
- '__module__' : 'qwak.feature_store.jobs.v1.job_service_pb2'
44
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.DeleteFeaturesetJobByJobIdRequest)
45
- })
46
- _sym_db.RegisterMessage(DeleteFeaturesetJobByJobIdRequest)
47
-
48
- DeleteFeaturesetJobByJobIdResponse = _reflection.GeneratedProtocolMessageType('DeleteFeaturesetJobByJobIdResponse', (_message.Message,), {
49
- 'DESCRIPTOR' : _DELETEFEATURESETJOBBYJOBIDRESPONSE,
50
- '__module__' : 'qwak.feature_store.jobs.v1.job_service_pb2'
51
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.DeleteFeaturesetJobByJobIdResponse)
52
- })
53
- _sym_db.RegisterMessage(DeleteFeaturesetJobByJobIdResponse)
54
-
55
- ApplyJobRequest = _reflection.GeneratedProtocolMessageType('ApplyJobRequest', (_message.Message,), {
56
- 'DESCRIPTOR' : _APPLYJOBREQUEST,
57
- '__module__' : 'qwak.feature_store.jobs.v1.job_service_pb2'
58
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.ApplyJobRequest)
59
- })
60
- _sym_db.RegisterMessage(ApplyJobRequest)
61
-
62
- ApplyJobResponse = _reflection.GeneratedProtocolMessageType('ApplyJobResponse', (_message.Message,), {
63
- 'DESCRIPTOR' : _APPLYJOBRESPONSE,
64
- '__module__' : 'qwak.feature_store.jobs.v1.job_service_pb2'
65
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.ApplyJobResponse)
66
- })
67
- _sym_db.RegisterMessage(ApplyJobResponse)
68
-
69
- InitPaginationRequest = _reflection.GeneratedProtocolMessageType('InitPaginationRequest', (_message.Message,), {
70
- 'DESCRIPTOR' : _INITPAGINATIONREQUEST,
71
- '__module__' : 'qwak.feature_store.jobs.v1.job_service_pb2'
72
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.InitPaginationRequest)
73
- })
74
- _sym_db.RegisterMessage(InitPaginationRequest)
75
-
76
- InitPaginationResponse = _reflection.GeneratedProtocolMessageType('InitPaginationResponse', (_message.Message,), {
77
- 'DESCRIPTOR' : _INITPAGINATIONRESPONSE,
78
- '__module__' : 'qwak.feature_store.jobs.v1.job_service_pb2'
79
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.InitPaginationResponse)
80
- })
81
- _sym_db.RegisterMessage(InitPaginationResponse)
82
-
83
- ListJobsRequest = _reflection.GeneratedProtocolMessageType('ListJobsRequest', (_message.Message,), {
84
- 'DESCRIPTOR' : _LISTJOBSREQUEST,
85
- '__module__' : 'qwak.feature_store.jobs.v1.job_service_pb2'
86
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.ListJobsRequest)
87
- })
88
- _sym_db.RegisterMessage(ListJobsRequest)
89
-
90
- ListJobsResponse = _reflection.GeneratedProtocolMessageType('ListJobsResponse', (_message.Message,), {
91
- 'DESCRIPTOR' : _LISTJOBSRESPONSE,
92
- '__module__' : 'qwak.feature_store.jobs.v1.job_service_pb2'
93
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.ListJobsResponse)
94
- })
95
- _sym_db.RegisterMessage(ListJobsResponse)
96
-
97
- GetLatestSuccessfulJobRequest = _reflection.GeneratedProtocolMessageType('GetLatestSuccessfulJobRequest', (_message.Message,), {
98
- 'DESCRIPTOR' : _GETLATESTSUCCESSFULJOBREQUEST,
99
- '__module__' : 'qwak.feature_store.jobs.v1.job_service_pb2'
100
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.GetLatestSuccessfulJobRequest)
101
- })
102
- _sym_db.RegisterMessage(GetLatestSuccessfulJobRequest)
103
-
104
- GetLatestJobRequest = _reflection.GeneratedProtocolMessageType('GetLatestJobRequest', (_message.Message,), {
105
- 'DESCRIPTOR' : _GETLATESTJOBREQUEST,
106
- '__module__' : 'qwak.feature_store.jobs.v1.job_service_pb2'
107
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.GetLatestJobRequest)
108
- })
109
- _sym_db.RegisterMessage(GetLatestJobRequest)
110
-
111
- GetLatestJobResponse = _reflection.GeneratedProtocolMessageType('GetLatestJobResponse', (_message.Message,), {
112
- 'DESCRIPTOR' : _GETLATESTJOBRESPONSE,
113
- '__module__' : 'qwak.feature_store.jobs.v1.job_service_pb2'
114
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.GetLatestJobResponse)
115
- })
116
- _sym_db.RegisterMessage(GetLatestJobResponse)
117
-
118
- GetLatestSuccessfulJobResponse = _reflection.GeneratedProtocolMessageType('GetLatestSuccessfulJobResponse', (_message.Message,), {
119
- 'DESCRIPTOR' : _GETLATESTSUCCESSFULJOBRESPONSE,
120
- '__module__' : 'qwak.feature_store.jobs.v1.job_service_pb2'
121
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.GetLatestSuccessfulJobResponse)
122
- })
123
- _sym_db.RegisterMessage(GetLatestSuccessfulJobResponse)
124
-
125
- GetAllLatestSuccessfulJobsRequest = _reflection.GeneratedProtocolMessageType('GetAllLatestSuccessfulJobsRequest', (_message.Message,), {
126
- 'DESCRIPTOR' : _GETALLLATESTSUCCESSFULJOBSREQUEST,
127
- '__module__' : 'qwak.feature_store.jobs.v1.job_service_pb2'
128
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.GetAllLatestSuccessfulJobsRequest)
129
- })
130
- _sym_db.RegisterMessage(GetAllLatestSuccessfulJobsRequest)
131
-
132
- GetAllLatestSuccessfulJobsResponse = _reflection.GeneratedProtocolMessageType('GetAllLatestSuccessfulJobsResponse', (_message.Message,), {
133
- 'DESCRIPTOR' : _GETALLLATESTSUCCESSFULJOBSRESPONSE,
134
- '__module__' : 'qwak.feature_store.jobs.v1.job_service_pb2'
135
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.GetAllLatestSuccessfulJobsResponse)
136
- })
137
- _sym_db.RegisterMessage(GetAllLatestSuccessfulJobsResponse)
138
-
139
- DeleteFeaturesetJobsRequest = _reflection.GeneratedProtocolMessageType('DeleteFeaturesetJobsRequest', (_message.Message,), {
140
- 'DESCRIPTOR' : _DELETEFEATURESETJOBSREQUEST,
141
- '__module__' : 'qwak.feature_store.jobs.v1.job_service_pb2'
142
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.DeleteFeaturesetJobsRequest)
143
- })
144
- _sym_db.RegisterMessage(DeleteFeaturesetJobsRequest)
145
-
146
- DeleteFeaturesetJobsResponse = _reflection.GeneratedProtocolMessageType('DeleteFeaturesetJobsResponse', (_message.Message,), {
147
- 'DESCRIPTOR' : _DELETEFEATURESETJOBSRESPONSE,
148
- '__module__' : 'qwak.feature_store.jobs.v1.job_service_pb2'
149
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.DeleteFeaturesetJobsResponse)
150
- })
151
- _sym_db.RegisterMessage(DeleteFeaturesetJobsResponse)
152
-
153
- GetJobsSummariesRequest = _reflection.GeneratedProtocolMessageType('GetJobsSummariesRequest', (_message.Message,), {
154
- 'DESCRIPTOR' : _GETJOBSSUMMARIESREQUEST,
155
- '__module__' : 'qwak.feature_store.jobs.v1.job_service_pb2'
156
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.GetJobsSummariesRequest)
157
- })
158
- _sym_db.RegisterMessage(GetJobsSummariesRequest)
159
-
160
- GetJobsSummariesResponse = _reflection.GeneratedProtocolMessageType('GetJobsSummariesResponse', (_message.Message,), {
161
- 'DESCRIPTOR' : _GETJOBSSUMMARIESRESPONSE,
162
- '__module__' : 'qwak.feature_store.jobs.v1.job_service_pb2'
163
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.GetJobsSummariesResponse)
164
- })
165
- _sym_db.RegisterMessage(GetJobsSummariesResponse)
166
-
167
- _JOBSERVICE = DESCRIPTOR.services_by_name['JobService']
20
+ _globals = globals()
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.jobs.v1.job_service_pb2', _globals)
168
23
  if _descriptor._USE_C_DESCRIPTORS == False:
169
24
 
170
25
  DESCRIPTOR._options = None
171
26
  DESCRIPTOR._serialized_options = b'\n%com.qwak.ai.feature.store.jobs.v1.apiP\001Z\022qwak/fsjobs;fsjobs'
172
- _DELETEFEATURESETJOBBYJOBIDREQUEST._serialized_start=147
173
- _DELETEFEATURESETJOBBYJOBIDREQUEST._serialized_end=245
174
- _DELETEFEATURESETJOBBYJOBIDRESPONSE._serialized_start=247
175
- _DELETEFEATURESETJOBBYJOBIDRESPONSE._serialized_end=317
176
- _APPLYJOBREQUEST._serialized_start=319
177
- _APPLYJOBREQUEST._serialized_end=395
178
- _APPLYJOBRESPONSE._serialized_start=397
179
- _APPLYJOBRESPONSE._serialized_end=455
180
- _INITPAGINATIONREQUEST._serialized_start=457
181
- _INITPAGINATIONREQUEST._serialized_end=527
182
- _INITPAGINATIONRESPONSE._serialized_start=529
183
- _INITPAGINATIONRESPONSE._serialized_end=610
184
- _LISTJOBSREQUEST._serialized_start=613
185
- _LISTJOBSREQUEST._serialized_end=752
186
- _LISTJOBSRESPONSE._serialized_start=754
187
- _LISTJOBSRESPONSE._serialized_end=825
188
- _GETLATESTSUCCESSFULJOBREQUEST._serialized_start=827
189
- _GETLATESTSUCCESSFULJOBREQUEST._serialized_end=905
190
- _GETLATESTJOBREQUEST._serialized_start=907
191
- _GETLATESTJOBREQUEST._serialized_end=975
192
- _GETLATESTJOBRESPONSE._serialized_start=977
193
- _GETLATESTJOBRESPONSE._serialized_end=1051
194
- _GETLATESTSUCCESSFULJOBRESPONSE._serialized_start=1053
195
- _GETLATESTSUCCESSFULJOBRESPONSE._serialized_end=1152
196
- _GETALLLATESTSUCCESSFULJOBSREQUEST._serialized_start=1154
197
- _GETALLLATESTSUCCESSFULJOBSREQUEST._serialized_end=1189
198
- _GETALLLATESTSUCCESSFULJOBSRESPONSE._serialized_start=1191
199
- _GETALLLATESTSUCCESSFULJOBSRESPONSE._serialized_end=1280
200
- _DELETEFEATURESETJOBSREQUEST._serialized_start=1282
201
- _DELETEFEATURESETJOBSREQUEST._serialized_end=1358
202
- _DELETEFEATURESETJOBSRESPONSE._serialized_start=1360
203
- _DELETEFEATURESETJOBSRESPONSE._serialized_end=1425
204
- _GETJOBSSUMMARIESREQUEST._serialized_start=1428
205
- _GETJOBSSUMMARIESREQUEST._serialized_end=1578
206
- _GETJOBSSUMMARIESRESPONSE._serialized_start=1580
207
- _GETJOBSSUMMARIESRESPONSE._serialized_end=1686
208
- _JOBSERVICE._serialized_start=1689
209
- _JOBSERVICE._serialized_end=2872
27
+ _globals['_DELETEFEATURESETJOBBYJOBIDREQUEST']._serialized_start=147
28
+ _globals['_DELETEFEATURESETJOBBYJOBIDREQUEST']._serialized_end=245
29
+ _globals['_DELETEFEATURESETJOBBYJOBIDRESPONSE']._serialized_start=247
30
+ _globals['_DELETEFEATURESETJOBBYJOBIDRESPONSE']._serialized_end=317
31
+ _globals['_APPLYJOBREQUEST']._serialized_start=319
32
+ _globals['_APPLYJOBREQUEST']._serialized_end=395
33
+ _globals['_APPLYJOBRESPONSE']._serialized_start=397
34
+ _globals['_APPLYJOBRESPONSE']._serialized_end=455
35
+ _globals['_INITPAGINATIONREQUEST']._serialized_start=457
36
+ _globals['_INITPAGINATIONREQUEST']._serialized_end=527
37
+ _globals['_INITPAGINATIONRESPONSE']._serialized_start=529
38
+ _globals['_INITPAGINATIONRESPONSE']._serialized_end=610
39
+ _globals['_LISTJOBSREQUEST']._serialized_start=613
40
+ _globals['_LISTJOBSREQUEST']._serialized_end=752
41
+ _globals['_LISTJOBSRESPONSE']._serialized_start=754
42
+ _globals['_LISTJOBSRESPONSE']._serialized_end=825
43
+ _globals['_GETLATESTSUCCESSFULJOBREQUEST']._serialized_start=827
44
+ _globals['_GETLATESTSUCCESSFULJOBREQUEST']._serialized_end=905
45
+ _globals['_GETLATESTJOBREQUEST']._serialized_start=907
46
+ _globals['_GETLATESTJOBREQUEST']._serialized_end=975
47
+ _globals['_GETLATESTJOBRESPONSE']._serialized_start=977
48
+ _globals['_GETLATESTJOBRESPONSE']._serialized_end=1051
49
+ _globals['_GETLATESTSUCCESSFULJOBRESPONSE']._serialized_start=1053
50
+ _globals['_GETLATESTSUCCESSFULJOBRESPONSE']._serialized_end=1152
51
+ _globals['_GETALLLATESTSUCCESSFULJOBSREQUEST']._serialized_start=1154
52
+ _globals['_GETALLLATESTSUCCESSFULJOBSREQUEST']._serialized_end=1189
53
+ _globals['_GETALLLATESTSUCCESSFULJOBSRESPONSE']._serialized_start=1191
54
+ _globals['_GETALLLATESTSUCCESSFULJOBSRESPONSE']._serialized_end=1280
55
+ _globals['_DELETEFEATURESETJOBSREQUEST']._serialized_start=1282
56
+ _globals['_DELETEFEATURESETJOBSREQUEST']._serialized_end=1358
57
+ _globals['_DELETEFEATURESETJOBSRESPONSE']._serialized_start=1360
58
+ _globals['_DELETEFEATURESETJOBSRESPONSE']._serialized_end=1425
59
+ _globals['_GETJOBSSUMMARIESREQUEST']._serialized_start=1428
60
+ _globals['_GETJOBSSUMMARIESREQUEST']._serialized_end=1578
61
+ _globals['_GETJOBSSUMMARIESRESPONSE']._serialized_start=1580
62
+ _globals['_GETJOBSSUMMARIESRESPONSE']._serialized_end=1686
63
+ _globals['_JOBSERVICE']._serialized_start=1689
64
+ _globals['_JOBSERVICE']._serialized_end=2872
210
65
  # @@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,30 +16,15 @@ from _qwak_proto.qwak.feature_store.repository.common import platform_pb2 as qwa
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2qwak/feature_store/platform/platform_details.proto\x12\x1bqwak.feature.store.platform\x1a\x33qwak/feature_store/repository/common/platform.proto\"\x9e\x01\n\x0fPlatformDetails\x12Q\n\x11platform_settings\x18\x01 \x01(\x0b\x32\x36.qwak.feature.store.repository.common.PlatformSettings\x12\x38\n\tauth_type\x18\x02 \x01(\x0b\x32%.qwak.feature.store.platform.AuthType\"&\n\x08\x41uthType\x12\x12\n\x08token_id\x18\x01 \x01(\tH\x00\x42\x06\n\x04typeB[\n&com.qwak.ai.feature.store.platform.apiP\x01Z/qwak/featurestore/features;featurestorefeaturesb\x06proto3')
19
18
 
20
-
21
-
22
- _PLATFORMDETAILS = DESCRIPTOR.message_types_by_name['PlatformDetails']
23
- _AUTHTYPE = DESCRIPTOR.message_types_by_name['AuthType']
24
- PlatformDetails = _reflection.GeneratedProtocolMessageType('PlatformDetails', (_message.Message,), {
25
- 'DESCRIPTOR' : _PLATFORMDETAILS,
26
- '__module__' : 'qwak.feature_store.platform.platform_details_pb2'
27
- # @@protoc_insertion_point(class_scope:qwak.feature.store.platform.PlatformDetails)
28
- })
29
- _sym_db.RegisterMessage(PlatformDetails)
30
-
31
- AuthType = _reflection.GeneratedProtocolMessageType('AuthType', (_message.Message,), {
32
- 'DESCRIPTOR' : _AUTHTYPE,
33
- '__module__' : 'qwak.feature_store.platform.platform_details_pb2'
34
- # @@protoc_insertion_point(class_scope:qwak.feature.store.platform.AuthType)
35
- })
36
- _sym_db.RegisterMessage(AuthType)
37
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.platform.platform_details_pb2', _globals)
38
22
  if _descriptor._USE_C_DESCRIPTORS == False:
39
23
 
40
24
  DESCRIPTOR._options = None
41
25
  DESCRIPTOR._serialized_options = b'\n&com.qwak.ai.feature.store.platform.apiP\001Z/qwak/featurestore/features;featurestorefeatures'
42
- _PLATFORMDETAILS._serialized_start=137
43
- _PLATFORMDETAILS._serialized_end=295
44
- _AUTHTYPE._serialized_start=297
45
- _AUTHTYPE._serialized_end=335
26
+ _globals['_PLATFORMDETAILS']._serialized_start=137
27
+ _globals['_PLATFORMDETAILS']._serialized_end=295
28
+ _globals['_AUTHTYPE']._serialized_start=297
29
+ _globals['_AUTHTYPE']._serialized_end=335
46
30
  # @@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/reports/report.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()
@@ -18,58 +16,21 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
18
16
 
19
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'qwak/feature_store/reports/report.proto\x12\x17qwak.feature.store.jobs\x1a\x1fgoogle/protobuf/timestamp.proto\"\xd4\x01\n\x18\x42\x61tchJobIngestionDetails\x12\x38\n\x14\x62\x61tch_execution_date\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12?\n\x1bingestion_window_start_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12=\n\x19ingestion_window_end_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\x1e\n\x1cStreamingJobIngestionDetails\")\n\'StreamingAggregationJobIngestionDetails\"\xec\x04\n\tJobReport\x12T\n\x17\x62\x61tch_ingestion_details\x18\x01 \x01(\x0b\x32\x31.qwak.feature.store.jobs.BatchJobIngestionDetailsH\x00\x12\\\n\x1bstreaming_ingestion_details\x18\x02 \x01(\x0b\x32\x35.qwak.feature.store.jobs.StreamingJobIngestionDetailsH\x00\x12l\n streaming_aggr_ingestion_details\x18\x03 \x01(\x0b\x32@.qwak.feature.store.jobs.StreamingAggregationJobIngestionDetailsH\x00\x12\x1c\n\x14num_affected_records\x18\x04 \x01(\x03\x12\x32\n\x0erun_start_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0crun_end_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\x0c\x65xecution_id\x18\x07 \x01(\x03\x12\x16\n\x0e\x65nvironment_id\x18\x08 \x01(\t\x12\x15\n\rfeatureset_id\x18\t \x01(\t\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\n \x01(\t\x12\x32\n\x06status\x18\x0b \x01(\x0e\x32\".qwak.feature.store.jobs.JobStatus\x12\x12\n\ntry_number\x18\x0c \x01(\x05\x42\x13\n\x11ingestion_details*m\n\tJobStatus\x12\x16\n\x12JOB_STATUS_INVALID\x10\x00\x12\x16\n\x12JOB_STATUS_SUCCESS\x10\x01\x12\x16\n\x12JOB_STATUS_FAILURE\x10\x02\x12\x18\n\x14JOB_STATUS_TOO_EARLY\x10\x03\x42%\n!com.qwak.ai.feature.store.reportsP\x01\x62\x06proto3')
20
18
 
21
- _JOBSTATUS = DESCRIPTOR.enum_types_by_name['JobStatus']
22
- JobStatus = enum_type_wrapper.EnumTypeWrapper(_JOBSTATUS)
23
- JOB_STATUS_INVALID = 0
24
- JOB_STATUS_SUCCESS = 1
25
- JOB_STATUS_FAILURE = 2
26
- JOB_STATUS_TOO_EARLY = 3
27
-
28
-
29
- _BATCHJOBINGESTIONDETAILS = DESCRIPTOR.message_types_by_name['BatchJobIngestionDetails']
30
- _STREAMINGJOBINGESTIONDETAILS = DESCRIPTOR.message_types_by_name['StreamingJobIngestionDetails']
31
- _STREAMINGAGGREGATIONJOBINGESTIONDETAILS = DESCRIPTOR.message_types_by_name['StreamingAggregationJobIngestionDetails']
32
- _JOBREPORT = DESCRIPTOR.message_types_by_name['JobReport']
33
- BatchJobIngestionDetails = _reflection.GeneratedProtocolMessageType('BatchJobIngestionDetails', (_message.Message,), {
34
- 'DESCRIPTOR' : _BATCHJOBINGESTIONDETAILS,
35
- '__module__' : 'qwak.feature_store.reports.report_pb2'
36
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.BatchJobIngestionDetails)
37
- })
38
- _sym_db.RegisterMessage(BatchJobIngestionDetails)
39
-
40
- StreamingJobIngestionDetails = _reflection.GeneratedProtocolMessageType('StreamingJobIngestionDetails', (_message.Message,), {
41
- 'DESCRIPTOR' : _STREAMINGJOBINGESTIONDETAILS,
42
- '__module__' : 'qwak.feature_store.reports.report_pb2'
43
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.StreamingJobIngestionDetails)
44
- })
45
- _sym_db.RegisterMessage(StreamingJobIngestionDetails)
46
-
47
- StreamingAggregationJobIngestionDetails = _reflection.GeneratedProtocolMessageType('StreamingAggregationJobIngestionDetails', (_message.Message,), {
48
- 'DESCRIPTOR' : _STREAMINGAGGREGATIONJOBINGESTIONDETAILS,
49
- '__module__' : 'qwak.feature_store.reports.report_pb2'
50
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.StreamingAggregationJobIngestionDetails)
51
- })
52
- _sym_db.RegisterMessage(StreamingAggregationJobIngestionDetails)
53
-
54
- JobReport = _reflection.GeneratedProtocolMessageType('JobReport', (_message.Message,), {
55
- 'DESCRIPTOR' : _JOBREPORT,
56
- '__module__' : 'qwak.feature_store.reports.report_pb2'
57
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.JobReport)
58
- })
59
- _sym_db.RegisterMessage(JobReport)
60
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.reports.report_pb2', _globals)
61
22
  if _descriptor._USE_C_DESCRIPTORS == False:
62
23
 
63
24
  DESCRIPTOR._options = None
64
25
  DESCRIPTOR._serialized_options = b'\n!com.qwak.ai.feature.store.reportsP\001'
65
- _JOBSTATUS._serialized_start=1014
66
- _JOBSTATUS._serialized_end=1123
67
- _BATCHJOBINGESTIONDETAILS._serialized_start=102
68
- _BATCHJOBINGESTIONDETAILS._serialized_end=314
69
- _STREAMINGJOBINGESTIONDETAILS._serialized_start=316
70
- _STREAMINGJOBINGESTIONDETAILS._serialized_end=346
71
- _STREAMINGAGGREGATIONJOBINGESTIONDETAILS._serialized_start=348
72
- _STREAMINGAGGREGATIONJOBINGESTIONDETAILS._serialized_end=389
73
- _JOBREPORT._serialized_start=392
74
- _JOBREPORT._serialized_end=1012
26
+ _globals['_JOBSTATUS']._serialized_start=1014
27
+ _globals['_JOBSTATUS']._serialized_end=1123
28
+ _globals['_BATCHJOBINGESTIONDETAILS']._serialized_start=102
29
+ _globals['_BATCHJOBINGESTIONDETAILS']._serialized_end=314
30
+ _globals['_STREAMINGJOBINGESTIONDETAILS']._serialized_start=316
31
+ _globals['_STREAMINGJOBINGESTIONDETAILS']._serialized_end=346
32
+ _globals['_STREAMINGAGGREGATIONJOBINGESTIONDETAILS']._serialized_start=348
33
+ _globals['_STREAMINGAGGREGATIONJOBINGESTIONDETAILS']._serialized_end=389
34
+ _globals['_JOBREPORT']._serialized_start=392
35
+ _globals['_JOBREPORT']._serialized_end=1012
75
36
  # @@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()
@@ -16,40 +15,17 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3qwak/feature_store/repository/common/platform.proto\x12$qwak.feature.store.repository.common\"\xb6\x01\n\x10PlatformSettings\x12S\n\x12repository_setting\x18\x01 \x01(\x0b\x32\x37.qwak.feature.store.repository.common.RepositorySetting\x12M\n\x0fproject_setting\x18\x02 \x01(\x0b\x32\x34.qwak.feature.store.repository.common.ProjectSetting\"+\n\x11RepositorySetting\x12\x16\n\x0erepository_key\x18\x01 \x01(\t\"=\n\x0eProjectSetting\x12\x15\n\x0bproject_key\x18\x02 \x01(\tH\x00\x42\x14\n\x12project_identifierBj\n/com.qwak.ai.feature.store.repository.common.apiP\x01Z5qwak/featurestore/source/repository;source_repositoryb\x06proto3')
18
17
 
19
-
20
-
21
- _PLATFORMSETTINGS = DESCRIPTOR.message_types_by_name['PlatformSettings']
22
- _REPOSITORYSETTING = DESCRIPTOR.message_types_by_name['RepositorySetting']
23
- _PROJECTSETTING = DESCRIPTOR.message_types_by_name['ProjectSetting']
24
- PlatformSettings = _reflection.GeneratedProtocolMessageType('PlatformSettings', (_message.Message,), {
25
- 'DESCRIPTOR' : _PLATFORMSETTINGS,
26
- '__module__' : 'qwak.feature_store.repository.common.platform_pb2'
27
- # @@protoc_insertion_point(class_scope:qwak.feature.store.repository.common.PlatformSettings)
28
- })
29
- _sym_db.RegisterMessage(PlatformSettings)
30
-
31
- RepositorySetting = _reflection.GeneratedProtocolMessageType('RepositorySetting', (_message.Message,), {
32
- 'DESCRIPTOR' : _REPOSITORYSETTING,
33
- '__module__' : 'qwak.feature_store.repository.common.platform_pb2'
34
- # @@protoc_insertion_point(class_scope:qwak.feature.store.repository.common.RepositorySetting)
35
- })
36
- _sym_db.RegisterMessage(RepositorySetting)
37
-
38
- ProjectSetting = _reflection.GeneratedProtocolMessageType('ProjectSetting', (_message.Message,), {
39
- 'DESCRIPTOR' : _PROJECTSETTING,
40
- '__module__' : 'qwak.feature_store.repository.common.platform_pb2'
41
- # @@protoc_insertion_point(class_scope:qwak.feature.store.repository.common.ProjectSetting)
42
- })
43
- _sym_db.RegisterMessage(ProjectSetting)
44
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.repository.common.platform_pb2', _globals)
45
21
  if _descriptor._USE_C_DESCRIPTORS == False:
46
22
 
47
23
  DESCRIPTOR._options = None
48
24
  DESCRIPTOR._serialized_options = b'\n/com.qwak.ai.feature.store.repository.common.apiP\001Z5qwak/featurestore/source/repository;source_repository'
49
- _PLATFORMSETTINGS._serialized_start=94
50
- _PLATFORMSETTINGS._serialized_end=276
51
- _REPOSITORYSETTING._serialized_start=278
52
- _REPOSITORYSETTING._serialized_end=321
53
- _PROJECTSETTING._serialized_start=323
54
- _PROJECTSETTING._serialized_end=384
25
+ _globals['_PLATFORMSETTINGS']._serialized_start=94
26
+ _globals['_PLATFORMSETTINGS']._serialized_end=276
27
+ _globals['_REPOSITORYSETTING']._serialized_start=278
28
+ _globals['_REPOSITORYSETTING']._serialized_end=321
29
+ _globals['_PROJECTSETTING']._serialized_start=323
30
+ _globals['_PROJECTSETTING']._serialized_end=384
55
31
  # @@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,53 +16,21 @@ from _qwak_proto.qwak.feature_store.serving import metadata_pb2 as qwak_dot_feat
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+qwak/feature_store/serving/management.proto\x12%com.qwak.ai.feature.store.serving.api\x1a)qwak/feature_store/serving/metadata.proto\"<\n#GetFeaturesetMemoryUsageByIdRequest\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\"}\n$GetFeaturesetMemoryUsageByIdResponse\x12U\n\x05usage\x18\x01 \x01(\x0b\x32\x46.com.qwak.ai.feature.store.serving.metadata.FeaturesetMemoryUsageStats\".\n,GetFeaturesetMemoryUsageByEnvironmentRequest\"\x8c\x01\n-GetFeaturesetMemoryUsageByEnvironmentResponse\x12[\n\x0busage_stats\x18\x01 \x03(\x0b\x32\x46.com.qwak.ai.feature.store.serving.metadata.FeaturesetMemoryUsageStats2\xac\x03\n\x1b\x46\x65\x61turesetManagementService\x12\xb7\x01\n\x1cGetFeaturesetMemoryUsageById\x12J.com.qwak.ai.feature.store.serving.api.GetFeaturesetMemoryUsageByIdRequest\x1aK.com.qwak.ai.feature.store.serving.api.GetFeaturesetMemoryUsageByIdResponse\x12\xd2\x01\n%GetFeaturesetMemoryUsageByEnvironment\x12S.com.qwak.ai.feature.store.serving.api.GetFeaturesetMemoryUsageByEnvironmentRequest\x1aT.com.qwak.ai.feature.store.serving.api.GetFeaturesetMemoryUsageByEnvironmentResponseB\'\n%com.qwak.ai.feature.store.serving.apib\x06proto3')
19
18
 
20
-
21
-
22
- _GETFEATURESETMEMORYUSAGEBYIDREQUEST = DESCRIPTOR.message_types_by_name['GetFeaturesetMemoryUsageByIdRequest']
23
- _GETFEATURESETMEMORYUSAGEBYIDRESPONSE = DESCRIPTOR.message_types_by_name['GetFeaturesetMemoryUsageByIdResponse']
24
- _GETFEATURESETMEMORYUSAGEBYENVIRONMENTREQUEST = DESCRIPTOR.message_types_by_name['GetFeaturesetMemoryUsageByEnvironmentRequest']
25
- _GETFEATURESETMEMORYUSAGEBYENVIRONMENTRESPONSE = DESCRIPTOR.message_types_by_name['GetFeaturesetMemoryUsageByEnvironmentResponse']
26
- GetFeaturesetMemoryUsageByIdRequest = _reflection.GeneratedProtocolMessageType('GetFeaturesetMemoryUsageByIdRequest', (_message.Message,), {
27
- 'DESCRIPTOR' : _GETFEATURESETMEMORYUSAGEBYIDREQUEST,
28
- '__module__' : 'qwak.feature_store.serving.management_pb2'
29
- # @@protoc_insertion_point(class_scope:com.qwak.ai.feature.store.serving.api.GetFeaturesetMemoryUsageByIdRequest)
30
- })
31
- _sym_db.RegisterMessage(GetFeaturesetMemoryUsageByIdRequest)
32
-
33
- GetFeaturesetMemoryUsageByIdResponse = _reflection.GeneratedProtocolMessageType('GetFeaturesetMemoryUsageByIdResponse', (_message.Message,), {
34
- 'DESCRIPTOR' : _GETFEATURESETMEMORYUSAGEBYIDRESPONSE,
35
- '__module__' : 'qwak.feature_store.serving.management_pb2'
36
- # @@protoc_insertion_point(class_scope:com.qwak.ai.feature.store.serving.api.GetFeaturesetMemoryUsageByIdResponse)
37
- })
38
- _sym_db.RegisterMessage(GetFeaturesetMemoryUsageByIdResponse)
39
-
40
- GetFeaturesetMemoryUsageByEnvironmentRequest = _reflection.GeneratedProtocolMessageType('GetFeaturesetMemoryUsageByEnvironmentRequest', (_message.Message,), {
41
- 'DESCRIPTOR' : _GETFEATURESETMEMORYUSAGEBYENVIRONMENTREQUEST,
42
- '__module__' : 'qwak.feature_store.serving.management_pb2'
43
- # @@protoc_insertion_point(class_scope:com.qwak.ai.feature.store.serving.api.GetFeaturesetMemoryUsageByEnvironmentRequest)
44
- })
45
- _sym_db.RegisterMessage(GetFeaturesetMemoryUsageByEnvironmentRequest)
46
-
47
- GetFeaturesetMemoryUsageByEnvironmentResponse = _reflection.GeneratedProtocolMessageType('GetFeaturesetMemoryUsageByEnvironmentResponse', (_message.Message,), {
48
- 'DESCRIPTOR' : _GETFEATURESETMEMORYUSAGEBYENVIRONMENTRESPONSE,
49
- '__module__' : 'qwak.feature_store.serving.management_pb2'
50
- # @@protoc_insertion_point(class_scope:com.qwak.ai.feature.store.serving.api.GetFeaturesetMemoryUsageByEnvironmentResponse)
51
- })
52
- _sym_db.RegisterMessage(GetFeaturesetMemoryUsageByEnvironmentResponse)
53
-
54
- _FEATURESETMANAGEMENTSERVICE = DESCRIPTOR.services_by_name['FeaturesetManagementService']
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.serving.management_pb2', _globals)
55
22
  if _descriptor._USE_C_DESCRIPTORS == False:
56
23
 
57
24
  DESCRIPTOR._options = None
58
25
  DESCRIPTOR._serialized_options = b'\n%com.qwak.ai.feature.store.serving.api'
59
- _GETFEATURESETMEMORYUSAGEBYIDREQUEST._serialized_start=129
60
- _GETFEATURESETMEMORYUSAGEBYIDREQUEST._serialized_end=189
61
- _GETFEATURESETMEMORYUSAGEBYIDRESPONSE._serialized_start=191
62
- _GETFEATURESETMEMORYUSAGEBYIDRESPONSE._serialized_end=316
63
- _GETFEATURESETMEMORYUSAGEBYENVIRONMENTREQUEST._serialized_start=318
64
- _GETFEATURESETMEMORYUSAGEBYENVIRONMENTREQUEST._serialized_end=364
65
- _GETFEATURESETMEMORYUSAGEBYENVIRONMENTRESPONSE._serialized_start=367
66
- _GETFEATURESETMEMORYUSAGEBYENVIRONMENTRESPONSE._serialized_end=507
67
- _FEATURESETMANAGEMENTSERVICE._serialized_start=510
68
- _FEATURESETMANAGEMENTSERVICE._serialized_end=938
26
+ _globals['_GETFEATURESETMEMORYUSAGEBYIDREQUEST']._serialized_start=129
27
+ _globals['_GETFEATURESETMEMORYUSAGEBYIDREQUEST']._serialized_end=189
28
+ _globals['_GETFEATURESETMEMORYUSAGEBYIDRESPONSE']._serialized_start=191
29
+ _globals['_GETFEATURESETMEMORYUSAGEBYIDRESPONSE']._serialized_end=316
30
+ _globals['_GETFEATURESETMEMORYUSAGEBYENVIRONMENTREQUEST']._serialized_start=318
31
+ _globals['_GETFEATURESETMEMORYUSAGEBYENVIRONMENTREQUEST']._serialized_end=364
32
+ _globals['_GETFEATURESETMEMORYUSAGEBYENVIRONMENTRESPONSE']._serialized_start=367
33
+ _globals['_GETFEATURESETMEMORYUSAGEBYENVIRONMENTRESPONSE']._serialized_end=507
34
+ _globals['_FEATURESETMANAGEMENTSERVICE']._serialized_start=510
35
+ _globals['_FEATURESETMANAGEMENTSERVICE']._serialized_end=938
69
36
  # @@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()
@@ -18,50 +17,19 @@ from _qwak_proto.qwak.feature_store.entities import entity_pb2 as qwak_dot_featu
18
17
 
19
18
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)qwak/feature_store/serving/metadata.proto\x12*com.qwak.ai.feature.store.serving.metadata\x1a\x33qwak/feature_store/features/feature_set_types.proto\x1a(qwak/feature_store/entities/entity.proto\"\xb0\x02\n&StreamingAggregationFeaturesetMetadata\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x02 \x01(\t\x12\x15\n\rfeatureset_id\x18\x03 \x01(\t\x12\x65\n streaming_aggregation_featureset\x18\x04 \x01(\x0b\x32;.qwak.feature.store.features.StreamingAggregationFeatureSet\x12=\n\x06\x65ntity\x18\x05 \x01(\x0b\x32-.qwak.feature.store.entities.EntityDefinition\x12\x18\n\x10\x61vro_schema_json\x18\x06 \x01(\t\"\x8e\x02\n\x19\x42\x61tchFeaturesetV1Metadata\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x02 \x01(\t\x12\x15\n\rfeatureset_id\x18\x03 \x01(\t\x12\x1d\n\x15qwak_protocol_version\x18\x04 \x01(\x05\x12K\n\x13\x62\x61tch_featureset_v1\x18\x05 \x01(\x0b\x32..qwak.feature.store.features.BatchFeatureSetV1\x12=\n\x06\x65ntity\x18\x06 \x01(\x0b\x32-.qwak.feature.store.entities.EntityDefinition\"\x9a\x02\n\x1dStreamingFeaturesetV1Metadata\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x02 \x01(\t\x12\x15\n\rfeatureset_id\x18\x03 \x01(\t\x12\x1d\n\x15qwak_protocol_version\x18\x04 \x01(\x05\x12S\n\x17streaming_featureset_v1\x18\x05 \x01(\x0b\x32\x32.qwak.feature.store.features.StreamingFeatureSetV1\x12=\n\x06\x65ntity\x18\x06 \x01(\x0b\x32-.qwak.feature.store.entities.EntityDefinition\"\x7f\n\x1a\x46\x65\x61turesetMemoryUsageStats\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\x12\x15\n\rfeatureset_id\x18\x02 \x01(\t\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x03 \x01(\t\x12\x19\n\x11online_used_bytes\x18\x04 \x01(\x03\x42,\n*com.qwak.ai.feature.store.serving.metadatab\x06proto3')
20
19
 
21
-
22
-
23
- _STREAMINGAGGREGATIONFEATURESETMETADATA = DESCRIPTOR.message_types_by_name['StreamingAggregationFeaturesetMetadata']
24
- _BATCHFEATURESETV1METADATA = DESCRIPTOR.message_types_by_name['BatchFeaturesetV1Metadata']
25
- _STREAMINGFEATURESETV1METADATA = DESCRIPTOR.message_types_by_name['StreamingFeaturesetV1Metadata']
26
- _FEATURESETMEMORYUSAGESTATS = DESCRIPTOR.message_types_by_name['FeaturesetMemoryUsageStats']
27
- StreamingAggregationFeaturesetMetadata = _reflection.GeneratedProtocolMessageType('StreamingAggregationFeaturesetMetadata', (_message.Message,), {
28
- 'DESCRIPTOR' : _STREAMINGAGGREGATIONFEATURESETMETADATA,
29
- '__module__' : 'qwak.feature_store.serving.metadata_pb2'
30
- # @@protoc_insertion_point(class_scope:com.qwak.ai.feature.store.serving.metadata.StreamingAggregationFeaturesetMetadata)
31
- })
32
- _sym_db.RegisterMessage(StreamingAggregationFeaturesetMetadata)
33
-
34
- BatchFeaturesetV1Metadata = _reflection.GeneratedProtocolMessageType('BatchFeaturesetV1Metadata', (_message.Message,), {
35
- 'DESCRIPTOR' : _BATCHFEATURESETV1METADATA,
36
- '__module__' : 'qwak.feature_store.serving.metadata_pb2'
37
- # @@protoc_insertion_point(class_scope:com.qwak.ai.feature.store.serving.metadata.BatchFeaturesetV1Metadata)
38
- })
39
- _sym_db.RegisterMessage(BatchFeaturesetV1Metadata)
40
-
41
- StreamingFeaturesetV1Metadata = _reflection.GeneratedProtocolMessageType('StreamingFeaturesetV1Metadata', (_message.Message,), {
42
- 'DESCRIPTOR' : _STREAMINGFEATURESETV1METADATA,
43
- '__module__' : 'qwak.feature_store.serving.metadata_pb2'
44
- # @@protoc_insertion_point(class_scope:com.qwak.ai.feature.store.serving.metadata.StreamingFeaturesetV1Metadata)
45
- })
46
- _sym_db.RegisterMessage(StreamingFeaturesetV1Metadata)
47
-
48
- FeaturesetMemoryUsageStats = _reflection.GeneratedProtocolMessageType('FeaturesetMemoryUsageStats', (_message.Message,), {
49
- 'DESCRIPTOR' : _FEATURESETMEMORYUSAGESTATS,
50
- '__module__' : 'qwak.feature_store.serving.metadata_pb2'
51
- # @@protoc_insertion_point(class_scope:com.qwak.ai.feature.store.serving.metadata.FeaturesetMemoryUsageStats)
52
- })
53
- _sym_db.RegisterMessage(FeaturesetMemoryUsageStats)
54
-
20
+ _globals = globals()
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.serving.metadata_pb2', _globals)
55
23
  if _descriptor._USE_C_DESCRIPTORS == False:
56
24
 
57
25
  DESCRIPTOR._options = None
58
26
  DESCRIPTOR._serialized_options = b'\n*com.qwak.ai.feature.store.serving.metadata'
59
- _STREAMINGAGGREGATIONFEATURESETMETADATA._serialized_start=185
60
- _STREAMINGAGGREGATIONFEATURESETMETADATA._serialized_end=489
61
- _BATCHFEATURESETV1METADATA._serialized_start=492
62
- _BATCHFEATURESETV1METADATA._serialized_end=762
63
- _STREAMINGFEATURESETV1METADATA._serialized_start=765
64
- _STREAMINGFEATURESETV1METADATA._serialized_end=1047
65
- _FEATURESETMEMORYUSAGESTATS._serialized_start=1049
66
- _FEATURESETMEMORYUSAGESTATS._serialized_end=1176
27
+ _globals['_STREAMINGAGGREGATIONFEATURESETMETADATA']._serialized_start=185
28
+ _globals['_STREAMINGAGGREGATIONFEATURESETMETADATA']._serialized_end=489
29
+ _globals['_BATCHFEATURESETV1METADATA']._serialized_start=492
30
+ _globals['_BATCHFEATURESETV1METADATA']._serialized_end=762
31
+ _globals['_STREAMINGFEATURESETV1METADATA']._serialized_start=765
32
+ _globals['_STREAMINGFEATURESETV1METADATA']._serialized_end=1047
33
+ _globals['_FEATURESETMEMORYUSAGESTATS']._serialized_start=1049
34
+ _globals['_FEATURESETMEMORYUSAGESTATS']._serialized_end=1176
67
35
  # @@protoc_insertion_point(module_scope)