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/automation/v1/action.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()
@@ -22,147 +20,9 @@ from _qwak_proto.qwak.user_application.common.v0 import resources_pb2 as qwak_do
22
20
 
23
21
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fqwak/automation/v1/action.proto\x12\x12qwak.automation.v1\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1fqwak/automation/v1/common.proto\x1a%qwak/automation/v1/auto_scaling.proto\x1a)qwak/batch_job/v1/batch_job_service.proto\x1a/qwak/user_application/common/v0/resources.proto\"\x99\x01\n\x06\x41\x63tion\x12@\n\x0c\x62uild_deploy\x18\x01 \x01(\x0b\x32(.qwak.automation.v1.BuildAndDeployActionH\x00\x12\x43\n\x0f\x62\x61tch_execution\x18\x02 \x01(\x0b\x32(.qwak.automation.v1.BatchExecutionActionH\x00\x42\x08\n\x06\x61\x63tion\"Q\n\x14\x42\x61tchExecutionAction\x12\x39\n\x11\x65xecute_batch_job\x18\x01 \x01(\x0b\x32\x1e.qwak.batchjob.BatchJobRequest\"\xcd\x01\n\x14\x42uildAndDeployAction\x12\x31\n\nbuild_spec\x18\x01 \x01(\x0b\x32\x1d.qwak.automation.v1.BuildSpec\x12\x45\n\x14\x64\x65ployment_condition\x18\x02 \x01(\x0b\x32\'.qwak.automation.v1.DeploymentCondition\x12;\n\x0f\x64\x65ployment_spec\x18\x03 \x01(\x0b\x32\".qwak.automation.v1.DeploymentSpec\"\xb7\x01\n\x13\x44\x65ploymentCondition\x12@\n\x0c\x62uild_metric\x18\x01 \x01(\x0b\x32(.qwak.automation.v1.BuildMetricConditionH\x00\x12Q\n\x15\x64\x65ployed_build_metric\x18\x02 \x01(\x0b\x32\x30.qwak.automation.v1.DeployedBuildMetricConditionH\x00\x42\x0b\n\tcondition\"\x89\x01\n\x14\x42uildMetricCondition\x12\x13\n\x0bmetric_name\x18\x01 \x01(\t\x12I\n\x13threshold_direction\x18\x02 \x01(\x0e\x32,.qwak.automation.v1.MetricThresholdDirection\x12\x11\n\tthreshold\x18\x03 \x01(\t\"\x91\x01\n\x1c\x44\x65ployedBuildMetricCondition\x12\x13\n\x0bmetric_name\x18\x01 \x01(\t\x12I\n\x13threshold_direction\x18\x02 \x01(\x0e\x32,.qwak.automation.v1.MetricThresholdDirection\x12\x11\n\tvariation\x18\x03 \x01(\t\"\xdf\x01\n\x0e\x44\x65ploymentSpec\x12;\n\x0f\x64\x65ployment_size\x18\x01 \x01(\x0b\x32\".qwak.automation.v1.DeploymentSize\x12G\n\x10\x61\x64vanced_options\x18\x02 \x01(\x0b\x32-.qwak.automation.v1.AdvancedDeploymentOptions\x12\x1f\n\x17selected_variation_name\x18\x03 \x01(\t\x12\x14\n\x0c\x65nvironments\x18\x04 \x03(\t\x12\x10\n\x08\x65nv_vars\x18\x05 \x03(\t\"\xc4\x02\n\x19\x41\x64vancedDeploymentOptions\x12%\n\x1dnumber_of_http_server_workers\x18\x01 \x01(\x05\x12\x1f\n\x17http_request_timeout_ms\x18\x02 \x01(\x05\x12\x13\n\x0b\x64\x61\x65mon_mode\x18\x03 \x01(\x08\x12\x1b\n\x13\x63ustom_iam_role_arn\x18\x04 \x01(\t\x12\x42\n\x13\x61uto_scaling_config\x18\x05 \x01(\x0b\x32%.qwak.automation.v1.AutoScalingConfig\x12\x16\n\x0emax_batch_size\x18\x06 \x01(\x05\x12(\n deployment_process_timeout_limit\x18\x07 \x01(\x05\x12\'\n\x1fservice_account_key_secret_name\x18\x08 \x01(\t\"\xad\x02\n\x0e\x44\x65ploymentSize\x12\x16\n\x0enumber_of_pods\x18\x01 \x01(\x05\x12\x0f\n\x03\x63pu\x18\x02 \x01(\x02\x42\x02\x18\x01\x12\x19\n\rmemory_amount\x18\x03 \x01(\x05\x42\x02\x18\x01\x12\x38\n\x0cmemory_units\x18\x04 \x01(\x0e\x32\x1e.qwak.automation.v1.MemoryUnitB\x02\x18\x01\x12;\n\rgpu_resources\x18\x05 \x01(\x0b\x32 .qwak.automation.v1.GpuResourcesB\x02\x18\x01\x12`\n\x1c\x63lient_pod_compute_resources\x18\x06 \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResources\"\xc0\x04\n\tBuildSpec\x12<\n\x10git_model_source\x18\x01 \x01(\x0b\x32\".qwak.automation.v1.GitModelSource\x12\x41\n\nparameters\x18\x02 \x03(\x0b\x32-.qwak.automation.v1.BuildSpec.ParametersEntry\x12\x0c\n\x04tags\x18\x03 \x03(\t\x12\x12\n\nbase_image\x18\x04 \x01(\t\x12\x18\n\x10\x61ssumed_iam_role\x18\x05 \x01(\t\x12/\n\x08resource\x18\x06 \x01(\x0b\x32\x1d.qwak.automation.v1.Resources\x12\x10\n\x08main_dir\x18\x07 \x01(\t\x12\x1c\n\x14\x64\x65pendency_file_path\x18\x08 \x01(\t\x12\x10\n\x08\x65nv_vars\x18\t \x03(\t\x12\x16\n\x0egpu_compatible\x18\n \x01(\x08\x12.\n\npush_image\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12;\n\x0fpurchase_option\x18\x0c \x01(\x0e\x32\".qwak.automation.v1.PurchaseOption\x12\'\n\x1fservice_account_key_secret_name\x18\r \x01(\t\x12\"\n\x1aprovision_instance_timeout\x18\x0e \x01(\x05\x1a\x31\n\x0fParametersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xf9\x01\n\tResources\x12=\n\rcpu_resources\x18\x01 \x01(\x0b\x32 .qwak.automation.v1.CpuResourcesB\x02\x18\x01H\x00\x12=\n\rgpu_resources\x18\x02 \x01(\x0b\x32 .qwak.automation.v1.GpuResourcesB\x02\x18\x01H\x00\x12\x62\n\x1c\x63lient_pod_compute_resources\x18\x03 \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResourcesH\x00\x42\n\n\x08resource\"h\n\x0c\x43puResources\x12\x0b\n\x03\x63pu\x18\x01 \x01(\x02\x12\x15\n\rmemory_amount\x18\x02 \x01(\x05\x12\x34\n\x0cmemory_units\x18\x03 \x01(\x0e\x32\x1e.qwak.automation.v1.MemoryUnit\"Q\n\x0cGpuResources\x12-\n\x08gpu_type\x18\x01 \x01(\x0e\x32\x1b.qwak.automation.v1.GpuType\x12\x12\n\ngpu_amount\x18\x02 \x01(\x05\"w\n\x0eGitModelSource\x12\x0f\n\x07git_uri\x18\x01 \x01(\t\x12#\n\x1bgit_credentials_secret_name\x18\x02 \x01(\t\x12\x12\n\ngit_branch\x18\x03 \x01(\t\x12\x1b\n\x13git_ssh_secret_name\x18\x04 \x01(\t*w\n\x07GpuType\x12\x0b\n\x07INVALID\x10\x00\x12\x0e\n\nNVIDIA_K80\x10\x01\x12\x0f\n\x0bNVIDIA_V100\x10\x02\x12\x0f\n\x0bNVIDIA_A100\x10\x03\x12\r\n\tNVIDIA_T4\x10\x04\x12\x0f\n\x0bNVIDIA_A10G\x10\x05\x12\r\n\tNVIDIA_L4\x10\x06*+\n\nMemoryUnit\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x07\n\x03MIB\x10\x01\x12\x07\n\x03GIB\x10\x02*)\n\x0ePurchaseOption\x12\r\n\tON_DEMAND\x10\x00\x12\x08\n\x04SPOT\x10\x01\x42!\n\x1d\x63om.qwak.ai.automation.api.v1P\x01\x62\x06proto3')
24
22
 
