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
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/feature_store/features/real_time_feature_extractor.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()
@@ -20,148 +18,39 @@ from _qwak_proto.qwak.feature_store.features import deployment_pb2 as qwak_dot_f
20
18
 
21
19
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n=qwak/feature_store/features/real_time_feature_extractor.proto\x12\x1bqwak.feature.store.features\x1a\x1fgoogle/protobuf/timestamp.proto\x1a+qwak/feature_store/features/execution.proto\x1a,qwak/feature_store/features/deployment.proto\"\xdc\x01\n\x18RealTimeFeatureExtractor\x12o\n&real_time_feature_extractor_definition\x18\x01 \x01(\x0b\x32?.qwak.feature.store.features.RealTimeFeatureExtractorDefinition\x12O\n\x08metadata\x18\x02 \x01(\x0b\x32=.qwak.feature.store.features.RealTimeFeatureExtractorMetadata\"\x80\x02\n\"RealTimeFeatureExtractorDefinition\x12&\n\x1ereal_time_feature_extractor_id\x18\x01 \x01(\t\x12\x63\n real_time_feature_extractor_spec\x18\x02 \x01(\x0b\x32\x39.qwak.feature.store.features.RealTimeFeatureExtractorSpec\x12M\n\x16last_deployment_status\x18\x05 \x01(\x0e\x32-.qwak.feature.store.features.DeploymentStatus\"\xc8\x01\n RealTimeFeatureExtractorMetadata\x12\x35\n\x11\x63reated_timestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\ncreated_by\x18\x02 \x01(\t\x12?\n\x1blast_modification_timestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x18\n\x10last_modified_by\x18\x04 \x01(\t\"\xba\x02\n\x1cRealTimeFeatureExtractorSpec\x12K\n\x12real_time_artifact\x18\x01 \x01(\x0b\x32/.qwak.feature.store.features.ExtractionArtifact\x12P\n\x12\x64\x65pendency_manager\x18\x02 \x01(\x0b\x32\x34.qwak.feature.store.features.PythonDependencyManager\x12\\\n\x1c\x63lient_pod_compute_resources\x18\x03 \x01(\x0b\x32\x36.qwak.feature.store.features.ExtractorComputeResources\x12\x1d\n\x15max_staleness_seconds\x18\x04 \x01(\x03\"U\n\x12\x45xtractionArtifact\x12\x34\n\x06\x61ws_s3\x18\x01 \x01(\x0b\x32\".qwak.feature.store.features.AwsS3H\x00\x42\t\n\x07\x66s_type\"\x1e\n\x05\x41wsS3\x12\x15\n\rartifact_path\x18\x01 \x01(\t\"\x98\x02\n\x17PythonDependencyManager\x12\x42\n\x0epython_version\x18\x01 \x01(\x0e\x32*.qwak.feature.store.features.PythonVersion\x12\x45\n\nvirtualenv\x18\x02 \x01(\x0b\x32/.qwak.feature.store.features.VirtualEnvironmentH\x00\x12\x33\n\x05\x63onda\x18\x03 \x01(\x0b\x32\".qwak.feature.store.features.CondaH\x00\x12\x35\n\x06poetry\x18\x04 \x01(\x0b\x32#.qwak.feature.store.features.PoetryH\x00\x42\x06\n\x04type\"*\n\x05\x43onda\x12!\n\x19\x62\x61se64_encoded_conda_file\x18\x01 \x01(\t\"*\n\x06Poetry\x12 \n\x18\x62\x61se64_encoded_lock_file\x18\x01 \x01(\t\"=\n\x12VirtualEnvironment\x12\'\n\x1f\x62\x61se64_encoded_requirements_txt\x18\x01 \x01(\t\"\xac\x01\n\x19\x45xtractorComputeResources\x12[\n\x19\x63ompute_resource_template\x18\x01 \x01(\x0e\x32\x36.qwak.feature.store.features.execution.ClusterTemplateH\x00\x12\x13\n\x0bparallelism\x18\x02 \x01(\x05\x12\x10\n\x08replicas\x18\x03 \x01(\x05\x42\x0b\n\tresources\"\xd3\x02\n\"RealtimeFeatureExtractorDeployment\x12\x15\n\rdeployment_id\x18\x01 \x01(\t\x12\x14\n\x0c\x65xtractor_id\x18\x02 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x03 \x01(\t\x12\x17\n\x0f\x63reated_user_id\x18\x04 \x01(\t\x12\x17\n\x0fupdated_user_id\x18\x05 \x01(\t\x12\x35\n\x11\x63reated_timestamp\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x35\n\x11updated_timestamp\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12H\n\x11\x64\x65ployment_status\x18\x08 \x01(\x0e\x32-.qwak.feature.store.features.DeploymentStatus\"\xcf\x03\n/RealtimeFeatureExtractorDeploymentUpdateRequest\x12\x19\n\x11update_request_id\x18\x01 \x01(\t\x12\x15\n\rdeployment_id\x18\x02 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x03 \x01(\t\x12\x17\n\x0f\x63reated_user_id\x18\x04 \x01(\t\x12P\n\rrequest_state\x18\x05 \x01(\x0b\x32\x39.qwak.feature.store.features.DeploymentUpdateRequestState\x12\x62\n\x1e\x64\x65ployment_failure_reason_code\x18\x06 \x01(\x0e\x32\x38.qwak.feature.store.features.DeploymentFailureReasonCodeH\x00\x12\x35\n\x11\x63reated_timestamp\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x35\n\x11updated_timestamp\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x15\n\x13\x66\x61ilure_reason_code*s\n\rPythonVersion\x12\x1a\n\x16PYTHON_VERSION_INVALID\x10\x00\x12\x16\n\x12PYTHON_VERSION_3_7\x10\x01\x12\x16\n\x12PYTHON_VERSION_3_8\x10\x02\x12\x16\n\x12PYTHON_VERSION_3_9\x10\x03\x42[\n&com.qwak.ai.feature.store.features.apiP\x01Z/qwak/featurestore/features;featurestorefeaturesb\x06proto3')
22
20
 
