qwak-core 0.4.284__py3-none-any.whl → 0.4.285__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. _qwak_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
  2. _qwak_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
  3. _qwak_proto/qwak/administration/account/v1/account_pb2.py +22 -87
  4. _qwak_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
  5. _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
  6. _qwak_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
  7. _qwak_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
  8. _qwak_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
  9. _qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
  10. _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
  11. _qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
  12. _qwak_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
  13. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
  14. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
  15. _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +10 -34
  16. _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
  17. _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
  18. _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +8 -24
  19. _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
  20. _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +6 -14
  21. _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
  22. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +14 -54
  23. _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
  24. _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
  25. _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
  26. _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +10 -34
  27. _qwak_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
  28. _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +6 -14
  29. _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +10 -34
  30. _qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
  31. _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
  32. _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
  33. _qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
  34. _qwak_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
  35. _qwak_proto/qwak/administration/v0/users/user_pb2.py +18 -71
  36. _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +26 -115
  37. _qwak_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
  38. _qwak_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
  39. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
  40. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
  41. _qwak_proto/qwak/analytics/analytics_pb2.py +26 -121
  42. _qwak_proto/qwak/analytics/analytics_service_pb2.py +46 -207
  43. _qwak_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
  44. _qwak_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
  45. _qwak_proto/qwak/audience/v1/audience_pb2.py +26 -113
  46. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
  47. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
  48. _qwak_proto/qwak/automation/v1/action_pb2.py +40 -180
  49. _qwak_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
  50. _qwak_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
  51. _qwak_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
  52. _qwak_proto/qwak/automation/v1/automation_pb2.py +10 -34
  53. _qwak_proto/qwak/automation/v1/common_pb2.py +10 -35
  54. _qwak_proto/qwak/automation/v1/notification_pb2.py +16 -68
  55. _qwak_proto/qwak/automation/v1/trigger_pb2.py +14 -54
  56. _qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
  57. _qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
  58. _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +118 -561
  59. _qwak_proto/qwak/build/v1/build_api_pb2.py +86 -407
  60. _qwak_proto/qwak/build/v1/build_pb2.py +114 -549
  61. _qwak_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
  62. _qwak_proto/qwak/build_settings/build_settings_pb2.py +18 -74
  63. _qwak_proto/qwak/builds/build_pb2.py +44 -206
  64. _qwak_proto/qwak/builds/build_url_pb2.py +26 -113
  65. _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +58 -269
  66. _qwak_proto/qwak/builds/builds_pb2.py +110 -519
  67. _qwak_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
  68. _qwak_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
  69. _qwak_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
  70. _qwak_proto/qwak/deployment/alert_pb2.py +24 -108
  71. _qwak_proto/qwak/deployment/alert_service_pb2.py +30 -127
  72. _qwak_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
  73. _qwak_proto/qwak/deployment/deployment_pb2.py +124 -588
  74. _qwak_proto/qwak/deployment/deployment_service_pb2.py +86 -419
  75. _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +36 -164
  76. _qwak_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
  77. _qwak_proto/qwak/ecosystem/v0/credentials_pb2.py +10 -34
  78. _qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
  79. _qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
  80. _qwak_proto/qwak/execution/v1/backfill_pb2.py +18 -74
  81. _qwak_proto/qwak/execution/v1/batch_pb2.py +10 -34
  82. _qwak_proto/qwak/execution/v1/deletion_pb2.py +12 -44
  83. _qwak_proto/qwak/execution/v1/execution_pb2.py +16 -69
  84. _qwak_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
  85. _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
  86. _qwak_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
  87. _qwak_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
  88. _qwak_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
  89. _qwak_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
  90. _qwak_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
  91. _qwak_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
  92. _qwak_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
  93. _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +14 -54
  94. _qwak_proto/qwak/execution/v1/streaming_pb2.py +12 -44
  95. _qwak_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
  96. _qwak_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
  97. _qwak_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
  98. _qwak_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
  99. _qwak_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
  100. _qwak_proto/qwak/feature_store/features/execution_pb2.py +14 -56
  101. _qwak_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
  102. _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +34 -155
  103. _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.py +92 -439
  104. _qwak_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
  105. _qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
  106. _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +74 -346
  107. _qwak_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
  108. _qwak_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
  109. _qwak_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
  110. _qwak_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
  111. _qwak_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
  112. _qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
  113. _qwak_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
  114. _qwak_proto/qwak/feature_store/reports/report_pb2.py +14 -53
  115. _qwak_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
  116. _qwak_proto/qwak/feature_store/serving/management_pb2.py +14 -47
  117. _qwak_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
  118. _qwak_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
  119. _qwak_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
  120. _qwak_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
  121. _qwak_proto/qwak/feature_store/sources/batch_pb2.py +70 -334
  122. _qwak_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
  123. _qwak_proto/qwak/feature_store/sources/data_source_pb2.py +14 -54
  124. _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.py +34 -147
  125. _qwak_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
  126. _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
  127. _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
  128. _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
  129. _qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
  130. _qwak_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
  131. _qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
  132. _qwak_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
  133. _qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
  134. _qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
  135. _qwak_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
  136. _qwak_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
  137. _qwak_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
  138. _qwak_proto/qwak/fitness_service/constructs_pb2.py +22 -99
  139. _qwak_proto/qwak/fitness_service/fitness_pb2.py +10 -32
  140. _qwak_proto/qwak/fitness_service/fitness_service_pb2.py +22 -87
  141. _qwak_proto/qwak/fitness_service/status_pb2.py +24 -106
  142. _qwak_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
  143. _qwak_proto/qwak/instance_template/instance_template_pb2.py +12 -40
  144. _qwak_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
  145. _qwak_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
  146. _qwak_proto/qwak/integration/integration_pb2.py +28 -126
  147. _qwak_proto/qwak/integration/integration_service_pb2.py +34 -147
  148. _qwak_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
  149. _qwak_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
  150. _qwak_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
  151. _qwak_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
  152. _qwak_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
  153. _qwak_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
  154. _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +68 -322
  155. _qwak_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
  156. _qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
  157. _qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
  158. _qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
  159. _qwak_proto/qwak/logging/log_filter_pb2.py +12 -44
  160. _qwak_proto/qwak/logging/log_line_pb2.py +8 -25
  161. _qwak_proto/qwak/logging/log_reader_service_pb2.py +10 -27
  162. _qwak_proto/qwak/logging/log_source_pb2.py +30 -134
  163. _qwak_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
  164. _qwak_proto/qwak/model_group/model_group_pb2.py +14 -47
  165. _qwak_proto/qwak/model_group/model_group_repository_details_pb2.py +18 -74
  166. _qwak_proto/qwak/models/models_pb2.py +88 -405
  167. _qwak_proto/qwak/models/models_query_pb2.py +16 -56
  168. _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
  169. _qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
  170. _qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
  171. _qwak_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
  172. _qwak_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
  173. _qwak_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
  174. _qwak_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
  175. _qwak_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
  176. _qwak_proto/qwak/projects/projects_pb2.py +44 -190
  177. _qwak_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
  178. _qwak_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
  179. _qwak_proto/qwak/secret_service/secret_service_pb2.py +18 -67
  180. _qwak_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
  181. _qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
  182. _qwak_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
  183. _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.py +30 -131
  184. _qwak_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
  185. _qwak_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
  186. _qwak_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
  187. _qwak_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
  188. _qwak_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
  189. _qwak_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
  190. _qwak_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
  191. _qwak_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
  192. _qwak_proto/qwak/user_application/common/v0/resources_pb2.py +30 -138
  193. _qwak_proto/qwak/user_application/v0/user_application_pb2.py +10 -43
  194. _qwak_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
  195. _qwak_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
  196. _qwak_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
  197. _qwak_proto/qwak/vectors/v1/filters_pb2.py +30 -134
  198. _qwak_proto/qwak/vectors/v1/vector_pb2.py +14 -54
  199. _qwak_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
  200. _qwak_proto/qwak/workspace/workspace_pb2.py +22 -107
  201. _qwak_proto/qwak/workspace/workspace_service_pb2.py +62 -287
  202. frogml_storage/__init__.py +1 -1
  203. qwak/__init__.py +1 -1
  204. qwak/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
  205. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/METADATA +4 -5
  206. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/RECORD +207 -207
  207. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/WHEEL +0 -0
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -18,341 +17,9 @@ from _qwak_proto.qwak.auto_scaling.v1 import auto_scaling_pb2 as qwak_dot_auto__
18
17
 