25
- _GPUTYPE = DESCRIPTOR.enum_types_by_name['GpuType']
26
- GpuType = enum_type_wrapper.EnumTypeWrapper(_GPUTYPE)
27
- _MEMORYUNIT = DESCRIPTOR.enum_types_by_name['MemoryUnit']
28
- MemoryUnit = enum_type_wrapper.EnumTypeWrapper(_MEMORYUNIT)
29
- _PURCHASEOPTION = DESCRIPTOR.enum_types_by_name['PurchaseOption']
30
- PurchaseOption = enum_type_wrapper.EnumTypeWrapper(_PURCHASEOPTION)
31
- INVALID = 0
32
- NVIDIA_K80 = 1
33
- NVIDIA_V100 = 2
34
- NVIDIA_A100 = 3
35
- NVIDIA_T4 = 4
36
- NVIDIA_A10G = 5
37
- NVIDIA_L4 = 6
38
- UNKNOWN = 0
39
- MIB = 1
40
- GIB = 2
41
- ON_DEMAND = 0
42
- SPOT = 1
43
-
44
-
45
- _ACTION = DESCRIPTOR.message_types_by_name['Action']
46
- _BATCHEXECUTIONACTION = DESCRIPTOR.message_types_by_name['BatchExecutionAction']
47
- _BUILDANDDEPLOYACTION = DESCRIPTOR.message_types_by_name['BuildAndDeployAction']
48
- _DEPLOYMENTCONDITION = DESCRIPTOR.message_types_by_name['DeploymentCondition']
49
- _BUILDMETRICCONDITION = DESCRIPTOR.message_types_by_name['BuildMetricCondition']
50
- _DEPLOYEDBUILDMETRICCONDITION = DESCRIPTOR.message_types_by_name['DeployedBuildMetricCondition']
51
- _DEPLOYMENTSPEC = DESCRIPTOR.message_types_by_name['DeploymentSpec']
52
- _ADVANCEDDEPLOYMENTOPTIONS = DESCRIPTOR.message_types_by_name['AdvancedDeploymentOptions']
53
- _DEPLOYMENTSIZE = DESCRIPTOR.message_types_by_name['DeploymentSize']
54
- _BUILDSPEC = DESCRIPTOR.message_types_by_name['BuildSpec']
55
- _BUILDSPEC_PARAMETERSENTRY = _BUILDSPEC.nested_types_by_name['ParametersEntry']
56
- _RESOURCES = DESCRIPTOR.message_types_by_name['Resources']
57
- _CPURESOURCES = DESCRIPTOR.message_types_by_name['CpuResources']
58
- _GPURESOURCES = DESCRIPTOR.message_types_by_name['GpuResources']
59
- _GITMODELSOURCE = DESCRIPTOR.message_types_by_name['GitModelSource']
60
- Action = _reflection.GeneratedProtocolMessageType('Action', (_message.Message,), {
61
- 'DESCRIPTOR' : _ACTION,
62
- '__module__' : 'qwak.automation.v1.action_pb2'
63
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.Action)
64
- })
65
- _sym_db.RegisterMessage(Action)
66
-
67
- BatchExecutionAction = _reflection.GeneratedProtocolMessageType('BatchExecutionAction', (_message.Message,), {
68
- 'DESCRIPTOR' : _BATCHEXECUTIONACTION,
69
- '__module__' : 'qwak.automation.v1.action_pb2'
70
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.BatchExecutionAction)
71
- })
72
- _sym_db.RegisterMessage(BatchExecutionAction)
73
-
74
- BuildAndDeployAction = _reflection.GeneratedProtocolMessageType('BuildAndDeployAction', (_message.Message,), {
75
- 'DESCRIPTOR' : _BUILDANDDEPLOYACTION,
76
- '__module__' : 'qwak.automation.v1.action_pb2'
77
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.BuildAndDeployAction)
78
- })
79
- _sym_db.RegisterMessage(BuildAndDeployAction)
80
-
81
- DeploymentCondition = _reflection.GeneratedProtocolMessageType('DeploymentCondition', (_message.Message,), {
82
- 'DESCRIPTOR' : _DEPLOYMENTCONDITION,
83
- '__module__' : 'qwak.automation.v1.action_pb2'
84
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.DeploymentCondition)
85
- })
86
- _sym_db.RegisterMessage(DeploymentCondition)
87
-
88
- BuildMetricCondition = _reflection.GeneratedProtocolMessageType('BuildMetricCondition', (_message.Message,), {
89
- 'DESCRIPTOR' : _BUILDMETRICCONDITION,
90
- '__module__' : 'qwak.automation.v1.action_pb2'
91
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.BuildMetricCondition)
92
- })
93
- _sym_db.RegisterMessage(BuildMetricCondition)
94
-
95
- DeployedBuildMetricCondition = _reflection.GeneratedProtocolMessageType('DeployedBuildMetricCondition', (_message.Message,), {
96
- 'DESCRIPTOR' : _DEPLOYEDBUILDMETRICCONDITION,
97
- '__module__' : 'qwak.automation.v1.action_pb2'
98
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.DeployedBuildMetricCondition)
99
- })
100
- _sym_db.RegisterMessage(DeployedBuildMetricCondition)
101
-
102
- DeploymentSpec = _reflection.GeneratedProtocolMessageType('DeploymentSpec', (_message.Message,), {
103
- 'DESCRIPTOR' : _DEPLOYMENTSPEC,
104
- '__module__' : 'qwak.automation.v1.action_pb2'
105
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.DeploymentSpec)
106
- })
107
- _sym_db.RegisterMessage(DeploymentSpec)
108
-
109
- AdvancedDeploymentOptions = _reflection.GeneratedProtocolMessageType('AdvancedDeploymentOptions', (_message.Message,), {
110
- 'DESCRIPTOR' : _ADVANCEDDEPLOYMENTOPTIONS,
111
- '__module__' : 'qwak.automation.v1.action_pb2'
112
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.AdvancedDeploymentOptions)
113
- })
114
- _sym_db.RegisterMessage(AdvancedDeploymentOptions)
115
-
116
- DeploymentSize = _reflection.GeneratedProtocolMessageType('DeploymentSize', (_message.Message,), {
117
- 'DESCRIPTOR' : _DEPLOYMENTSIZE,
118
- '__module__' : 'qwak.automation.v1.action_pb2'
119
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.DeploymentSize)
120
- })
121
- _sym_db.RegisterMessage(DeploymentSize)
122
-
123
- BuildSpec = _reflection.GeneratedProtocolMessageType('BuildSpec', (_message.Message,), {
124
-
125
- 'ParametersEntry' : _reflection.GeneratedProtocolMessageType('ParametersEntry', (_message.Message,), {
126
- 'DESCRIPTOR' : _BUILDSPEC_PARAMETERSENTRY,
127
- '__module__' : 'qwak.automation.v1.action_pb2'
128
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.BuildSpec.ParametersEntry)
129
- })
130
- ,
131
- 'DESCRIPTOR' : _BUILDSPEC,
132
- '__module__' : 'qwak.automation.v1.action_pb2'
133
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.BuildSpec)
134
- })
135
- _sym_db.RegisterMessage(BuildSpec)
136
- _sym_db.RegisterMessage(BuildSpec.ParametersEntry)
137
-
138
- Resources = _reflection.GeneratedProtocolMessageType('Resources', (_message.Message,), {
139
- 'DESCRIPTOR' : _RESOURCES,
140
- '__module__' : 'qwak.automation.v1.action_pb2'
141
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.Resources)
142
- })
143
- _sym_db.RegisterMessage(Resources)
144
-
145
- CpuResources = _reflection.GeneratedProtocolMessageType('CpuResources', (_message.Message,), {
146
- 'DESCRIPTOR' : _CPURESOURCES,
147
- '__module__' : 'qwak.automation.v1.action_pb2'
148
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.CpuResources)
149
- })
150
- _sym_db.RegisterMessage(CpuResources)
151
-
152
- GpuResources = _reflection.GeneratedProtocolMessageType('GpuResources', (_message.Message,), {
153
- 'DESCRIPTOR' : _GPURESOURCES,
154
- '__module__' : 'qwak.automation.v1.action_pb2'
155
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.GpuResources)
156
- })
157
- _sym_db.RegisterMessage(GpuResources)
158
-
159
- GitModelSource = _reflection.GeneratedProtocolMessageType('GitModelSource', (_message.Message,), {
160
- 'DESCRIPTOR' : _GITMODELSOURCE,
161
- '__module__' : 'qwak.automation.v1.action_pb2'
162
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.GitModelSource)
163
- })
164
- _sym_db.RegisterMessage(GitModelSource)
165
-
23
+ _globals = globals()
24
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
25
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.automation.v1.action_pb2', _globals)
166
26
  if _descriptor._USE_C_DESCRIPTORS == False:
167
27
 
168
28
  DESCRIPTOR._options = None
@@ -181,40 +41,40 @@ if _descriptor._USE_C_DESCRIPTORS == False:
181
41
  _RESOURCES.fields_by_name['cpu_resources']._serialized_options = b'\030\001'
182
42
  _RESOURCES.fields_by_name['gpu_resources']._options = None
183
43
  _RESOURCES.fields_by_name['gpu_resources']._serialized_options = b'\030\001'
184
- _GPUTYPE._serialized_start=3170
185
- _GPUTYPE._serialized_end=3289
186
- _MEMORYUNIT._serialized_start=3291
187
- _MEMORYUNIT._serialized_end=3334
188
- _PURCHASEOPTION._serialized_start=3336
189
- _PURCHASEOPTION._serialized_end=3377
190
- _ACTION._serialized_start=252
191
- _ACTION._serialized_end=405
192
- _BATCHEXECUTIONACTION._serialized_start=407
193
- _BATCHEXECUTIONACTION._serialized_end=488
194
- _BUILDANDDEPLOYACTION._serialized_start=491
195
- _BUILDANDDEPLOYACTION._serialized_end=696
196
- _DEPLOYMENTCONDITION._serialized_start=699
197
- _DEPLOYMENTCONDITION._serialized_end=882
198
- _BUILDMETRICCONDITION._serialized_start=885
199
- _BUILDMETRICCONDITION._serialized_end=1022
200
- _DEPLOYEDBUILDMETRICCONDITION._serialized_start=1025
201
- _DEPLOYEDBUILDMETRICCONDITION._serialized_end=1170
202
- _DEPLOYMENTSPEC._serialized_start=1173
203
- _DEPLOYMENTSPEC._serialized_end=1396
204
- _ADVANCEDDEPLOYMENTOPTIONS._serialized_start=1399
205
- _ADVANCEDDEPLOYMENTOPTIONS._serialized_end=1723
206
- _DEPLOYMENTSIZE._serialized_start=1726
207
- _DEPLOYMENTSIZE._serialized_end=2027
208
- _BUILDSPEC._serialized_start=2030
209
- _BUILDSPEC._serialized_end=2606
210
- _BUILDSPEC_PARAMETERSENTRY._serialized_start=2557
211
- _BUILDSPEC_PARAMETERSENTRY._serialized_end=2606
212
- _RESOURCES._serialized_start=2609
213
- _RESOURCES._serialized_end=2858
214
- _CPURESOURCES._serialized_start=2860
215
- _CPURESOURCES._serialized_end=2964
216
- _GPURESOURCES._serialized_start=2966
217
- _GPURESOURCES._serialized_end=3047
218
- _GITMODELSOURCE._serialized_start=3049
219
- _GITMODELSOURCE._serialized_end=3168
44
+ _globals['_GPUTYPE']._serialized_start=3170
45
+ _globals['_GPUTYPE']._serialized_end=3289
46
+ _globals['_MEMORYUNIT']._serialized_start=3291
47
+ _globals['_MEMORYUNIT']._serialized_end=3334
48
+ _globals['_PURCHASEOPTION']._serialized_start=3336
49
+ _globals['_PURCHASEOPTION']._serialized_end=3377
50
+ _globals['_ACTION']._serialized_start=252
51
+ _globals['_ACTION']._serialized_end=405
52
+ _globals['_BATCHEXECUTIONACTION']._serialized_start=407
53
+ _globals['_BATCHEXECUTIONACTION']._serialized_end=488
54
+ _globals['_BUILDANDDEPLOYACTION']._serialized_start=491
55
+ _globals['_BUILDANDDEPLOYACTION']._serialized_end=696
56
+ _globals['_DEPLOYMENTCONDITION']._serialized_start=699
57
+ _globals['_DEPLOYMENTCONDITION']._serialized_end=882
58
+ _globals['_BUILDMETRICCONDITION']._serialized_start=885
59
+ _globals['_BUILDMETRICCONDITION']._serialized_end=1022
60
+ _globals['_DEPLOYEDBUILDMETRICCONDITION']._serialized_start=1025
61
+ _globals['_DEPLOYEDBUILDMETRICCONDITION']._serialized_end=1170
62
+ _globals['_DEPLOYMENTSPEC']._serialized_start=1173
63
+ _globals['_DEPLOYMENTSPEC']._serialized_end=1396
64
+ _globals['_ADVANCEDDEPLOYMENTOPTIONS']._serialized_start=1399
65
+ _globals['_ADVANCEDDEPLOYMENTOPTIONS']._serialized_end=1723
66
+ _globals['_DEPLOYMENTSIZE']._serialized_start=1726
67
+ _globals['_DEPLOYMENTSIZE']._serialized_end=2027
68
+ _globals['_BUILDSPEC']._serialized_start=2030
69
+ _globals['_BUILDSPEC']._serialized_end=2606
70
+ _globals['_BUILDSPEC_PARAMETERSENTRY']._serialized_start=2557
71
+ _globals['_BUILDSPEC_PARAMETERSENTRY']._serialized_end=2606
72
+ _globals['_RESOURCES']._serialized_start=2609
73
+ _globals['_RESOURCES']._serialized_end=2858
74
+ _globals['_CPURESOURCES']._serialized_start=2860
75
+ _globals['_CPURESOURCES']._serialized_end=2964
76
+ _globals['_GPURESOURCES']._serialized_start=2966
77
+ _globals['_GPURESOURCES']._serialized_end=3047
78
+ _globals['_GITMODELSOURCE']._serialized_start=3049
79
+ _globals['_GITMODELSOURCE']._serialized_end=3168
220
80
  # @@protoc_insertion_point(module_scope)
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/automation/v1/auto_scaling.proto
4
4
  """Generated protocol buffer code."""