23
- _PYTHONVERSION = DESCRIPTOR.enum_types_by_name['PythonVersion']
24
- PythonVersion = enum_type_wrapper.EnumTypeWrapper(_PYTHONVERSION)
25
- PYTHON_VERSION_INVALID = 0
26
- PYTHON_VERSION_3_7 = 1
27
- PYTHON_VERSION_3_8 = 2
28
- PYTHON_VERSION_3_9 = 3
29
-
30
-
31
- _REALTIMEFEATUREEXTRACTOR = DESCRIPTOR.message_types_by_name['RealTimeFeatureExtractor']
32
- _REALTIMEFEATUREEXTRACTORDEFINITION = DESCRIPTOR.message_types_by_name['RealTimeFeatureExtractorDefinition']
33
- _REALTIMEFEATUREEXTRACTORMETADATA = DESCRIPTOR.message_types_by_name['RealTimeFeatureExtractorMetadata']
34
- _REALTIMEFEATUREEXTRACTORSPEC = DESCRIPTOR.message_types_by_name['RealTimeFeatureExtractorSpec']
35
- _EXTRACTIONARTIFACT = DESCRIPTOR.message_types_by_name['ExtractionArtifact']
36
- _AWSS3 = DESCRIPTOR.message_types_by_name['AwsS3']
37
- _PYTHONDEPENDENCYMANAGER = DESCRIPTOR.message_types_by_name['PythonDependencyManager']
38
- _CONDA = DESCRIPTOR.message_types_by_name['Conda']
39
- _POETRY = DESCRIPTOR.message_types_by_name['Poetry']
40
- _VIRTUALENVIRONMENT = DESCRIPTOR.message_types_by_name['VirtualEnvironment']
41
- _EXTRACTORCOMPUTERESOURCES = DESCRIPTOR.message_types_by_name['ExtractorComputeResources']
42
- _REALTIMEFEATUREEXTRACTORDEPLOYMENT = DESCRIPTOR.message_types_by_name['RealtimeFeatureExtractorDeployment']
43
- _REALTIMEFEATUREEXTRACTORDEPLOYMENTUPDATEREQUEST = DESCRIPTOR.message_types_by_name['RealtimeFeatureExtractorDeploymentUpdateRequest']
44
- RealTimeFeatureExtractor = _reflection.GeneratedProtocolMessageType('RealTimeFeatureExtractor', (_message.Message,), {
45
- 'DESCRIPTOR' : _REALTIMEFEATUREEXTRACTOR,
46
- '__module__' : 'qwak.feature_store.features.real_time_feature_extractor_pb2'
47
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.RealTimeFeatureExtractor)
48
- })
49
- _sym_db.RegisterMessage(RealTimeFeatureExtractor)
50
-
51
- RealTimeFeatureExtractorDefinition = _reflection.GeneratedProtocolMessageType('RealTimeFeatureExtractorDefinition', (_message.Message,), {
52
- 'DESCRIPTOR' : _REALTIMEFEATUREEXTRACTORDEFINITION,
53
- '__module__' : 'qwak.feature_store.features.real_time_feature_extractor_pb2'
54
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.RealTimeFeatureExtractorDefinition)
55
- })
56
- _sym_db.RegisterMessage(RealTimeFeatureExtractorDefinition)
57
-
58
- RealTimeFeatureExtractorMetadata = _reflection.GeneratedProtocolMessageType('RealTimeFeatureExtractorMetadata', (_message.Message,), {
59
- 'DESCRIPTOR' : _REALTIMEFEATUREEXTRACTORMETADATA,
60
- '__module__' : 'qwak.feature_store.features.real_time_feature_extractor_pb2'
61
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.RealTimeFeatureExtractorMetadata)
62
- })
63
- _sym_db.RegisterMessage(RealTimeFeatureExtractorMetadata)
64
-
65
- RealTimeFeatureExtractorSpec = _reflection.GeneratedProtocolMessageType('RealTimeFeatureExtractorSpec', (_message.Message,), {
66
- 'DESCRIPTOR' : _REALTIMEFEATUREEXTRACTORSPEC,
67
- '__module__' : 'qwak.feature_store.features.real_time_feature_extractor_pb2'
68
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.RealTimeFeatureExtractorSpec)
69
- })
70
- _sym_db.RegisterMessage(RealTimeFeatureExtractorSpec)
71
-
72
- ExtractionArtifact = _reflection.GeneratedProtocolMessageType('ExtractionArtifact', (_message.Message,), {
73
- 'DESCRIPTOR' : _EXTRACTIONARTIFACT,
74
- '__module__' : 'qwak.feature_store.features.real_time_feature_extractor_pb2'
75
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.ExtractionArtifact)
76
- })
77
- _sym_db.RegisterMessage(ExtractionArtifact)
78
-
79
- AwsS3 = _reflection.GeneratedProtocolMessageType('AwsS3', (_message.Message,), {
80
- 'DESCRIPTOR' : _AWSS3,
81
- '__module__' : 'qwak.feature_store.features.real_time_feature_extractor_pb2'
82
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.AwsS3)
83
- })
84
- _sym_db.RegisterMessage(AwsS3)
85
-
86
- PythonDependencyManager = _reflection.GeneratedProtocolMessageType('PythonDependencyManager', (_message.Message,), {
87
- 'DESCRIPTOR' : _PYTHONDEPENDENCYMANAGER,
88
- '__module__' : 'qwak.feature_store.features.real_time_feature_extractor_pb2'
89
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.PythonDependencyManager)
90
- })
91
- _sym_db.RegisterMessage(PythonDependencyManager)
92
-
93
- Conda = _reflection.GeneratedProtocolMessageType('Conda', (_message.Message,), {
94
- 'DESCRIPTOR' : _CONDA,
95
- '__module__' : 'qwak.feature_store.features.real_time_feature_extractor_pb2'
96
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.Conda)
97
- })
98
- _sym_db.RegisterMessage(Conda)
99
-
100
- Poetry = _reflection.GeneratedProtocolMessageType('Poetry', (_message.Message,), {
101
- 'DESCRIPTOR' : _POETRY,
102
- '__module__' : 'qwak.feature_store.features.real_time_feature_extractor_pb2'
103
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.Poetry)
104
- })
105
- _sym_db.RegisterMessage(Poetry)
106
-
107
- VirtualEnvironment = _reflection.GeneratedProtocolMessageType('VirtualEnvironment', (_message.Message,), {
108
- 'DESCRIPTOR' : _VIRTUALENVIRONMENT,
109
- '__module__' : 'qwak.feature_store.features.real_time_feature_extractor_pb2'
110
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.VirtualEnvironment)
111
- })
112
- _sym_db.RegisterMessage(VirtualEnvironment)
113
-
114
- ExtractorComputeResources = _reflection.GeneratedProtocolMessageType('ExtractorComputeResources', (_message.Message,), {
115
- 'DESCRIPTOR' : _EXTRACTORCOMPUTERESOURCES,
116
- '__module__' : 'qwak.feature_store.features.real_time_feature_extractor_pb2'
117
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.ExtractorComputeResources)
118
- })
119
- _sym_db.RegisterMessage(ExtractorComputeResources)
120
-
121
- RealtimeFeatureExtractorDeployment = _reflection.GeneratedProtocolMessageType('RealtimeFeatureExtractorDeployment', (_message.Message,), {
122
- 'DESCRIPTOR' : _REALTIMEFEATUREEXTRACTORDEPLOYMENT,
123
- '__module__' : 'qwak.feature_store.features.real_time_feature_extractor_pb2'
124
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.RealtimeFeatureExtractorDeployment)
125
- })
126
- _sym_db.RegisterMessage(RealtimeFeatureExtractorDeployment)
127
-
128
- RealtimeFeatureExtractorDeploymentUpdateRequest = _reflection.GeneratedProtocolMessageType('RealtimeFeatureExtractorDeploymentUpdateRequest', (_message.Message,), {
129
- 'DESCRIPTOR' : _REALTIMEFEATUREEXTRACTORDEPLOYMENTUPDATEREQUEST,
130
- '__module__' : 'qwak.feature_store.features.real_time_feature_extractor_pb2'
131
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.RealtimeFeatureExtractorDeploymentUpdateRequest)
132
- })
133
- _sym_db.RegisterMessage(RealtimeFeatureExtractorDeploymentUpdateRequest)
134
-
21
+ _globals = globals()
22
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
23
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.features.real_time_feature_extractor_pb2', _globals)
135
24
  if _descriptor._USE_C_DESCRIPTORS == False:
136
25
 
137
26
  DESCRIPTOR._options = None
138
27
  DESCRIPTOR._serialized_options = b'\n&com.qwak.ai.feature.store.features.apiP\001Z/qwak/featurestore/features;featurestorefeatures'
139
- _PYTHONVERSION._serialized_start=2756
140
- _PYTHONVERSION._serialized_end=2871
141
- _REALTIMEFEATUREEXTRACTOR._serialized_start=219
142
- _REALTIMEFEATUREEXTRACTOR._serialized_end=439
143
- _REALTIMEFEATUREEXTRACTORDEFINITION._serialized_start=442
144
- _REALTIMEFEATUREEXTRACTORDEFINITION._serialized_end=698
145
- _REALTIMEFEATUREEXTRACTORMETADATA._serialized_start=701
146
- _REALTIMEFEATUREEXTRACTORMETADATA._serialized_end=901
147
- _REALTIMEFEATUREEXTRACTORSPEC._serialized_start=904
148
- _REALTIMEFEATUREEXTRACTORSPEC._serialized_end=1218
149
- _EXTRACTIONARTIFACT._serialized_start=1220
150
- _EXTRACTIONARTIFACT._serialized_end=1305
151
- _AWSS3._serialized_start=1307
152
- _AWSS3._serialized_end=1337
153
- _PYTHONDEPENDENCYMANAGER._serialized_start=1340
154
- _PYTHONDEPENDENCYMANAGER._serialized_end=1620
155
- _CONDA._serialized_start=1622
156
- _CONDA._serialized_end=1664
157
- _POETRY._serialized_start=1666
158
- _POETRY._serialized_end=1708
159
- _VIRTUALENVIRONMENT._serialized_start=1710
160
- _VIRTUALENVIRONMENT._serialized_end=1771
161
- _EXTRACTORCOMPUTERESOURCES._serialized_start=1774
162
- _EXTRACTORCOMPUTERESOURCES._serialized_end=1946
163
- _REALTIMEFEATUREEXTRACTORDEPLOYMENT._serialized_start=1949
164
- _REALTIMEFEATUREEXTRACTORDEPLOYMENT._serialized_end=2288
165
- _REALTIMEFEATUREEXTRACTORDEPLOYMENTUPDATEREQUEST._serialized_start=2291
166
- _REALTIMEFEATUREEXTRACTORDEPLOYMENTUPDATEREQUEST._serialized_end=2754
28
+ _globals['_PYTHONVERSION']._serialized_start=2756
29
+ _globals['_PYTHONVERSION']._serialized_end=2871
30
+ _globals['_REALTIMEFEATUREEXTRACTOR']._serialized_start=219
31
+ _globals['_REALTIMEFEATUREEXTRACTOR']._serialized_end=439
32
+ _globals['_REALTIMEFEATUREEXTRACTORDEFINITION']._serialized_start=442
33
+ _globals['_REALTIMEFEATUREEXTRACTORDEFINITION']._serialized_end=698
34
+ _globals['_REALTIMEFEATUREEXTRACTORMETADATA']._serialized_start=701
35
+ _globals['_REALTIMEFEATUREEXTRACTORMETADATA']._serialized_end=901
36
+ _globals['_REALTIMEFEATUREEXTRACTORSPEC']._serialized_start=904
37
+ _globals['_REALTIMEFEATUREEXTRACTORSPEC']._serialized_end=1218
38
+ _globals['_EXTRACTIONARTIFACT']._serialized_start=1220
39
+ _globals['_EXTRACTIONARTIFACT']._serialized_end=1305
40
+ _globals['_AWSS3']._serialized_start=1307
41
+ _globals['_AWSS3']._serialized_end=1337
42
+ _globals['_PYTHONDEPENDENCYMANAGER']._serialized_start=1340
43
+ _globals['_PYTHONDEPENDENCYMANAGER']._serialized_end=1620
44
+ _globals['_CONDA']._serialized_start=1622
45
+ _globals['_CONDA']._serialized_end=1664
46
+ _globals['_POETRY']._serialized_start=1666
47
+ _globals['_POETRY']._serialized_end=1708
48
+ _globals['_VIRTUALENVIRONMENT']._serialized_start=1710
49
+ _globals['_VIRTUALENVIRONMENT']._serialized_end=1771
50
+ _globals['_EXTRACTORCOMPUTERESOURCES']._serialized_start=1774
51
+ _globals['_EXTRACTORCOMPUTERESOURCES']._serialized_end=1946
52
+ _globals['_REALTIMEFEATUREEXTRACTORDEPLOYMENT']._serialized_start=1949
53
+ _globals['_REALTIMEFEATUREEXTRACTORDEPLOYMENT']._serialized_end=2288
54
+ _globals['_REALTIMEFEATUREEXTRACTORDEPLOYMENTUPDATEREQUEST']._serialized_start=2291
55
+ _globals['_REALTIMEFEATUREEXTRACTORDEPLOYMENTUPDATEREQUEST']._serialized_end=2754
167
56
  # @@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/jobs/job.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,51 +16,19 @@ 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/jobs/job.proto\x12\x17qwak.feature.store.jobs\x1a\x1fgoogle/protobuf/timestamp.proto\"\xef\x02\n\tJobRecord\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x02 \x01(\t\x12\x12\n\ntry_number\x18\x03 \x01(\x05\x12\x34\n\tjob_state\x18\x04 \x01(\x0e\x32!.qwak.feature.store.jobs.JobState\x12\x31\n\rcreation_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nstart_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x42\n\x10ingestion_window\x18\x08 \x01(\x0b\x32(.qwak.feature.store.jobs.IngestionWindow\x12\x19\n\x11ingestion_message\x18\t \x01(\t\"\x85\x01\n\x12\x45laborateJobRecord\x12\x36\n\njob_record\x18\x01 \x01(\x0b\x32\".qwak.feature.store.jobs.JobRecord\x12\x16\n\x0estatus_message\x18\x02 \x01(\t\x12\x1f\n\x17\x65rror_technical_details\x18\x03 \x01(\t\"\xe9\x01\n\x0fIngestionWindow\x12<\n\x18ingested_data_start_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x16ingested_data_end_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\"\n\x1aingested_data_updated_rows\x18\x03 \x01(\x05\x12\x38\n\x14\x62\x61tch_execution_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp*w\n\x08JobState\x12\x0b\n\x07INVALID\x10\x00\x12\x0b\n\x07PENDING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\r\n\tCOMPLETED\x10\x03\x12\n\n\x06\x46\x41ILED\x10\x04\x12\x17\n\x13\x46\x41ILED_CLUSTER_INIT\x10\x05\x12\x10\n\x0c\x43LUSTER_INIT\x10\x06\x42:\n\"com.qwak.ai.feature.store.jobs.apiP\x01Z\x12qwak/fsjobs;fsjobsb\x06proto3')