19
18
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(qwak/deployment/deployment_service.proto\x12\x1aqwak.deployment.management\x1a qwak/deployment/deployment.proto\x1a\'qwak/auto_scaling/v1/auto_scaling.proto\"\x86\x03\n\x12\x44\x65ployModelRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x15\n\tbranch_id\x18\x02 \x01(\tB\x02\x18\x01\x12\x14\n\x08\x62uild_id\x18\x03 \x01(\tB\x02\x18\x01\x12G\n\x0fhosting_service\x18\x04 \x01(\x0b\x32*.qwak.deployment.management.HostingServiceB\x02\x18\x01\x12n\n\x19\x65nvironment_to_deployment\x18\x05 \x03(\x0b\x32K.qwak.deployment.management.DeployModelRequest.EnvironmentToDeploymentEntry\x1ax\n\x1c\x45nvironmentToDeploymentEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12G\n\x05value\x18\x02 \x01(\x0b\x32\x38.qwak.deployment.management.EnvironmentDeploymentMessage:\x02\x38\x01\"\x94\x03\n\x13\x44\x65ployModelResponse\x12\x1f\n\x13\x64\x65ployment_named_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x45\n\x06status\x18\x02 \x01(\x0e\x32\x31.qwak.deployment.management.ModelDeploymentStatusB\x02\x18\x01\x12\x10\n\x04info\x18\x03 \x01(\tB\x02\x18\x01\x12|\n environment_to_deployment_result\x18\x04 \x03(\x0b\x32R.qwak.deployment.management.DeployModelResponse.EnvironmentToDeploymentResultEntry\x1a\x84\x01\n\"EnvironmentToDeploymentResultEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12M\n\x05value\x18\x02 \x01(\x0b\x32>.qwak.deployment.management.EnvironmentDeploymentResultMessage:\x02\x38\x01\"\x86\x04\n\x14UndeployModelRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x15\n\tbranch_id\x18\x02 \x01(\tB\x02\x18\x01\x12Z\n\x14hosting_service_type\x18\x03 \x01(\x0e\x32\x38.qwak.deployment.management.DeploymentHostingServiceTypeB\x02\x18\x01\x12\x45\n\x0etraffic_config\x18\x04 \x01(\x0b\x32).qwak.deployment.management.TrafficConfigB\x02\x18\x01\x12\x1a\n\x0evariation_name\x18\x05 \x01(\tB\x02\x18\x01\x12t\n\x1b\x65nvironment_to_undeployment\x18\x06 \x03(\x0b\x32O.qwak.deployment.management.UndeployModelRequest.EnvironmentToUndeploymentEntry\x12\x12\n\nmodel_uuid\x18\x07 \x01(\t\x1a|\n\x1e\x45nvironmentToUndeploymentEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12I\n\x05value\x18\x02 \x01(\x0b\x32:.qwak.deployment.management.EnvironmentUndeploymentMessage:\x02\x38\x01\"\x80\x03\n\x15UndeployModelResponse\x12\x45\n\x06status\x18\x01 \x01(\x0e\x32\x31.qwak.deployment.management.ModelDeploymentStatusB\x02\x18\x01\x12\x10\n\x04info\x18\x02 \x01(\tB\x02\x18\x01\x12\x82\x01\n\"environment_to_undeployment_result\x18\x03 \x03(\x0b\x32V.qwak.deployment.management.UndeployModelResponse.EnvironmentToUndeploymentResultEntry\x1a\x88\x01\n$EnvironmentToUndeploymentResultEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12O\n\x05value\x18\x02 \x01(\x0b\x32@.qwak.deployment.management.EnvironmentUndeploymentResultMessage:\x02\x38\x01\"-\n\x14GetDeploymentRequest\x12\x15\n\rdeployment_id\x18\x01 \x01(\t\"\xbb\x01\n\x15GetDeploymentResponse\x12J\n\x13\x64\x65ployments_details\x18\x01 \x01(\x0b\x32-.qwak.deployment.management.DeploymentDetails\x12V\n\x19\x64\x65ployment_phases_details\x18\x02 \x01(\x0b\x32\x33.qwak.deployment.management.DeploymentPhasesDetails\"\x95\x01\n\x1aGetDeploymentStatusRequest\x12\x1b\n\x13\x64\x65ployment_named_id\x18\x01 \x01(\t\x12Z\n\x14hosting_service_type\x18\x02 \x01(\x0e\x32\x38.qwak.deployment.management.DeploymentHostingServiceTypeB\x02\x18\x01\"`\n\x1bGetDeploymentStatusResponse\x12\x41\n\x06status\x18\x01 \x01(\x0e\x32\x31.qwak.deployment.management.ModelDeploymentStatus\"\x97\x04\n&UpdateDeploymentRuntimeSettingsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x15\n\tbranch_id\x18\x02 \x01(\tB\x02\x18\x01\x12V\n\x13\x64\x65ployment_settings\x18\x03 \x01(\x0b\x32\x35.qwak.deployment.management.RuntimeDeploymentSettingsB\x02\x18\x01\x12\x1a\n\x0evariation_name\x18\x04 \x01(\tB\x02\x18\x01\x12\xa2\x01\n*environment_to_runtime_deployment_settings\x18\x05 \x03(\x0b\x32n.qwak.deployment.management.UpdateDeploymentRuntimeSettingsRequest.EnvironmentToRuntimeDeploymentSettingsEntry\x12\x12\n\nmodel_uuid\x18\x06 \x01(\t\x1a\x96\x01\n+EnvironmentToRuntimeDeploymentSettingsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12V\n\x05value\x18\x02 \x01(\x0b\x32G.qwak.deployment.management.EnvironmentRuntimeDeploymentSettingsMessage:\x02\x38\x01\"\x87\x03\n\'UpdateDeploymentRuntimeSettingsResponse\x12\xb4\x01\n3environment_to_runtime_deployment_settings_response\x18\x01 \x03(\x0b\x32w.qwak.deployment.management.UpdateDeploymentRuntimeSettingsResponse.EnvironmentToRuntimeDeploymentSettingsResponseEntry\x1a\xa4\x01\n3EnvironmentToRuntimeDeploymentSettingsResponseEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\\\n\x05value\x18\x02 \x01(\x0b\x32M.qwak.deployment.management.EnvironmentRuntimeDeploymentSettingsResultMessage:\x02\x38\x01\"Z\n\x1bGetDeploymentDetailsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x15\n\tbranch_id\x18\x02 \x01(\tB\x02\x18\x01\x12\x12\n\nmodel_uuid\x18\x03 \x01(\t\"\xec\x06\n\x1cGetDeploymentDetailsResponse\x12U\n\x1a\x63urrent_deployment_details\x18\x01 \x01(\x0b\x32-.qwak.deployment.management.DeploymentDetailsB\x02\x18\x01\x12N\n\x15last_deployment_brief\x18\x02 \x01(\x0b\x32+.qwak.deployment.management.DeploymentBriefB\x02\x18\x01\x12V\n\x1b\x63urrent_deployments_details\x18\x03 \x03(\x0b\x32-.qwak.deployment.management.DeploymentDetailsB\x02\x18\x01\x12\x87\x01\n!environment_to_deployment_details\x18\x04 \x03(\x0b\x32\\.qwak.deployment.management.GetDeploymentDetailsResponse.EnvironmentToDeploymentDetailsEntry\x12\x1d\n\x11multi_env_support\x18\x05 \x01(\x08\x42\x02\x18\x01\x12\x90\x01\n&build_to_environment_deployment_status\x18\x06 \x03(\x0b\x32`.qwak.deployment.management.GetDeploymentDetailsResponse.BuildToEnvironmentDeploymentStatusEntry\x1a\x86\x01\n#EnvironmentToDeploymentDetailsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12N\n\x05value\x18\x02 \x01(\x0b\x32?.qwak.deployment.management.EnvironmentDeploymentDetailsMessage:\x02\x38\x01\x1a\x87\x01\n\'BuildToEnvironmentDeploymentStatusEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12K\n\x05value\x18\x02 \x01(\x0b\x32<.qwak.deployment.management.BuildDeploymentEnvironmentStatus:\x02\x38\x01\"k\n\x1bGetDeploymentHistoryRequest\x12\x15\n\tbranch_id\x18\x01 \x01(\tB\x02\x18\x01\x12\x14\n\nmodel_uuid\x18\x02 \x01(\tH\x00\x12\x12\n\x08\x62uild_id\x18\x03 \x01(\tH\x00\x42\x0b\n\tfilter_by\"\xf7\x02\n\x1cGetDeploymentHistoryResponse\x12@\n\x0b\x64\x65ployments\x18\x01 \x03(\x0b\x32+.qwak.deployment.management.DeploymentBrief\x12\x8b\x01\n!environment_to_deployment_history\x18\x02 \x03(\x0b\x32\\.qwak.deployment.management.GetDeploymentHistoryResponse.EnvironmentToDeploymentHistoryEntryB\x02\x18\x01\x1a\x86\x01\n#EnvironmentToDeploymentHistoryEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12N\n\x05value\x18\x02 \x01(\x0b\x32?.qwak.deployment.management.EnvironmentDeploymentHistoryMessage:\x02\x38\x01\"\x95\x01\n%PushEnvironmentDeploymentStateRequest\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\x12T\n\x10\x64\x65ployment_state\x18\x02 \x03(\x0b\x32:.qwak.deployment.management.KubernetesModelDeploymentState\"(\n&PushEnvironmentDeploymentStateResponse\"\x80\x01\n\x18\x41pplyModelTrafficRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x39\n\nvariations\x18\x02 \x03(\x0b\x32%.qwak.deployment.management.Variation\x12\x17\n\x0f\x65nvironment_ids\x18\x03 \x03(\t\"\xc6\x02\n\x19\x41pplyModelTrafficResponse\x12\x96\x01\n+environment_to_apply_model_traffic_response\x18\x01 \x03(\x0b\x32\x61.qwak.deployment.management.ApplyModelTrafficResponse.EnvironmentToApplyModelTrafficResponseEntry\x1a\x8f\x01\n+EnvironmentToApplyModelTrafficResponseEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12O\n\x05value\x18\x02 \x01(\x0b\x32@.qwak.deployment.management.EnvironmentApplyModelTrafficResponse:\x02\x38\x01\"*\n\x16GetModelTrafficRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\"\xea\x02\n\x17GetModelTrafficResponse\x12=\n\nvariations\x18\x01 \x03(\x0b\x32%.qwak.deployment.management.VariationB\x02\x18\x01\x12x\n\x1c\x65nvironment_to_model_traffic\x18\x02 \x03(\x0b\x32R.qwak.deployment.management.GetModelTrafficResponse.EnvironmentToModelTrafficEntry\x12\x1d\n\x11multi_env_support\x18\x03 \x01(\x08\x42\x02\x18\x01\x1aw\n\x1e\x45nvironmentToModelTrafficEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x44\n\x05value\x18\x02 \x01(\x0b\x32\x35.qwak.deployment.management.EnvironmentTrafficMessage:\x02\x38\x01\"-\n\x16IsBuildDeployedRequest\x12\x13\n\x0b\x62uild_uuids\x18\x01 \x03(\t\"a\n\x17IsBuildDeployedResponse\x12\x46\n\x0b\x64\x65ployments\x18\x01 \x03(\x0b\x32\x31.qwak.deployment.management.BuildDeploymentStatus\"*\n\x13IsBuildInUseRequest\x12\x13\n\x0b\x62uild_uuids\x18\x01 \x03(\t\"^\n\x14IsBuildInUseResponse\x12\x46\n\x0b\x64\x65ployments\x18\x01 \x03(\x0b\x32\x31.qwak.deployment.management.BuildDeploymentStatus\"D\n\x18\x43\x61ncelDeploymentsRequest\x12\x16\n\x0e\x64\x65ployment_ids\x18\x01 \x03(\t\x12\x10\n\x08model_id\x18\x02 \x01(\t\"\x81\x02\n\x19\x43\x61ncelDeploymentsResponse\x12m\n\x15\x63\x61ncel_request_status\x18\x01 \x03(\x0b\x32N.qwak.deployment.management.CancelDeploymentsResponse.CancelRequestStatusEntry\x1au\n\x18\x43\x61ncelRequestStatusEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12H\n\x05value\x18\x02 \x01(\x0b\x32\x39.qwak.deployment.management.CancelDeploymentRequestStatus:\x02\x38\x01\"6\n ListLiveModelsDeploymentsRequest\x12\x12\n\nmodel_uuid\x18\x01 \x01(\t\"g\n!ListLiveModelsDeploymentsResponse\x12\x42\n\x0b\x64\x65ployments\x18\x01 \x03(\x0b\x32-.qwak.deployment.management.DeploymentDetails2\x87\x0f\n\x1b\x44\x65ploymentManagementService\x12n\n\x0b\x44\x65ployModel\x12..qwak.deployment.management.DeployModelRequest\x1a/.qwak.deployment.management.DeployModelResponse\x12t\n\rUndeployModel\x12\x30.qwak.deployment.management.UndeployModelRequest\x1a\x31.qwak.deployment.management.UndeployModelResponse\x12\x86\x01\n\x13GetDeploymentStatus\x12\x36.qwak.deployment.management.GetDeploymentStatusRequest\x1a\x37.qwak.deployment.management.GetDeploymentStatusResponse\x12\x89\x01\n\x14GetDeploymentDetails\x12\x37.qwak.deployment.management.GetDeploymentDetailsRequest\x1a\x38.qwak.deployment.management.GetDeploymentDetailsResponse\x12\xaa\x01\n\x1fUpdateDeploymentRuntimeSettings\x12\x42.qwak.deployment.management.UpdateDeploymentRuntimeSettingsRequest\x1a\x43.qwak.deployment.management.UpdateDeploymentRuntimeSettingsResponse\x12\x89\x01\n\x14GetDeploymentHistory\x12\x37.qwak.deployment.management.GetDeploymentHistoryRequest\x1a\x38.qwak.deployment.management.GetDeploymentHistoryResponse\x12\xa7\x01\n\x1ePushEnvironmentDeploymentState\x12\x41.qwak.deployment.management.PushEnvironmentDeploymentStateRequest\x1a\x42.qwak.deployment.management.PushEnvironmentDeploymentStateResponse\x12\x85\x01\n\x11\x41pplyModelTraffic\x12\x34.qwak.deployment.management.ApplyModelTrafficRequest\x1a\x35.qwak.deployment.management.ApplyModelTrafficResponse\"\x03\x88\x02\x01\x12\x7f\n\x0fGetModelTraffic\x12\x32.qwak.deployment.management.GetModelTrafficRequest\x1a\x33.qwak.deployment.management.GetModelTrafficResponse\"\x03\x88\x02\x01\x12z\n\x0fIsBuildDeployed\x12\x32.qwak.deployment.management.IsBuildDeployedRequest\x1a\x33.qwak.deployment.management.IsBuildDeployedResponse\x12q\n\x0cIsBuildInUse\x12/.qwak.deployment.management.IsBuildInUseRequest\x1a\x30.qwak.deployment.management.IsBuildInUseResponse\x12t\n\rGetDeployment\x12\x30.qwak.deployment.management.GetDeploymentRequest\x1a\x31.qwak.deployment.management.GetDeploymentResponse\x12\x80\x01\n\x11\x43\x61ncelDeployments\x12\x34.qwak.deployment.management.CancelDeploymentsRequest\x1a\x35.qwak.deployment.management.CancelDeploymentsResponse\x12\x98\x01\n\x19ListLiveModelsDeployments\x12<.qwak.deployment.management.ListLiveModelsDeploymentsRequest\x1a=.qwak.deployment.management.ListLiveModelsDeploymentsResponseBE\n%com.qwak.ai.management.deployment.apiP\x01Z\x1aqwak/deployment;deploymentb\x06proto3')
20
19
 
