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()
@@ -16,80 +15,25 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5qwak/model_group/model_group_repository_details.proto\x12\x1cqwak.model_groups.management\"r\n\x11RepositoryDetails\x12\x45\n\x0frepository_type\x18\x01 \x01(\x0b\x32,.qwak.model_groups.management.RepositoryType\x12\x16\n\x0erepository_key\x18\x02 \x01(\t\"\xf0\x01\n\x17RemoteRepositoryDetails\x12K\n\x11\x64ocker_repository\x18\x01 \x01(\x0b\x32..qwak.model_groups.management.DockerRepositoryH\x00\x12V\n\x17hugging_face_repository\x18\x02 \x01(\x0b\x32\x33.qwak.model_groups.management.HuggingFaceRepositoryH\x00\x12\x1d\n\x15repository_remote_url\x18\x03 \x01(\tB\x11\n\x0frepository_type\"\x12\n\x10\x44ockerRepository\"\x13\n\x11\x44\x61tasetRepository\"\x14\n\x12\x41rtifactRepository\"\x17\n\x15HuggingFaceRepository\"\xdd\x02\n\x0eRepositoryType\x12K\n\x11\x64ocker_repository\x18\x01 \x01(\x0b\x32..qwak.model_groups.management.DockerRepositoryH\x00\x12M\n\x12\x64\x61taset_repository\x18\x02 \x01(\x0b\x32/.qwak.model_groups.management.DatasetRepositoryH\x00\x12O\n\x13\x61rtifact_repository\x18\x03 \x01(\x0b\x32\x30.qwak.model_groups.management.ArtifactRepositoryH\x00\x12V\n\x17hugging_face_repository\x18\x04 \x01(\x0b\x32\x33.qwak.model_groups.management.HuggingFaceRepositoryH\x00\x42\x06\n\x04typeBN\n&com.qwak.ai.management.model.group.apiB\"ModelGroupRepositoriesDetailsProtoP\x01\x62\x06proto3')
18
17
 
19
-
20
-
21
- _REPOSITORYDETAILS = DESCRIPTOR.message_types_by_name['RepositoryDetails']
22
- _REMOTEREPOSITORYDETAILS = DESCRIPTOR.message_types_by_name['RemoteRepositoryDetails']
23
- _DOCKERREPOSITORY = DESCRIPTOR.message_types_by_name['DockerRepository']
24
- _DATASETREPOSITORY = DESCRIPTOR.message_types_by_name['DatasetRepository']
25
- _ARTIFACTREPOSITORY = DESCRIPTOR.message_types_by_name['ArtifactRepository']
26
- _HUGGINGFACEREPOSITORY = DESCRIPTOR.message_types_by_name['HuggingFaceRepository']
27
- _REPOSITORYTYPE = DESCRIPTOR.message_types_by_name['RepositoryType']
28
- RepositoryDetails = _reflection.GeneratedProtocolMessageType('RepositoryDetails', (_message.Message,), {
29
- 'DESCRIPTOR' : _REPOSITORYDETAILS,
30
- '__module__' : 'qwak.model_group.model_group_repository_details_pb2'
31
- # @@protoc_insertion_point(class_scope:qwak.model_groups.management.RepositoryDetails)
32
- })
33
- _sym_db.RegisterMessage(RepositoryDetails)
34
-
35
- RemoteRepositoryDetails = _reflection.GeneratedProtocolMessageType('RemoteRepositoryDetails', (_message.Message,), {
36
- 'DESCRIPTOR' : _REMOTEREPOSITORYDETAILS,
37
- '__module__' : 'qwak.model_group.model_group_repository_details_pb2'
38
- # @@protoc_insertion_point(class_scope:qwak.model_groups.management.RemoteRepositoryDetails)
39
- })
40
- _sym_db.RegisterMessage(RemoteRepositoryDetails)
41
-
42
- DockerRepository = _reflection.GeneratedProtocolMessageType('DockerRepository', (_message.Message,), {
43
- 'DESCRIPTOR' : _DOCKERREPOSITORY,
44
- '__module__' : 'qwak.model_group.model_group_repository_details_pb2'
45
- # @@protoc_insertion_point(class_scope:qwak.model_groups.management.DockerRepository)
46
- })
47
- _sym_db.RegisterMessage(DockerRepository)
48
-
49
- DatasetRepository = _reflection.GeneratedProtocolMessageType('DatasetRepository', (_message.Message,), {
50
- 'DESCRIPTOR' : _DATASETREPOSITORY,
51
- '__module__' : 'qwak.model_group.model_group_repository_details_pb2'
52
- # @@protoc_insertion_point(class_scope:qwak.model_groups.management.DatasetRepository)
53
- })
54
- _sym_db.RegisterMessage(DatasetRepository)
55
-
56
- ArtifactRepository = _reflection.GeneratedProtocolMessageType('ArtifactRepository', (_message.Message,), {
57
- 'DESCRIPTOR' : _ARTIFACTREPOSITORY,
58
- '__module__' : 'qwak.model_group.model_group_repository_details_pb2'
59
- # @@protoc_insertion_point(class_scope:qwak.model_groups.management.ArtifactRepository)
60
- })
61
- _sym_db.RegisterMessage(ArtifactRepository)
62
-
63
- HuggingFaceRepository = _reflection.GeneratedProtocolMessageType('HuggingFaceRepository', (_message.Message,), {
64
- 'DESCRIPTOR' : _HUGGINGFACEREPOSITORY,
65
- '__module__' : 'qwak.model_group.model_group_repository_details_pb2'
66
- # @@protoc_insertion_point(class_scope:qwak.model_groups.management.HuggingFaceRepository)
67
- })
68
- _sym_db.RegisterMessage(HuggingFaceRepository)
69
-
70
- RepositoryType = _reflection.GeneratedProtocolMessageType('RepositoryType', (_message.Message,), {
71
- 'DESCRIPTOR' : _REPOSITORYTYPE,
72
- '__module__' : 'qwak.model_group.model_group_repository_details_pb2'
73
- # @@protoc_insertion_point(class_scope:qwak.model_groups.management.RepositoryType)
74
- })
75
- _sym_db.RegisterMessage(RepositoryType)
76
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.model_group.model_group_repository_details_pb2', _globals)
77
21
  if _descriptor._USE_C_DESCRIPTORS == False:
78
22
 
79
23
  DESCRIPTOR._options = None
80
24
  DESCRIPTOR._serialized_options = b'\n&com.qwak.ai.management.model.group.apiB\"ModelGroupRepositoriesDetailsProtoP\001'