20
18
 
21
- _JOBSTATE = DESCRIPTOR.enum_types_by_name['JobState']
22
- JobState = enum_type_wrapper.EnumTypeWrapper(_JOBSTATE)
23
- INVALID = 0
24
- PENDING = 1
25
- RUNNING = 2
26
- COMPLETED = 3
27
- FAILED = 4
28
- FAILED_CLUSTER_INIT = 5
29
- CLUSTER_INIT = 6
30
-
31
-
32
- _JOBRECORD = DESCRIPTOR.message_types_by_name['JobRecord']
33
- _ELABORATEJOBRECORD = DESCRIPTOR.message_types_by_name['ElaborateJobRecord']
34
- _INGESTIONWINDOW = DESCRIPTOR.message_types_by_name['IngestionWindow']
35
- JobRecord = _reflection.GeneratedProtocolMessageType('JobRecord', (_message.Message,), {
36
- 'DESCRIPTOR' : _JOBRECORD,
37
- '__module__' : 'qwak.feature_store.jobs.job_pb2'
38
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.JobRecord)
39
- })
40
- _sym_db.RegisterMessage(JobRecord)
41
-
42
- ElaborateJobRecord = _reflection.GeneratedProtocolMessageType('ElaborateJobRecord', (_message.Message,), {
43
- 'DESCRIPTOR' : _ELABORATEJOBRECORD,
44
- '__module__' : 'qwak.feature_store.jobs.job_pb2'
45
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.ElaborateJobRecord)
46
- })
47
- _sym_db.RegisterMessage(ElaborateJobRecord)
48
-
49
- IngestionWindow = _reflection.GeneratedProtocolMessageType('IngestionWindow', (_message.Message,), {
50
- 'DESCRIPTOR' : _INGESTIONWINDOW,
51
- '__module__' : 'qwak.feature_store.jobs.job_pb2'
52
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.IngestionWindow)
53
- })
54
- _sym_db.RegisterMessage(IngestionWindow)
55
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.jobs.job_pb2', _globals)
56
22
  if _descriptor._USE_C_DESCRIPTORS == False:
57
23
 
58
24
  DESCRIPTOR._options = None
59
25
  DESCRIPTOR._serialized_options = b'\n\"com.qwak.ai.feature.store.jobs.apiP\001Z\022qwak/fsjobs;fsjobs'
60
- _JOBSTATE._serialized_start=837
61
- _JOBSTATE._serialized_end=956
62
- _JOBRECORD._serialized_start=96
63
- _JOBRECORD._serialized_end=463
64
- _ELABORATEJOBRECORD._serialized_start=466
65
- _ELABORATEJOBRECORD._serialized_end=599
66
- _INGESTIONWINDOW._serialized_start=602
67
- _INGESTIONWINDOW._serialized_end=835
26
+ _globals['_JOBSTATE']._serialized_start=837
27
+ _globals['_JOBSTATE']._serialized_end=956
28
+ _globals['_JOBRECORD']._serialized_start=96
29
+ _globals['_JOBRECORD']._serialized_end=463
30
+ _globals['_ELABORATEJOBRECORD']._serialized_start=466
31
+ _globals['_ELABORATEJOBRECORD']._serialized_end=599
32
+ _globals['_INGESTIONWINDOW']._serialized_start=602
33
+ _globals['_INGESTIONWINDOW']._serialized_end=835
68
34
  # @@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,133 +16,37 @@ from _qwak_proto.qwak.feature_store.jobs import job_pb2 as qwak_dot_feature__sto
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)qwak/feature_store/jobs/job_service.proto\x12\x17qwak.feature.store.jobs\x1a!qwak/feature_store/jobs/job.proto\"\x91\x01\n\x0f\x41pplyJobRequest\x12\x36\n\njob_record\x18\x01 \x01(\x0b\x32\".qwak.feature.store.jobs.JobRecord\x12\x11\n\tlogs_path\x18\x02 \x01(\t\x12\x12\n\npartner_id\x18\x03 \x01(\t\x12\x1f\n\x17\x65rror_technical_details\x18\x04 \x01(\t\"*\n\x10\x41pplyJobResponse\x12\x16\n\x0ejob_running_id\x18\x01 \x01(\x03\"1\n\x15InitPaginationRequest\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x01 \x01(\t\"?\n\x16InitPaginationResponse\x12\x14\n\x0crecord_count\x18\x01 \x01(\x05\x12\x0f\n\x07last_id\x18\x02 \x01(\x03\"e\n\x0fListJobsRequest\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x13\n\x0bpage_number\x18\x03 \x01(\x05\x12\x10\n\x08\x61\x66ter_id\x18\x04 \x01(\x03\"M\n\x10ListJobsResponse\x12\x39\n\x04jobs\x18\x01 \x03(\x0b\x32+.qwak.feature.store.jobs.ElaborateJobRecord\"#\n\x11GetJobLogsRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\".\n\x12GetJobLogsResponse\x12\x18\n\x10logs_folder_path\x18\x01 \x01(\t\"M\n\x1dGetLatestSuccessfulJobRequest\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x01 \x01(\t\x12\x12\n\npartner_id\x18\x02 \x01(\t\"i\n\x1eGetLatestSuccessfulJobResponse\x12\x38\n\x03job\x18\x01 \x01(\x0b\x32+.qwak.feature.store.jobs.ElaborateJobRecord\x12\r\n\x05\x66ound\x18\x02 \x01(\x08\"7\n\x1b\x44\x65leteFeatureSetJobsRequest\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x01 \x01(\t\"A\n\x1c\x44\x65leteFeatureSetJobsResponse\x12!\n\x19\x64\x65leted_job_records_count\x18\x01 \x01(\x05\x32\xba\x05\n\nJobService\x12_\n\x08\x41pplyJob\x12(.qwak.feature.store.jobs.ApplyJobRequest\x1a).qwak.feature.store.jobs.ApplyJobResponse\x12q\n\x0eInitPagination\x12..qwak.feature.store.jobs.InitPaginationRequest\x1a/.qwak.feature.store.jobs.InitPaginationResponse\x12_\n\x08ListJobs\x12(.qwak.feature.store.jobs.ListJobsRequest\x1a).qwak.feature.store.jobs.ListJobsResponse\x12\x65\n\nGetJobLogs\x12*.qwak.feature.store.jobs.GetJobLogsRequest\x1a+.qwak.feature.store.jobs.GetJobLogsResponse\x12\x89\x01\n\x16GetLatestSuccessfulJob\x12\x36.qwak.feature.store.jobs.GetLatestSuccessfulJobRequest\x1a\x37.qwak.feature.store.jobs.GetLatestSuccessfulJobResponse\x12\x83\x01\n\x14\x44\x65leteFeatureSetJobs\x12\x34.qwak.feature.store.jobs.DeleteFeatureSetJobsRequest\x1a\x35.qwak.feature.store.jobs.DeleteFeatureSetJobsResponseB:\n\"com.qwak.ai.feature.store.jobs.apiP\x01Z\x12qwak/fsjobs;fsjobsb\x06proto3')
19
18
 