5
- from google.protobuf.internal import enum_type_wrapper
6
5
  from google.protobuf import descriptor as _descriptor
7
6
  from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import message as _message
9
- from google.protobuf import reflection as _reflection
10
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
11
9
  # @@protoc_insertion_point(imports)
12
10
 
13
11
  _sym_db = _symbol_database.Default()
@@ -17,84 +15,25 @@ _sym_db = _symbol_database.Default()
17
15
 
18
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%qwak/automation/v1/auto_scaling.proto\x12\x12qwak.automation.v1\"\xad\x01\n\x11\x41utoScalingConfig\x12\x19\n\x11min_replica_count\x18\x01 \x01(\x05\x12\x19\n\x11max_replica_count\x18\x02 \x01(\x05\x12\x18\n\x10polling_interval\x18\x03 \x01(\x05\x12\x18\n\x10\x63ool_down_period\x18\x04 \x01(\x05\x12.\n\x08triggers\x18\x05 \x01(\x0b\x32\x1c.qwak.automation.v1.Triggers\">\n\x08Triggers\x12\x32\n\x08triggers\x18\x01 \x03(\x0b\x32 .qwak.automation.v1.ScaleTrigger\"n\n\x0cScaleTrigger\x12N\n\x12prometheus_trigger\x18\x01 \x01(\x0b\x32\x30.qwak.automation.v1.AutoScalingPrometheusTriggerH\x00\x42\x0e\n\x0ctrigger_type\"d\n\x1c\x41utoScalingPrometheusTrigger\x12\x31\n\nquery_spec\x18\x01 \x01(\x0b\x32\x1d.qwak.automation.v1.QuerySpec\x12\x11\n\tthreshold\x18\x02 \x01(\x05\"\xaa\x01\n\tQuerySpec\x12>\n\x0bmetric_type\x18\x01 \x01(\x0e\x32).qwak.automation.v1.AutoScalingMetricType\x12H\n\x10\x61ggregation_type\x18\x02 \x01(\x0e\x32..qwak.automation.v1.AutoScalingAggregationType\x12\x13\n\x0btime_period\x18\x03 \x01(\x05*\xc5\x01\n\x15\x41utoScalingMetricType\x12\x19\n\x15METRIC_TYPE_NOT_VALID\x10\x00\x12\x13\n\x0fMETRIC_TYPE_CPU\x10\x01\x12\x16\n\x12METRIC_TYPE_MEMORY\x10\x02\x12\x17\n\x13METRIC_TYPE_LATENCY\x10\x03\x12\x13\n\x0fMETRIC_TYPE_GPU\x10\x04\x12\x1a\n\x16METRIC_TYPE_ERROR_RATE\x10\x05\x12\x1a\n\x16METRIC_TYPE_THROUGHPUT\x10\x06*\x90\x02\n\x1a\x41utoScalingAggregationType\x12\x1e\n\x1a\x41GGREGATION_TYPE_NOT_VALID\x10\x00\x12\x18\n\x14\x41GGREGATION_TYPE_MIN\x10\x01\x12\x18\n\x14\x41GGREGATION_TYPE_MAX\x10\x02\x12\x1c\n\x18\x41GGREGATION_TYPE_AVERAGE\x10\x03\x12\x18\n\x14\x41GGREGATION_TYPE_SUM\x10\x04\x12\x18\n\x14\x41GGREGATION_TYPE_P50\x10\x05\x12\x18\n\x14\x41GGREGATION_TYPE_P90\x10\x06\x12\x18\n\x14\x41GGREGATION_TYPE_P95\x10\x07\x12\x18\n\x14\x41GGREGATION_TYPE_P99\x10\x08\x42!\n\x1d\x63om.qwak.ai.automation.api.v1P\x01\x62\x06proto3')
19
17
 