81
- _REPOSITORYDETAILS._serialized_start=87
82
- _REPOSITORYDETAILS._serialized_end=201
83
- _REMOTEREPOSITORYDETAILS._serialized_start=204
84
- _REMOTEREPOSITORYDETAILS._serialized_end=444
85
- _DOCKERREPOSITORY._serialized_start=446
86
- _DOCKERREPOSITORY._serialized_end=464
87
- _DATASETREPOSITORY._serialized_start=466
88
- _DATASETREPOSITORY._serialized_end=485
89
- _ARTIFACTREPOSITORY._serialized_start=487
90
- _ARTIFACTREPOSITORY._serialized_end=507
91
- _HUGGINGFACEREPOSITORY._serialized_start=509
92
- _HUGGINGFACEREPOSITORY._serialized_end=532
93
- _REPOSITORYTYPE._serialized_start=535
94
- _REPOSITORYTYPE._serialized_end=884
25
+ _globals['_REPOSITORYDETAILS']._serialized_start=87
26
+ _globals['_REPOSITORYDETAILS']._serialized_end=201
27
+ _globals['_REMOTEREPOSITORYDETAILS']._serialized_start=204
28
+ _globals['_REMOTEREPOSITORYDETAILS']._serialized_end=444
29
+ _globals['_DOCKERREPOSITORY']._serialized_start=446
30
+ _globals['_DOCKERREPOSITORY']._serialized_end=464
31
+ _globals['_DATASETREPOSITORY']._serialized_start=466
32
+ _globals['_DATASETREPOSITORY']._serialized_end=485
33
+ _globals['_ARTIFACTREPOSITORY']._serialized_start=487
34
+ _globals['_ARTIFACTREPOSITORY']._serialized_end=507
35
+ _globals['_HUGGINGFACEREPOSITORY']._serialized_start=509
36
+ _globals['_HUGGINGFACEREPOSITORY']._serialized_end=532
37
+ _globals['_REPOSITORYTYPE']._serialized_start=535
38
+ _globals['_REPOSITORYTYPE']._serialized_end=884
95
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/models/models.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()
@@ -24,324 +22,9 @@ from _qwak_proto.qwak.build.v1 import build_pb2 as qwak_dot_build_dot_v1_dot_bui
24
22
 
