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()
@@ -17,73 +16,25 @@ from _qwak_proto.qwak.build_settings import build_settings_pb2 as qwak_dot_build
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,qwak/build_settings/build_settings_api.proto\x12\x17\x63om.qwak.build_settings\x1a(qwak/build_settings/build_settings.proto\"r\n\x18SaveBuildSettingsRequest\x12>\n\x0e\x62uild_settings\x18\x01 \x01(\x0b\x32&.com.qwak.build_settings.BuildSettings\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x03(\t\"6\n\x19SaveBuildSettingsResponse\x12\x19\n\x11\x62uild_settings_id\x18\x01 \x03(\t\"1\n\x17GetBuildSettingsRequest\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\"Z\n\x18GetBuildSettingsResponse\x12>\n\x0e\x62uild_settings\x18\x01 \x01(\x0b\x32&.com.qwak.build_settings.BuildSettings\"4\n\x1a\x44\x65leteBuildSettingsRequest\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\"\x1d\n\x1b\x44\x65leteBuildSettingsResponse2\x8a\x03\n\x10\x42uildSettingsApi\x12z\n\x11SaveBuildSettings\x12\x31.com.qwak.build_settings.SaveBuildSettingsRequest\x1a\x32.com.qwak.build_settings.SaveBuildSettingsResponse\x12w\n\x10GetBuildSettings\x12\x30.com.qwak.build_settings.GetBuildSettingsRequest\x1a\x31.com.qwak.build_settings.GetBuildSettingsResponse\x12\x80\x01\n\x13\x44\x65leteBuildSettings\x12\x33.com.qwak.build_settings.DeleteBuildSettingsRequest\x1a\x34.com.qwak.build_settings.DeleteBuildSettingsResponseB2\n\x17\x63om.qwak.build_settingsB\x15\x42uildSettingsApiProtoP\x01\x62\x06proto3')
19
18
 
20
-
21
-
22
- _SAVEBUILDSETTINGSREQUEST = DESCRIPTOR.message_types_by_name['SaveBuildSettingsRequest']
23
- _SAVEBUILDSETTINGSRESPONSE = DESCRIPTOR.message_types_by_name['SaveBuildSettingsResponse']
24
- _GETBUILDSETTINGSREQUEST = DESCRIPTOR.message_types_by_name['GetBuildSettingsRequest']
25
- _GETBUILDSETTINGSRESPONSE = DESCRIPTOR.message_types_by_name['GetBuildSettingsResponse']
26
- _DELETEBUILDSETTINGSREQUEST = DESCRIPTOR.message_types_by_name['DeleteBuildSettingsRequest']
27
- _DELETEBUILDSETTINGSRESPONSE = DESCRIPTOR.message_types_by_name['DeleteBuildSettingsResponse']
28
- SaveBuildSettingsRequest = _reflection.GeneratedProtocolMessageType('SaveBuildSettingsRequest', (_message.Message,), {
29
- 'DESCRIPTOR' : _SAVEBUILDSETTINGSREQUEST,
30
- '__module__' : 'qwak.build_settings.build_settings_api_pb2'
31
- # @@protoc_insertion_point(class_scope:com.qwak.build_settings.SaveBuildSettingsRequest)
32
- })
33
- _sym_db.RegisterMessage(SaveBuildSettingsRequest)
34
-
35
- SaveBuildSettingsResponse = _reflection.GeneratedProtocolMessageType('SaveBuildSettingsResponse', (_message.Message,), {
36
- 'DESCRIPTOR' : _SAVEBUILDSETTINGSRESPONSE,
37
- '__module__' : 'qwak.build_settings.build_settings_api_pb2'
38
- # @@protoc_insertion_point(class_scope:com.qwak.build_settings.SaveBuildSettingsResponse)
39
- })
40
- _sym_db.RegisterMessage(SaveBuildSettingsResponse)
41
-
42
- GetBuildSettingsRequest = _reflection.GeneratedProtocolMessageType('GetBuildSettingsRequest', (_message.Message,), {
43
- 'DESCRIPTOR' : _GETBUILDSETTINGSREQUEST,
44
- '__module__' : 'qwak.build_settings.build_settings_api_pb2'
45
- # @@protoc_insertion_point(class_scope:com.qwak.build_settings.GetBuildSettingsRequest)
46
- })
47
- _sym_db.RegisterMessage(GetBuildSettingsRequest)
48
-
49
- GetBuildSettingsResponse = _reflection.GeneratedProtocolMessageType('GetBuildSettingsResponse', (_message.Message,), {
50
- 'DESCRIPTOR' : _GETBUILDSETTINGSRESPONSE,
51
- '__module__' : 'qwak.build_settings.build_settings_api_pb2'
52
- # @@protoc_insertion_point(class_scope:com.qwak.build_settings.GetBuildSettingsResponse)
53
- })
54
- _sym_db.RegisterMessage(GetBuildSettingsResponse)
55
-
56
- DeleteBuildSettingsRequest = _reflection.GeneratedProtocolMessageType('DeleteBuildSettingsRequest', (_message.Message,), {
57
- 'DESCRIPTOR' : _DELETEBUILDSETTINGSREQUEST,
58
- '__module__' : 'qwak.build_settings.build_settings_api_pb2'
59
- # @@protoc_insertion_point(class_scope:com.qwak.build_settings.DeleteBuildSettingsRequest)
60
- })
61
- _sym_db.RegisterMessage(DeleteBuildSettingsRequest)
62
-
63
- DeleteBuildSettingsResponse = _reflection.GeneratedProtocolMessageType('DeleteBuildSettingsResponse', (_message.Message,), {
64
- 'DESCRIPTOR' : _DELETEBUILDSETTINGSRESPONSE,
65
- '__module__' : 'qwak.build_settings.build_settings_api_pb2'
66
- # @@protoc_insertion_point(class_scope:com.qwak.build_settings.DeleteBuildSettingsResponse)
67
- })
68
- _sym_db.RegisterMessage(DeleteBuildSettingsResponse)
69
-
70
- _BUILDSETTINGSAPI = DESCRIPTOR.services_by_name['BuildSettingsApi']
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.build_settings.build_settings_api_pb2', _globals)
71
22
  if _descriptor._USE_C_DESCRIPTORS == False:
72
23
 
73
24
  DESCRIPTOR._options = None
74
25
  DESCRIPTOR._serialized_options = b'\n\027com.qwak.build_settingsB\025BuildSettingsApiProtoP\001'
75
- _SAVEBUILDSETTINGSREQUEST._serialized_start=115
76
- _SAVEBUILDSETTINGSREQUEST._serialized_end=229
77
- _SAVEBUILDSETTINGSRESPONSE._serialized_start=231
78
- _SAVEBUILDSETTINGSRESPONSE._serialized_end=285
79
- _GETBUILDSETTINGSREQUEST._serialized_start=287
80
- _GETBUILDSETTINGSREQUEST._serialized_end=336
81
- _GETBUILDSETTINGSRESPONSE._serialized_start=338
82
- _GETBUILDSETTINGSRESPONSE._serialized_end=428
83
- _DELETEBUILDSETTINGSREQUEST._serialized_start=430
84
- _DELETEBUILDSETTINGSREQUEST._serialized_end=482
85
- _DELETEBUILDSETTINGSRESPONSE._serialized_start=484
86
- _DELETEBUILDSETTINGSRESPONSE._serialized_end=513
87
- _BUILDSETTINGSAPI._serialized_start=516
88
- _BUILDSETTINGSAPI._serialized_end=910
26
+ _globals['_SAVEBUILDSETTINGSREQUEST']._serialized_start=115
27
+ _globals['_SAVEBUILDSETTINGSREQUEST']._serialized_end=229
28
+ _globals['_SAVEBUILDSETTINGSRESPONSE']._serialized_start=231
29
+ _globals['_SAVEBUILDSETTINGSRESPONSE']._serialized_end=285
30
+ _globals['_GETBUILDSETTINGSREQUEST']._serialized_start=287
31
+ _globals['_GETBUILDSETTINGSREQUEST']._serialized_end=336
32
+ _globals['_GETBUILDSETTINGSRESPONSE']._serialized_start=338
33
+ _globals['_GETBUILDSETTINGSRESPONSE']._serialized_end=428
34
+ _globals['_DELETEBUILDSETTINGSREQUEST']._serialized_start=430
35
+ _globals['_DELETEBUILDSETTINGSREQUEST']._serialized_end=482
36
+ _globals['_DELETEBUILDSETTINGSRESPONSE']._serialized_start=484
37
+ _globals['_DELETEBUILDSETTINGSRESPONSE']._serialized_end=513
38
+ _globals['_BUILDSETTINGSAPI']._serialized_start=516
39
+ _globals['_BUILDSETTINGSAPI']._serialized_end=910
89
40
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -16,80 +15,25 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(qwak/build_settings/build_settings.proto\x12\x17\x63om.qwak.build_settings\"c\n\rBuildSettings\x12R\n\x18model_repository_setting\x18\x01 \x01(\x0b\x32\x30.com.qwak.build_settings.ModelRepositorySettings\"\xcc\x02\n\x17ModelRepositorySettings\x12!\n\x19\x63ontainer_registry_prefix\x18\x01 \x01(\t\x12Q\n\x17repository_settings_ecr\x18\x02 \x01(\x0b\x32..com.qwak.build_settings.RepositorySettingsECRH\x00\x12U\n\x19repository_settings_jfrog\x18\x03 \x01(\x0b\x32\x30.com.qwak.build_settings.RepositorySettingsJFrogH\x00\x12Q\n\x17repository_settings_gcr\x18\x04 \x01(\x0b\x32..com.qwak.build_settings.RepositorySettingsGCRH\x00\x42\x11\n\x0frepository_type\"\xe2\x01\n\x17RepositorySettingsJFrog\x12P\n\x17\x61uthentication_settings\x18\x01 \x01(\x0b\x32/.com.qwak.build_settings.AuthenticationSettings\x12\x1a\n\x12jfrog_project_name\x18\x02 \x01(\t\x12Y\n\x1c\x65xternal_repository_settings\x18\x03 \x01(\x0b\x32\x33.com.qwak.build_settings.ExternalRepositorySettings\"\xb3\x01\n\x1a\x45xternalRepositorySettings\x12\x19\n\x11python_repository\x18\x01 \x03(\t\x12\x1e\n\x16huggingface_repository\x18\x02 \x01(\t\x12*\n\"allow_external_python_repositories\x18\x03 \x01(\x08\x12.\n&virtual_python_dependencies_repository\x18\x04 \x01(\t\"9\n\x16\x41uthenticationSettings\x12\r\n\x05token\x18\x01 \x01(\t\x12\x10\n\x08username\x18\x02 \x01(\t\"\x17\n\x15RepositorySettingsECR\"\x17\n\x15RepositorySettingsGCRB/\n\x17\x63om.qwak.build_settingsB\x12\x42uildSettingsProtoP\x01\x62\x06proto3')
18
17
 
19
-
20
-
21
- _BUILDSETTINGS = DESCRIPTOR.message_types_by_name['BuildSettings']
22
- _MODELREPOSITORYSETTINGS = DESCRIPTOR.message_types_by_name['ModelRepositorySettings']
23
- _REPOSITORYSETTINGSJFROG = DESCRIPTOR.message_types_by_name['RepositorySettingsJFrog']
24
- _EXTERNALREPOSITORYSETTINGS = DESCRIPTOR.message_types_by_name['ExternalRepositorySettings']
25
- _AUTHENTICATIONSETTINGS = DESCRIPTOR.message_types_by_name['AuthenticationSettings']
26
- _REPOSITORYSETTINGSECR = DESCRIPTOR.message_types_by_name['RepositorySettingsECR']
27
- _REPOSITORYSETTINGSGCR = DESCRIPTOR.message_types_by_name['RepositorySettingsGCR']
28
- BuildSettings = _reflection.GeneratedProtocolMessageType('BuildSettings', (_message.Message,), {
29
- 'DESCRIPTOR' : _BUILDSETTINGS,
30
- '__module__' : 'qwak.build_settings.build_settings_pb2'
31
- # @@protoc_insertion_point(class_scope:com.qwak.build_settings.BuildSettings)
32
- })
33
- _sym_db.RegisterMessage(BuildSettings)
34
-
35
- ModelRepositorySettings = _reflection.GeneratedProtocolMessageType('ModelRepositorySettings', (_message.Message,), {
36
- 'DESCRIPTOR' : _MODELREPOSITORYSETTINGS,
37
- '__module__' : 'qwak.build_settings.build_settings_pb2'
38
- # @@protoc_insertion_point(class_scope:com.qwak.build_settings.ModelRepositorySettings)
39
- })
40
- _sym_db.RegisterMessage(ModelRepositorySettings)
41
-
42
- RepositorySettingsJFrog = _reflection.GeneratedProtocolMessageType('RepositorySettingsJFrog', (_message.Message,), {
43
- 'DESCRIPTOR' : _REPOSITORYSETTINGSJFROG,
44
- '__module__' : 'qwak.build_settings.build_settings_pb2'
45
- # @@protoc_insertion_point(class_scope:com.qwak.build_settings.RepositorySettingsJFrog)
46
- })
47
- _sym_db.RegisterMessage(RepositorySettingsJFrog)
48
-
49
- ExternalRepositorySettings = _reflection.GeneratedProtocolMessageType('ExternalRepositorySettings', (_message.Message,), {
50
- 'DESCRIPTOR' : _EXTERNALREPOSITORYSETTINGS,
51
- '__module__' : 'qwak.build_settings.build_settings_pb2'
52
- # @@protoc_insertion_point(class_scope:com.qwak.build_settings.ExternalRepositorySettings)
53
- })
54
- _sym_db.RegisterMessage(ExternalRepositorySettings)
55
-
56
- AuthenticationSettings = _reflection.GeneratedProtocolMessageType('AuthenticationSettings', (_message.Message,), {
57
- 'DESCRIPTOR' : _AUTHENTICATIONSETTINGS,
58
- '__module__' : 'qwak.build_settings.build_settings_pb2'
59
- # @@protoc_insertion_point(class_scope:com.qwak.build_settings.AuthenticationSettings)
60
- })
61
- _sym_db.RegisterMessage(AuthenticationSettings)
62
-
63
- RepositorySettingsECR = _reflection.GeneratedProtocolMessageType('RepositorySettingsECR', (_message.Message,), {
64
- 'DESCRIPTOR' : _REPOSITORYSETTINGSECR,
65
- '__module__' : 'qwak.build_settings.build_settings_pb2'
66
- # @@protoc_insertion_point(class_scope:com.qwak.build_settings.RepositorySettingsECR)
67
- })
68
- _sym_db.RegisterMessage(RepositorySettingsECR)
69
-
70
- RepositorySettingsGCR = _reflection.GeneratedProtocolMessageType('RepositorySettingsGCR', (_message.Message,), {
71
- 'DESCRIPTOR' : _REPOSITORYSETTINGSGCR,
72
- '__module__' : 'qwak.build_settings.build_settings_pb2'
73
- # @@protoc_insertion_point(class_scope:com.qwak.build_settings.RepositorySettingsGCR)
74
- })
75
- _sym_db.RegisterMessage(RepositorySettingsGCR)
76
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.build_settings.build_settings_pb2', _globals)
77
21
  if _descriptor._USE_C_DESCRIPTORS == False:
78
22
 
79
23
  DESCRIPTOR._options = None
80
24
  DESCRIPTOR._serialized_options = b'\n\027com.qwak.build_settingsB\022BuildSettingsProtoP\001'
81
- _BUILDSETTINGS._serialized_start=69
82
- _BUILDSETTINGS._serialized_end=168
83
- _MODELREPOSITORYSETTINGS._serialized_start=171
84
- _MODELREPOSITORYSETTINGS._serialized_end=503
85
- _REPOSITORYSETTINGSJFROG._serialized_start=506
86
- _REPOSITORYSETTINGSJFROG._serialized_end=732
87
- _EXTERNALREPOSITORYSETTINGS._serialized_start=735
88
- _EXTERNALREPOSITORYSETTINGS._serialized_end=914
89
- _AUTHENTICATIONSETTINGS._serialized_start=916
90
- _AUTHENTICATIONSETTINGS._serialized_end=973
91
- _REPOSITORYSETTINGSECR._serialized_start=975
92
- _REPOSITORYSETTINGSECR._serialized_end=998
93
- _REPOSITORYSETTINGSGCR._serialized_start=1000
94
- _REPOSITORYSETTINGSGCR._serialized_end=1023
25
+ _globals['_BUILDSETTINGS']._serialized_start=69
26
+ _globals['_BUILDSETTINGS']._serialized_end=168
27
+ _globals['_MODELREPOSITORYSETTINGS']._serialized_start=171
28
+ _globals['_MODELREPOSITORYSETTINGS']._serialized_end=503
29
+ _globals['_REPOSITORYSETTINGSJFROG']._serialized_start=506
30
+ _globals['_REPOSITORYSETTINGSJFROG']._serialized_end=732
31
+ _globals['_EXTERNALREPOSITORYSETTINGS']._serialized_start=735
32
+ _globals['_EXTERNALREPOSITORYSETTINGS']._serialized_end=914
33
+ _globals['_AUTHENTICATIONSETTINGS']._serialized_start=916
34
+ _globals['_AUTHENTICATIONSETTINGS']._serialized_end=973
35
+ _globals['_REPOSITORYSETTINGSECR']._serialized_start=975
36
+ _globals['_REPOSITORYSETTINGSECR']._serialized_end=998
37
+ _globals['_REPOSITORYSETTINGSGCR']._serialized_start=1000
38
+ _globals['_REPOSITORYSETTINGSGCR']._serialized_end=1023
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/builds/build.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()
@@ -19,169 +17,9 @@ from _qwak_proto.qwak.fitness_service import fitness_pb2 as qwak_dot_fitness__se
19
17
 
20
18
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17qwak/builds/build.proto\x12\x18qwak.builds.orchestrator\x1a/qwak/user_application/common/v0/resources.proto\x1a\"qwak/fitness_service/fitness.proto\"\xbf\x06\n\x0fRemoteBuildSpec\x12\x43\n\x10\x62uild_properties\x18\x01 \x01(\x0b\x32).qwak.builds.orchestrator.BuildProperties\x12\x35\n\tbuild_env\x18\x02 \x01(\x0b\x32\".qwak.builds.orchestrator.BuildEnv\x12\x43\n\rcpu_resources\x18\x03 \x01(\x0b\x32&.qwak.builds.orchestrator.CpuResourcesB\x02\x18\x01H\x00\x12\x43\n\rgpu_resources\x18\x07 \x01(\x0b\x32&.qwak.builds.orchestrator.GpuResourcesB\x02\x18\x01H\x00\x12\x62\n\x1c\x63lient_pod_compute_resources\x18\r \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResourcesH\x00\x12\x0f\n\x07verbose\x18\x04 \x01(\x05\x12\x17\n\x0f\x62uild_code_path\x18\x05 \x01(\t\x12\x14\n\x0c\x62uild_config\x18\x06 \x01(\t\x12\x15\n\rbuild_v1_flag\x18\x08 \x01(\x08\x12H\n\x13\x62uild_properties_v1\x18\t \x01(\x0b\x32+.qwak.builds.orchestrator.BuildPropertiesV1\x12\x13\n\x0b\x62uild_steps\x18\n \x03(\t\x12\x16\n\x0e\x65nvironment_id\x18\x0b \x01(\t\x12\x13\n\x0bsdk_version\x18\x0c \x01(\t\x12=\n\x0fpurchase_option\x18\x0e \x01(\x0e\x32$.qwak.fitness.service.PurchaseOption\x12\x1c\n\x14\x62uild_destined_image\x18\x0f \x01(\t\x12\"\n\x1aprovision_instance_timeout\x18\x10 \x01(\x05\x12\x16\n\x0ejfrog_token_id\x18\x11 \x01(\t\x12\x1f\n\x17\x61rtifactory_project_key\x18\x12 \x01(\t\x12\x18\n\x10model_version_id\x18\x13 \x01(\tB\x0b\n\tResources\"g\n\x11\x42uildPropertiesV1\x12\x18\n\x10\x62uild_config_url\x18\x01 \x01(\t\x12\x1a\n\x12qwak_sdk_wheel_url\x18\x02 \x01(\t\x12\x1c\n\x14qwak_sdk_version_url\x18\x03 \x01(\t\"\xba\x01\n\x0f\x42uildProperties\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x0e\n\x06\x62ranch\x18\x02 \x01(\t\x12\x10\n\x08model_id\x18\x03 \x01(\t\x12\x0c\n\x04tags\x18\x04 \x03(\t\x12\x39\n\tmodel_uri\x18\x05 \x01(\x0b\x32&.qwak.builds.orchestrator.ModelUriSpec\x12\x16\n\x0egpu_compatible\x18\x06 \x01(\x08\x12\x12\n\nbuild_name\x18\x07 \x01(\t\"\xb2\x01\n\x0cModelUriSpec\x12\x0b\n\x03uri\x18\x01 \x01(\t\x12\x12\n\ngit_branch\x18\x02 \x01(\t\x12\x17\n\x0fgit_credentials\x18\x03 \x01(\t\x12\x1e\n\x16git_credentials_secret\x18\x04 \x01(\t\x12\x11\n\tcommit_id\x18\x05 \x01(\t\x12\x10\n\x08main_dir\x18\x06 \x01(\t\x12#\n\x1b\x64\x65pendency_required_folders\x18\x07 \x03(\t\"|\n\x08\x42uildEnv\x12\x37\n\ndocker_env\x18\x01 \x01(\x0b\x32#.qwak.builds.orchestrator.DockerEnv\x12\x37\n\npython_env\x18\x02 \x01(\x0b\x32#.qwak.builds.orchestrator.PythonEnv\"\x8a\x01\n\tDockerEnv\x12\x12\n\nbase_image\x18\x01 \x01(\t\x12\x10\n\x08\x65nv_vars\x18\x02 \x03(\t\x12\x10\n\x08no_cache\x18\x03 \x01(\x08\x12\x1c\n\x14\x61ssumed_iam_role_arn\x18\x04 \x01(\t\x12\'\n\x1fservice_account_key_secret_name\x18\x05 \x01(\t\"|\n\tPythonEnv\x12\x17\n\x0fgit_credentials\x18\x01 \x01(\t\x12\x1e\n\x16git_credentials_secret\x18\x02 \x01(\t\x12\x18\n\x10qwak_sdk_version\x18\x03 \x01(\t\x12\x1c\n\x14qwak_sdk_extra_index\x18\x04 \x01(\t\"n\n\x0c\x43puResources\x12\x0b\n\x03\x63pu\x18\x01 \x01(\x02\x12\x15\n\rmemory_amount\x18\x02 \x01(\x05\x12:\n\x0cmemory_units\x18\x03 \x01(\x0e\x32$.qwak.builds.orchestrator.MemoryUnit\"W\n\x0cGpuResources\x12\x33\n\x08gpu_type\x18\x01 \x01(\x0e\x32!.qwak.builds.orchestrator.GpuType\x12\x12\n\ngpu_amount\x18\x02 \x01(\x05\"\x91\x01\n\x13\x44\x61taTableDefinition\x12?\n\x07\x63olumns\x18\x01 \x03(\x0b\x32..qwak.builds.orchestrator.DataColumnDefinition\x12\x39\n\x0b\x64\x61ta_format\x18\x02 \x01(\x0b\x32$.qwak.builds.orchestrator.DataFormat\"\\\n\x14\x44\x61taColumnDefinition\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x36\n\x04type\x18\x02 \x01(\x0e\x32(.qwak.builds.orchestrator.DataColumnType\"J\n\nDataFormat\x12\x32\n\x03\x63sv\x18\x01 \x01(\x0b\x32#.qwak.builds.orchestrator.CsvFormatH\x00\x42\x08\n\x06\x66ormat\"G\n\tCsvFormat\x12\x11\n\tdelimiter\x18\x01 \x01(\t\x12\x12\n\nquote_char\x18\x02 \x01(\t\x12\x13\n\x0b\x65scape_char\x18\x03 \x01(\t\"\xa5\x01\n\x0e\x42uildInitiator\x12<\n\x04user\x18\x01 \x01(\x0b\x32,.qwak.builds.orchestrator.UserBuildInitiatorH\x00\x12H\n\nautomation\x18\x02 \x01(\x0b\x32\x32.qwak.builds.orchestrator.AutomationBuildInitiatorH\x00\x42\x0b\n\tInitiator\"\x14\n\x12UserBuildInitiator\"`\n\x18\x41utomationBuildInitiator\x12\x15\n\rautomation_id\x18\x01 \x01(\t\x12\x14\n\x0c\x65xecution_id\x18\x02 \x01(\t\x12\x17\n\x0f\x61utomation_name\x18\x03 \x01(\t*7\n\nMemoryUnit\x12\x17\n\x13UNKNOWN_MEMORY_UNIT\x10\x00\x12\x07\n\x03MIB\x10\x01\x12\x07\n\x03GIB\x10\x02*\x8c\x02\n\x07GpuType\x12\x0b\n\x07INVALID\x10\x00\x12\x0e\n\nNVIDIA_K80\x10\x01\x12\x0f\n\x0bNVIDIA_V100\x10\x02\x12\x0f\n\x0bNVIDIA_A100\x10\x03\x12\r\n\tNVIDIA_T4\x10\x04\x12\x0f\n\x0bNVIDIA_A10G\x10\x05\x12\r\n\tNVIDIA_L4\x10\x06\x12\x14\n\x10NVIDIA_T4_1_4_15\x10\x07\x12\x14\n\x10NVIDIA_T4_1_8_30\x10\x08\x12\x15\n\x11NVIDIA_T4_1_16_60\x10\t\x12\x1e\n\x1aNVIDIA_A100_80GB_8_96_1360\x10\n\x12\x16\n\x12NVIDIA_V100_1_8_52\x10\x0b\x12\x18\n\x14NVIDIA_V100_4_32_208\x10\x0c*d\n\x0e\x44\x61taColumnType\x12\x17\n\x13INVALID_COLUMN_TYPE\x10\x00\x12\n\n\x06OBJECT\x10\x01\x12\x07\n\x03INT\x10\x02\x12\t\n\x05\x46LOAT\x10\x03\x12\x0b\n\x07\x42OOLEAN\x10\x04\x12\x0c\n\x08\x44\x41TETIME\x10\x05*K\n\x13\x42\x61seDockerImageType\x12\"\n\x1eUNKNOWN_BASE_DOCKER_IMAGE_TYPE\x10\x00\x12\x07\n\x03\x43PU\x10\x01\x12\x07\n\x03GPU\x10\x02\x42\'\n#com.qwak.ai.builds.orchestrator.apiP\x01\x62\x06proto3')
21
19
 
22
- _MEMORYUNIT = DESCRIPTOR.enum_types_by_name['MemoryUnit']
23
- MemoryUnit = enum_type_wrapper.EnumTypeWrapper(_MEMORYUNIT)
24
- _GPUTYPE = DESCRIPTOR.enum_types_by_name['GpuType']
25
- GpuType = enum_type_wrapper.EnumTypeWrapper(_GPUTYPE)
26
- _DATACOLUMNTYPE = DESCRIPTOR.enum_types_by_name['DataColumnType']
27
- DataColumnType = enum_type_wrapper.EnumTypeWrapper(_DATACOLUMNTYPE)
28
- _BASEDOCKERIMAGETYPE = DESCRIPTOR.enum_types_by_name['BaseDockerImageType']
29
- BaseDockerImageType = enum_type_wrapper.EnumTypeWrapper(_BASEDOCKERIMAGETYPE)
30
- UNKNOWN_MEMORY_UNIT = 0
31
- MIB = 1
32
- GIB = 2
33
- INVALID = 0
34
- NVIDIA_K80 = 1
35
- NVIDIA_V100 = 2
36
- NVIDIA_A100 = 3
37
- NVIDIA_T4 = 4
38
- NVIDIA_A10G = 5
39
- NVIDIA_L4 = 6
40
- NVIDIA_T4_1_4_15 = 7
41
- NVIDIA_T4_1_8_30 = 8
42
- NVIDIA_T4_1_16_60 = 9
43
- NVIDIA_A100_80GB_8_96_1360 = 10
44
- NVIDIA_V100_1_8_52 = 11
45
- NVIDIA_V100_4_32_208 = 12
46
- INVALID_COLUMN_TYPE = 0
47
- OBJECT = 1
48
- INT = 2
49
- FLOAT = 3
50
- BOOLEAN = 4
51
- DATETIME = 5
52
- UNKNOWN_BASE_DOCKER_IMAGE_TYPE = 0
53
- CPU = 1
54
- GPU = 2
55
-
56
-
57
- _REMOTEBUILDSPEC = DESCRIPTOR.message_types_by_name['RemoteBuildSpec']
58
- _BUILDPROPERTIESV1 = DESCRIPTOR.message_types_by_name['BuildPropertiesV1']
59
- _BUILDPROPERTIES = DESCRIPTOR.message_types_by_name['BuildProperties']
60
- _MODELURISPEC = DESCRIPTOR.message_types_by_name['ModelUriSpec']
61
- _BUILDENV = DESCRIPTOR.message_types_by_name['BuildEnv']
62
- _DOCKERENV = DESCRIPTOR.message_types_by_name['DockerEnv']
63
- _PYTHONENV = DESCRIPTOR.message_types_by_name['PythonEnv']
64
- _CPURESOURCES = DESCRIPTOR.message_types_by_name['CpuResources']
65
- _GPURESOURCES = DESCRIPTOR.message_types_by_name['GpuResources']
66
- _DATATABLEDEFINITION = DESCRIPTOR.message_types_by_name['DataTableDefinition']
67
- _DATACOLUMNDEFINITION = DESCRIPTOR.message_types_by_name['DataColumnDefinition']
68
- _DATAFORMAT = DESCRIPTOR.message_types_by_name['DataFormat']
69
- _CSVFORMAT = DESCRIPTOR.message_types_by_name['CsvFormat']
70
- _BUILDINITIATOR = DESCRIPTOR.message_types_by_name['BuildInitiator']
71
- _USERBUILDINITIATOR = DESCRIPTOR.message_types_by_name['UserBuildInitiator']
72
- _AUTOMATIONBUILDINITIATOR = DESCRIPTOR.message_types_by_name['AutomationBuildInitiator']
73
- RemoteBuildSpec = _reflection.GeneratedProtocolMessageType('RemoteBuildSpec', (_message.Message,), {
74
- 'DESCRIPTOR' : _REMOTEBUILDSPEC,
75
- '__module__' : 'qwak.builds.build_pb2'
76
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.RemoteBuildSpec)
77
- })
78
- _sym_db.RegisterMessage(RemoteBuildSpec)
79
-
80
- BuildPropertiesV1 = _reflection.GeneratedProtocolMessageType('BuildPropertiesV1', (_message.Message,), {
81
- 'DESCRIPTOR' : _BUILDPROPERTIESV1,
82
- '__module__' : 'qwak.builds.build_pb2'
83
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.BuildPropertiesV1)
84
- })
85
- _sym_db.RegisterMessage(BuildPropertiesV1)
86
-
87
- BuildProperties = _reflection.GeneratedProtocolMessageType('BuildProperties', (_message.Message,), {
88
- 'DESCRIPTOR' : _BUILDPROPERTIES,
89
- '__module__' : 'qwak.builds.build_pb2'
90
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.BuildProperties)
91
- })
92
- _sym_db.RegisterMessage(BuildProperties)
93
-
94
- ModelUriSpec = _reflection.GeneratedProtocolMessageType('ModelUriSpec', (_message.Message,), {
95
- 'DESCRIPTOR' : _MODELURISPEC,
96
- '__module__' : 'qwak.builds.build_pb2'
97
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.ModelUriSpec)
98
- })
99
- _sym_db.RegisterMessage(ModelUriSpec)
100
-
101
- BuildEnv = _reflection.GeneratedProtocolMessageType('BuildEnv', (_message.Message,), {
102
- 'DESCRIPTOR' : _BUILDENV,
103
- '__module__' : 'qwak.builds.build_pb2'
104
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.BuildEnv)
105
- })
106
- _sym_db.RegisterMessage(BuildEnv)
107
-
108
- DockerEnv = _reflection.GeneratedProtocolMessageType('DockerEnv', (_message.Message,), {
109
- 'DESCRIPTOR' : _DOCKERENV,
110
- '__module__' : 'qwak.builds.build_pb2'
111
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.DockerEnv)
112
- })
113
- _sym_db.RegisterMessage(DockerEnv)
114
-
115
- PythonEnv = _reflection.GeneratedProtocolMessageType('PythonEnv', (_message.Message,), {
116
- 'DESCRIPTOR' : _PYTHONENV,
117
- '__module__' : 'qwak.builds.build_pb2'
118
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.PythonEnv)
119
- })
120
- _sym_db.RegisterMessage(PythonEnv)
121
-
122
- CpuResources = _reflection.GeneratedProtocolMessageType('CpuResources', (_message.Message,), {
123
- 'DESCRIPTOR' : _CPURESOURCES,
124
- '__module__' : 'qwak.builds.build_pb2'
125
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.CpuResources)
126
- })
127
- _sym_db.RegisterMessage(CpuResources)
128
-
129
- GpuResources = _reflection.GeneratedProtocolMessageType('GpuResources', (_message.Message,), {
130
- 'DESCRIPTOR' : _GPURESOURCES,
131
- '__module__' : 'qwak.builds.build_pb2'
132
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.GpuResources)
133
- })
134
- _sym_db.RegisterMessage(GpuResources)
135
-
136
- DataTableDefinition = _reflection.GeneratedProtocolMessageType('DataTableDefinition', (_message.Message,), {
137
- 'DESCRIPTOR' : _DATATABLEDEFINITION,
138
- '__module__' : 'qwak.builds.build_pb2'
139
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.DataTableDefinition)
140
- })
141
- _sym_db.RegisterMessage(DataTableDefinition)
142
-
143
- DataColumnDefinition = _reflection.GeneratedProtocolMessageType('DataColumnDefinition', (_message.Message,), {
144
- 'DESCRIPTOR' : _DATACOLUMNDEFINITION,
145
- '__module__' : 'qwak.builds.build_pb2'
146
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.DataColumnDefinition)
147
- })
148
- _sym_db.RegisterMessage(DataColumnDefinition)
149
-
150
- DataFormat = _reflection.GeneratedProtocolMessageType('DataFormat', (_message.Message,), {
151
- 'DESCRIPTOR' : _DATAFORMAT,
152
- '__module__' : 'qwak.builds.build_pb2'
153
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.DataFormat)
154
- })
155
- _sym_db.RegisterMessage(DataFormat)
156
-
157
- CsvFormat = _reflection.GeneratedProtocolMessageType('CsvFormat', (_message.Message,), {
158
- 'DESCRIPTOR' : _CSVFORMAT,
159
- '__module__' : 'qwak.builds.build_pb2'
160
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.CsvFormat)
161
- })
162
- _sym_db.RegisterMessage(CsvFormat)
163
-
164
- BuildInitiator = _reflection.GeneratedProtocolMessageType('BuildInitiator', (_message.Message,), {
165
- 'DESCRIPTOR' : _BUILDINITIATOR,
166
- '__module__' : 'qwak.builds.build_pb2'
167
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.BuildInitiator)
168
- })
169
- _sym_db.RegisterMessage(BuildInitiator)
170
-
171
- UserBuildInitiator = _reflection.GeneratedProtocolMessageType('UserBuildInitiator', (_message.Message,), {
172
- 'DESCRIPTOR' : _USERBUILDINITIATOR,
173
- '__module__' : 'qwak.builds.build_pb2'
174
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.UserBuildInitiator)
175
- })
176
- _sym_db.RegisterMessage(UserBuildInitiator)
177
-
178
- AutomationBuildInitiator = _reflection.GeneratedProtocolMessageType('AutomationBuildInitiator', (_message.Message,), {
179
- 'DESCRIPTOR' : _AUTOMATIONBUILDINITIATOR,
180
- '__module__' : 'qwak.builds.build_pb2'
181
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.AutomationBuildInitiator)
182
- })
183
- _sym_db.RegisterMessage(AutomationBuildInitiator)
184
-
20
+ _globals = globals()
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.builds.build_pb2', _globals)
185
23
  if _descriptor._USE_C_DESCRIPTORS == False:
186
24
 
187
25
  DESCRIPTOR._options = None
@@ -190,44 +28,44 @@ if _descriptor._USE_C_DESCRIPTORS == False:
190
28
  _REMOTEBUILDSPEC.fields_by_name['cpu_resources']._serialized_options = b'\030\001'
191
29
  _REMOTEBUILDSPEC.fields_by_name['gpu_resources']._options = None
192
30
  _REMOTEBUILDSPEC.fields_by_name['gpu_resources']._serialized_options = b'\030\001'
193
- _MEMORYUNIT._serialized_start=2720
194
- _MEMORYUNIT._serialized_end=2775
195
- _GPUTYPE._serialized_start=2778
196
- _GPUTYPE._serialized_end=3046
197
- _DATACOLUMNTYPE._serialized_start=3048
198
- _DATACOLUMNTYPE._serialized_end=3148
199
- _BASEDOCKERIMAGETYPE._serialized_start=3150
200
- _BASEDOCKERIMAGETYPE._serialized_end=3225
201
- _REMOTEBUILDSPEC._serialized_start=139
202
- _REMOTEBUILDSPEC._serialized_end=970
203
- _BUILDPROPERTIESV1._serialized_start=972
204
- _BUILDPROPERTIESV1._serialized_end=1075
205
- _BUILDPROPERTIES._serialized_start=1078
206
- _BUILDPROPERTIES._serialized_end=1264
207
- _MODELURISPEC._serialized_start=1267
208
- _MODELURISPEC._serialized_end=1445
209
- _BUILDENV._serialized_start=1447
210
- _BUILDENV._serialized_end=1571
211
- _DOCKERENV._serialized_start=1574
212
- _DOCKERENV._serialized_end=1712
213
- _PYTHONENV._serialized_start=1714
214
- _PYTHONENV._serialized_end=1838
215
- _CPURESOURCES._serialized_start=1840
216
- _CPURESOURCES._serialized_end=1950
217
- _GPURESOURCES._serialized_start=1952
218
- _GPURESOURCES._serialized_end=2039
219
- _DATATABLEDEFINITION._serialized_start=2042
220
- _DATATABLEDEFINITION._serialized_end=2187
221
- _DATACOLUMNDEFINITION._serialized_start=2189
222
- _DATACOLUMNDEFINITION._serialized_end=2281
223
- _DATAFORMAT._serialized_start=2283
224
- _DATAFORMAT._serialized_end=2357
225
- _CSVFORMAT._serialized_start=2359
226
- _CSVFORMAT._serialized_end=2430
227
- _BUILDINITIATOR._serialized_start=2433
228
- _BUILDINITIATOR._serialized_end=2598
229
- _USERBUILDINITIATOR._serialized_start=2600
230
- _USERBUILDINITIATOR._serialized_end=2620
231
- _AUTOMATIONBUILDINITIATOR._serialized_start=2622
232
- _AUTOMATIONBUILDINITIATOR._serialized_end=2718
31
+ _globals['_MEMORYUNIT']._serialized_start=2720
32
+ _globals['_MEMORYUNIT']._serialized_end=2775
33
+ _globals['_GPUTYPE']._serialized_start=2778
34
+ _globals['_GPUTYPE']._serialized_end=3046
35
+ _globals['_DATACOLUMNTYPE']._serialized_start=3048
36
+ _globals['_DATACOLUMNTYPE']._serialized_end=3148
37
+ _globals['_BASEDOCKERIMAGETYPE']._serialized_start=3150
38
+ _globals['_BASEDOCKERIMAGETYPE']._serialized_end=3225
39
+ _globals['_REMOTEBUILDSPEC']._serialized_start=139
40
+ _globals['_REMOTEBUILDSPEC']._serialized_end=970
41
+ _globals['_BUILDPROPERTIESV1']._serialized_start=972
42
+ _globals['_BUILDPROPERTIESV1']._serialized_end=1075
43
+ _globals['_BUILDPROPERTIES']._serialized_start=1078
44
+ _globals['_BUILDPROPERTIES']._serialized_end=1264
45
+ _globals['_MODELURISPEC']._serialized_start=1267
46
+ _globals['_MODELURISPEC']._serialized_end=1445
47
+ _globals['_BUILDENV']._serialized_start=1447
48
+ _globals['_BUILDENV']._serialized_end=1571
49
+ _globals['_DOCKERENV']._serialized_start=1574
50
+ _globals['_DOCKERENV']._serialized_end=1712
51
+ _globals['_PYTHONENV']._serialized_start=1714
52
+ _globals['_PYTHONENV']._serialized_end=1838
53
+ _globals['_CPURESOURCES']._serialized_start=1840
54
+ _globals['_CPURESOURCES']._serialized_end=1950
55
+ _globals['_GPURESOURCES']._serialized_start=1952
56
+ _globals['_GPURESOURCES']._serialized_end=2039
57
+ _globals['_DATATABLEDEFINITION']._serialized_start=2042
58
+ _globals['_DATATABLEDEFINITION']._serialized_end=2187
59
+ _globals['_DATACOLUMNDEFINITION']._serialized_start=2189
60
+ _globals['_DATACOLUMNDEFINITION']._serialized_end=2281
61
+ _globals['_DATAFORMAT']._serialized_start=2283
62
+ _globals['_DATAFORMAT']._serialized_end=2357
63
+ _globals['_CSVFORMAT']._serialized_start=2359
64
+ _globals['_CSVFORMAT']._serialized_end=2430
65
+ _globals['_BUILDINITIATOR']._serialized_start=2433
66
+ _globals['_BUILDINITIATOR']._serialized_end=2598
67
+ _globals['_USERBUILDINITIATOR']._serialized_start=2600
68
+ _globals['_USERBUILDINITIATOR']._serialized_end=2620
69
+ _globals['_AUTOMATIONBUILDINITIATOR']._serialized_start=2622
70
+ _globals['_AUTOMATIONBUILDINITIATOR']._serialized_end=2718
233
71
  # @@protoc_insertion_point(module_scope)