21
-
22
-
23
- _DEPLOYMODELREQUEST = DESCRIPTOR.message_types_by_name['DeployModelRequest']
24
- _DEPLOYMODELREQUEST_ENVIRONMENTTODEPLOYMENTENTRY = _DEPLOYMODELREQUEST.nested_types_by_name['EnvironmentToDeploymentEntry']
25
- _DEPLOYMODELRESPONSE = DESCRIPTOR.message_types_by_name['DeployModelResponse']
26
- _DEPLOYMODELRESPONSE_ENVIRONMENTTODEPLOYMENTRESULTENTRY = _DEPLOYMODELRESPONSE.nested_types_by_name['EnvironmentToDeploymentResultEntry']
27
- _UNDEPLOYMODELREQUEST = DESCRIPTOR.message_types_by_name['UndeployModelRequest']
28
- _UNDEPLOYMODELREQUEST_ENVIRONMENTTOUNDEPLOYMENTENTRY = _UNDEPLOYMODELREQUEST.nested_types_by_name['EnvironmentToUndeploymentEntry']
29
- _UNDEPLOYMODELRESPONSE = DESCRIPTOR.message_types_by_name['UndeployModelResponse']
30
- _UNDEPLOYMODELRESPONSE_ENVIRONMENTTOUNDEPLOYMENTRESULTENTRY = _UNDEPLOYMODELRESPONSE.nested_types_by_name['EnvironmentToUndeploymentResultEntry']
31
- _GETDEPLOYMENTREQUEST = DESCRIPTOR.message_types_by_name['GetDeploymentRequest']
32
- _GETDEPLOYMENTRESPONSE = DESCRIPTOR.message_types_by_name['GetDeploymentResponse']
33
- _GETDEPLOYMENTSTATUSREQUEST = DESCRIPTOR.message_types_by_name['GetDeploymentStatusRequest']
34
- _GETDEPLOYMENTSTATUSRESPONSE = DESCRIPTOR.message_types_by_name['GetDeploymentStatusResponse']
35
- _UPDATEDEPLOYMENTRUNTIMESETTINGSREQUEST = DESCRIPTOR.message_types_by_name['UpdateDeploymentRuntimeSettingsRequest']
36
- _UPDATEDEPLOYMENTRUNTIMESETTINGSREQUEST_ENVIRONMENTTORUNTIMEDEPLOYMENTSETTINGSENTRY = _UPDATEDEPLOYMENTRUNTIMESETTINGSREQUEST.nested_types_by_name['EnvironmentToRuntimeDeploymentSettingsEntry']
37
- _UPDATEDEPLOYMENTRUNTIMESETTINGSRESPONSE = DESCRIPTOR.message_types_by_name['UpdateDeploymentRuntimeSettingsResponse']
38
- _UPDATEDEPLOYMENTRUNTIMESETTINGSRESPONSE_ENVIRONMENTTORUNTIMEDEPLOYMENTSETTINGSRESPONSEENTRY = _UPDATEDEPLOYMENTRUNTIMESETTINGSRESPONSE.nested_types_by_name['EnvironmentToRuntimeDeploymentSettingsResponseEntry']
39
- _GETDEPLOYMENTDETAILSREQUEST = DESCRIPTOR.message_types_by_name['GetDeploymentDetailsRequest']
40
- _GETDEPLOYMENTDETAILSRESPONSE = DESCRIPTOR.message_types_by_name['GetDeploymentDetailsResponse']
41
- _GETDEPLOYMENTDETAILSRESPONSE_ENVIRONMENTTODEPLOYMENTDETAILSENTRY = _GETDEPLOYMENTDETAILSRESPONSE.nested_types_by_name['EnvironmentToDeploymentDetailsEntry']
42
- _GETDEPLOYMENTDETAILSRESPONSE_BUILDTOENVIRONMENTDEPLOYMENTSTATUSENTRY = _GETDEPLOYMENTDETAILSRESPONSE.nested_types_by_name['BuildToEnvironmentDeploymentStatusEntry']
43
- _GETDEPLOYMENTHISTORYREQUEST = DESCRIPTOR.message_types_by_name['GetDeploymentHistoryRequest']
44
- _GETDEPLOYMENTHISTORYRESPONSE = DESCRIPTOR.message_types_by_name['GetDeploymentHistoryResponse']
45
- _GETDEPLOYMENTHISTORYRESPONSE_ENVIRONMENTTODEPLOYMENTHISTORYENTRY = _GETDEPLOYMENTHISTORYRESPONSE.nested_types_by_name['EnvironmentToDeploymentHistoryEntry']
46
- _PUSHENVIRONMENTDEPLOYMENTSTATEREQUEST = DESCRIPTOR.message_types_by_name['PushEnvironmentDeploymentStateRequest']
47
- _PUSHENVIRONMENTDEPLOYMENTSTATERESPONSE = DESCRIPTOR.message_types_by_name['PushEnvironmentDeploymentStateResponse']
48
- _APPLYMODELTRAFFICREQUEST = DESCRIPTOR.message_types_by_name['ApplyModelTrafficRequest']
49
- _APPLYMODELTRAFFICRESPONSE = DESCRIPTOR.message_types_by_name['ApplyModelTrafficResponse']
50
- _APPLYMODELTRAFFICRESPONSE_ENVIRONMENTTOAPPLYMODELTRAFFICRESPONSEENTRY = _APPLYMODELTRAFFICRESPONSE.nested_types_by_name['EnvironmentToApplyModelTrafficResponseEntry']
51
- _GETMODELTRAFFICREQUEST = DESCRIPTOR.message_types_by_name['GetModelTrafficRequest']
52
- _GETMODELTRAFFICRESPONSE = DESCRIPTOR.message_types_by_name['GetModelTrafficResponse']
53
- _GETMODELTRAFFICRESPONSE_ENVIRONMENTTOMODELTRAFFICENTRY = _GETMODELTRAFFICRESPONSE.nested_types_by_name['EnvironmentToModelTrafficEntry']
54
- _ISBUILDDEPLOYEDREQUEST = DESCRIPTOR.message_types_by_name['IsBuildDeployedRequest']
55
- _ISBUILDDEPLOYEDRESPONSE = DESCRIPTOR.message_types_by_name['IsBuildDeployedResponse']
56
- _ISBUILDINUSEREQUEST = DESCRIPTOR.message_types_by_name['IsBuildInUseRequest']
57
- _ISBUILDINUSERESPONSE = DESCRIPTOR.message_types_by_name['IsBuildInUseResponse']
58
- _CANCELDEPLOYMENTSREQUEST = DESCRIPTOR.message_types_by_name['CancelDeploymentsRequest']
59
- _CANCELDEPLOYMENTSRESPONSE = DESCRIPTOR.message_types_by_name['CancelDeploymentsResponse']
60
- _CANCELDEPLOYMENTSRESPONSE_CANCELREQUESTSTATUSENTRY = _CANCELDEPLOYMENTSRESPONSE.nested_types_by_name['CancelRequestStatusEntry']
61
- _LISTLIVEMODELSDEPLOYMENTSREQUEST = DESCRIPTOR.message_types_by_name['ListLiveModelsDeploymentsRequest']
62
- _LISTLIVEMODELSDEPLOYMENTSRESPONSE = DESCRIPTOR.message_types_by_name['ListLiveModelsDeploymentsResponse']
63
- DeployModelRequest = _reflection.GeneratedProtocolMessageType('DeployModelRequest', (_message.Message,), {
64
-
65
- 'EnvironmentToDeploymentEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentToDeploymentEntry', (_message.Message,), {
66
- 'DESCRIPTOR' : _DEPLOYMODELREQUEST_ENVIRONMENTTODEPLOYMENTENTRY,
67
- '__module__' : 'qwak.deployment.deployment_service_pb2'
68
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.DeployModelRequest.EnvironmentToDeploymentEntry)
69
- })
70
- ,
71
- 'DESCRIPTOR' : _DEPLOYMODELREQUEST,
72
- '__module__' : 'qwak.deployment.deployment_service_pb2'
73
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.DeployModelRequest)
74
- })
75
- _sym_db.RegisterMessage(DeployModelRequest)
76
- _sym_db.RegisterMessage(DeployModelRequest.EnvironmentToDeploymentEntry)
77
-
78
- DeployModelResponse = _reflection.GeneratedProtocolMessageType('DeployModelResponse', (_message.Message,), {
79
-
80
- 'EnvironmentToDeploymentResultEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentToDeploymentResultEntry', (_message.Message,), {
81
- 'DESCRIPTOR' : _DEPLOYMODELRESPONSE_ENVIRONMENTTODEPLOYMENTRESULTENTRY,
82
- '__module__' : 'qwak.deployment.deployment_service_pb2'
83
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.DeployModelResponse.EnvironmentToDeploymentResultEntry)
84
- })
85
- ,
86
- 'DESCRIPTOR' : _DEPLOYMODELRESPONSE,
87
- '__module__' : 'qwak.deployment.deployment_service_pb2'
88
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.DeployModelResponse)
89
- })
90
- _sym_db.RegisterMessage(DeployModelResponse)
91
- _sym_db.RegisterMessage(DeployModelResponse.EnvironmentToDeploymentResultEntry)
92
-
93
- UndeployModelRequest = _reflection.GeneratedProtocolMessageType('UndeployModelRequest', (_message.Message,), {
94
-
95
- 'EnvironmentToUndeploymentEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentToUndeploymentEntry', (_message.Message,), {
96
- 'DESCRIPTOR' : _UNDEPLOYMODELREQUEST_ENVIRONMENTTOUNDEPLOYMENTENTRY,
97
- '__module__' : 'qwak.deployment.deployment_service_pb2'
98
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.UndeployModelRequest.EnvironmentToUndeploymentEntry)
99
- })
100
- ,
101
- 'DESCRIPTOR' : _UNDEPLOYMODELREQUEST,
102
- '__module__' : 'qwak.deployment.deployment_service_pb2'
103
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.UndeployModelRequest)
104
- })
105
- _sym_db.RegisterMessage(UndeployModelRequest)
106
- _sym_db.RegisterMessage(UndeployModelRequest.EnvironmentToUndeploymentEntry)
107
-
108
- UndeployModelResponse = _reflection.GeneratedProtocolMessageType('UndeployModelResponse', (_message.Message,), {
109
-
110
- 'EnvironmentToUndeploymentResultEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentToUndeploymentResultEntry', (_message.Message,), {
111
- 'DESCRIPTOR' : _UNDEPLOYMODELRESPONSE_ENVIRONMENTTOUNDEPLOYMENTRESULTENTRY,
112
- '__module__' : 'qwak.deployment.deployment_service_pb2'
113
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.UndeployModelResponse.EnvironmentToUndeploymentResultEntry)
114
- })
115
- ,
116
- 'DESCRIPTOR' : _UNDEPLOYMODELRESPONSE,
117
- '__module__' : 'qwak.deployment.deployment_service_pb2'
118
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.UndeployModelResponse)
119
- })
120
- _sym_db.RegisterMessage(UndeployModelResponse)
121
- _sym_db.RegisterMessage(UndeployModelResponse.EnvironmentToUndeploymentResultEntry)
122
-
123
- GetDeploymentRequest = _reflection.GeneratedProtocolMessageType('GetDeploymentRequest', (_message.Message,), {
124
- 'DESCRIPTOR' : _GETDEPLOYMENTREQUEST,
125
- '__module__' : 'qwak.deployment.deployment_service_pb2'
126
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.GetDeploymentRequest)
127
- })
128
- _sym_db.RegisterMessage(GetDeploymentRequest)
129
-
130
- GetDeploymentResponse = _reflection.GeneratedProtocolMessageType('GetDeploymentResponse', (_message.Message,), {
131
- 'DESCRIPTOR' : _GETDEPLOYMENTRESPONSE,
132
- '__module__' : 'qwak.deployment.deployment_service_pb2'
133
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.GetDeploymentResponse)
134
- })
135
- _sym_db.RegisterMessage(GetDeploymentResponse)
136
-
137
- GetDeploymentStatusRequest = _reflection.GeneratedProtocolMessageType('GetDeploymentStatusRequest', (_message.Message,), {
138
- 'DESCRIPTOR' : _GETDEPLOYMENTSTATUSREQUEST,
139
- '__module__' : 'qwak.deployment.deployment_service_pb2'
140
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.GetDeploymentStatusRequest)
141
- })
142
- _sym_db.RegisterMessage(GetDeploymentStatusRequest)
143
-
144
- GetDeploymentStatusResponse = _reflection.GeneratedProtocolMessageType('GetDeploymentStatusResponse', (_message.Message,), {
145
- 'DESCRIPTOR' : _GETDEPLOYMENTSTATUSRESPONSE,
146
- '__module__' : 'qwak.deployment.deployment_service_pb2'
147
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.GetDeploymentStatusResponse)
148
- })
149
- _sym_db.RegisterMessage(GetDeploymentStatusResponse)
150
-
151
- UpdateDeploymentRuntimeSettingsRequest = _reflection.GeneratedProtocolMessageType('UpdateDeploymentRuntimeSettingsRequest', (_message.Message,), {
152
-
153
- 'EnvironmentToRuntimeDeploymentSettingsEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentToRuntimeDeploymentSettingsEntry', (_message.Message,), {
154
- 'DESCRIPTOR' : _UPDATEDEPLOYMENTRUNTIMESETTINGSREQUEST_ENVIRONMENTTORUNTIMEDEPLOYMENTSETTINGSENTRY,
155
- '__module__' : 'qwak.deployment.deployment_service_pb2'
156
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.UpdateDeploymentRuntimeSettingsRequest.EnvironmentToRuntimeDeploymentSettingsEntry)
157
- })
158
- ,
159
- 'DESCRIPTOR' : _UPDATEDEPLOYMENTRUNTIMESETTINGSREQUEST,
160
- '__module__' : 'qwak.deployment.deployment_service_pb2'
161
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.UpdateDeploymentRuntimeSettingsRequest)
162
- })
163
- _sym_db.RegisterMessage(UpdateDeploymentRuntimeSettingsRequest)
164
- _sym_db.RegisterMessage(UpdateDeploymentRuntimeSettingsRequest.EnvironmentToRuntimeDeploymentSettingsEntry)
165
-
166
- UpdateDeploymentRuntimeSettingsResponse = _reflection.GeneratedProtocolMessageType('UpdateDeploymentRuntimeSettingsResponse', (_message.Message,), {
167
-
168
- 'EnvironmentToRuntimeDeploymentSettingsResponseEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentToRuntimeDeploymentSettingsResponseEntry', (_message.Message,), {
169
- 'DESCRIPTOR' : _UPDATEDEPLOYMENTRUNTIMESETTINGSRESPONSE_ENVIRONMENTTORUNTIMEDEPLOYMENTSETTINGSRESPONSEENTRY,
170
- '__module__' : 'qwak.deployment.deployment_service_pb2'
171
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.UpdateDeploymentRuntimeSettingsResponse.EnvironmentToRuntimeDeploymentSettingsResponseEntry)
172
- })
173
- ,
174
- 'DESCRIPTOR' : _UPDATEDEPLOYMENTRUNTIMESETTINGSRESPONSE,
175
- '__module__' : 'qwak.deployment.deployment_service_pb2'
176
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.UpdateDeploymentRuntimeSettingsResponse)
177
- })
178
- _sym_db.RegisterMessage(UpdateDeploymentRuntimeSettingsResponse)
179
- _sym_db.RegisterMessage(UpdateDeploymentRuntimeSettingsResponse.EnvironmentToRuntimeDeploymentSettingsResponseEntry)
180
-
181
- GetDeploymentDetailsRequest = _reflection.GeneratedProtocolMessageType('GetDeploymentDetailsRequest', (_message.Message,), {
182
- 'DESCRIPTOR' : _GETDEPLOYMENTDETAILSREQUEST,
183
- '__module__' : 'qwak.deployment.deployment_service_pb2'
184
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.GetDeploymentDetailsRequest)
185
- })
186
- _sym_db.RegisterMessage(GetDeploymentDetailsRequest)
187
-
188
- GetDeploymentDetailsResponse = _reflection.GeneratedProtocolMessageType('GetDeploymentDetailsResponse', (_message.Message,), {
189
-
190
- 'EnvironmentToDeploymentDetailsEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentToDeploymentDetailsEntry', (_message.Message,), {
191
- 'DESCRIPTOR' : _GETDEPLOYMENTDETAILSRESPONSE_ENVIRONMENTTODEPLOYMENTDETAILSENTRY,
192
- '__module__' : 'qwak.deployment.deployment_service_pb2'
193
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.GetDeploymentDetailsResponse.EnvironmentToDeploymentDetailsEntry)
194
- })
195
- ,
196
-
197
- 'BuildToEnvironmentDeploymentStatusEntry' : _reflection.GeneratedProtocolMessageType('BuildToEnvironmentDeploymentStatusEntry', (_message.Message,), {
198
- 'DESCRIPTOR' : _GETDEPLOYMENTDETAILSRESPONSE_BUILDTOENVIRONMENTDEPLOYMENTSTATUSENTRY,
199
- '__module__' : 'qwak.deployment.deployment_service_pb2'
200
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.GetDeploymentDetailsResponse.BuildToEnvironmentDeploymentStatusEntry)
201
- })
202
- ,
203
- 'DESCRIPTOR' : _GETDEPLOYMENTDETAILSRESPONSE,
204
- '__module__' : 'qwak.deployment.deployment_service_pb2'
205
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.GetDeploymentDetailsResponse)
206
- })
207
- _sym_db.RegisterMessage(GetDeploymentDetailsResponse)
208
- _sym_db.RegisterMessage(GetDeploymentDetailsResponse.EnvironmentToDeploymentDetailsEntry)
209
- _sym_db.RegisterMessage(GetDeploymentDetailsResponse.BuildToEnvironmentDeploymentStatusEntry)
210
-
211
- GetDeploymentHistoryRequest = _reflection.GeneratedProtocolMessageType('GetDeploymentHistoryRequest', (_message.Message,), {
212
- 'DESCRIPTOR' : _GETDEPLOYMENTHISTORYREQUEST,
213
- '__module__' : 'qwak.deployment.deployment_service_pb2'
214
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.GetDeploymentHistoryRequest)
215
- })
216
- _sym_db.RegisterMessage(GetDeploymentHistoryRequest)
217
-
218
- GetDeploymentHistoryResponse = _reflection.GeneratedProtocolMessageType('GetDeploymentHistoryResponse', (_message.Message,), {
219
-
220
- 'EnvironmentToDeploymentHistoryEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentToDeploymentHistoryEntry', (_message.Message,), {
221
- 'DESCRIPTOR' : _GETDEPLOYMENTHISTORYRESPONSE_ENVIRONMENTTODEPLOYMENTHISTORYENTRY,
222
- '__module__' : 'qwak.deployment.deployment_service_pb2'
223
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.GetDeploymentHistoryResponse.EnvironmentToDeploymentHistoryEntry)
224
- })
225
- ,
226
- 'DESCRIPTOR' : _GETDEPLOYMENTHISTORYRESPONSE,
227
- '__module__' : 'qwak.deployment.deployment_service_pb2'
228
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.GetDeploymentHistoryResponse)
229
- })
230
- _sym_db.RegisterMessage(GetDeploymentHistoryResponse)
231
- _sym_db.RegisterMessage(GetDeploymentHistoryResponse.EnvironmentToDeploymentHistoryEntry)
232
-
233
- PushEnvironmentDeploymentStateRequest = _reflection.GeneratedProtocolMessageType('PushEnvironmentDeploymentStateRequest', (_message.Message,), {
234
- 'DESCRIPTOR' : _PUSHENVIRONMENTDEPLOYMENTSTATEREQUEST,
235
- '__module__' : 'qwak.deployment.deployment_service_pb2'
236
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.PushEnvironmentDeploymentStateRequest)
237
- })
238
- _sym_db.RegisterMessage(PushEnvironmentDeploymentStateRequest)
239
-
240
- PushEnvironmentDeploymentStateResponse = _reflection.GeneratedProtocolMessageType('PushEnvironmentDeploymentStateResponse', (_message.Message,), {
241
- 'DESCRIPTOR' : _PUSHENVIRONMENTDEPLOYMENTSTATERESPONSE,
242
- '__module__' : 'qwak.deployment.deployment_service_pb2'
243
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.PushEnvironmentDeploymentStateResponse)
244
- })
245
- _sym_db.RegisterMessage(PushEnvironmentDeploymentStateResponse)
246
-
247
- ApplyModelTrafficRequest = _reflection.GeneratedProtocolMessageType('ApplyModelTrafficRequest', (_message.Message,), {
248
- 'DESCRIPTOR' : _APPLYMODELTRAFFICREQUEST,
249
- '__module__' : 'qwak.deployment.deployment_service_pb2'
250
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.ApplyModelTrafficRequest)
251
- })
252
- _sym_db.RegisterMessage(ApplyModelTrafficRequest)
253
-
254
- ApplyModelTrafficResponse = _reflection.GeneratedProtocolMessageType('ApplyModelTrafficResponse', (_message.Message,), {
255
-
256
- 'EnvironmentToApplyModelTrafficResponseEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentToApplyModelTrafficResponseEntry', (_message.Message,), {
257
- 'DESCRIPTOR' : _APPLYMODELTRAFFICRESPONSE_ENVIRONMENTTOAPPLYMODELTRAFFICRESPONSEENTRY,
258
- '__module__' : 'qwak.deployment.deployment_service_pb2'
259
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.ApplyModelTrafficResponse.EnvironmentToApplyModelTrafficResponseEntry)
260
- })
261
- ,
262
- 'DESCRIPTOR' : _APPLYMODELTRAFFICRESPONSE,
263
- '__module__' : 'qwak.deployment.deployment_service_pb2'
264
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.ApplyModelTrafficResponse)
265
- })
266
- _sym_db.RegisterMessage(ApplyModelTrafficResponse)
267
- _sym_db.RegisterMessage(ApplyModelTrafficResponse.EnvironmentToApplyModelTrafficResponseEntry)
268
-
269
- GetModelTrafficRequest = _reflection.GeneratedProtocolMessageType('GetModelTrafficRequest', (_message.Message,), {
270
- 'DESCRIPTOR' : _GETMODELTRAFFICREQUEST,
271
- '__module__' : 'qwak.deployment.deployment_service_pb2'
272
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.GetModelTrafficRequest)
273
- })
274
- _sym_db.RegisterMessage(GetModelTrafficRequest)
275
-
276
- GetModelTrafficResponse = _reflection.GeneratedProtocolMessageType('GetModelTrafficResponse', (_message.Message,), {
277
-
278
- 'EnvironmentToModelTrafficEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentToModelTrafficEntry', (_message.Message,), {
279
- 'DESCRIPTOR' : _GETMODELTRAFFICRESPONSE_ENVIRONMENTTOMODELTRAFFICENTRY,
280
- '__module__' : 'qwak.deployment.deployment_service_pb2'
281
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.GetModelTrafficResponse.EnvironmentToModelTrafficEntry)
282
- })
283
- ,
284
- 'DESCRIPTOR' : _GETMODELTRAFFICRESPONSE,
285
- '__module__' : 'qwak.deployment.deployment_service_pb2'
286
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.GetModelTrafficResponse)
287
- })
288
- _sym_db.RegisterMessage(GetModelTrafficResponse)
289
- _sym_db.RegisterMessage(GetModelTrafficResponse.EnvironmentToModelTrafficEntry)
290
-
291
- IsBuildDeployedRequest = _reflection.GeneratedProtocolMessageType('IsBuildDeployedRequest', (_message.Message,), {
292
- 'DESCRIPTOR' : _ISBUILDDEPLOYEDREQUEST,
293
- '__module__' : 'qwak.deployment.deployment_service_pb2'
294
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.IsBuildDeployedRequest)
295
- })
296
- _sym_db.RegisterMessage(IsBuildDeployedRequest)
297
-
298
- IsBuildDeployedResponse = _reflection.GeneratedProtocolMessageType('IsBuildDeployedResponse', (_message.Message,), {
299
- 'DESCRIPTOR' : _ISBUILDDEPLOYEDRESPONSE,
300
- '__module__' : 'qwak.deployment.deployment_service_pb2'
301
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.IsBuildDeployedResponse)
302
- })
303
- _sym_db.RegisterMessage(IsBuildDeployedResponse)
304
-
305
- IsBuildInUseRequest = _reflection.GeneratedProtocolMessageType('IsBuildInUseRequest', (_message.Message,), {
306
- 'DESCRIPTOR' : _ISBUILDINUSEREQUEST,
307
- '__module__' : 'qwak.deployment.deployment_service_pb2'
308
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.IsBuildInUseRequest)
309
- })
310
- _sym_db.RegisterMessage(IsBuildInUseRequest)
311
-
312
- IsBuildInUseResponse = _reflection.GeneratedProtocolMessageType('IsBuildInUseResponse', (_message.Message,), {
313
- 'DESCRIPTOR' : _ISBUILDINUSERESPONSE,
314
- '__module__' : 'qwak.deployment.deployment_service_pb2'
315
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.IsBuildInUseResponse)
316
- })
317
- _sym_db.RegisterMessage(IsBuildInUseResponse)
318
-
319
- CancelDeploymentsRequest = _reflection.GeneratedProtocolMessageType('CancelDeploymentsRequest', (_message.Message,), {
320
- 'DESCRIPTOR' : _CANCELDEPLOYMENTSREQUEST,
321
- '__module__' : 'qwak.deployment.deployment_service_pb2'
322
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.CancelDeploymentsRequest)
323
- })
324
- _sym_db.RegisterMessage(CancelDeploymentsRequest)
325
-
326
- CancelDeploymentsResponse = _reflection.GeneratedProtocolMessageType('CancelDeploymentsResponse', (_message.Message,), {
327
-
328
- 'CancelRequestStatusEntry' : _reflection.GeneratedProtocolMessageType('CancelRequestStatusEntry', (_message.Message,), {
329
- 'DESCRIPTOR' : _CANCELDEPLOYMENTSRESPONSE_CANCELREQUESTSTATUSENTRY,
330
- '__module__' : 'qwak.deployment.deployment_service_pb2'
331
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.CancelDeploymentsResponse.CancelRequestStatusEntry)
332
- })
333
- ,
334
- 'DESCRIPTOR' : _CANCELDEPLOYMENTSRESPONSE,
335
- '__module__' : 'qwak.deployment.deployment_service_pb2'
336
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.CancelDeploymentsResponse)
337
- })
338
- _sym_db.RegisterMessage(CancelDeploymentsResponse)
339
- _sym_db.RegisterMessage(CancelDeploymentsResponse.CancelRequestStatusEntry)
340
-
341
- ListLiveModelsDeploymentsRequest = _reflection.GeneratedProtocolMessageType('ListLiveModelsDeploymentsRequest', (_message.Message,), {
342
- 'DESCRIPTOR' : _LISTLIVEMODELSDEPLOYMENTSREQUEST,
343
- '__module__' : 'qwak.deployment.deployment_service_pb2'
344
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.ListLiveModelsDeploymentsRequest)
345
- })
346
- _sym_db.RegisterMessage(ListLiveModelsDeploymentsRequest)
347
-
348
- ListLiveModelsDeploymentsResponse = _reflection.GeneratedProtocolMessageType('ListLiveModelsDeploymentsResponse', (_message.Message,), {
349
- 'DESCRIPTOR' : _LISTLIVEMODELSDEPLOYMENTSRESPONSE,
350
- '__module__' : 'qwak.deployment.deployment_service_pb2'
351
- # @@protoc_insertion_point(class_scope:qwak.deployment.management.ListLiveModelsDeploymentsResponse)
352
- })
353
- _sym_db.RegisterMessage(ListLiveModelsDeploymentsResponse)
354
-
355
- _DEPLOYMENTMANAGEMENTSERVICE = DESCRIPTOR.services_by_name['DeploymentManagementService']
20
+ _globals = globals()
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.deployment.deployment_service_pb2', _globals)
356
23
  if _descriptor._USE_C_DESCRIPTORS == False:
357
24
 
358
25
  DESCRIPTOR._options = None
@@ -435,86 +102,86 @@ if _descriptor._USE_C_DESCRIPTORS == False:
435
102
  _DEPLOYMENTMANAGEMENTSERVICE.methods_by_name['ApplyModelTraffic']._serialized_options = b'\210\002\001'
436
103
  _DEPLOYMENTMANAGEMENTSERVICE.methods_by_name['GetModelTraffic']._options = None
437
104
  _DEPLOYMENTMANAGEMENTSERVICE.methods_by_name['GetModelTraffic']._serialized_options = b'\210\002\001'
438
- _DEPLOYMODELREQUEST._serialized_start=148
439
- _DEPLOYMODELREQUEST._serialized_end=538
440
- _DEPLOYMODELREQUEST_ENVIRONMENTTODEPLOYMENTENTRY._serialized_start=418
441
- _DEPLOYMODELREQUEST_ENVIRONMENTTODEPLOYMENTENTRY._serialized_end=538
442
- _DEPLOYMODELRESPONSE._serialized_start=541
443
- _DEPLOYMODELRESPONSE._serialized_end=945
444
- _DEPLOYMODELRESPONSE_ENVIRONMENTTODEPLOYMENTRESULTENTRY._serialized_start=813
445
- _DEPLOYMODELRESPONSE_ENVIRONMENTTODEPLOYMENTRESULTENTRY._serialized_end=945
446
- _UNDEPLOYMODELREQUEST._serialized_start=948
447
- _UNDEPLOYMODELREQUEST._serialized_end=1466
448
- _UNDEPLOYMODELREQUEST_ENVIRONMENTTOUNDEPLOYMENTENTRY._serialized_start=1342
449
- _UNDEPLOYMODELREQUEST_ENVIRONMENTTOUNDEPLOYMENTENTRY._serialized_end=1466
450
- _UNDEPLOYMODELRESPONSE._serialized_start=1469
451
- _UNDEPLOYMODELRESPONSE._serialized_end=1853
452
- _UNDEPLOYMODELRESPONSE_ENVIRONMENTTOUNDEPLOYMENTRESULTENTRY._serialized_start=1717
453
- _UNDEPLOYMODELRESPONSE_ENVIRONMENTTOUNDEPLOYMENTRESULTENTRY._serialized_end=1853
454
- _GETDEPLOYMENTREQUEST._serialized_start=1855
455
- _GETDEPLOYMENTREQUEST._serialized_end=1900
456
- _GETDEPLOYMENTRESPONSE._serialized_start=1903
457
- _GETDEPLOYMENTRESPONSE._serialized_end=2090
458
- _GETDEPLOYMENTSTATUSREQUEST._serialized_start=2093
459
- _GETDEPLOYMENTSTATUSREQUEST._serialized_end=2242
460
- _GETDEPLOYMENTSTATUSRESPONSE._serialized_start=2244
461
- _GETDEPLOYMENTSTATUSRESPONSE._serialized_end=2340
462
- _UPDATEDEPLOYMENTRUNTIMESETTINGSREQUEST._serialized_start=2343
463
- _UPDATEDEPLOYMENTRUNTIMESETTINGSREQUEST._serialized_end=2878
464
- _UPDATEDEPLOYMENTRUNTIMESETTINGSREQUEST_ENVIRONMENTTORUNTIMEDEPLOYMENTSETTINGSENTRY._serialized_start=2728
465
- _UPDATEDEPLOYMENTRUNTIMESETTINGSREQUEST_ENVIRONMENTTORUNTIMEDEPLOYMENTSETTINGSENTRY._serialized_end=2878
466
- _UPDATEDEPLOYMENTRUNTIMESETTINGSRESPONSE._serialized_start=2881
467
- _UPDATEDEPLOYMENTRUNTIMESETTINGSRESPONSE._serialized_end=3272
468
- _UPDATEDEPLOYMENTRUNTIMESETTINGSRESPONSE_ENVIRONMENTTORUNTIMEDEPLOYMENTSETTINGSRESPONSEENTRY._serialized_start=3108
469
- _UPDATEDEPLOYMENTRUNTIMESETTINGSRESPONSE_ENVIRONMENTTORUNTIMEDEPLOYMENTSETTINGSRESPONSEENTRY._serialized_end=3272
470
- _GETDEPLOYMENTDETAILSREQUEST._serialized_start=3274
471
- _GETDEPLOYMENTDETAILSREQUEST._serialized_end=3364
472
- _GETDEPLOYMENTDETAILSRESPONSE._serialized_start=3367
473
- _GETDEPLOYMENTDETAILSRESPONSE._serialized_end=4243
474
- _GETDEPLOYMENTDETAILSRESPONSE_ENVIRONMENTTODEPLOYMENTDETAILSENTRY._serialized_start=3971
475
- _GETDEPLOYMENTDETAILSRESPONSE_ENVIRONMENTTODEPLOYMENTDETAILSENTRY._serialized_end=4105
476
- _GETDEPLOYMENTDETAILSRESPONSE_BUILDTOENVIRONMENTDEPLOYMENTSTATUSENTRY._serialized_start=4108
477
- _GETDEPLOYMENTDETAILSRESPONSE_BUILDTOENVIRONMENTDEPLOYMENTSTATUSENTRY._serialized_end=4243
478
- _GETDEPLOYMENTHISTORYREQUEST._serialized_start=4245
479
- _GETDEPLOYMENTHISTORYREQUEST._serialized_end=4352
480
- _GETDEPLOYMENTHISTORYRESPONSE._serialized_start=4355
481
- _GETDEPLOYMENTHISTORYRESPONSE._serialized_end=4730
482
- _GETDEPLOYMENTHISTORYRESPONSE_ENVIRONMENTTODEPLOYMENTHISTORYENTRY._serialized_start=4596
483
- _GETDEPLOYMENTHISTORYRESPONSE_ENVIRONMENTTODEPLOYMENTHISTORYENTRY._serialized_end=4730
484
- _PUSHENVIRONMENTDEPLOYMENTSTATEREQUEST._serialized_start=4733
485
- _PUSHENVIRONMENTDEPLOYMENTSTATEREQUEST._serialized_end=4882
486
- _PUSHENVIRONMENTDEPLOYMENTSTATERESPONSE._serialized_start=4884
487
- _PUSHENVIRONMENTDEPLOYMENTSTATERESPONSE._serialized_end=4924
488
- _APPLYMODELTRAFFICREQUEST._serialized_start=4927
489
- _APPLYMODELTRAFFICREQUEST._serialized_end=5055
490
- _APPLYMODELTRAFFICRESPONSE._serialized_start=5058
491
- _APPLYMODELTRAFFICRESPONSE._serialized_end=5384
492
- _APPLYMODELTRAFFICRESPONSE_ENVIRONMENTTOAPPLYMODELTRAFFICRESPONSEENTRY._serialized_start=5241
493
- _APPLYMODELTRAFFICRESPONSE_ENVIRONMENTTOAPPLYMODELTRAFFICRESPONSEENTRY._serialized_end=5384
494
- _GETMODELTRAFFICREQUEST._serialized_start=5386
495
- _GETMODELTRAFFICREQUEST._serialized_end=5428
496
- _GETMODELTRAFFICRESPONSE._serialized_start=5431
497
- _GETMODELTRAFFICRESPONSE._serialized_end=5793
498
- _GETMODELTRAFFICRESPONSE_ENVIRONMENTTOMODELTRAFFICENTRY._serialized_start=5674
499
- _GETMODELTRAFFICRESPONSE_ENVIRONMENTTOMODELTRAFFICENTRY._serialized_end=5793
500
- _ISBUILDDEPLOYEDREQUEST._serialized_start=5795
501
- _ISBUILDDEPLOYEDREQUEST._serialized_end=5840
502
- _ISBUILDDEPLOYEDRESPONSE._serialized_start=5842
503
- _ISBUILDDEPLOYEDRESPONSE._serialized_end=5939
504
- _ISBUILDINUSEREQUEST._serialized_start=5941
505
- _ISBUILDINUSEREQUEST._serialized_end=5983
506
- _ISBUILDINUSERESPONSE._serialized_start=5985
507
- _ISBUILDINUSERESPONSE._serialized_end=6079
508
- _CANCELDEPLOYMENTSREQUEST._serialized_start=6081
509
- _CANCELDEPLOYMENTSREQUEST._serialized_end=6149
510
- _CANCELDEPLOYMENTSRESPONSE._serialized_start=6152
511
- _CANCELDEPLOYMENTSRESPONSE._serialized_end=6409
512
- _CANCELDEPLOYMENTSRESPONSE_CANCELREQUESTSTATUSENTRY._serialized_start=6292
513
- _CANCELDEPLOYMENTSRESPONSE_CANCELREQUESTSTATUSENTRY._serialized_end=6409
514
- _LISTLIVEMODELSDEPLOYMENTSREQUEST._serialized_start=6411
515
- _LISTLIVEMODELSDEPLOYMENTSREQUEST._serialized_end=6465
516
- _LISTLIVEMODELSDEPLOYMENTSRESPONSE._serialized_start=6467
517
- _LISTLIVEMODELSDEPLOYMENTSRESPONSE._serialized_end=6570
518
- _DEPLOYMENTMANAGEMENTSERVICE._serialized_start=6573
519
- _DEPLOYMENTMANAGEMENTSERVICE._serialized_end=8500
105
+ _globals['_DEPLOYMODELREQUEST']._serialized_start=148
106
+ _globals['_DEPLOYMODELREQUEST']._serialized_end=538
107
+ _globals['_DEPLOYMODELREQUEST_ENVIRONMENTTODEPLOYMENTENTRY']._serialized_start=418
108
+ _globals['_DEPLOYMODELREQUEST_ENVIRONMENTTODEPLOYMENTENTRY']._serialized_end=538
109
+ _globals['_DEPLOYMODELRESPONSE']._serialized_start=541
110
+ _globals['_DEPLOYMODELRESPONSE']._serialized_end=945
111
+ _globals['_DEPLOYMODELRESPONSE_ENVIRONMENTTODEPLOYMENTRESULTENTRY']._serialized_start=813
112
+ _globals['_DEPLOYMODELRESPONSE_ENVIRONMENTTODEPLOYMENTRESULTENTRY']._serialized_end=945
113
+ _globals['_UNDEPLOYMODELREQUEST']._serialized_start=948
114
+ _globals['_UNDEPLOYMODELREQUEST']._serialized_end=1466
115
+ _globals['_UNDEPLOYMODELREQUEST_ENVIRONMENTTOUNDEPLOYMENTENTRY']._serialized_start=1342
116
+ _globals['_UNDEPLOYMODELREQUEST_ENVIRONMENTTOUNDEPLOYMENTENTRY']._serialized_end=1466
117
+ _globals['_UNDEPLOYMODELRESPONSE']._serialized_start=1469
118
+ _globals['_UNDEPLOYMODELRESPONSE']._serialized_end=1853
119
+ _globals['_UNDEPLOYMODELRESPONSE_ENVIRONMENTTOUNDEPLOYMENTRESULTENTRY']._serialized_start=1717
120
+ _globals['_UNDEPLOYMODELRESPONSE_ENVIRONMENTTOUNDEPLOYMENTRESULTENTRY']._serialized_end=1853
121
+ _globals['_GETDEPLOYMENTREQUEST']._serialized_start=1855
122
+ _globals['_GETDEPLOYMENTREQUEST']._serialized_end=1900
123
+ _globals['_GETDEPLOYMENTRESPONSE']._serialized_start=1903
124
+ _globals['_GETDEPLOYMENTRESPONSE']._serialized_end=2090
125
+ _globals['_GETDEPLOYMENTSTATUSREQUEST']._serialized_start=2093
126
+ _globals['_GETDEPLOYMENTSTATUSREQUEST']._serialized_end=2242
127
+ _globals['_GETDEPLOYMENTSTATUSRESPONSE']._serialized_start=2244
128
+ _globals['_GETDEPLOYMENTSTATUSRESPONSE']._serialized_end=2340
129
+ _globals['_UPDATEDEPLOYMENTRUNTIMESETTINGSREQUEST']._serialized_start=2343
130
+ _globals['_UPDATEDEPLOYMENTRUNTIMESETTINGSREQUEST']._serialized_end=2878
131
+ _globals['_UPDATEDEPLOYMENTRUNTIMESETTINGSREQUEST_ENVIRONMENTTORUNTIMEDEPLOYMENTSETTINGSENTRY']._serialized_start=2728
132
+ _globals['_UPDATEDEPLOYMENTRUNTIMESETTINGSREQUEST_ENVIRONMENTTORUNTIMEDEPLOYMENTSETTINGSENTRY']._serialized_end=2878
133
+ _globals['_UPDATEDEPLOYMENTRUNTIMESETTINGSRESPONSE']._serialized_start=2881
134
+ _globals['_UPDATEDEPLOYMENTRUNTIMESETTINGSRESPONSE']._serialized_end=3272
135
+ _globals['_UPDATEDEPLOYMENTRUNTIMESETTINGSRESPONSE_ENVIRONMENTTORUNTIMEDEPLOYMENTSETTINGSRESPONSEENTRY']._serialized_start=3108
136
+ _globals['_UPDATEDEPLOYMENTRUNTIMESETTINGSRESPONSE_ENVIRONMENTTORUNTIMEDEPLOYMENTSETTINGSRESPONSEENTRY']._serialized_end=3272
137
+ _globals['_GETDEPLOYMENTDETAILSREQUEST']._serialized_start=3274
138
+ _globals['_GETDEPLOYMENTDETAILSREQUEST']._serialized_end=3364
139
+ _globals['_GETDEPLOYMENTDETAILSRESPONSE']._serialized_start=3367
140
+ _globals['_GETDEPLOYMENTDETAILSRESPONSE']._serialized_end=4243
141
+ _globals['_GETDEPLOYMENTDETAILSRESPONSE_ENVIRONMENTTODEPLOYMENTDETAILSENTRY']._serialized_start=3971
142
+ _globals['_GETDEPLOYMENTDETAILSRESPONSE_ENVIRONMENTTODEPLOYMENTDETAILSENTRY']._serialized_end=4105
143
+ _globals['_GETDEPLOYMENTDETAILSRESPONSE_BUILDTOENVIRONMENTDEPLOYMENTSTATUSENTRY']._serialized_start=4108
144
+ _globals['_GETDEPLOYMENTDETAILSRESPONSE_BUILDTOENVIRONMENTDEPLOYMENTSTATUSENTRY']._serialized_end=4243
145
+ _globals['_GETDEPLOYMENTHISTORYREQUEST']._serialized_start=4245
146
+ _globals['_GETDEPLOYMENTHISTORYREQUEST']._serialized_end=4352
147
+ _globals['_GETDEPLOYMENTHISTORYRESPONSE']._serialized_start=4355
148
+ _globals['_GETDEPLOYMENTHISTORYRESPONSE']._serialized_end=4730
149
+ _globals['_GETDEPLOYMENTHISTORYRESPONSE_ENVIRONMENTTODEPLOYMENTHISTORYENTRY']._serialized_start=4596
150
+ _globals['_GETDEPLOYMENTHISTORYRESPONSE_ENVIRONMENTTODEPLOYMENTHISTORYENTRY']._serialized_end=4730
151
+ _globals['_PUSHENVIRONMENTDEPLOYMENTSTATEREQUEST']._serialized_start=4733
152
+ _globals['_PUSHENVIRONMENTDEPLOYMENTSTATEREQUEST']._serialized_end=4882
153
+ _globals['_PUSHENVIRONMENTDEPLOYMENTSTATERESPONSE']._serialized_start=4884
154
+ _globals['_PUSHENVIRONMENTDEPLOYMENTSTATERESPONSE']._serialized_end=4924
155
+ _globals['_APPLYMODELTRAFFICREQUEST']._serialized_start=4927
156
+ _globals['_APPLYMODELTRAFFICREQUEST']._serialized_end=5055
157
+ _globals['_APPLYMODELTRAFFICRESPONSE']._serialized_start=5058
158
+ _globals['_APPLYMODELTRAFFICRESPONSE']._serialized_end=5384
159
+ _globals['_APPLYMODELTRAFFICRESPONSE_ENVIRONMENTTOAPPLYMODELTRAFFICRESPONSEENTRY']._serialized_start=5241
160
+ _globals['_APPLYMODELTRAFFICRESPONSE_ENVIRONMENTTOAPPLYMODELTRAFFICRESPONSEENTRY']._serialized_end=5384
161
+ _globals['_GETMODELTRAFFICREQUEST']._serialized_start=5386
162
+ _globals['_GETMODELTRAFFICREQUEST']._serialized_end=5428
163
+ _globals['_GETMODELTRAFFICRESPONSE']._serialized_start=5431
164
+ _globals['_GETMODELTRAFFICRESPONSE']._serialized_end=5793
165
+ _globals['_GETMODELTRAFFICRESPONSE_ENVIRONMENTTOMODELTRAFFICENTRY']._serialized_start=5674
166
+ _globals['_GETMODELTRAFFICRESPONSE_ENVIRONMENTTOMODELTRAFFICENTRY']._serialized_end=5793
167
+ _globals['_ISBUILDDEPLOYEDREQUEST']._serialized_start=5795
168
+ _globals['_ISBUILDDEPLOYEDREQUEST']._serialized_end=5840
169
+ _globals['_ISBUILDDEPLOYEDRESPONSE']._serialized_start=5842
170
+ _globals['_ISBUILDDEPLOYEDRESPONSE']._serialized_end=5939
171
+ _globals['_ISBUILDINUSEREQUEST']._serialized_start=5941
172
+ _globals['_ISBUILDINUSEREQUEST']._serialized_end=5983
173
+ _globals['_ISBUILDINUSERESPONSE']._serialized_start=5985
174
+ _globals['_ISBUILDINUSERESPONSE']._serialized_end=6079
175
+ _globals['_CANCELDEPLOYMENTSREQUEST']._serialized_start=6081
176
+ _globals['_CANCELDEPLOYMENTSREQUEST']._serialized_end=6149
177
+ _globals['_CANCELDEPLOYMENTSRESPONSE']._serialized_start=6152
178
+ _globals['_CANCELDEPLOYMENTSRESPONSE']._serialized_end=6409
179
+ _globals['_CANCELDEPLOYMENTSRESPONSE_CANCELREQUESTSTATUSENTRY']._serialized_start=6292
180
+ _globals['_CANCELDEPLOYMENTSRESPONSE_CANCELREQUESTSTATUSENTRY']._serialized_end=6409
181
+ _globals['_LISTLIVEMODELSDEPLOYMENTSREQUEST']._serialized_start=6411
182
+ _globals['_LISTLIVEMODELSDEPLOYMENTSREQUEST']._serialized_end=6465
183
+ _globals['_LISTLIVEMODELSDEPLOYMENTSRESPONSE']._serialized_start=6467
184
+ _globals['_LISTLIVEMODELSDEPLOYMENTSRESPONSE']._serialized_end=6570
185
+ _globals['_DEPLOYMENTMANAGEMENTSERVICE']._serialized_start=6573
186
+ _globals['_DEPLOYMENTMANAGEMENTSERVICE']._serialized_end=8500
520
187
  # @@protoc_insertion_point(module_scope)