25
23
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18qwak/models/models.proto\x12\x16qwak.models.management\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x18qwak/builds/builds.proto\x1a&qwak/projects/jfrog_project_spec.proto\x1a\x1eqwak/models/models_query.proto\x1a\x1fqwak/audience/v1/audience.proto\x1a qwak/deployment/deployment.proto\x1a\x19qwak/build/v1/build.proto\"\x9b\x01\n\x12\x43reateModelRequest\x12\x35\n\nmodel_spec\x18\x01 \x01(\x0b\x32!.qwak.models.management.ModelSpec\x12N\n\x12jfrog_project_spec\x18\x02 \x01(\x0b\x32\x32.qwak.projects.management.ModelRepositoryJFrogSpec\"\'\n\x13\x43reateModelResponse\x12\x10\n\x08model_id\x18\x01 \x01(\t\"\'\n\x11ListModelsRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\"C\n\x12ListModelsResponse\x12-\n\x06models\x18\x01 \x03(\x0b\x32\x1d.qwak.models.management.Model\"\xf0\x01\n\x1aListModelsPaginatedRequest\x12\x13\n\tpage_size\x18\x01 \x01(\x05H\x00\x12\x10\n\x06\x63ursor\x18\x02 \x01(\tH\x01\x12\x39\n\x0bsort_models\x18\x03 \x01(\x0b\x32\".qwak.models.management.SortModelsH\x02\x12\x30\n\x06\x66ilter\x18\x04 \x01(\x0b\x32\x1e.qwak.models.management.FilterH\x03\x42\x0f\n\rpage_size_optB\x0c\n\ncursor_optB\x11\n\x0fsort_models_optB\x0c\n\nfilter_opt\"\x8a\x01\n\x1bListModelsPaginatedResponse\x12-\n\x06models\x18\x01 \x03(\x0b\x32\x1d.qwak.models.management.Model\x12<\n\x08metadata\x18\x02 \x01(\x0b\x32*.qwak.models.management.PaginationMetadata\"I\n\x0fGetModelRequest\x12\x12\n\x08model_id\x18\x01 \x01(\tH\x00\x12\x14\n\nmodel_uuid\x18\x02 \x01(\tH\x00\x42\x0c\n\nidentifier\"@\n\x10GetModelResponse\x12,\n\x05model\x18\x01 \x01(\x0b\x32\x1d.qwak.models.management.Model\":\n\x12\x44\x65leteModelRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\t\"\x15\n\x13\x44\x65leteModelResponse\"q\n\x12UpdateModelRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12I\n\x11model_spec_config\x18\x02 \x01(\x0b\x32..qwak.models.management.ModelSpecConfiguration\"L\n\x13UpdateModelResponse\x12\x35\n\nmodel_spec\x18\x01 \x01(\x0b\x32!.qwak.models.management.ModelSpec\"<\n\x13\x43reateBranchRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x13\n\x0b\x62ranch_name\x18\x02 \x01(\t\")\n\x14\x43reateBranchResponse\x12\x11\n\tbranch_id\x18\x01 \x01(\t\"(\n\x13\x44\x65leteBranchRequest\x12\x11\n\tbranch_id\x18\x01 \x01(\t\"\x16\n\x14\x44\x65leteBranchResponse\"N\n\x14IsModelExistsRequest\x12\x12\n\x08model_id\x18\x01 \x01(\tH\x00\x12\x14\n\nmodel_uuid\x18\x02 \x01(\tH\x00\x42\x0c\n\nidentifier\"\'\n\x15IsModelExistsResponse\x12\x0e\n\x06\x65xists\x18\x01 \x01(\x08\"\xda\x01\n\tModelSpec\x12\x16\n\x0emodel_named_id\x18\x01 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12\x14\n\nproject_id\x18\x03 \x01(\tH\x00\x12\x16\n\x0cproject_name\x18\x06 \x01(\tH\x00\x12\x19\n\x11model_description\x18\x04 \x01(\t\x12@\n\x10model_build_type\x18\x05 \x01(\x0b\x32&.qwak.models.management.ModelBuildTypeB\x14\n\x12project_identifier\"\xc7\x02\n\nModelBrief\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10last_modified_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x18\n\x10last_modified_by\x18\x05 \x01(\t\x12\x12\n\ncreated_by\x18\x06 \x01(\t\x12\x19\n\x11model_description\x18\x08 \x01(\t\x12\x12\n\nproject_id\x18\t \x01(\t\x12N\n\x17\x64\x65ployment_model_status\x18\n \x01(\x0e\x32-.qwak.models.management.DeploymentModelStatus\"3\n\x16ModelSpecConfiguration\x12\x19\n\x11model_description\x18\x04 \x01(\t\"\xf4\x04\n\x05Model\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10last_modified_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x18\n\x10last_modified_by\x18\x05 \x01(\t\x12\x12\n\ncreated_by\x18\x06 \x01(\t\x12\x39\n\x0cmodel_status\x18\x07 \x01(\x0e\x32#.qwak.models.management.ModelStatus\x12\x19\n\x11model_description\x18\x08 \x01(\t\x12\x12\n\nproject_id\x18\t \x01(\t\x12\x30\n\x08\x62ranches\x18\n \x03(\x0b\x32\x1e.qwak.models.management.Branch\x12N\n\x17\x64\x65ployment_model_status\x18\x0b \x01(\x0e\x32-.qwak.models.management.DeploymentModelStatus\x12\x0c\n\x04uuid\x18\x0c \x01(\t\x12\x42\n\nmodel_type\x18\r \x01(\x0e\x32..qwak.deployment.management.KubeDeploymentType\x12\x14\n\x0cproject_name\x18\x0e \x01(\t\x12@\n\x10model_build_type\x18\x0f \x01(\x0b\x32&.qwak.models.management.ModelBuildType\x12\x19\n\x11jfrog_project_key\x18\x10 \x01(\t\"\x96\x01\n\x0eModelBuildType\x12\x30\n\x06source\x18\x01 \x01(\x0b\x32\x1e.qwak.models.management.SourceH\x00\x12J\n\x14model_registry_image\x18\x02 \x01(\x0b\x32*.qwak.models.management.ModelRegistryImageH\x00\x42\x06\n\x04type\"\x08\n\x06Source\"3\n\x12ModelRegistryImage\x12\x1d\n\x15last_image_identifier\x18\x01 \x01(\t\"\xeb\x01\n\x06\x42ranch\x12\x11\n\tbranch_id\x18\x01 \x01(\t\x12\x13\n\x0b\x62ranch_name\x18\x02 \x01(\t\x12\x42\n\rbranch_status\x18\x04 \x01(\x0e\x32+.qwak.models.management.Branch.BranchStatus\x12\x10\n\x08model_id\x18\x05 \x01(\t\x12\x1d\n\x11\x64\x65ployed_build_id\x18\x06 \x01(\tB\x02\x18\x01\"D\n\x0c\x42ranchStatus\x12\x0b\n\x07INVALID\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x03\x12\r\n\tSUSPENDED\x10\x02\x12\x0c\n\x08\x44ISABLED\x10\x01\"B\n\x1bGetDeploymentDetailsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x11\n\tbranch_id\x18\x02 \x01(\t\"e\n\x1cGetDeploymentDetailsResponse\x12\x45\n\x12\x64\x65ployment_details\x18\x01 \x01(\x0b\x32).qwak.models.management.DeploymentDetails\"\x93\x02\n\x11\x44\x65ploymentDetails\x12\x31\n\rlast_deployed\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\x12\x16\n\x0enumber_of_pods\x18\x03 \x01(\x05\x12\x14\n\x0c\x63pu_fraction\x18\x04 \x01(\x02\x12\x15\n\rmemory_amount\x18\x05 \x01(\x05\x12\x38\n\x0cmemory_units\x18\x06 \x01(\x0e\x32\".qwak.models.management.MemoryUnit\x12\x19\n\x11number_of_workers\x18\x07 \x01(\x05\x12\x1f\n\x17http_request_timeout_ms\x18\x08 \x01(\x05\"/\n\x19ListModelsMetadataRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\"[\n\x1aListModelsMetadataResponse\x12=\n\x0emodel_metadata\x18\x01 \x03(\x0b\x32%.qwak.models.management.ModelMetadata\"+\n\x17GetModelMetadataRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\"Y\n\x18GetModelMetadataResponse\x12=\n\x0emodel_metadata\x18\x01 \x01(\x0b\x32%.qwak.models.management.ModelMetadata\"h\n\x11\x45nvironmentRoutes\x12\x13\n\x0b\x65nvironment\x18\x01 \x01(\t\x12>\n\x0f\x61udience_routes\x18\x02 \x03(\x0b\x32%.qwak.audience.v1.AudienceRoutesEntry\"\xb8\x05\n\rModelMetadata\x12,\n\x05model\x18\x01 \x01(\x0b\x32\x1d.qwak.models.management.Model\x12I\n\x12\x64\x65ployment_details\x18\x02 \x03(\x0b\x32-.qwak.deployment.management.DeploymentDetails\x12r\n\x1e\x61udience_routes_by_environment\x18\x03 \x03(\x0b\x32\x46.qwak.models.management.ModelMetadata.AudienceRoutesByEnvironmentEntryB\x02\x18\x01\x12\x30\n\x05\x62uild\x18\x04 \x03(\x0b\x32\x1d.qwak.builds.management.BuildB\x02\x18\x01\x12}\n&audience_routes_grouped_by_environment\x18\x05 \x03(\x0b\x32M.qwak.models.management.ModelMetadata.AudienceRoutesGroupedByEnvironmentEntry\x12(\n\x06\x62uilds\x18\x06 \x03(\x0b\x32\x18.com.qwak.build.v1.Build\x1ai\n AudienceRoutesByEnvironmentEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x34\n\x05value\x18\x02 \x01(\x0b\x32%.qwak.audience.v1.AudienceRoutesEntry:\x02\x38\x01\x1at\n\'AudienceRoutesGroupedByEnvironmentEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x38\n\x05value\x18\x02 \x01(\x0b\x32).qwak.models.management.EnvironmentRoutes:\x02\x38\x01*O\n\x15\x44\x65ploymentModelStatus\x12\x1d\n\x19\x44\x45PLOYMENT_STATUS_INVALID\x10\x00\x12\n\n\x06ONLINE\x10\x01\x12\x0b\n\x07OFFLINE\x10\x02*C\n\x0bModelStatus\x12\x0b\n\x07INVALID\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x03\x12\r\n\tSUSPENDED\x10\x02\x12\x0c\n\x08\x44ISABLED\x10\x01*7\n\nMemoryUnit\x12\x17\n\x13MEMORY_UNIT_UNKNOWN\x10\x00\x12\x07\n\x03MIB\x10\x01\x12\x07\n\x03GIB\x10\x02\x32\xe0\n\n\x17ModelsManagementService\x12\x66\n\x0b\x43reateModel\x12*.qwak.models.management.CreateModelRequest\x1a+.qwak.models.management.CreateModelResponse\x12\x63\n\nListModels\x12).qwak.models.management.ListModelsRequest\x1a*.qwak.models.management.ListModelsResponse\x12~\n\x13ListModelsPaginated\x12\x32.qwak.models.management.ListModelsPaginatedRequest\x1a\x33.qwak.models.management.ListModelsPaginatedResponse\x12]\n\x08GetModel\x12\'.qwak.models.management.GetModelRequest\x1a(.qwak.models.management.GetModelResponse\x12\x66\n\x0b\x44\x65leteModel\x12*.qwak.models.management.DeleteModelRequest\x1a+.qwak.models.management.DeleteModelResponse\x12\x66\n\x0bUpdateModel\x12*.qwak.models.management.UpdateModelRequest\x1a+.qwak.models.management.UpdateModelResponse\x12n\n\x0c\x43reateBranch\x12+.qwak.models.management.CreateBranchRequest\x1a,.qwak.models.management.CreateBranchResponse\"\x03\x88\x02\x01\x12n\n\x0c\x44\x65leteBranch\x12+.qwak.models.management.DeleteBranchRequest\x1a,.qwak.models.management.DeleteBranchResponse\"\x03\x88\x02\x01\x12\x86\x01\n\x14GetDeploymentDetails\x12\x33.qwak.models.management.GetDeploymentDetailsRequest\x1a\x34.qwak.models.management.GetDeploymentDetailsResponse\"\x03\x88\x02\x01\x12l\n\rIsModelExists\x12,.qwak.models.management.IsModelExistsRequest\x1a-.qwak.models.management.IsModelExistsResponse\x12{\n\x12ListModelsMetadata\x12\x31.qwak.models.management.ListModelsMetadataRequest\x1a\x32.qwak.models.management.ListModelsMetadataResponse\x12u\n\x10GetModelMetadata\x12/.qwak.models.management.GetModelMetadataRequest\x1a\x30.qwak.models.management.GetModelMetadataResponseB%\n!com.qwak.ai.management.models.apiP\x01\x62\x06proto3')
26
24
 