20
- _AUTOSCALINGMETRICTYPE = DESCRIPTOR.enum_types_by_name['AutoScalingMetricType']
21
- AutoScalingMetricType = enum_type_wrapper.EnumTypeWrapper(_AUTOSCALINGMETRICTYPE)
22
- _AUTOSCALINGAGGREGATIONTYPE = DESCRIPTOR.enum_types_by_name['AutoScalingAggregationType']
23
- AutoScalingAggregationType = enum_type_wrapper.EnumTypeWrapper(_AUTOSCALINGAGGREGATIONTYPE)
24
- METRIC_TYPE_NOT_VALID = 0
25
- METRIC_TYPE_CPU = 1
26
- METRIC_TYPE_MEMORY = 2
27
- METRIC_TYPE_LATENCY = 3
28
- METRIC_TYPE_GPU = 4
29
- METRIC_TYPE_ERROR_RATE = 5
30
- METRIC_TYPE_THROUGHPUT = 6
31
- AGGREGATION_TYPE_NOT_VALID = 0
32
- AGGREGATION_TYPE_MIN = 1
33
- AGGREGATION_TYPE_MAX = 2
34
- AGGREGATION_TYPE_AVERAGE = 3
35
- AGGREGATION_TYPE_SUM = 4
36
- AGGREGATION_TYPE_P50 = 5
37
- AGGREGATION_TYPE_P90 = 6
38
- AGGREGATION_TYPE_P95 = 7
39
- AGGREGATION_TYPE_P99 = 8
40
-
41
-
42
- _AUTOSCALINGCONFIG = DESCRIPTOR.message_types_by_name['AutoScalingConfig']
43
- _TRIGGERS = DESCRIPTOR.message_types_by_name['Triggers']
44
- _SCALETRIGGER = DESCRIPTOR.message_types_by_name['ScaleTrigger']
45
- _AUTOSCALINGPROMETHEUSTRIGGER = DESCRIPTOR.message_types_by_name['AutoScalingPrometheusTrigger']
46
- _QUERYSPEC = DESCRIPTOR.message_types_by_name['QuerySpec']
47
- AutoScalingConfig = _reflection.GeneratedProtocolMessageType('AutoScalingConfig', (_message.Message,), {
48
- 'DESCRIPTOR' : _AUTOSCALINGCONFIG,
49
- '__module__' : 'qwak.automation.v1.auto_scaling_pb2'
50
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.AutoScalingConfig)
51
- })
52
- _sym_db.RegisterMessage(AutoScalingConfig)
53
-
54
- Triggers = _reflection.GeneratedProtocolMessageType('Triggers', (_message.Message,), {
55
- 'DESCRIPTOR' : _TRIGGERS,
56
- '__module__' : 'qwak.automation.v1.auto_scaling_pb2'
57
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.Triggers)
58
- })
59
- _sym_db.RegisterMessage(Triggers)
60
-
61
- ScaleTrigger = _reflection.GeneratedProtocolMessageType('ScaleTrigger', (_message.Message,), {
62
- 'DESCRIPTOR' : _SCALETRIGGER,
63
- '__module__' : 'qwak.automation.v1.auto_scaling_pb2'
64
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.ScaleTrigger)
65
- })
66
- _sym_db.RegisterMessage(ScaleTrigger)
67
-
68
- AutoScalingPrometheusTrigger = _reflection.GeneratedProtocolMessageType('AutoScalingPrometheusTrigger', (_message.Message,), {
69
- 'DESCRIPTOR' : _AUTOSCALINGPROMETHEUSTRIGGER,
70
- '__module__' : 'qwak.automation.v1.auto_scaling_pb2'
71
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.AutoScalingPrometheusTrigger)
72
- })
73
- _sym_db.RegisterMessage(AutoScalingPrometheusTrigger)
74
-
75
- QuerySpec = _reflection.GeneratedProtocolMessageType('QuerySpec', (_message.Message,), {
76
- 'DESCRIPTOR' : _QUERYSPEC,
77
- '__module__' : 'qwak.automation.v1.auto_scaling_pb2'
78
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.QuerySpec)
79
- })
80
- _sym_db.RegisterMessage(QuerySpec)
81
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.automation.v1.auto_scaling_pb2', _globals)
82
21
  if _descriptor._USE_C_DESCRIPTORS == False:
83
22
 
84
23
  DESCRIPTOR._options = None
85
24
  DESCRIPTOR._serialized_options = b'\n\035com.qwak.ai.automation.api.v1P\001'
86
- _AUTOSCALINGMETRICTYPE._serialized_start=689
87
- _AUTOSCALINGMETRICTYPE._serialized_end=886
88
- _AUTOSCALINGAGGREGATIONTYPE._serialized_start=889
89
- _AUTOSCALINGAGGREGATIONTYPE._serialized_end=1161
90
- _AUTOSCALINGCONFIG._serialized_start=62
91
- _AUTOSCALINGCONFIG._serialized_end=235
92
- _TRIGGERS._serialized_start=237
93
- _TRIGGERS._serialized_end=299
94
- _SCALETRIGGER._serialized_start=301
95
- _SCALETRIGGER._serialized_end=411
96
- _AUTOSCALINGPROMETHEUSTRIGGER._serialized_start=413
97
- _AUTOSCALINGPROMETHEUSTRIGGER._serialized_end=513
98
- _QUERYSPEC._serialized_start=516
99
- _QUERYSPEC._serialized_end=686
25
+ _globals['_AUTOSCALINGMETRICTYPE']._serialized_start=689
26
+ _globals['_AUTOSCALINGMETRICTYPE']._serialized_end=886
27
+ _globals['_AUTOSCALINGAGGREGATIONTYPE']._serialized_start=889
28
+ _globals['_AUTOSCALINGAGGREGATIONTYPE']._serialized_end=1161
29
+ _globals['_AUTOSCALINGCONFIG']._serialized_start=62
30
+ _globals['_AUTOSCALINGCONFIG']._serialized_end=235
31
+ _globals['_TRIGGERS']._serialized_start=237
32
+ _globals['_TRIGGERS']._serialized_end=299
33
+ _globals['_SCALETRIGGER']._serialized_start=301
34
+ _globals['_SCALETRIGGER']._serialized_end=411
35
+ _globals['_AUTOSCALINGPROMETHEUSTRIGGER']._serialized_start=413
36
+ _globals['_AUTOSCALINGPROMETHEUSTRIGGER']._serialized_end=513
37
+ _globals['_QUERYSPEC']._serialized_start=516
38
+ _globals['_QUERYSPEC']._serialized_end=686
100
39
  # @@protoc_insertion_point(module_scope)
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/automation/v1/automation_execution.proto
4
4
  """Generated protocol buffer code."""