20
-
21
-
22
- _APPLYJOBREQUEST = DESCRIPTOR.message_types_by_name['ApplyJobRequest']
23
- _APPLYJOBRESPONSE = DESCRIPTOR.message_types_by_name['ApplyJobResponse']
24
- _INITPAGINATIONREQUEST = DESCRIPTOR.message_types_by_name['InitPaginationRequest']
25
- _INITPAGINATIONRESPONSE = DESCRIPTOR.message_types_by_name['InitPaginationResponse']
26
- _LISTJOBSREQUEST = DESCRIPTOR.message_types_by_name['ListJobsRequest']
27
- _LISTJOBSRESPONSE = DESCRIPTOR.message_types_by_name['ListJobsResponse']
28
- _GETJOBLOGSREQUEST = DESCRIPTOR.message_types_by_name['GetJobLogsRequest']
29
- _GETJOBLOGSRESPONSE = DESCRIPTOR.message_types_by_name['GetJobLogsResponse']
30
- _GETLATESTSUCCESSFULJOBREQUEST = DESCRIPTOR.message_types_by_name['GetLatestSuccessfulJobRequest']
31
- _GETLATESTSUCCESSFULJOBRESPONSE = DESCRIPTOR.message_types_by_name['GetLatestSuccessfulJobResponse']
32
- _DELETEFEATURESETJOBSREQUEST = DESCRIPTOR.message_types_by_name['DeleteFeatureSetJobsRequest']
33
- _DELETEFEATURESETJOBSRESPONSE = DESCRIPTOR.message_types_by_name['DeleteFeatureSetJobsResponse']
34
- ApplyJobRequest = _reflection.GeneratedProtocolMessageType('ApplyJobRequest', (_message.Message,), {
35
- 'DESCRIPTOR' : _APPLYJOBREQUEST,
36
- '__module__' : 'qwak.feature_store.jobs.job_service_pb2'
37
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.ApplyJobRequest)
38
- })
39
- _sym_db.RegisterMessage(ApplyJobRequest)
40
-
41
- ApplyJobResponse = _reflection.GeneratedProtocolMessageType('ApplyJobResponse', (_message.Message,), {
42
- 'DESCRIPTOR' : _APPLYJOBRESPONSE,
43
- '__module__' : 'qwak.feature_store.jobs.job_service_pb2'
44
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.ApplyJobResponse)
45
- })
46
- _sym_db.RegisterMessage(ApplyJobResponse)
47
-
48
- InitPaginationRequest = _reflection.GeneratedProtocolMessageType('InitPaginationRequest', (_message.Message,), {
49
- 'DESCRIPTOR' : _INITPAGINATIONREQUEST,
50
- '__module__' : 'qwak.feature_store.jobs.job_service_pb2'
51
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.InitPaginationRequest)
52
- })
53
- _sym_db.RegisterMessage(InitPaginationRequest)
54
-
55
- InitPaginationResponse = _reflection.GeneratedProtocolMessageType('InitPaginationResponse', (_message.Message,), {
56
- 'DESCRIPTOR' : _INITPAGINATIONRESPONSE,
57
- '__module__' : 'qwak.feature_store.jobs.job_service_pb2'
58
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.InitPaginationResponse)
59
- })
60
- _sym_db.RegisterMessage(InitPaginationResponse)
61
-
62
- ListJobsRequest = _reflection.GeneratedProtocolMessageType('ListJobsRequest', (_message.Message,), {
63
- 'DESCRIPTOR' : _LISTJOBSREQUEST,
64
- '__module__' : 'qwak.feature_store.jobs.job_service_pb2'
65
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.ListJobsRequest)
66
- })
67
- _sym_db.RegisterMessage(ListJobsRequest)
68
-
69
- ListJobsResponse = _reflection.GeneratedProtocolMessageType('ListJobsResponse', (_message.Message,), {
70
- 'DESCRIPTOR' : _LISTJOBSRESPONSE,
71
- '__module__' : 'qwak.feature_store.jobs.job_service_pb2'
72
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.ListJobsResponse)
73
- })
74
- _sym_db.RegisterMessage(ListJobsResponse)
75
-
76
- GetJobLogsRequest = _reflection.GeneratedProtocolMessageType('GetJobLogsRequest', (_message.Message,), {
77
- 'DESCRIPTOR' : _GETJOBLOGSREQUEST,
78
- '__module__' : 'qwak.feature_store.jobs.job_service_pb2'
79
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.GetJobLogsRequest)
80
- })
81
- _sym_db.RegisterMessage(GetJobLogsRequest)
82
-
83
- GetJobLogsResponse = _reflection.GeneratedProtocolMessageType('GetJobLogsResponse', (_message.Message,), {
84
- 'DESCRIPTOR' : _GETJOBLOGSRESPONSE,
85
- '__module__' : 'qwak.feature_store.jobs.job_service_pb2'
86
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.GetJobLogsResponse)
87
- })
88
- _sym_db.RegisterMessage(GetJobLogsResponse)
89
-
90
- GetLatestSuccessfulJobRequest = _reflection.GeneratedProtocolMessageType('GetLatestSuccessfulJobRequest', (_message.Message,), {
91
- 'DESCRIPTOR' : _GETLATESTSUCCESSFULJOBREQUEST,
92
- '__module__' : 'qwak.feature_store.jobs.job_service_pb2'
93
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.GetLatestSuccessfulJobRequest)
94
- })
95
- _sym_db.RegisterMessage(GetLatestSuccessfulJobRequest)
96
-
97
- GetLatestSuccessfulJobResponse = _reflection.GeneratedProtocolMessageType('GetLatestSuccessfulJobResponse', (_message.Message,), {
98
- 'DESCRIPTOR' : _GETLATESTSUCCESSFULJOBRESPONSE,
99
- '__module__' : 'qwak.feature_store.jobs.job_service_pb2'
100
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.GetLatestSuccessfulJobResponse)
101
- })
102
- _sym_db.RegisterMessage(GetLatestSuccessfulJobResponse)
103
-
104
- DeleteFeatureSetJobsRequest = _reflection.GeneratedProtocolMessageType('DeleteFeatureSetJobsRequest', (_message.Message,), {
105
- 'DESCRIPTOR' : _DELETEFEATURESETJOBSREQUEST,
106
- '__module__' : 'qwak.feature_store.jobs.job_service_pb2'
107
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.DeleteFeatureSetJobsRequest)
108
- })
109
- _sym_db.RegisterMessage(DeleteFeatureSetJobsRequest)
110
-
111
- DeleteFeatureSetJobsResponse = _reflection.GeneratedProtocolMessageType('DeleteFeatureSetJobsResponse', (_message.Message,), {
112
- 'DESCRIPTOR' : _DELETEFEATURESETJOBSRESPONSE,
113
- '__module__' : 'qwak.feature_store.jobs.job_service_pb2'
114
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.DeleteFeatureSetJobsResponse)
115
- })
116
- _sym_db.RegisterMessage(DeleteFeatureSetJobsResponse)
117
-
118
- _JOBSERVICE = DESCRIPTOR.services_by_name['JobService']
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.jobs.job_service_pb2', _globals)
119
22
  if _descriptor._USE_C_DESCRIPTORS == False:
120
23
 
121
24
  DESCRIPTOR._options = None
122
25
  DESCRIPTOR._serialized_options = b'\n\"com.qwak.ai.feature.store.jobs.apiP\001Z\022qwak/fsjobs;fsjobs'
123
- _APPLYJOBREQUEST._serialized_start=106
124
- _APPLYJOBREQUEST._serialized_end=251
125
- _APPLYJOBRESPONSE._serialized_start=253
126
- _APPLYJOBRESPONSE._serialized_end=295
127
- _INITPAGINATIONREQUEST._serialized_start=297
128
- _INITPAGINATIONREQUEST._serialized_end=346
129
- _INITPAGINATIONRESPONSE._serialized_start=348
130
- _INITPAGINATIONRESPONSE._serialized_end=411
131
- _LISTJOBSREQUEST._serialized_start=413
132
- _LISTJOBSREQUEST._serialized_end=514
133
- _LISTJOBSRESPONSE._serialized_start=516
134
- _LISTJOBSRESPONSE._serialized_end=593
135
- _GETJOBLOGSREQUEST._serialized_start=595
136
- _GETJOBLOGSREQUEST._serialized_end=630
137
- _GETJOBLOGSRESPONSE._serialized_start=632
138
- _GETJOBLOGSRESPONSE._serialized_end=678
139
- _GETLATESTSUCCESSFULJOBREQUEST._serialized_start=680
140
- _GETLATESTSUCCESSFULJOBREQUEST._serialized_end=757
141
- _GETLATESTSUCCESSFULJOBRESPONSE._serialized_start=759
142
- _GETLATESTSUCCESSFULJOBRESPONSE._serialized_end=864
143
- _DELETEFEATURESETJOBSREQUEST._serialized_start=866
144
- _DELETEFEATURESETJOBSREQUEST._serialized_end=921
145
- _DELETEFEATURESETJOBSRESPONSE._serialized_start=923
146
- _DELETEFEATURESETJOBSRESPONSE._serialized_end=988
147
- _JOBSERVICE._serialized_start=991
148
- _JOBSERVICE._serialized_end=1689
26
+ _globals['_APPLYJOBREQUEST']._serialized_start=106
27
+ _globals['_APPLYJOBREQUEST']._serialized_end=251
28
+ _globals['_APPLYJOBRESPONSE']._serialized_start=253
29
+ _globals['_APPLYJOBRESPONSE']._serialized_end=295
30
+ _globals['_INITPAGINATIONREQUEST']._serialized_start=297
31
+ _globals['_INITPAGINATIONREQUEST']._serialized_end=346
32
+ _globals['_INITPAGINATIONRESPONSE']._serialized_start=348
33
+ _globals['_INITPAGINATIONRESPONSE']._serialized_end=411
34
+ _globals['_LISTJOBSREQUEST']._serialized_start=413
35
+ _globals['_LISTJOBSREQUEST']._serialized_end=514
36
+ _globals['_LISTJOBSRESPONSE']._serialized_start=516
37
+ _globals['_LISTJOBSRESPONSE']._serialized_end=593
38
+ _globals['_GETJOBLOGSREQUEST']._serialized_start=595
39
+ _globals['_GETJOBLOGSREQUEST']._serialized_end=630
40
+ _globals['_GETJOBLOGSRESPONSE']._serialized_start=632
41
+ _globals['_GETJOBLOGSRESPONSE']._serialized_end=678
42
+ _globals['_GETLATESTSUCCESSFULJOBREQUEST']._serialized_start=680
43
+ _globals['_GETLATESTSUCCESSFULJOBREQUEST']._serialized_end=757
44
+ _globals['_GETLATESTSUCCESSFULJOBRESPONSE']._serialized_start=759
45
+ _globals['_GETLATESTSUCCESSFULJOBRESPONSE']._serialized_end=864
46
+ _globals['_DELETEFEATURESETJOBSREQUEST']._serialized_start=866
47
+ _globals['_DELETEFEATURESETJOBSREQUEST']._serialized_end=921
48
+ _globals['_DELETEFEATURESETJOBSRESPONSE']._serialized_start=923
49
+ _globals['_DELETEFEATURESETJOBSRESPONSE']._serialized_end=988
50
+ _globals['_JOBSERVICE']._serialized_start=991
51
+ _globals['_JOBSERVICE']._serialized_end=1689
149
52
  # @@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/jobs/v1/job.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,50 +16,19 @@ 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/jobs/v1/job.proto\x12\x1aqwak.feature.store.jobs.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc9\x03\n\tJobRecord\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\x03\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x03 \x01(\t\x12\x15\n\rfeatureset_id\x18\x04 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x05 \x01(\t\x12\x12\n\ntry_number\x18\x06 \x01(\x05\x12\x37\n\tjob_state\x18\x07 \x01(\x0e\x32$.qwak.feature.store.jobs.v1.JobState\x12\x31\n\rcreation_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nstart_time\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x45\n\x10ingestion_window\x18\x0b \x01(\x0b\x32+.qwak.feature.store.jobs.v1.IngestionWindow\x12\x14\n\x0c\x65xecution_id\x18\x0c \x01(\x03\x12\x19\n\x11ingestion_message\x18\r \x01(\t\"\xed\x01\n\x0fIngestionWindow\x12<\n\x18ingested_data_start_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x16ingested_data_end_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\"\n\x1aingested_data_updated_rows\x18\x03 \x01(\x05\x12<\n\x18scheduled_execution_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"T\n\x1a\x46\x65\x61turesetLevelJobsSummary\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\x12\x1f\n\x17total_num_affected_rows\x18\x02 \x01(\x03*[\n\x08JobState\x12\x0b\n\x07INVALID\x10\x00\x12\x0b\n\x07PENDING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\r\n\tCOMPLETED\x10\x03\x12\n\n\x06\x46\x41ILED\x10\x04\x12\r\n\tTOO_EARLY\x10\x05\x42=\n%com.qwak.ai.feature.store.jobs.v1.apiP\x01Z\x12qwak/fsjobs;fsjobsb\x06proto3')
