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/feature_set_types.proto
4
4
  """Generated protocol buffer code."""
5
- from google.protobuf.internal import enum_type_wrapper
6
5
  from google.protobuf import descriptor as _descriptor
7
6
  from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import message as _message
9
- from google.protobuf import reflection as _reflection
10
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
11
9
  # @@protoc_insertion_point(imports)
12
10
 
13
11
  _sym_db = _symbol_database.Default()
@@ -25,279 +23,9 @@ from _qwak_proto.qwak.feature_store.sinks import sink_pb2 as qwak_dot_feature__s
25
23
 
26
24
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3qwak/feature_store/features/feature_set_types.proto\x12\x1bqwak.feature.store.features\x1a\x1fgoogle/protobuf/timestamp.proto\x1a&qwak/feature_store/sources/batch.proto\x1a*qwak/feature_store/sources/streaming.proto\x1a+qwak/feature_store/features/execution.proto\x1a-qwak/feature_store/features/aggregation.proto\x1a,qwak/feature_store/features/monitoring.proto\x1a=qwak/feature_store/features/real_time_feature_extractor.proto\x1a#qwak/feature_store/sinks/sink.proto\"\x9f\x04\n\x0e\x46\x65\x61tureSetType\x12I\n\x11\x62\x61tch_feature_set\x18\x05 \x01(\x0b\x32,.qwak.feature.store.features.BatchFeatureSetH\x00\x12Q\n\x16on_the_fly_feature_set\x18\x06 \x01(\x0b\x32/.qwak.feature.store.features.OnTheFlyFeatureSetH\x00\x12Q\n\x15streaming_feature_set\x18\x07 \x01(\x0b\x32\x30.qwak.feature.store.features.StreamingFeatureSetH\x00\x12V\n\x18streaming_feature_set_v1\x18\x08 \x01(\x0b\x32\x32.qwak.feature.store.features.StreamingFeatureSetV1H\x00\x12N\n\x14\x62\x61tch_feature_set_v1\x18\t \x01(\x0b\x32..qwak.feature.store.features.BatchFeatureSetV1H\x00\x12h\n!streaming_aggregation_feature_set\x18\n \x01(\x0b\x32;.qwak.feature.store.features.StreamingAggregationFeatureSetH\x00\x42\n\n\x08set_type\"\x9d\x03\n\x0f\x42\x61tchFeatureSet\x12\x19\n\x11scheduling_policy\x18\x01 \x01(\t\x12\x41\n\x0c\x64\x61ta_sources\x18\x02 \x03(\x0b\x32\'.qwak.feature.store.sources.BatchSourceB\x02\x18\x01\x12\x37\n\x08\x62\x61\x63kfill\x18\x03 \x01(\x0b\x32%.qwak.feature.store.features.Backfill\x12\x37\n\x08\x66unction\x18\x04 \x01(\x0b\x32%.qwak.feature.store.features.Function\x12U\n\x19\x66\x65\x61ture_set_batch_sources\x18\x05 \x03(\x0b\x32\x32.qwak.feature.store.features.FeatureSetBatchSource\x12\x63\n\x19monitoring_configurations\x18\x06 \x01(\x0b\x32@.qwak.feature.store.features.monitoring.MonitoringConfigurations\"\xd8\x05\n\x11\x42\x61tchFeatureSetV1\x12\x19\n\x11scheduling_policy\x18\x01 \x01(\t\x12\x37\n\x08\x62\x61\x63kfill\x18\x02 \x01(\x0b\x32%.qwak.feature.store.features.Backfill\x12;\n\x08\x66unction\x18\x03 \x01(\x0b\x32%.qwak.feature.store.features.FunctionB\x02\x18\x01\x12U\n\x19\x66\x65\x61ture_set_batch_sources\x18\x04 \x03(\x0b\x32\x32.qwak.feature.store.features.FeatureSetBatchSource\x12L\n\x0e\x65xecution_spec\x18\x05 \x01(\x0b\x32\x34.qwak.feature.store.features.execution.ExecutionSpec\x12\x14\n\x0coffline_sink\x18\x06 \x01(\x08\x12\x13\n\x0bonline_sink\x18\x07 \x01(\x08\x12\x63\n\x19monitoring_configurations\x18\x08 \x01(\x0b\x32@.qwak.feature.store.features.monitoring.MonitoringConfigurations\x12\x1d\n\x15timestamp_column_name\x18\t \x01(\t\x12\x43\n\x0etransformation\x18\n \x01(\x0b\x32+.qwak.feature.store.features.Transformation\x12&\n\x1eqwak_internal_protocol_version\x18\x0b \x01(\x05\x12\\\n\x1breal_time_feature_extractor\x18\x0c \x01(\x0b\x32\x35.qwak.feature.store.features.RealTimeFeatureExtractorH\x00\x42\x13\n\x11\x66\x65\x61ture_extractor\"\x9d\x01\n\x15\x46\x65\x61tureSetBatchSource\x12<\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32\'.qwak.feature.store.sources.BatchSource\x12\x46\n\x0bread_policy\x18\x02 \x01(\x0b\x32\x31.qwak.feature.store.features.DataSourceReadPolicy\"X\n\x13StreamingFeatureSet\x12\x41\n\x0c\x64\x61ta_sources\x18\x01 \x03(\x0b\x32+.qwak.feature.store.sources.StreamingSource\"\xc3\x03\n\x15StreamingFeatureSetV1\x12\x41\n\x0c\x64\x61ta_sources\x18\x01 \x03(\x0b\x32+.qwak.feature.store.sources.StreamingSource\x12\x43\n\x0etransformation\x18\x02 \x01(\x0b\x32+.qwak.feature.store.features.Transformation\x12U\n\x0e\x65xecution_spec\x18\x03 \x01(\x0b\x32=.qwak.feature.store.features.execution.StreamingExecutionSpec\x12\x1d\n\x15timestamp_column_name\x18\x04 \x01(\t\x12\x1f\n\x17online_trigger_interval\x18\x05 \x01(\x05\x12!\n\x19offline_scheduling_policy\x18\x06 \x01(\t\x12&\n\x1eqwak_internal_protocol_version\x18\x07 \x01(\x05\x12@\n\x0f\x61uxiliary_sinks\x18\x08 \x03(\x0b\x32\'.qwak.feature.store.sinks.StreamingSink\"\x97\x04\n\x1eStreamingAggregationFeatureSet\x12\x41\n\x0c\x64\x61ta_sources\x18\x01 \x03(\x0b\x32+.qwak.feature.store.sources.StreamingSource\x12\x43\n\x0etransformation\x18\x02 \x01(\x0b\x32+.qwak.feature.store.features.Transformation\x12U\n\x0e\x65xecution_spec\x18\x03 \x01(\x0b\x32=.qwak.feature.store.features.execution.StreamingExecutionSpec\x12\x1d\n\x15timestamp_column_name\x18\x04 \x01(\t\x12\x1f\n\x17online_trigger_interval\x18\x05 \x01(\x05\x12$\n\x1c\x63ompaction_scheduling_policy\x18\x06 \x01(\t\x12\x46\n\x10\x61ggregation_spec\x18\x07 \x01(\x0b\x32,.qwak.feature.store.features.AggregationSpec\x12@\n\rbackfill_spec\x18\x08 \x01(\x0b\x32).qwak.feature.store.features.BackfillSpec\x12&\n\x1eqwak_internal_protocol_version\x18\t \x01(\x05\"\xc3\x01\n\x1b\x42\x61\x63kfillBatchDataSourceSpec\x12<\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32\'.qwak.feature.store.sources.BatchSource\x12\x33\n\x0fstart_timestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x31\n\rend_timestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"|\n\x16\x42\x61\x63kfillDataSourceSpec\x12Z\n\x16\x62\x61tch_data_source_spec\x18\x01 \x01(\x0b\x32\x38.qwak.feature.store.features.BackfillBatchDataSourceSpecH\x00\x42\x06\n\x04type\"\xe1\x02\n\x0c\x42\x61\x63kfillSpec\x12T\n\x0e\x65xecution_spec\x18\x01 \x01(\x0b\x32<.qwak.feature.store.features.execution.BackfillExecutionSpec\x12\x33\n\x0fstart_timestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x31\n\rend_timestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x43\n\x0etransformation\x18\x04 \x01(\x0b\x32+.qwak.feature.store.features.Transformation\x12N\n\x11\x64\x61ta_source_specs\x18\x05 \x03(\x0b\x32\x33.qwak.feature.store.features.BackfillDataSourceSpec\"\x9f\x01\n\x0f\x41ggregationSpec\x12O\n\x0c\x61ggregations\x18\x01 \x03(\x0b\x32\x39.qwak.feature.store.features.aggregation.AggregationField\x12\x15\n\rslide_seconds\x18\x02 \x01(\x05\x12$\n\x1c\x61llowed_late_arrival_seconds\x18\x03 \x01(\x05\"\xdd\x03\n\x0eTransformation\x12L\n\x12udf_transformation\x18\x01 \x01(\x0b\x32..qwak.feature.store.features.UdfTransformationH\x00\x12L\n\x12sql_transformation\x18\x02 \x01(\x0b\x32..qwak.feature.store.features.SqlTransformationH\x00\x12V\n\x15koalas_transformation\x18\x03 \x01(\x0b\x32\x31.qwak.feature.store.features.KoalasTransformationB\x02\x18\x01H\x00\x12T\n\x16pyspark_transformation\x18\x05 \x01(\x0b\x32\x32.qwak.feature.store.features.PySparkTransformationH\x00\x12\x62\n\x1epandas_on_spark_transformation\x18\x06 \x01(\x0b\x32\x38.qwak.feature.store.features.PandasOnSparkTransformationH\x00\x12\x15\n\rartifact_path\x18\x04 \x01(\tB\x06\n\x04type\"*\n\x11UdfTransformation\x12\x15\n\rfunction_name\x18\x01 \x01(\t\"8\n\x11SqlTransformation\x12\x0b\n\x03sql\x18\x01 \x01(\t\x12\x16\n\x0e\x66unction_names\x18\x02 \x03(\t\"\x83\x01\n\x14KoalasTransformation\x12\x15\n\rfunction_name\x18\x01 \x01(\t\x12\x41\n\x06qwargs\x18\x02 \x01(\x0b\x32/.qwak.feature.store.features.TransformArgumentsH\x00:\x02\x18\x01\x42\r\n\x0b\x61rgs_option\"\x80\x01\n\x15PySparkTransformation\x12\x15\n\rfunction_name\x18\x01 \x01(\t\x12\x41\n\x06qwargs\x18\x02 \x01(\x0b\x32/.qwak.feature.store.features.TransformArgumentsH\x00\x42\r\n\x0b\x61rgs_option\"\x86\x01\n\x1bPandasOnSparkTransformation\x12\x15\n\rfunction_name\x18\x01 \x01(\t\x12\x41\n\x06qwargs\x18\x02 \x01(\x0b\x32/.qwak.feature.store.features.TransformArgumentsH\x00\x42\r\n\x0b\x61rgs_option\"\x90\x01\n\x12TransformArguments\x12K\n\x06qwargs\x18\x01 \x03(\x0b\x32;.qwak.feature.store.features.TransformArguments.QwargsEntry\x1a-\n\x0bQwargsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"f\n\x12OnTheFlyFeatureSet\x12:\n\x08\x66unction\x18\x01 \x01(\x0b\x32(.qwak.feature.store.features.UdfFunction\x12\x14\n\x0crequirements\x18\x02 \x01(\x0c\"\x96\x01\n\x08\x46unction\x12@\n\x0csql_function\x18\x01 \x01(\x0b\x32(.qwak.feature.store.features.SqlFunctionH\x00\x12@\n\x0cudf_function\x18\x02 \x01(\x0b\x32(.qwak.feature.store.features.UdfFunctionH\x00\x42\x06\n\x04type\"\xb5\x01\n\x08\x42\x61\x63kfill\x12.\n\nstart_date\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12I\n\rfillup_method\x18\x02 \x01(\x0e\x32\x32.qwak.feature.store.features.Backfill.FillUpMethod\".\n\x0c\x46illUpMethod\x12\x10\n\x0c\x41S_SCHEDULED\x10\x00\x12\x0c\n\x08SNAPSHOT\x10\x01\"\x1a\n\x0bSqlFunction\x12\x0b\n\x03sql\x18\x01 \x01(\t\"\x1b\n\x0bUdfFunction\x12\x0c\n\x04\x63ode\x18\x01 \x01(\x0c\"\t\n\x07NewOnly\"\xa0\x01\n\tTimeFrame\x12\x0f\n\x07minutes\x18\x01 \x01(\x05\x12\x37\n\x07vanilla\x18\x02 \x01(\x0b\x32$.qwak.feature.store.features.VanillaH\x00\x12?\n\x0b\x61ggregation\x18\x03 \x01(\x0b\x32(.qwak.feature.store.features.AggregationH\x00\x42\x08\n\x06\x66lavor\"k\n\x0b\x41ggregation\x12T\n\x16\x61ggregation_population\x18\x01 \x01(\x0b\x32\x32.qwak.feature.store.features.AggregationPopulationH\x00\x42\x06\n\x04type\"\x17\n\x15\x41ggregationPopulation\"\x1c\n\x1aPopulationTimeframeNewOnly\"j\n\x13PopulationTimeframe\x12K\n\x08new_only\x18\x01 \x01(\x0b\x32\x37.qwak.feature.store.features.PopulationTimeframeNewOnlyH\x00\x42\x06\n\x04type\"\t\n\x07Vanilla\"\x9f\x01\n\x08\x46ullRead\x12\x37\n\x07\x64\x65\x66\x61ult\x18\x01 \x01(\x0b\x32$.qwak.feature.store.features.VanillaH\x00\x12P\n\x14population_timeframe\x18\x02 \x01(\x0b\x32\x30.qwak.feature.store.features.PopulationTimeframeH\x00\x42\x08\n\x06\x66lavor\"\xd2\x01\n\x14\x44\x61taSourceReadPolicy\x12\x38\n\x08new_only\x18\x01 \x01(\x0b\x32$.qwak.feature.store.features.NewOnlyH\x00\x12<\n\ntime_frame\x18\x02 \x01(\x0b\x32&.qwak.feature.store.features.TimeFrameH\x00\x12:\n\tfull_read\x18\x03 \x01(\x0b\x32%.qwak.feature.store.features.FullReadH\x00\x42\x06\n\x04type*}\n\x12\x46\x65\x61tureSetTypeView\x12!\n\x1d\x46\x45\x41TURE_SET_TYPE_VIEW_INVALID\x10\x00\x12\x1f\n\x1b\x46\x45\x41TURE_SET_TYPE_VIEW_BATCH\x10\x01\x12#\n\x1f\x46\x45\x41TURE_SET_TYPE_VIEW_STREAMING\x10\x02\x42[\n&com.qwak.ai.feature.store.features.apiP\x01Z/qwak/featurestore/features;featurestorefeaturesb\x06proto3')
27
25
 