5
- from google.protobuf.internal import enum_type_wrapper
6
5
  from google.protobuf import descriptor as _descriptor
7
6
  from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import message as _message
9
- from google.protobuf import reflection as _reflection
10
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
11
9
  # @@protoc_insertion_point(imports)
12
10
 
13
11
  _sym_db = _symbol_database.Default()
@@ -18,48 +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/automation/v1/automation_execution.proto\x12\x12qwak.automation.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"w\n\x1a\x41utomationExecutionMessage\x12\x14\n\x0c\x65xecution_id\x18\x01 \x01(\t\x12\x43\n\x0brun_details\x18\x02 \x01(\x0b\x32..qwak.automation.v1.ExecutionRunDetailsMessage\"\xa7\x02\n\x1a\x45xecutionRunDetailsMessage\x12.\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x15\n\rerror_details\x18\x03 \x01(\t\x12:\n\x06status\x18\x04 \x01(\x0e\x32*.qwak.automation.v1.ExecutionStatusMessage\x12\x0c\n\x04task\x18\x05 \x01(\t\x12\x14\n\x0c\x66inish_cause\x18\x06 \x01(\t\x12\x34\n\x10last_update_date\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"i\n\tDateRange\x12.\n\nstart_date\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_date\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp*P\n\x16\x45xecutionStatusMessage\x12\r\n\tUNDEFINED\x10\x00\x12\x0b\n\x07RUNNING\x10\x01\x12\x0e\n\nSUCCESSFUL\x10\x02\x12\n\n\x06\x46\x41ILED\x10\x03\x42!\n\x1d\x63om.qwak.ai.automation.api.v1P\x01\x62\x06proto3')
20
18
 