27
- _DEPLOYMENTMODELSTATUS = DESCRIPTOR.enum_types_by_name['DeploymentModelStatus']
28
- DeploymentModelStatus = enum_type_wrapper.EnumTypeWrapper(_DEPLOYMENTMODELSTATUS)
29
- _MODELSTATUS = DESCRIPTOR.enum_types_by_name['ModelStatus']
30
- ModelStatus = enum_type_wrapper.EnumTypeWrapper(_MODELSTATUS)
31
- _MEMORYUNIT = DESCRIPTOR.enum_types_by_name['MemoryUnit']
32
- MemoryUnit = enum_type_wrapper.EnumTypeWrapper(_MEMORYUNIT)
33
- DEPLOYMENT_STATUS_INVALID = 0
34
- ONLINE = 1
35
- OFFLINE = 2
36
- INVALID = 0
37
- ACTIVE = 3
38
- SUSPENDED = 2
39
- DISABLED = 1
40
- MEMORY_UNIT_UNKNOWN = 0
41
- MIB = 1
42
- GIB = 2
43
-
44
-
45
- _CREATEMODELREQUEST = DESCRIPTOR.message_types_by_name['CreateModelRequest']
46
- _CREATEMODELRESPONSE = DESCRIPTOR.message_types_by_name['CreateModelResponse']
47
- _LISTMODELSREQUEST = DESCRIPTOR.message_types_by_name['ListModelsRequest']
48
- _LISTMODELSRESPONSE = DESCRIPTOR.message_types_by_name['ListModelsResponse']
49
- _LISTMODELSPAGINATEDREQUEST = DESCRIPTOR.message_types_by_name['ListModelsPaginatedRequest']
50
- _LISTMODELSPAGINATEDRESPONSE = DESCRIPTOR.message_types_by_name['ListModelsPaginatedResponse']
51
- _GETMODELREQUEST = DESCRIPTOR.message_types_by_name['GetModelRequest']
52
- _GETMODELRESPONSE = DESCRIPTOR.message_types_by_name['GetModelResponse']
53
- _DELETEMODELREQUEST = DESCRIPTOR.message_types_by_name['DeleteModelRequest']
54
- _DELETEMODELRESPONSE = DESCRIPTOR.message_types_by_name['DeleteModelResponse']
55
- _UPDATEMODELREQUEST = DESCRIPTOR.message_types_by_name['UpdateModelRequest']
56
- _UPDATEMODELRESPONSE = DESCRIPTOR.message_types_by_name['UpdateModelResponse']
57
- _CREATEBRANCHREQUEST = DESCRIPTOR.message_types_by_name['CreateBranchRequest']
58
- _CREATEBRANCHRESPONSE = DESCRIPTOR.message_types_by_name['CreateBranchResponse']
59
- _DELETEBRANCHREQUEST = DESCRIPTOR.message_types_by_name['DeleteBranchRequest']
60
- _DELETEBRANCHRESPONSE = DESCRIPTOR.message_types_by_name['DeleteBranchResponse']
61
- _ISMODELEXISTSREQUEST = DESCRIPTOR.message_types_by_name['IsModelExistsRequest']
62
- _ISMODELEXISTSRESPONSE = DESCRIPTOR.message_types_by_name['IsModelExistsResponse']
63
- _MODELSPEC = DESCRIPTOR.message_types_by_name['ModelSpec']
64
- _MODELBRIEF = DESCRIPTOR.message_types_by_name['ModelBrief']
65
- _MODELSPECCONFIGURATION = DESCRIPTOR.message_types_by_name['ModelSpecConfiguration']
66
- _MODEL = DESCRIPTOR.message_types_by_name['Model']
67
- _MODELBUILDTYPE = DESCRIPTOR.message_types_by_name['ModelBuildType']
68
- _SOURCE = DESCRIPTOR.message_types_by_name['Source']
69
- _MODELREGISTRYIMAGE = DESCRIPTOR.message_types_by_name['ModelRegistryImage']
70
- _BRANCH = DESCRIPTOR.message_types_by_name['Branch']
71
- _GETDEPLOYMENTDETAILSREQUEST = DESCRIPTOR.message_types_by_name['GetDeploymentDetailsRequest']
72
- _GETDEPLOYMENTDETAILSRESPONSE = DESCRIPTOR.message_types_by_name['GetDeploymentDetailsResponse']
73
- _DEPLOYMENTDETAILS = DESCRIPTOR.message_types_by_name['DeploymentDetails']
74
- _LISTMODELSMETADATAREQUEST = DESCRIPTOR.message_types_by_name['ListModelsMetadataRequest']
75
- _LISTMODELSMETADATARESPONSE = DESCRIPTOR.message_types_by_name['ListModelsMetadataResponse']
76
- _GETMODELMETADATAREQUEST = DESCRIPTOR.message_types_by_name['GetModelMetadataRequest']
77
- _GETMODELMETADATARESPONSE = DESCRIPTOR.message_types_by_name['GetModelMetadataResponse']
78
- _ENVIRONMENTROUTES = DESCRIPTOR.message_types_by_name['EnvironmentRoutes']
79
- _MODELMETADATA = DESCRIPTOR.message_types_by_name['ModelMetadata']
80
- _MODELMETADATA_AUDIENCEROUTESBYENVIRONMENTENTRY = _MODELMETADATA.nested_types_by_name['AudienceRoutesByEnvironmentEntry']
81
- _MODELMETADATA_AUDIENCEROUTESGROUPEDBYENVIRONMENTENTRY = _MODELMETADATA.nested_types_by_name['AudienceRoutesGroupedByEnvironmentEntry']
82
- _BRANCH_BRANCHSTATUS = _BRANCH.enum_types_by_name['BranchStatus']
83
- CreateModelRequest = _reflection.GeneratedProtocolMessageType('CreateModelRequest', (_message.Message,), {
84
- 'DESCRIPTOR' : _CREATEMODELREQUEST,
85
- '__module__' : 'qwak.models.models_pb2'
86
- # @@protoc_insertion_point(class_scope:qwak.models.management.CreateModelRequest)
87
- })
88
- _sym_db.RegisterMessage(CreateModelRequest)
89
-
90
- CreateModelResponse = _reflection.GeneratedProtocolMessageType('CreateModelResponse', (_message.Message,), {
91
- 'DESCRIPTOR' : _CREATEMODELRESPONSE,
92
- '__module__' : 'qwak.models.models_pb2'
93
- # @@protoc_insertion_point(class_scope:qwak.models.management.CreateModelResponse)
94
- })
95
- _sym_db.RegisterMessage(CreateModelResponse)
96
-
97
- ListModelsRequest = _reflection.GeneratedProtocolMessageType('ListModelsRequest', (_message.Message,), {
98
- 'DESCRIPTOR' : _LISTMODELSREQUEST,
99
- '__module__' : 'qwak.models.models_pb2'
100
- # @@protoc_insertion_point(class_scope:qwak.models.management.ListModelsRequest)
101
- })
102
- _sym_db.RegisterMessage(ListModelsRequest)
103
-
104
- ListModelsResponse = _reflection.GeneratedProtocolMessageType('ListModelsResponse', (_message.Message,), {
105
- 'DESCRIPTOR' : _LISTMODELSRESPONSE,
106
- '__module__' : 'qwak.models.models_pb2'
107
- # @@protoc_insertion_point(class_scope:qwak.models.management.ListModelsResponse)
108
- })
109
- _sym_db.RegisterMessage(ListModelsResponse)
110
-
111
- ListModelsPaginatedRequest = _reflection.GeneratedProtocolMessageType('ListModelsPaginatedRequest', (_message.Message,), {
112
- 'DESCRIPTOR' : _LISTMODELSPAGINATEDREQUEST,
113
- '__module__' : 'qwak.models.models_pb2'
114
- # @@protoc_insertion_point(class_scope:qwak.models.management.ListModelsPaginatedRequest)
115
- })
116
- _sym_db.RegisterMessage(ListModelsPaginatedRequest)
117
-
118
- ListModelsPaginatedResponse = _reflection.GeneratedProtocolMessageType('ListModelsPaginatedResponse', (_message.Message,), {
119
- 'DESCRIPTOR' : _LISTMODELSPAGINATEDRESPONSE,
120
- '__module__' : 'qwak.models.models_pb2'
121
- # @@protoc_insertion_point(class_scope:qwak.models.management.ListModelsPaginatedResponse)
122
- })
123
- _sym_db.RegisterMessage(ListModelsPaginatedResponse)
124
-
125
- GetModelRequest = _reflection.GeneratedProtocolMessageType('GetModelRequest', (_message.Message,), {
126
- 'DESCRIPTOR' : _GETMODELREQUEST,
127
- '__module__' : 'qwak.models.models_pb2'
128
- # @@protoc_insertion_point(class_scope:qwak.models.management.GetModelRequest)
129
- })
130
- _sym_db.RegisterMessage(GetModelRequest)
131
-
132
- GetModelResponse = _reflection.GeneratedProtocolMessageType('GetModelResponse', (_message.Message,), {
133
- 'DESCRIPTOR' : _GETMODELRESPONSE,
134
- '__module__' : 'qwak.models.models_pb2'
135
- # @@protoc_insertion_point(class_scope:qwak.models.management.GetModelResponse)
136
- })
137
- _sym_db.RegisterMessage(GetModelResponse)
138
-
139
- DeleteModelRequest = _reflection.GeneratedProtocolMessageType('DeleteModelRequest', (_message.Message,), {
140
- 'DESCRIPTOR' : _DELETEMODELREQUEST,
141
- '__module__' : 'qwak.models.models_pb2'
142
- # @@protoc_insertion_point(class_scope:qwak.models.management.DeleteModelRequest)
143
- })
144
- _sym_db.RegisterMessage(DeleteModelRequest)
145
-
146
- DeleteModelResponse = _reflection.GeneratedProtocolMessageType('DeleteModelResponse', (_message.Message,), {
147
- 'DESCRIPTOR' : _DELETEMODELRESPONSE,
148
- '__module__' : 'qwak.models.models_pb2'
149
- # @@protoc_insertion_point(class_scope:qwak.models.management.DeleteModelResponse)
150
- })
151
- _sym_db.RegisterMessage(DeleteModelResponse)
152
-
153
- UpdateModelRequest = _reflection.GeneratedProtocolMessageType('UpdateModelRequest', (_message.Message,), {
154
- 'DESCRIPTOR' : _UPDATEMODELREQUEST,
155
- '__module__' : 'qwak.models.models_pb2'
156
- # @@protoc_insertion_point(class_scope:qwak.models.management.UpdateModelRequest)
157
- })
158
- _sym_db.RegisterMessage(UpdateModelRequest)
159
-
160
- UpdateModelResponse = _reflection.GeneratedProtocolMessageType('UpdateModelResponse', (_message.Message,), {
161
- 'DESCRIPTOR' : _UPDATEMODELRESPONSE,
162
- '__module__' : 'qwak.models.models_pb2'
163
- # @@protoc_insertion_point(class_scope:qwak.models.management.UpdateModelResponse)
164
- })
165
- _sym_db.RegisterMessage(UpdateModelResponse)
166
-
167
- CreateBranchRequest = _reflection.GeneratedProtocolMessageType('CreateBranchRequest', (_message.Message,), {
168
- 'DESCRIPTOR' : _CREATEBRANCHREQUEST,
169
- '__module__' : 'qwak.models.models_pb2'
170
- # @@protoc_insertion_point(class_scope:qwak.models.management.CreateBranchRequest)
171
- })
172
- _sym_db.RegisterMessage(CreateBranchRequest)
173
-
174
- CreateBranchResponse = _reflection.GeneratedProtocolMessageType('CreateBranchResponse', (_message.Message,), {
175
- 'DESCRIPTOR' : _CREATEBRANCHRESPONSE,
176
- '__module__' : 'qwak.models.models_pb2'
177
- # @@protoc_insertion_point(class_scope:qwak.models.management.CreateBranchResponse)
178
- })
179
- _sym_db.RegisterMessage(CreateBranchResponse)
180
-
181
- DeleteBranchRequest = _reflection.GeneratedProtocolMessageType('DeleteBranchRequest', (_message.Message,), {
182
- 'DESCRIPTOR' : _DELETEBRANCHREQUEST,
183
- '__module__' : 'qwak.models.models_pb2'
184
- # @@protoc_insertion_point(class_scope:qwak.models.management.DeleteBranchRequest)
185
- })
186
- _sym_db.RegisterMessage(DeleteBranchRequest)
187
-
188
- DeleteBranchResponse = _reflection.GeneratedProtocolMessageType('DeleteBranchResponse', (_message.Message,), {
189
- 'DESCRIPTOR' : _DELETEBRANCHRESPONSE,
190
- '__module__' : 'qwak.models.models_pb2'
191
- # @@protoc_insertion_point(class_scope:qwak.models.management.DeleteBranchResponse)
192
- })
193
- _sym_db.RegisterMessage(DeleteBranchResponse)
194
-
195
- IsModelExistsRequest = _reflection.GeneratedProtocolMessageType('IsModelExistsRequest', (_message.Message,), {
196
- 'DESCRIPTOR' : _ISMODELEXISTSREQUEST,
197
- '__module__' : 'qwak.models.models_pb2'
198
- # @@protoc_insertion_point(class_scope:qwak.models.management.IsModelExistsRequest)
199
- })
200
- _sym_db.RegisterMessage(IsModelExistsRequest)
201
-
202
- IsModelExistsResponse = _reflection.GeneratedProtocolMessageType('IsModelExistsResponse', (_message.Message,), {
203
- 'DESCRIPTOR' : _ISMODELEXISTSRESPONSE,
204
- '__module__' : 'qwak.models.models_pb2'
205
- # @@protoc_insertion_point(class_scope:qwak.models.management.IsModelExistsResponse)
206
- })
207
- _sym_db.RegisterMessage(IsModelExistsResponse)
208
-
209
- ModelSpec = _reflection.GeneratedProtocolMessageType('ModelSpec', (_message.Message,), {
210
- 'DESCRIPTOR' : _MODELSPEC,
211
- '__module__' : 'qwak.models.models_pb2'
212
- # @@protoc_insertion_point(class_scope:qwak.models.management.ModelSpec)
213
- })
214
- _sym_db.RegisterMessage(ModelSpec)
215
-
216
- ModelBrief = _reflection.GeneratedProtocolMessageType('ModelBrief', (_message.Message,), {
217
- 'DESCRIPTOR' : _MODELBRIEF,
218
- '__module__' : 'qwak.models.models_pb2'
219
- # @@protoc_insertion_point(class_scope:qwak.models.management.ModelBrief)
220
- })
221
- _sym_db.RegisterMessage(ModelBrief)
222
-
223
- ModelSpecConfiguration = _reflection.GeneratedProtocolMessageType('ModelSpecConfiguration', (_message.Message,), {
224
- 'DESCRIPTOR' : _MODELSPECCONFIGURATION,
225
- '__module__' : 'qwak.models.models_pb2'
226
- # @@protoc_insertion_point(class_scope:qwak.models.management.ModelSpecConfiguration)
227
- })
228
- _sym_db.RegisterMessage(ModelSpecConfiguration)
229
-
230
- Model = _reflection.GeneratedProtocolMessageType('Model', (_message.Message,), {
231
- 'DESCRIPTOR' : _MODEL,
232
- '__module__' : 'qwak.models.models_pb2'
233
- # @@protoc_insertion_point(class_scope:qwak.models.management.Model)
234
- })
235
- _sym_db.RegisterMessage(Model)
236
-
237
- ModelBuildType = _reflection.GeneratedProtocolMessageType('ModelBuildType', (_message.Message,), {
238
- 'DESCRIPTOR' : _MODELBUILDTYPE,
239
- '__module__' : 'qwak.models.models_pb2'
240
- # @@protoc_insertion_point(class_scope:qwak.models.management.ModelBuildType)
241
- })
242
- _sym_db.RegisterMessage(ModelBuildType)
243
-
244
- Source = _reflection.GeneratedProtocolMessageType('Source', (_message.Message,), {
245
- 'DESCRIPTOR' : _SOURCE,
246
- '__module__' : 'qwak.models.models_pb2'
247
- # @@protoc_insertion_point(class_scope:qwak.models.management.Source)
248
- })
249
- _sym_db.RegisterMessage(Source)
250
-
251
- ModelRegistryImage = _reflection.GeneratedProtocolMessageType('ModelRegistryImage', (_message.Message,), {
252
- 'DESCRIPTOR' : _MODELREGISTRYIMAGE,
253
- '__module__' : 'qwak.models.models_pb2'
254
- # @@protoc_insertion_point(class_scope:qwak.models.management.ModelRegistryImage)
255
- })
256
- _sym_db.RegisterMessage(ModelRegistryImage)
257
-
258
- Branch = _reflection.GeneratedProtocolMessageType('Branch', (_message.Message,), {
259
- 'DESCRIPTOR' : _BRANCH,
260
- '__module__' : 'qwak.models.models_pb2'
261
- # @@protoc_insertion_point(class_scope:qwak.models.management.Branch)
262
- })
263
- _sym_db.RegisterMessage(Branch)
264
-
265
- GetDeploymentDetailsRequest = _reflection.GeneratedProtocolMessageType('GetDeploymentDetailsRequest', (_message.Message,), {
266
- 'DESCRIPTOR' : _GETDEPLOYMENTDETAILSREQUEST,
267
- '__module__' : 'qwak.models.models_pb2'
268
- # @@protoc_insertion_point(class_scope:qwak.models.management.GetDeploymentDetailsRequest)
269
- })
270
- _sym_db.RegisterMessage(GetDeploymentDetailsRequest)
271
-
272
- GetDeploymentDetailsResponse = _reflection.GeneratedProtocolMessageType('GetDeploymentDetailsResponse', (_message.Message,), {
273
- 'DESCRIPTOR' : _GETDEPLOYMENTDETAILSRESPONSE,
274
- '__module__' : 'qwak.models.models_pb2'
275
- # @@protoc_insertion_point(class_scope:qwak.models.management.GetDeploymentDetailsResponse)
276
- })
277
- _sym_db.RegisterMessage(GetDeploymentDetailsResponse)
278
-
279
- DeploymentDetails = _reflection.GeneratedProtocolMessageType('DeploymentDetails', (_message.Message,), {
280
- 'DESCRIPTOR' : _DEPLOYMENTDETAILS,
281
- '__module__' : 'qwak.models.models_pb2'
282
- # @@protoc_insertion_point(class_scope:qwak.models.management.DeploymentDetails)
283
- })
284
- _sym_db.RegisterMessage(DeploymentDetails)
285
-
286
- ListModelsMetadataRequest = _reflection.GeneratedProtocolMessageType('ListModelsMetadataRequest', (_message.Message,), {
287
- 'DESCRIPTOR' : _LISTMODELSMETADATAREQUEST,
288
- '__module__' : 'qwak.models.models_pb2'
289
- # @@protoc_insertion_point(class_scope:qwak.models.management.ListModelsMetadataRequest)
290
- })
291
- _sym_db.RegisterMessage(ListModelsMetadataRequest)
292
-
293
- ListModelsMetadataResponse = _reflection.GeneratedProtocolMessageType('ListModelsMetadataResponse', (_message.Message,), {
294
- 'DESCRIPTOR' : _LISTMODELSMETADATARESPONSE,
295
- '__module__' : 'qwak.models.models_pb2'
296
- # @@protoc_insertion_point(class_scope:qwak.models.management.ListModelsMetadataResponse)
297
- })
298
- _sym_db.RegisterMessage(ListModelsMetadataResponse)
299
-
300
- GetModelMetadataRequest = _reflection.GeneratedProtocolMessageType('GetModelMetadataRequest', (_message.Message,), {
301
- 'DESCRIPTOR' : _GETMODELMETADATAREQUEST,
302
- '__module__' : 'qwak.models.models_pb2'
303
- # @@protoc_insertion_point(class_scope:qwak.models.management.GetModelMetadataRequest)
304
- })
305
- _sym_db.RegisterMessage(GetModelMetadataRequest)
306
-
307
- GetModelMetadataResponse = _reflection.GeneratedProtocolMessageType('GetModelMetadataResponse', (_message.Message,), {
308
- 'DESCRIPTOR' : _GETMODELMETADATARESPONSE,
309
- '__module__' : 'qwak.models.models_pb2'
310
- # @@protoc_insertion_point(class_scope:qwak.models.management.GetModelMetadataResponse)
311
- })
312
- _sym_db.RegisterMessage(GetModelMetadataResponse)
313
-
314
- EnvironmentRoutes = _reflection.GeneratedProtocolMessageType('EnvironmentRoutes', (_message.Message,), {
315
- 'DESCRIPTOR' : _ENVIRONMENTROUTES,
316
- '__module__' : 'qwak.models.models_pb2'
317
- # @@protoc_insertion_point(class_scope:qwak.models.management.EnvironmentRoutes)
318
- })
319
- _sym_db.RegisterMessage(EnvironmentRoutes)
320
-
321
- ModelMetadata = _reflection.GeneratedProtocolMessageType('ModelMetadata', (_message.Message,), {
322
-
323
- 'AudienceRoutesByEnvironmentEntry' : _reflection.GeneratedProtocolMessageType('AudienceRoutesByEnvironmentEntry', (_message.Message,), {
324
- 'DESCRIPTOR' : _MODELMETADATA_AUDIENCEROUTESBYENVIRONMENTENTRY,
325
- '__module__' : 'qwak.models.models_pb2'
326
- # @@protoc_insertion_point(class_scope:qwak.models.management.ModelMetadata.AudienceRoutesByEnvironmentEntry)
327
- })
328
- ,
329
-
330
- 'AudienceRoutesGroupedByEnvironmentEntry' : _reflection.GeneratedProtocolMessageType('AudienceRoutesGroupedByEnvironmentEntry', (_message.Message,), {
331
- 'DESCRIPTOR' : _MODELMETADATA_AUDIENCEROUTESGROUPEDBYENVIRONMENTENTRY,
332
- '__module__' : 'qwak.models.models_pb2'
333
- # @@protoc_insertion_point(class_scope:qwak.models.management.ModelMetadata.AudienceRoutesGroupedByEnvironmentEntry)
334
- })
335
- ,
336
- 'DESCRIPTOR' : _MODELMETADATA,
337
- '__module__' : 'qwak.models.models_pb2'
338
- # @@protoc_insertion_point(class_scope:qwak.models.management.ModelMetadata)
339
- })
340
- _sym_db.RegisterMessage(ModelMetadata)
341
- _sym_db.RegisterMessage(ModelMetadata.AudienceRoutesByEnvironmentEntry)
342
- _sym_db.RegisterMessage(ModelMetadata.AudienceRoutesGroupedByEnvironmentEntry)
343
-
344
- _MODELSMANAGEMENTSERVICE = DESCRIPTOR.services_by_name['ModelsManagementService']
25
+ _globals = globals()
26
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
27
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.models.models_pb2', _globals)
345
28
  if _descriptor._USE_C_DESCRIPTORS == False:
346
29
 
347
30
  DESCRIPTOR._options = None
@@ -362,88 +45,88 @@ if _descriptor._USE_C_DESCRIPTORS == False:
362
45
  _MODELSMANAGEMENTSERVICE.methods_by_name['DeleteBranch']._serialized_options = b'\210\002\001'
363
46
  _MODELSMANAGEMENTSERVICE.methods_by_name['GetDeploymentDetails']._options = None
364
47
  _MODELSMANAGEMENTSERVICE.methods_by_name['GetDeploymentDetails']._serialized_options = b'\210\002\001'
365
- _DEPLOYMENTMODELSTATUS._serialized_start=4900
366
- _DEPLOYMENTMODELSTATUS._serialized_end=4979
367
- _MODELSTATUS._serialized_start=4981
368
- _MODELSTATUS._serialized_end=5048
369
- _MEMORYUNIT._serialized_start=5050
370
- _MEMORYUNIT._serialized_end=5105
371
- _CREATEMODELREQUEST._serialized_start=278
372
- _CREATEMODELREQUEST._serialized_end=433
373
- _CREATEMODELRESPONSE._serialized_start=435
374
- _CREATEMODELRESPONSE._serialized_end=474
375
- _LISTMODELSREQUEST._serialized_start=476
376
- _LISTMODELSREQUEST._serialized_end=515
377
- _LISTMODELSRESPONSE._serialized_start=517
378
- _LISTMODELSRESPONSE._serialized_end=584
379
- _LISTMODELSPAGINATEDREQUEST._serialized_start=587
380
- _LISTMODELSPAGINATEDREQUEST._serialized_end=827
381
- _LISTMODELSPAGINATEDRESPONSE._serialized_start=830
382
- _LISTMODELSPAGINATEDRESPONSE._serialized_end=968
383
- _GETMODELREQUEST._serialized_start=970
384
- _GETMODELREQUEST._serialized_end=1043
385
- _GETMODELRESPONSE._serialized_start=1045
386
- _GETMODELRESPONSE._serialized_end=1109
387
- _DELETEMODELREQUEST._serialized_start=1111
388
- _DELETEMODELREQUEST._serialized_end=1169
389
- _DELETEMODELRESPONSE._serialized_start=1171
390
- _DELETEMODELRESPONSE._serialized_end=1192
391
- _UPDATEMODELREQUEST._serialized_start=1194
392
- _UPDATEMODELREQUEST._serialized_end=1307
393
- _UPDATEMODELRESPONSE._serialized_start=1309
394
- _UPDATEMODELRESPONSE._serialized_end=1385
395
- _CREATEBRANCHREQUEST._serialized_start=1387
396
- _CREATEBRANCHREQUEST._serialized_end=1447
397
- _CREATEBRANCHRESPONSE._serialized_start=1449
398
- _CREATEBRANCHRESPONSE._serialized_end=1490
399
- _DELETEBRANCHREQUEST._serialized_start=1492
400
- _DELETEBRANCHREQUEST._serialized_end=1532
401
- _DELETEBRANCHRESPONSE._serialized_start=1534
402
- _DELETEBRANCHRESPONSE._serialized_end=1556
403
- _ISMODELEXISTSREQUEST._serialized_start=1558
404
- _ISMODELEXISTSREQUEST._serialized_end=1636
405
- _ISMODELEXISTSRESPONSE._serialized_start=1638
406
- _ISMODELEXISTSRESPONSE._serialized_end=1677
407
- _MODELSPEC._serialized_start=1680
408
- _MODELSPEC._serialized_end=1898
409
- _MODELBRIEF._serialized_start=1901
410
- _MODELBRIEF._serialized_end=2228
411
- _MODELSPECCONFIGURATION._serialized_start=2230
412
- _MODELSPECCONFIGURATION._serialized_end=2281
413
- _MODEL._serialized_start=2284
414
- _MODEL._serialized_end=2912
415
- _MODELBUILDTYPE._serialized_start=2915
416
- _MODELBUILDTYPE._serialized_end=3065
417
- _SOURCE._serialized_start=3067
418
- _SOURCE._serialized_end=3075
419
- _MODELREGISTRYIMAGE._serialized_start=3077
420
- _MODELREGISTRYIMAGE._serialized_end=3128
421
- _BRANCH._serialized_start=3131
422
- _BRANCH._serialized_end=3366
423
- _BRANCH_BRANCHSTATUS._serialized_start=3298
424
- _BRANCH_BRANCHSTATUS._serialized_end=3366
425
- _GETDEPLOYMENTDETAILSREQUEST._serialized_start=3368
426
- _GETDEPLOYMENTDETAILSREQUEST._serialized_end=3434
427
- _GETDEPLOYMENTDETAILSRESPONSE._serialized_start=3436
428
- _GETDEPLOYMENTDETAILSRESPONSE._serialized_end=3537
429
- _DEPLOYMENTDETAILS._serialized_start=3540
430
- _DEPLOYMENTDETAILS._serialized_end=3815
431
- _LISTMODELSMETADATAREQUEST._serialized_start=3817
432
- _LISTMODELSMETADATAREQUEST._serialized_end=3864
433
- _LISTMODELSMETADATARESPONSE._serialized_start=3866
434
- _LISTMODELSMETADATARESPONSE._serialized_end=3957
435
- _GETMODELMETADATAREQUEST._serialized_start=3959
436
- _GETMODELMETADATAREQUEST._serialized_end=4002
437
- _GETMODELMETADATARESPONSE._serialized_start=4004
438
- _GETMODELMETADATARESPONSE._serialized_end=4093
439
- _ENVIRONMENTROUTES._serialized_start=4095
440
- _ENVIRONMENTROUTES._serialized_end=4199
441
- _MODELMETADATA._serialized_start=4202
442
- _MODELMETADATA._serialized_end=4898
443
- _MODELMETADATA_AUDIENCEROUTESBYENVIRONMENTENTRY._serialized_start=4675
444
- _MODELMETADATA_AUDIENCEROUTESBYENVIRONMENTENTRY._serialized_end=4780
445
- _MODELMETADATA_AUDIENCEROUTESGROUPEDBYENVIRONMENTENTRY._serialized_start=4782
446
- _MODELMETADATA_AUDIENCEROUTESGROUPEDBYENVIRONMENTENTRY._serialized_end=4898
447
- _MODELSMANAGEMENTSERVICE._serialized_start=5108
448
- _MODELSMANAGEMENTSERVICE._serialized_end=6484
48
+ _globals['_DEPLOYMENTMODELSTATUS']._serialized_start=4900
49
+ _globals['_DEPLOYMENTMODELSTATUS']._serialized_end=4979
50
+ _globals['_MODELSTATUS']._serialized_start=4981
51
+ _globals['_MODELSTATUS']._serialized_end=5048
52
+ _globals['_MEMORYUNIT']._serialized_start=5050
53
+ _globals['_MEMORYUNIT']._serialized_end=5105
54
+ _globals['_CREATEMODELREQUEST']._serialized_start=278
55
+ _globals['_CREATEMODELREQUEST']._serialized_end=433
56
+ _globals['_CREATEMODELRESPONSE']._serialized_start=435
57
+ _globals['_CREATEMODELRESPONSE']._serialized_end=474
58
+ _globals['_LISTMODELSREQUEST']._serialized_start=476
59
+ _globals['_LISTMODELSREQUEST']._serialized_end=515
60
+ _globals['_LISTMODELSRESPONSE']._serialized_start=517
61
+ _globals['_LISTMODELSRESPONSE']._serialized_end=584
62
+ _globals['_LISTMODELSPAGINATEDREQUEST']._serialized_start=587
63
+ _globals['_LISTMODELSPAGINATEDREQUEST']._serialized_end=827
64
+ _globals['_LISTMODELSPAGINATEDRESPONSE']._serialized_start=830
65
+ _globals['_LISTMODELSPAGINATEDRESPONSE']._serialized_end=968
66
+ _globals['_GETMODELREQUEST']._serialized_start=970
67
+ _globals['_GETMODELREQUEST']._serialized_end=1043
68
+ _globals['_GETMODELRESPONSE']._serialized_start=1045
69
+ _globals['_GETMODELRESPONSE']._serialized_end=1109
70
+ _globals['_DELETEMODELREQUEST']._serialized_start=1111
71
+ _globals['_DELETEMODELREQUEST']._serialized_end=1169
72
+ _globals['_DELETEMODELRESPONSE']._serialized_start=1171
73
+ _globals['_DELETEMODELRESPONSE']._serialized_end=1192
74
+ _globals['_UPDATEMODELREQUEST']._serialized_start=1194
75
+ _globals['_UPDATEMODELREQUEST']._serialized_end=1307
76
+ _globals['_UPDATEMODELRESPONSE']._serialized_start=1309
77
+ _globals['_UPDATEMODELRESPONSE']._serialized_end=1385
78
+ _globals['_CREATEBRANCHREQUEST']._serialized_start=1387
79
+ _globals['_CREATEBRANCHREQUEST']._serialized_end=1447
80
+ _globals['_CREATEBRANCHRESPONSE']._serialized_start=1449
81
+ _globals['_CREATEBRANCHRESPONSE']._serialized_end=1490
82
+ _globals['_DELETEBRANCHREQUEST']._serialized_start=1492
83
+ _globals['_DELETEBRANCHREQUEST']._serialized_end=1532
84
+ _globals['_DELETEBRANCHRESPONSE']._serialized_start=1534
85
+ _globals['_DELETEBRANCHRESPONSE']._serialized_end=1556
86
+ _globals['_ISMODELEXISTSREQUEST']._serialized_start=1558
87
+ _globals['_ISMODELEXISTSREQUEST']._serialized_end=1636
88
+ _globals['_ISMODELEXISTSRESPONSE']._serialized_start=1638
89
+ _globals['_ISMODELEXISTSRESPONSE']._serialized_end=1677
90
+ _globals['_MODELSPEC']._serialized_start=1680
91
+ _globals['_MODELSPEC']._serialized_end=1898
92
+ _globals['_MODELBRIEF']._serialized_start=1901
93
+ _globals['_MODELBRIEF']._serialized_end=2228
94
+ _globals['_MODELSPECCONFIGURATION']._serialized_start=2230
95
+ _globals['_MODELSPECCONFIGURATION']._serialized_end=2281
96
+ _globals['_MODEL']._serialized_start=2284
97
+ _globals['_MODEL']._serialized_end=2912
98
+ _globals['_MODELBUILDTYPE']._serialized_start=2915
99
+ _globals['_MODELBUILDTYPE']._serialized_end=3065
100
+ _globals['_SOURCE']._serialized_start=3067
101
+ _globals['_SOURCE']._serialized_end=3075
102
+ _globals['_MODELREGISTRYIMAGE']._serialized_start=3077
103
+ _globals['_MODELREGISTRYIMAGE']._serialized_end=3128
104
+ _globals['_BRANCH']._serialized_start=3131
105
+ _globals['_BRANCH']._serialized_end=3366
106
+ _globals['_BRANCH_BRANCHSTATUS']._serialized_start=3298
107
+ _globals['_BRANCH_BRANCHSTATUS']._serialized_end=3366
108
+ _globals['_GETDEPLOYMENTDETAILSREQUEST']._serialized_start=3368
109
+ _globals['_GETDEPLOYMENTDETAILSREQUEST']._serialized_end=3434
110
+ _globals['_GETDEPLOYMENTDETAILSRESPONSE']._serialized_start=3436
111
+ _globals['_GETDEPLOYMENTDETAILSRESPONSE']._serialized_end=3537
112
+ _globals['_DEPLOYMENTDETAILS']._serialized_start=3540
113
+ _globals['_DEPLOYMENTDETAILS']._serialized_end=3815
114
+ _globals['_LISTMODELSMETADATAREQUEST']._serialized_start=3817
115
+ _globals['_LISTMODELSMETADATAREQUEST']._serialized_end=3864
116
+ _globals['_LISTMODELSMETADATARESPONSE']._serialized_start=3866
117
+ _globals['_LISTMODELSMETADATARESPONSE']._serialized_end=3957
118
+ _globals['_GETMODELMETADATAREQUEST']._serialized_start=3959
119
+ _globals['_GETMODELMETADATAREQUEST']._serialized_end=4002
120
+ _globals['_GETMODELMETADATARESPONSE']._serialized_start=4004
121
+ _globals['_GETMODELMETADATARESPONSE']._serialized_end=4093
122
+ _globals['_ENVIRONMENTROUTES']._serialized_start=4095
123
+ _globals['_ENVIRONMENTROUTES']._serialized_end=4199
124
+ _globals['_MODELMETADATA']._serialized_start=4202
125
+ _globals['_MODELMETADATA']._serialized_end=4898
126
+ _globals['_MODELMETADATA_AUDIENCEROUTESBYENVIRONMENTENTRY']._serialized_start=4675
127
+ _globals['_MODELMETADATA_AUDIENCEROUTESBYENVIRONMENTENTRY']._serialized_end=4780
128
+ _globals['_MODELMETADATA_AUDIENCEROUTESGROUPEDBYENVIRONMENTENTRY']._serialized_start=4782
129
+ _globals['_MODELMETADATA_AUDIENCEROUTESGROUPEDBYENVIRONMENTENTRY']._serialized_end=4898
130
+ _globals['_MODELSMANAGEMENTSERVICE']._serialized_start=5108
131
+ _globals['_MODELSMANAGEMENTSERVICE']._serialized_end=6484
449
132
  # @@protoc_insertion_point(module_scope)