28
- _FEATURESETTYPEVIEW = DESCRIPTOR.enum_types_by_name['FeatureSetTypeView']
29
- FeatureSetTypeView = enum_type_wrapper.EnumTypeWrapper(_FEATURESETTYPEVIEW)
30
- FEATURE_SET_TYPE_VIEW_INVALID = 0
31
- FEATURE_SET_TYPE_VIEW_BATCH = 1
32
- FEATURE_SET_TYPE_VIEW_STREAMING = 2
33
-
34
-
35
- _FEATURESETTYPE = DESCRIPTOR.message_types_by_name['FeatureSetType']
36
- _BATCHFEATURESET = DESCRIPTOR.message_types_by_name['BatchFeatureSet']
37
- _BATCHFEATURESETV1 = DESCRIPTOR.message_types_by_name['BatchFeatureSetV1']
38
- _FEATURESETBATCHSOURCE = DESCRIPTOR.message_types_by_name['FeatureSetBatchSource']
39
- _STREAMINGFEATURESET = DESCRIPTOR.message_types_by_name['StreamingFeatureSet']
40
- _STREAMINGFEATURESETV1 = DESCRIPTOR.message_types_by_name['StreamingFeatureSetV1']
41
- _STREAMINGAGGREGATIONFEATURESET = DESCRIPTOR.message_types_by_name['StreamingAggregationFeatureSet']
42
- _BACKFILLBATCHDATASOURCESPEC = DESCRIPTOR.message_types_by_name['BackfillBatchDataSourceSpec']
43
- _BACKFILLDATASOURCESPEC = DESCRIPTOR.message_types_by_name['BackfillDataSourceSpec']
44
- _BACKFILLSPEC = DESCRIPTOR.message_types_by_name['BackfillSpec']
45
- _AGGREGATIONSPEC = DESCRIPTOR.message_types_by_name['AggregationSpec']
46
- _TRANSFORMATION = DESCRIPTOR.message_types_by_name['Transformation']
47
- _UDFTRANSFORMATION = DESCRIPTOR.message_types_by_name['UdfTransformation']
48
- _SQLTRANSFORMATION = DESCRIPTOR.message_types_by_name['SqlTransformation']
49
- _KOALASTRANSFORMATION = DESCRIPTOR.message_types_by_name['KoalasTransformation']
50
- _PYSPARKTRANSFORMATION = DESCRIPTOR.message_types_by_name['PySparkTransformation']
51
- _PANDASONSPARKTRANSFORMATION = DESCRIPTOR.message_types_by_name['PandasOnSparkTransformation']
52
- _TRANSFORMARGUMENTS = DESCRIPTOR.message_types_by_name['TransformArguments']
53
- _TRANSFORMARGUMENTS_QWARGSENTRY = _TRANSFORMARGUMENTS.nested_types_by_name['QwargsEntry']
54
- _ONTHEFLYFEATURESET = DESCRIPTOR.message_types_by_name['OnTheFlyFeatureSet']
55
- _FUNCTION = DESCRIPTOR.message_types_by_name['Function']
56
- _BACKFILL = DESCRIPTOR.message_types_by_name['Backfill']
57
- _SQLFUNCTION = DESCRIPTOR.message_types_by_name['SqlFunction']
58
- _UDFFUNCTION = DESCRIPTOR.message_types_by_name['UdfFunction']
59
- _NEWONLY = DESCRIPTOR.message_types_by_name['NewOnly']
60
- _TIMEFRAME = DESCRIPTOR.message_types_by_name['TimeFrame']
61
- _AGGREGATION = DESCRIPTOR.message_types_by_name['Aggregation']
62
- _AGGREGATIONPOPULATION = DESCRIPTOR.message_types_by_name['AggregationPopulation']
63
- _POPULATIONTIMEFRAMENEWONLY = DESCRIPTOR.message_types_by_name['PopulationTimeframeNewOnly']
64
- _POPULATIONTIMEFRAME = DESCRIPTOR.message_types_by_name['PopulationTimeframe']
65
- _VANILLA = DESCRIPTOR.message_types_by_name['Vanilla']
66
- _FULLREAD = DESCRIPTOR.message_types_by_name['FullRead']
67
- _DATASOURCEREADPOLICY = DESCRIPTOR.message_types_by_name['DataSourceReadPolicy']
68
- _BACKFILL_FILLUPMETHOD = _BACKFILL.enum_types_by_name['FillUpMethod']
69
- FeatureSetType = _reflection.GeneratedProtocolMessageType('FeatureSetType', (_message.Message,), {
70
- 'DESCRIPTOR' : _FEATURESETTYPE,
71
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
72
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeatureSetType)
73
- })
74
- _sym_db.RegisterMessage(FeatureSetType)
75
-
76
- BatchFeatureSet = _reflection.GeneratedProtocolMessageType('BatchFeatureSet', (_message.Message,), {
77
- 'DESCRIPTOR' : _BATCHFEATURESET,
78
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
79
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.BatchFeatureSet)
80
- })
81
- _sym_db.RegisterMessage(BatchFeatureSet)
82
-
83
- BatchFeatureSetV1 = _reflection.GeneratedProtocolMessageType('BatchFeatureSetV1', (_message.Message,), {
84
- 'DESCRIPTOR' : _BATCHFEATURESETV1,
85
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
86
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.BatchFeatureSetV1)
87
- })
88
- _sym_db.RegisterMessage(BatchFeatureSetV1)
89
-
90
- FeatureSetBatchSource = _reflection.GeneratedProtocolMessageType('FeatureSetBatchSource', (_message.Message,), {
91
- 'DESCRIPTOR' : _FEATURESETBATCHSOURCE,
92
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
93
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeatureSetBatchSource)
94
- })
95
- _sym_db.RegisterMessage(FeatureSetBatchSource)
96
-
97
- StreamingFeatureSet = _reflection.GeneratedProtocolMessageType('StreamingFeatureSet', (_message.Message,), {
98
- 'DESCRIPTOR' : _STREAMINGFEATURESET,
99
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
100
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.StreamingFeatureSet)
101
- })
102
- _sym_db.RegisterMessage(StreamingFeatureSet)
103
-
104
- StreamingFeatureSetV1 = _reflection.GeneratedProtocolMessageType('StreamingFeatureSetV1', (_message.Message,), {
105
- 'DESCRIPTOR' : _STREAMINGFEATURESETV1,
106
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
107
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.StreamingFeatureSetV1)
108
- })
109
- _sym_db.RegisterMessage(StreamingFeatureSetV1)
110
-
111
- StreamingAggregationFeatureSet = _reflection.GeneratedProtocolMessageType('StreamingAggregationFeatureSet', (_message.Message,), {
112
- 'DESCRIPTOR' : _STREAMINGAGGREGATIONFEATURESET,
113
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
114
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.StreamingAggregationFeatureSet)
115
- })
116
- _sym_db.RegisterMessage(StreamingAggregationFeatureSet)
117
-
118
- BackfillBatchDataSourceSpec = _reflection.GeneratedProtocolMessageType('BackfillBatchDataSourceSpec', (_message.Message,), {
119
- 'DESCRIPTOR' : _BACKFILLBATCHDATASOURCESPEC,
120
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
121
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.BackfillBatchDataSourceSpec)
122
- })
123
- _sym_db.RegisterMessage(BackfillBatchDataSourceSpec)
124
-
125
- BackfillDataSourceSpec = _reflection.GeneratedProtocolMessageType('BackfillDataSourceSpec', (_message.Message,), {
126
- 'DESCRIPTOR' : _BACKFILLDATASOURCESPEC,
127
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
128
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.BackfillDataSourceSpec)
129
- })
130
- _sym_db.RegisterMessage(BackfillDataSourceSpec)
131
-
132
- BackfillSpec = _reflection.GeneratedProtocolMessageType('BackfillSpec', (_message.Message,), {
133
- 'DESCRIPTOR' : _BACKFILLSPEC,
134
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
135
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.BackfillSpec)
136
- })
137
- _sym_db.RegisterMessage(BackfillSpec)
138
-
139
- AggregationSpec = _reflection.GeneratedProtocolMessageType('AggregationSpec', (_message.Message,), {
140
- 'DESCRIPTOR' : _AGGREGATIONSPEC,
141
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
142
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.AggregationSpec)
143
- })
144
- _sym_db.RegisterMessage(AggregationSpec)
145
-
146
- Transformation = _reflection.GeneratedProtocolMessageType('Transformation', (_message.Message,), {
147
- 'DESCRIPTOR' : _TRANSFORMATION,
148
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
149
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.Transformation)
150
- })
151
- _sym_db.RegisterMessage(Transformation)
152
-
153
- UdfTransformation = _reflection.GeneratedProtocolMessageType('UdfTransformation', (_message.Message,), {
154
- 'DESCRIPTOR' : _UDFTRANSFORMATION,
155
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
156
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.UdfTransformation)
157
- })
158
- _sym_db.RegisterMessage(UdfTransformation)
159
-
160
- SqlTransformation = _reflection.GeneratedProtocolMessageType('SqlTransformation', (_message.Message,), {
161
- 'DESCRIPTOR' : _SQLTRANSFORMATION,
162
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
163
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.SqlTransformation)
164
- })
165
- _sym_db.RegisterMessage(SqlTransformation)
166
-
167
- KoalasTransformation = _reflection.GeneratedProtocolMessageType('KoalasTransformation', (_message.Message,), {
168
- 'DESCRIPTOR' : _KOALASTRANSFORMATION,
169
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
170
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.KoalasTransformation)
171
- })
172
- _sym_db.RegisterMessage(KoalasTransformation)
173
-
174
- PySparkTransformation = _reflection.GeneratedProtocolMessageType('PySparkTransformation', (_message.Message,), {
175
- 'DESCRIPTOR' : _PYSPARKTRANSFORMATION,
176
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
177
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.PySparkTransformation)
178
- })
179
- _sym_db.RegisterMessage(PySparkTransformation)
180
-
181
- PandasOnSparkTransformation = _reflection.GeneratedProtocolMessageType('PandasOnSparkTransformation', (_message.Message,), {
182
- 'DESCRIPTOR' : _PANDASONSPARKTRANSFORMATION,
183
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
184
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.PandasOnSparkTransformation)
185
- })
186
- _sym_db.RegisterMessage(PandasOnSparkTransformation)
187
-
188
- TransformArguments = _reflection.GeneratedProtocolMessageType('TransformArguments', (_message.Message,), {
189
-
190
- 'QwargsEntry' : _reflection.GeneratedProtocolMessageType('QwargsEntry', (_message.Message,), {
191
- 'DESCRIPTOR' : _TRANSFORMARGUMENTS_QWARGSENTRY,
192
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
193
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.TransformArguments.QwargsEntry)
194
- })
195
- ,
196
- 'DESCRIPTOR' : _TRANSFORMARGUMENTS,
197
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
198
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.TransformArguments)
199
- })
200
- _sym_db.RegisterMessage(TransformArguments)
201
- _sym_db.RegisterMessage(TransformArguments.QwargsEntry)
202
-
203
- OnTheFlyFeatureSet = _reflection.GeneratedProtocolMessageType('OnTheFlyFeatureSet', (_message.Message,), {
204
- 'DESCRIPTOR' : _ONTHEFLYFEATURESET,
205
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
206
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.OnTheFlyFeatureSet)
207
- })
208
- _sym_db.RegisterMessage(OnTheFlyFeatureSet)
209
-
210
- Function = _reflection.GeneratedProtocolMessageType('Function', (_message.Message,), {
211
- 'DESCRIPTOR' : _FUNCTION,
212
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
213
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.Function)
214
- })
215
- _sym_db.RegisterMessage(Function)
216
-
217
- Backfill = _reflection.GeneratedProtocolMessageType('Backfill', (_message.Message,), {
218
- 'DESCRIPTOR' : _BACKFILL,
219
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
220
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.Backfill)
221
- })
222
- _sym_db.RegisterMessage(Backfill)
223
-
224
- SqlFunction = _reflection.GeneratedProtocolMessageType('SqlFunction', (_message.Message,), {
225
- 'DESCRIPTOR' : _SQLFUNCTION,
226
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
227
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.SqlFunction)
228
- })
229
- _sym_db.RegisterMessage(SqlFunction)
230
-
231
- UdfFunction = _reflection.GeneratedProtocolMessageType('UdfFunction', (_message.Message,), {
232
- 'DESCRIPTOR' : _UDFFUNCTION,
233
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
234
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.UdfFunction)
235
- })
236
- _sym_db.RegisterMessage(UdfFunction)
237
-
238
- NewOnly = _reflection.GeneratedProtocolMessageType('NewOnly', (_message.Message,), {
239
- 'DESCRIPTOR' : _NEWONLY,
240
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
241
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.NewOnly)
242
- })
243
- _sym_db.RegisterMessage(NewOnly)
244
-
245
- TimeFrame = _reflection.GeneratedProtocolMessageType('TimeFrame', (_message.Message,), {
246
- 'DESCRIPTOR' : _TIMEFRAME,
247
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
248
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.TimeFrame)
249
- })
250
- _sym_db.RegisterMessage(TimeFrame)
251
-
252
- Aggregation = _reflection.GeneratedProtocolMessageType('Aggregation', (_message.Message,), {
253
- 'DESCRIPTOR' : _AGGREGATION,
254
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
255
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.Aggregation)
256
- })
257
- _sym_db.RegisterMessage(Aggregation)
258
-
259
- AggregationPopulation = _reflection.GeneratedProtocolMessageType('AggregationPopulation', (_message.Message,), {
260
- 'DESCRIPTOR' : _AGGREGATIONPOPULATION,
261
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
262
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.AggregationPopulation)
263
- })
264
- _sym_db.RegisterMessage(AggregationPopulation)
265
-
266
- PopulationTimeframeNewOnly = _reflection.GeneratedProtocolMessageType('PopulationTimeframeNewOnly', (_message.Message,), {
267
- 'DESCRIPTOR' : _POPULATIONTIMEFRAMENEWONLY,
268
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
269
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.PopulationTimeframeNewOnly)
270
- })
271
- _sym_db.RegisterMessage(PopulationTimeframeNewOnly)
272
-
273
- PopulationTimeframe = _reflection.GeneratedProtocolMessageType('PopulationTimeframe', (_message.Message,), {
274
- 'DESCRIPTOR' : _POPULATIONTIMEFRAME,
275
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
276
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.PopulationTimeframe)
277
- })
278
- _sym_db.RegisterMessage(PopulationTimeframe)
279
-
280
- Vanilla = _reflection.GeneratedProtocolMessageType('Vanilla', (_message.Message,), {
281
- 'DESCRIPTOR' : _VANILLA,
282
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
283
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.Vanilla)
284
- })
285
- _sym_db.RegisterMessage(Vanilla)
286
-
287
- FullRead = _reflection.GeneratedProtocolMessageType('FullRead', (_message.Message,), {
288
- 'DESCRIPTOR' : _FULLREAD,
289
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
290
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.FullRead)
291
- })
292
- _sym_db.RegisterMessage(FullRead)
293
-
294
- DataSourceReadPolicy = _reflection.GeneratedProtocolMessageType('DataSourceReadPolicy', (_message.Message,), {
295
- 'DESCRIPTOR' : _DATASOURCEREADPOLICY,
296
- '__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
297
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.DataSourceReadPolicy)
298
- })
299
- _sym_db.RegisterMessage(DataSourceReadPolicy)
300
-
26
+ _globals = globals()
27
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
28
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.features.feature_set_types_pb2', _globals)
301
29
  if _descriptor._USE_C_DESCRIPTORS == False:
302
30
 
303
31
  DESCRIPTOR._options = None
@@ -312,74 +40,74 @@ if _descriptor._USE_C_DESCRIPTORS == False:
312
40
  _KOALASTRANSFORMATION._serialized_options = b'\030\001'
313
41
  _TRANSFORMARGUMENTS_QWARGSENTRY._options = None
314
42
  _TRANSFORMARGUMENTS_QWARGSENTRY._serialized_options = b'8\001'
315
- _FEATURESETTYPEVIEW._serialized_start=6677
316
- _FEATURESETTYPEVIEW._serialized_end=6802
317
- _FEATURESETTYPE._serialized_start=440
318
- _FEATURESETTYPE._serialized_end=983
319
- _BATCHFEATURESET._serialized_start=986
320
- _BATCHFEATURESET._serialized_end=1399
321
- _BATCHFEATURESETV1._serialized_start=1402
322
- _BATCHFEATURESETV1._serialized_end=2130
323
- _FEATURESETBATCHSOURCE._serialized_start=2133
324
- _FEATURESETBATCHSOURCE._serialized_end=2290
325
- _STREAMINGFEATURESET._serialized_start=2292
326
- _STREAMINGFEATURESET._serialized_end=2380
327
- _STREAMINGFEATURESETV1._serialized_start=2383
328
- _STREAMINGFEATURESETV1._serialized_end=2834
329
- _STREAMINGAGGREGATIONFEATURESET._serialized_start=2837
330
- _STREAMINGAGGREGATIONFEATURESET._serialized_end=3372
331
- _BACKFILLBATCHDATASOURCESPEC._serialized_start=3375
332
- _BACKFILLBATCHDATASOURCESPEC._serialized_end=3570
333
- _BACKFILLDATASOURCESPEC._serialized_start=3572
334
- _BACKFILLDATASOURCESPEC._serialized_end=3696
335
- _BACKFILLSPEC._serialized_start=3699
336
- _BACKFILLSPEC._serialized_end=4052
337
- _AGGREGATIONSPEC._serialized_start=4055
338
- _AGGREGATIONSPEC._serialized_end=4214
339
- _TRANSFORMATION._serialized_start=4217
340
- _TRANSFORMATION._serialized_end=4694
341
- _UDFTRANSFORMATION._serialized_start=4696
342
- _UDFTRANSFORMATION._serialized_end=4738
343
- _SQLTRANSFORMATION._serialized_start=4740
344
- _SQLTRANSFORMATION._serialized_end=4796
345
- _KOALASTRANSFORMATION._serialized_start=4799
346
- _KOALASTRANSFORMATION._serialized_end=4930
347
- _PYSPARKTRANSFORMATION._serialized_start=4933
348
- _PYSPARKTRANSFORMATION._serialized_end=5061
349
- _PANDASONSPARKTRANSFORMATION._serialized_start=5064
350
- _PANDASONSPARKTRANSFORMATION._serialized_end=5198
351
- _TRANSFORMARGUMENTS._serialized_start=5201
352
- _TRANSFORMARGUMENTS._serialized_end=5345
353
- _TRANSFORMARGUMENTS_QWARGSENTRY._serialized_start=5300
354
- _TRANSFORMARGUMENTS_QWARGSENTRY._serialized_end=5345
355
- _ONTHEFLYFEATURESET._serialized_start=5347
356
- _ONTHEFLYFEATURESET._serialized_end=5449
357
- _FUNCTION._serialized_start=5452
358
- _FUNCTION._serialized_end=5602
359
- _BACKFILL._serialized_start=5605
360
- _BACKFILL._serialized_end=5786
361
- _BACKFILL_FILLUPMETHOD._serialized_start=5740
362
- _BACKFILL_FILLUPMETHOD._serialized_end=5786
363
- _SQLFUNCTION._serialized_start=5788
364
- _SQLFUNCTION._serialized_end=5814
365
- _UDFFUNCTION._serialized_start=5816
366
- _UDFFUNCTION._serialized_end=5843
367
- _NEWONLY._serialized_start=5845
368
- _NEWONLY._serialized_end=5854
369
- _TIMEFRAME._serialized_start=5857
370
- _TIMEFRAME._serialized_end=6017
371
- _AGGREGATION._serialized_start=6019
372
- _AGGREGATION._serialized_end=6126
373
- _AGGREGATIONPOPULATION._serialized_start=6128
374
- _AGGREGATIONPOPULATION._serialized_end=6151
375
- _POPULATIONTIMEFRAMENEWONLY._serialized_start=6153
376
- _POPULATIONTIMEFRAMENEWONLY._serialized_end=6181
377
- _POPULATIONTIMEFRAME._serialized_start=6183
378
- _POPULATIONTIMEFRAME._serialized_end=6289
379
- _VANILLA._serialized_start=6291
380
- _VANILLA._serialized_end=6300
381
- _FULLREAD._serialized_start=6303
382
- _FULLREAD._serialized_end=6462
383
- _DATASOURCEREADPOLICY._serialized_start=6465
384
- _DATASOURCEREADPOLICY._serialized_end=6675
43
+ _globals['_FEATURESETTYPEVIEW']._serialized_start=6677
44
+ _globals['_FEATURESETTYPEVIEW']._serialized_end=6802
45
+ _globals['_FEATURESETTYPE']._serialized_start=440
46
+ _globals['_FEATURESETTYPE']._serialized_end=983
47
+ _globals['_BATCHFEATURESET']._serialized_start=986
48
+ _globals['_BATCHFEATURESET']._serialized_end=1399
49
+ _globals['_BATCHFEATURESETV1']._serialized_start=1402
50
+ _globals['_BATCHFEATURESETV1']._serialized_end=2130
51
+ _globals['_FEATURESETBATCHSOURCE']._serialized_start=2133
52
+ _globals['_FEATURESETBATCHSOURCE']._serialized_end=2290
53
+ _globals['_STREAMINGFEATURESET']._serialized_start=2292
54
+ _globals['_STREAMINGFEATURESET']._serialized_end=2380
55
+ _globals['_STREAMINGFEATURESETV1']._serialized_start=2383
56
+ _globals['_STREAMINGFEATURESETV1']._serialized_end=2834
57
+ _globals['_STREAMINGAGGREGATIONFEATURESET']._serialized_start=2837
58
+ _globals['_STREAMINGAGGREGATIONFEATURESET']._serialized_end=3372
59
+ _globals['_BACKFILLBATCHDATASOURCESPEC']._serialized_start=3375
60
+ _globals['_BACKFILLBATCHDATASOURCESPEC']._serialized_end=3570
61
+ _globals['_BACKFILLDATASOURCESPEC']._serialized_start=3572
62
+ _globals['_BACKFILLDATASOURCESPEC']._serialized_end=3696
63
+ _globals['_BACKFILLSPEC']._serialized_start=3699
64
+ _globals['_BACKFILLSPEC']._serialized_end=4052
65
+ _globals['_AGGREGATIONSPEC']._serialized_start=4055
66
+ _globals['_AGGREGATIONSPEC']._serialized_end=4214
67
+ _globals['_TRANSFORMATION']._serialized_start=4217
68
+ _globals['_TRANSFORMATION']._serialized_end=4694
69
+ _globals['_UDFTRANSFORMATION']._serialized_start=4696
70
+ _globals['_UDFTRANSFORMATION']._serialized_end=4738
71
+ _globals['_SQLTRANSFORMATION']._serialized_start=4740
72
+ _globals['_SQLTRANSFORMATION']._serialized_end=4796
73
+ _globals['_KOALASTRANSFORMATION']._serialized_start=4799
74
+ _globals['_KOALASTRANSFORMATION']._serialized_end=4930
75
+ _globals['_PYSPARKTRANSFORMATION']._serialized_start=4933
76
+ _globals['_PYSPARKTRANSFORMATION']._serialized_end=5061
77
+ _globals['_PANDASONSPARKTRANSFORMATION']._serialized_start=5064
78
+ _globals['_PANDASONSPARKTRANSFORMATION']._serialized_end=5198
79
+ _globals['_TRANSFORMARGUMENTS']._serialized_start=5201
80
+ _globals['_TRANSFORMARGUMENTS']._serialized_end=5345
81
+ _globals['_TRANSFORMARGUMENTS_QWARGSENTRY']._serialized_start=5300
82
+ _globals['_TRANSFORMARGUMENTS_QWARGSENTRY']._serialized_end=5345
83
+ _globals['_ONTHEFLYFEATURESET']._serialized_start=5347
84
+ _globals['_ONTHEFLYFEATURESET']._serialized_end=5449
85
+ _globals['_FUNCTION']._serialized_start=5452
86
+ _globals['_FUNCTION']._serialized_end=5602
87
+ _globals['_BACKFILL']._serialized_start=5605
88
+ _globals['_BACKFILL']._serialized_end=5786
89
+ _globals['_BACKFILL_FILLUPMETHOD']._serialized_start=5740
90
+ _globals['_BACKFILL_FILLUPMETHOD']._serialized_end=5786
91
+ _globals['_SQLFUNCTION']._serialized_start=5788
92
+ _globals['_SQLFUNCTION']._serialized_end=5814
93
+ _globals['_UDFFUNCTION']._serialized_start=5816
94
+ _globals['_UDFFUNCTION']._serialized_end=5843
95
+ _globals['_NEWONLY']._serialized_start=5845
96
+ _globals['_NEWONLY']._serialized_end=5854
97
+ _globals['_TIMEFRAME']._serialized_start=5857
98
+ _globals['_TIMEFRAME']._serialized_end=6017
99
+ _globals['_AGGREGATION']._serialized_start=6019
100
+ _globals['_AGGREGATION']._serialized_end=6126
101
+ _globals['_AGGREGATIONPOPULATION']._serialized_start=6128
102
+ _globals['_AGGREGATIONPOPULATION']._serialized_end=6151
103
+ _globals['_POPULATIONTIMEFRAMENEWONLY']._serialized_start=6153
104
+ _globals['_POPULATIONTIMEFRAMENEWONLY']._serialized_end=6181
105
+ _globals['_POPULATIONTIMEFRAME']._serialized_start=6183
106
+ _globals['_POPULATIONTIMEFRAME']._serialized_end=6289
107
+ _globals['_VANILLA']._serialized_start=6291
108
+ _globals['_VANILLA']._serialized_end=6300
109
+ _globals['_FULLREAD']._serialized_start=6303
110
+ _globals['_FULLREAD']._serialized_end=6462
111
+ _globals['_DATASOURCEREADPOLICY']._serialized_start=6465
112
+ _globals['_DATASOURCEREADPOLICY']._serialized_end=6675
385
113
  # @@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'\n,qwak/feature_store/features/monitoring.proto\x12&qwak.feature.store.features.monitoring\"b\n\x18MonitoringConfigurations\x12\x46\n\nmonitoring\x18\x01 \x03(\x0b\x32\x32.qwak.feature.store.features.monitoring.Monitoring\"c\n\nMonitoring\x12M\n\rfailure_alert\x18\x01 \x01(\x0b\x32\x34.qwak.feature.store.features.monitoring.FailureAlertH\x00\x42\x06\n\x04type\"\x1d\n\x0c\x46\x61ilureAlert\x12\r\n\x05names\x18\x01 \x03(\tB[\n&com.qwak.ai.feature.store.features.apiP\x01Z/qwak/featurestore/features;featurestorefeaturesb\x06proto3')