21
- _EXECUTIONSTATUSMESSAGE = DESCRIPTOR.enum_types_by_name['ExecutionStatusMessage']
22
- ExecutionStatusMessage = enum_type_wrapper.EnumTypeWrapper(_EXECUTIONSTATUSMESSAGE)
23
- UNDEFINED = 0
24
- RUNNING = 1
25
- SUCCESSFUL = 2
26
- FAILED = 3
27
-
28
-
29
- _AUTOMATIONEXECUTIONMESSAGE = DESCRIPTOR.message_types_by_name['AutomationExecutionMessage']
30
- _EXECUTIONRUNDETAILSMESSAGE = DESCRIPTOR.message_types_by_name['ExecutionRunDetailsMessage']
31
- _DATERANGE = DESCRIPTOR.message_types_by_name['DateRange']
32
- AutomationExecutionMessage = _reflection.GeneratedProtocolMessageType('AutomationExecutionMessage', (_message.Message,), {
33
- 'DESCRIPTOR' : _AUTOMATIONEXECUTIONMESSAGE,
34
- '__module__' : 'qwak.automation.v1.automation_execution_pb2'
35
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.AutomationExecutionMessage)
36
- })
37
- _sym_db.RegisterMessage(AutomationExecutionMessage)
38
-
39
- ExecutionRunDetailsMessage = _reflection.GeneratedProtocolMessageType('ExecutionRunDetailsMessage', (_message.Message,), {
40
- 'DESCRIPTOR' : _EXECUTIONRUNDETAILSMESSAGE,
41
- '__module__' : 'qwak.automation.v1.automation_execution_pb2'
42
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.ExecutionRunDetailsMessage)
43
- })
44
- _sym_db.RegisterMessage(ExecutionRunDetailsMessage)
45
-
46
- DateRange = _reflection.GeneratedProtocolMessageType('DateRange', (_message.Message,), {
47
- 'DESCRIPTOR' : _DATERANGE,
48
- '__module__' : 'qwak.automation.v1.automation_execution_pb2'
49
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.DateRange)
50
- })
51
- _sym_db.RegisterMessage(DateRange)
52
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.automation.v1.automation_execution_pb2', _globals)
53
22
  if _descriptor._USE_C_DESCRIPTORS == False:
54
23
 
55
24
  DESCRIPTOR._options = None
56
25
  DESCRIPTOR._serialized_options = b'\n\035com.qwak.ai.automation.api.v1P\001'
57
- _EXECUTIONSTATUSMESSAGE._serialized_start=628
58
- _EXECUTIONSTATUSMESSAGE._serialized_end=708
59
- _AUTOMATIONEXECUTIONMESSAGE._serialized_start=102
60
- _AUTOMATIONEXECUTIONMESSAGE._serialized_end=221
61
- _EXECUTIONRUNDETAILSMESSAGE._serialized_start=224
62
- _EXECUTIONRUNDETAILSMESSAGE._serialized_end=519
63
- _DATERANGE._serialized_start=521
64
- _DATERANGE._serialized_end=626
26
+ _globals['_EXECUTIONSTATUSMESSAGE']._serialized_start=628
27
+ _globals['_EXECUTIONSTATUSMESSAGE']._serialized_end=708
28
+ _globals['_AUTOMATIONEXECUTIONMESSAGE']._serialized_start=102
29
+ _globals['_AUTOMATIONEXECUTIONMESSAGE']._serialized_end=221
30
+ _globals['_EXECUTIONRUNDETAILSMESSAGE']._serialized_start=224
31
+ _globals['_EXECUTIONRUNDETAILSMESSAGE']._serialized_end=519
32
+ _globals['_DATERANGE']._serialized_start=521
33
+ _globals['_DATERANGE']._serialized_end=626
65
34
  # @@protoc_insertion_point(module_scope)