20
18
 
21
- _JOBSTATE = DESCRIPTOR.enum_types_by_name['JobState']
22
- JobState = enum_type_wrapper.EnumTypeWrapper(_JOBSTATE)
23
- INVALID = 0
24
- PENDING = 1
25
- RUNNING = 2
26
- COMPLETED = 3
27
- FAILED = 4
28
- TOO_EARLY = 5
29
-
30
-
31
- _JOBRECORD = DESCRIPTOR.message_types_by_name['JobRecord']
32
- _INGESTIONWINDOW = DESCRIPTOR.message_types_by_name['IngestionWindow']
33
- _FEATURESETLEVELJOBSSUMMARY = DESCRIPTOR.message_types_by_name['FeaturesetLevelJobsSummary']
34
- JobRecord = _reflection.GeneratedProtocolMessageType('JobRecord', (_message.Message,), {
35
- 'DESCRIPTOR' : _JOBRECORD,
36
- '__module__' : 'qwak.feature_store.jobs.v1.job_pb2'
37
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.JobRecord)
38
- })
39
- _sym_db.RegisterMessage(JobRecord)
40
-
41
- IngestionWindow = _reflection.GeneratedProtocolMessageType('IngestionWindow', (_message.Message,), {
42
- 'DESCRIPTOR' : _INGESTIONWINDOW,
43
- '__module__' : 'qwak.feature_store.jobs.v1.job_pb2'
44
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.IngestionWindow)
45
- })
46
- _sym_db.RegisterMessage(IngestionWindow)
47
-
48
- FeaturesetLevelJobsSummary = _reflection.GeneratedProtocolMessageType('FeaturesetLevelJobsSummary', (_message.Message,), {
49
- 'DESCRIPTOR' : _FEATURESETLEVELJOBSSUMMARY,
50
- '__module__' : 'qwak.feature_store.jobs.v1.job_pb2'
51
- # @@protoc_insertion_point(class_scope:qwak.feature.store.jobs.v1.FeaturesetLevelJobsSummary)
52
- })
53
- _sym_db.RegisterMessage(FeaturesetLevelJobsSummary)
54
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.jobs.v1.job_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.jobs.v1.apiP\001Z\022qwak/fsjobs;fsjobs'
59
- _JOBSTATE._serialized_start=887
60
- _JOBSTATE._serialized_end=978
61
- _JOBRECORD._serialized_start=102
62
- _JOBRECORD._serialized_end=559
63
- _INGESTIONWINDOW._serialized_start=562
64
- _INGESTIONWINDOW._serialized_end=799
65
- _FEATURESETLEVELJOBSSUMMARY._serialized_start=801
66
- _FEATURESETLEVELJOBSSUMMARY._serialized_end=885
26
+ _globals['_JOBSTATE']._serialized_start=887
27
+ _globals['_JOBSTATE']._serialized_end=978
28
+ _globals['_JOBRECORD']._serialized_start=102
29
+ _globals['_JOBRECORD']._serialized_end=559
30
+ _globals['_INGESTIONWINDOW']._serialized_start=562
31
+ _globals['_INGESTIONWINDOW']._serialized_end=799
32
+ _globals['_FEATURESETLEVELJOBSSUMMARY']._serialized_start=801
33
+ _globals['_FEATURESETLEVELJOBSSUMMARY']._serialized_end=885
67
34
  # @@protoc_insertion_point(module_scope)