18
17
 
19
-
20
-
21
- _MONITORINGCONFIGURATIONS = DESCRIPTOR.message_types_by_name['MonitoringConfigurations']
22
- _MONITORING = DESCRIPTOR.message_types_by_name['Monitoring']
23
- _FAILUREALERT = DESCRIPTOR.message_types_by_name['FailureAlert']
24
- MonitoringConfigurations = _reflection.GeneratedProtocolMessageType('MonitoringConfigurations', (_message.Message,), {
25
- 'DESCRIPTOR' : _MONITORINGCONFIGURATIONS,
26
- '__module__' : 'qwak.feature_store.features.monitoring_pb2'
27
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.monitoring.MonitoringConfigurations)
28
- })
29
- _sym_db.RegisterMessage(MonitoringConfigurations)
30
-
31
- Monitoring = _reflection.GeneratedProtocolMessageType('Monitoring', (_message.Message,), {
32
- 'DESCRIPTOR' : _MONITORING,
33
- '__module__' : 'qwak.feature_store.features.monitoring_pb2'
34
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.monitoring.Monitoring)
35
- })
36
- _sym_db.RegisterMessage(Monitoring)
37
-
38
- FailureAlert = _reflection.GeneratedProtocolMessageType('FailureAlert', (_message.Message,), {
39
- 'DESCRIPTOR' : _FAILUREALERT,
40
- '__module__' : 'qwak.feature_store.features.monitoring_pb2'
41
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.monitoring.FailureAlert)
42
- })
43
- _sym_db.RegisterMessage(FailureAlert)
44
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.features.monitoring_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.features.apiP\001Z/qwak/featurestore/features;featurestorefeatures'
49
- _MONITORINGCONFIGURATIONS._serialized_start=88
50
- _MONITORINGCONFIGURATIONS._serialized_end=186
51
- _MONITORING._serialized_start=188
52
- _MONITORING._serialized_end=287
53
- _FAILUREALERT._serialized_start=289
54
- _FAILUREALERT._serialized_end=318
25
+ _globals['_MONITORINGCONFIGURATIONS']._serialized_start=88
26
+ _globals['_MONITORINGCONFIGURATIONS']._serialized_end=186
27
+ _globals['_MONITORING']._serialized_start=188
28
+ _globals['_MONITORING']._serialized_end=287
29
+ _globals['_FAILUREALERT']._serialized_start=289
30
+ _globals['_FAILUREALERT']._serialized_end=318
55
31
  # @@protoc_insertion_point(module_scope)