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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. _qwak_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
  2. _qwak_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
  3. _qwak_proto/qwak/administration/account/v1/account_pb2.py +22 -87
  4. _qwak_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
  5. _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
  6. _qwak_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
  7. _qwak_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
  8. _qwak_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
  9. _qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
  10. _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
  11. _qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
  12. _qwak_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
  13. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
  14. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
  15. _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +10 -34
  16. _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
  17. _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
  18. _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +8 -24
  19. _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
  20. _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +6 -14
  21. _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
  22. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +14 -54
  23. _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
  24. _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
  25. _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
  26. _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +10 -34
  27. _qwak_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
  28. _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +6 -14
  29. _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +10 -34
  30. _qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
  31. _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
  32. _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
  33. _qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
  34. _qwak_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
  35. _qwak_proto/qwak/administration/v0/users/user_pb2.py +18 -71
  36. _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +26 -115
  37. _qwak_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
  38. _qwak_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
  39. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
  40. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
  41. _qwak_proto/qwak/analytics/analytics_pb2.py +26 -121
  42. _qwak_proto/qwak/analytics/analytics_service_pb2.py +46 -207
  43. _qwak_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
  44. _qwak_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
  45. _qwak_proto/qwak/audience/v1/audience_pb2.py +26 -113
  46. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
  47. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
  48. _qwak_proto/qwak/automation/v1/action_pb2.py +40 -180
  49. _qwak_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
  50. _qwak_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
  51. _qwak_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
  52. _qwak_proto/qwak/automation/v1/automation_pb2.py +10 -34
  53. _qwak_proto/qwak/automation/v1/common_pb2.py +10 -35
  54. _qwak_proto/qwak/automation/v1/notification_pb2.py +16 -68
  55. _qwak_proto/qwak/automation/v1/trigger_pb2.py +14 -54
  56. _qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
  57. _qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
  58. _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +118 -561
  59. _qwak_proto/qwak/build/v1/build_api_pb2.py +86 -407
  60. _qwak_proto/qwak/build/v1/build_pb2.py +114 -549
  61. _qwak_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
  62. _qwak_proto/qwak/build_settings/build_settings_pb2.py +18 -74
  63. _qwak_proto/qwak/builds/build_pb2.py +44 -206
  64. _qwak_proto/qwak/builds/build_url_pb2.py +26 -113
  65. _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +58 -269
  66. _qwak_proto/qwak/builds/builds_pb2.py +110 -519
  67. _qwak_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
  68. _qwak_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
  69. _qwak_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
  70. _qwak_proto/qwak/deployment/alert_pb2.py +24 -108
  71. _qwak_proto/qwak/deployment/alert_service_pb2.py +30 -127
  72. _qwak_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
  73. _qwak_proto/qwak/deployment/deployment_pb2.py +124 -588
  74. _qwak_proto/qwak/deployment/deployment_service_pb2.py +86 -419
  75. _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +36 -164
  76. _qwak_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
  77. _qwak_proto/qwak/ecosystem/v0/credentials_pb2.py +10 -34
  78. _qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
  79. _qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
  80. _qwak_proto/qwak/execution/v1/backfill_pb2.py +18 -74
  81. _qwak_proto/qwak/execution/v1/batch_pb2.py +10 -34
  82. _qwak_proto/qwak/execution/v1/deletion_pb2.py +12 -44
  83. _qwak_proto/qwak/execution/v1/execution_pb2.py +16 -69
  84. _qwak_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
  85. _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
  86. _qwak_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
  87. _qwak_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
  88. _qwak_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
  89. _qwak_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
  90. _qwak_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
  91. _qwak_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
  92. _qwak_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
  93. _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +14 -54
  94. _qwak_proto/qwak/execution/v1/streaming_pb2.py +12 -44
  95. _qwak_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
  96. _qwak_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
  97. _qwak_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
  98. _qwak_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
  99. _qwak_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
  100. _qwak_proto/qwak/feature_store/features/execution_pb2.py +14 -56
  101. _qwak_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
  102. _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +34 -155
  103. _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.py +92 -439
  104. _qwak_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
  105. _qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
  106. _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +74 -346
  107. _qwak_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
  108. _qwak_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
  109. _qwak_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
  110. _qwak_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
  111. _qwak_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
  112. _qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
  113. _qwak_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
  114. _qwak_proto/qwak/feature_store/reports/report_pb2.py +14 -53
  115. _qwak_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
  116. _qwak_proto/qwak/feature_store/serving/management_pb2.py +14 -47
  117. _qwak_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
  118. _qwak_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
  119. _qwak_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
  120. _qwak_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
  121. _qwak_proto/qwak/feature_store/sources/batch_pb2.py +70 -334
  122. _qwak_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
  123. _qwak_proto/qwak/feature_store/sources/data_source_pb2.py +14 -54
  124. _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.py +34 -147
  125. _qwak_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
  126. _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
  127. _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
  128. _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
  129. _qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
  130. _qwak_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
  131. _qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
  132. _qwak_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
  133. _qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
  134. _qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
  135. _qwak_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
  136. _qwak_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
  137. _qwak_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
  138. _qwak_proto/qwak/fitness_service/constructs_pb2.py +22 -99
  139. _qwak_proto/qwak/fitness_service/fitness_pb2.py +10 -32
  140. _qwak_proto/qwak/fitness_service/fitness_service_pb2.py +22 -87
  141. _qwak_proto/qwak/fitness_service/status_pb2.py +24 -106
  142. _qwak_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
  143. _qwak_proto/qwak/instance_template/instance_template_pb2.py +12 -40
  144. _qwak_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
  145. _qwak_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
  146. _qwak_proto/qwak/integration/integration_pb2.py +28 -126
  147. _qwak_proto/qwak/integration/integration_service_pb2.py +34 -147
  148. _qwak_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
  149. _qwak_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
  150. _qwak_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
  151. _qwak_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
  152. _qwak_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
  153. _qwak_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
  154. _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +68 -322
  155. _qwak_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
  156. _qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
  157. _qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
  158. _qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
  159. _qwak_proto/qwak/logging/log_filter_pb2.py +12 -44
  160. _qwak_proto/qwak/logging/log_line_pb2.py +8 -25
  161. _qwak_proto/qwak/logging/log_reader_service_pb2.py +10 -27
  162. _qwak_proto/qwak/logging/log_source_pb2.py +30 -134
  163. _qwak_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
  164. _qwak_proto/qwak/model_group/model_group_pb2.py +14 -47
  165. _qwak_proto/qwak/model_group/model_group_repository_details_pb2.py +18 -74
  166. _qwak_proto/qwak/models/models_pb2.py +88 -405
  167. _qwak_proto/qwak/models/models_query_pb2.py +16 -56
  168. _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
  169. _qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
  170. _qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
  171. _qwak_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
  172. _qwak_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
  173. _qwak_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
  174. _qwak_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
  175. _qwak_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
  176. _qwak_proto/qwak/projects/projects_pb2.py +44 -190
  177. _qwak_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
  178. _qwak_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
  179. _qwak_proto/qwak/secret_service/secret_service_pb2.py +18 -67
  180. _qwak_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
  181. _qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
  182. _qwak_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
  183. _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.py +30 -131
  184. _qwak_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
  185. _qwak_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
  186. _qwak_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
  187. _qwak_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
  188. _qwak_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
  189. _qwak_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
  190. _qwak_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
  191. _qwak_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
  192. _qwak_proto/qwak/user_application/common/v0/resources_pb2.py +30 -138
  193. _qwak_proto/qwak/user_application/v0/user_application_pb2.py +10 -43
  194. _qwak_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
  195. _qwak_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
  196. _qwak_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
  197. _qwak_proto/qwak/vectors/v1/filters_pb2.py +30 -134
  198. _qwak_proto/qwak/vectors/v1/vector_pb2.py +14 -54
  199. _qwak_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
  200. _qwak_proto/qwak/workspace/workspace_pb2.py +22 -107
  201. _qwak_proto/qwak/workspace/workspace_service_pb2.py +62 -287
  202. frogml_storage/__init__.py +1 -1
  203. qwak/__init__.py +1 -1
  204. qwak/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
  205. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/METADATA +4 -5
  206. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/RECORD +207 -207
  207. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/WHEEL +0 -0
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/kube_deployment_captain/batch_job.proto
4
4
  """Generated protocol buffer code."""
5
- from google.protobuf.internal import enum_type_wrapper
6
5
  from google.protobuf import descriptor as _descriptor
7
6
  from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import message as _message
9
- from google.protobuf import reflection as _reflection
10
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
11
9
  # @@protoc_insertion_point(imports)
12
10
 
13
11
  _sym_db = _symbol_database.Default()
@@ -18,261 +16,9 @@ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb
18
16
 
19
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,qwak/kube_deployment_captain/batch_job.proto\x12\x1cqwak.kube.deployment.captain\x1a\x1egoogle/protobuf/wrappers.proto\"\xd2\x03\n\x1cListInferenceJobFilesRequest\x12\x0e\n\x06\x62ucket\x18\x01 \x01(\t\x12\x16\n\x0e\x64irectory_path\x18\x02 \x01(\t\x12\x18\n\x0ctoken_secret\x18\x03 \x01(\tB\x02\x18\x01\x12\x19\n\rsecret_secret\x18\x04 \x01(\tB\x02\x18\x01\x12\x1a\n\x12secret_service_url\x18\x05 \x01(\t\x12\x14\n\x08role_arn\x18\x06 \x01(\tB\x02\x18\x01\x12G\n\x0f\x61ws_credentials\x18\x07 \x01(\x0b\x32,.qwak.kube.deployment.captain.AwsCredentialsH\x00\x12G\n\x0fgcp_credentials\x18\x08 \x01(\x0b\x32,.qwak.kube.deployment.captain.GcpCredentialsH\x00\x12P\n\x14grouped_task_details\x18\t \x01(\x0b\x32\x30.qwak.kube.deployment.captain.GroupedTaskDetailsH\x01\x12\x16\n\x0e\x65nvironment_id\x18\n \x01(\tB\x1a\n\x18\x63loud_client_credentialsB\x0b\n\ttask_flow\"c\n\x12GroupedTaskDetails\x12\x17\n\x0f\x63oncurrentTasks\x18\x01 \x01(\x05\x12\x18\n\x10\x64\x65stination_path\x18\x02 \x01(\t\x12\x1a\n\x12\x64\x65stination_bucket\x18\x03 \x01(\t\"\xb4\x02\n)CleanStorageObjectFromCloudStorageRequest\x12\x0e\n\x06\x62ucket\x18\x01 \x01(\t\x12\x15\n\robject_prefix\x18\x02 \x03(\t\x12\x1a\n\x12secret_service_url\x18\x03 \x01(\t\x12G\n\x0f\x61ws_credentials\x18\x04 \x01(\x0b\x32,.qwak.kube.deployment.captain.AwsCredentialsH\x00\x12G\n\x0fgcp_credentials\x18\x05 \x01(\x0b\x32,.qwak.kube.deployment.captain.GcpCredentialsH\x00\x12\x16\n\x0e\x65nvironment_id\x18\x06 \x01(\tB\x1a\n\x18\x63loud_client_credentials\"O\n\x0e\x41wsCredentials\x12\x10\n\x08role_arn\x18\x01 \x01(\t\x12\x14\n\x0ctoken_secret\x18\x02 \x01(\t\x12\x15\n\rsecret_secret\x18\x04 \x01(\t\"9\n\x0eGcpCredentials\x12\'\n\x1fservice_account_json_key_secret\x18\x01 \x01(\t\"\xa6\x01\n\x1dListInferenceJobFilesResponse\x12\x12\n\nfile_names\x18\x01 \x03(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x16\n\x0e\x66\x61ilure_reason\x18\x03 \x01(\t\x12H\n\x11list_file_details\x18\x04 \x03(\x0b\x32-.qwak.kube.deployment.captain.ListFileDetails\"W\n\x0fListFileDetails\x12\x15\n\ris_point_file\x18\x01 \x01(\x08\x12\x17\n\x0fpoint_file_path\x18\x02 \x01(\t\x12\x14\n\x0cobject_paths\x18\x03 \x03(\t\"\xf0\x01\n\"CreateInferenceTaskExecutorRequest\x12\x63\n\x1btask_executor_configuration\x18\x01 \x01(\x0b\x32>.qwak.kube.deployment.captain.TaskExecutorConfigurationMessage\x12\x65\n\x1cinference_task_configuration\x18\x02 \x01(\x0b\x32?.qwak.kube.deployment.captain.InferenceTaskConfigurationMessage\"\x89\x01\n\x1aPrepareInferenceJobRequest\x12k\n#inference_job_configuration_message\x18\x01 \x01(\x0b\x32>.qwak.kube.deployment.captain.InferenceJobConfigurationMessage\"F\n\x1bPrepareInferenceJobResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x16\n\x0e\x66\x61ilure_reason\x18\x02 \x01(\t\"\xcd\x04\n TaskExecutorConfigurationMessage\x12\x18\n\x10inference_job_id\x18\x01 \x01(\t\x12\x19\n\x11inference_task_id\x18\x02 \x01(\t\x12G\n\x10model_identifier\x18\x05 \x01(\x0b\x32-.qwak.kube.deployment.captain.ModelIdentifier\x12\x11\n\timage_url\x18\x06 \x01(\t\x12\x15\n\rbackoff_limit\x18\x07 \x01(\x05\x12\x0f\n\x03\x63pu\x18\x08 \x01(\x02\x42\x02\x18\x01\x12\x19\n\rmemory_amount\x18\t \x01(\x05\x42\x02\x18\x01\x12\x45\n\x0cmemory_units\x18\n \x01(\x0e\x32+.qwak.kube.deployment.captain.MemoryUnitApiB\x02\x18\x01\x12\x16\n\x0e\x65nvironment_id\x18\x0b \x01(\t\x12\x1b\n\x13\x63ustom_iam_role_arn\x18\x0c \x01(\t\x12\x41\n\x08job_size\x18\r \x01(\x0b\x32/.qwak.kube.deployment.captain.BatchJobResources\x12\x17\n\x0fpurchase_option\x18\x0e \x01(\t\x12\x19\n\x11image_pull_secret\x18\x0f \x01(\t\x12%\n\x1d\x63ustom_service_account_secret\x18\x10 \x01(\t\x12#\n\x1bjfrog_token_api_secret_name\x18\x11 \x01(\t\x12\x16\n\x0ejfrog_base_url\x18\x12 \x01(\t\"q\n InferenceJobConfigurationMessage\x12\x18\n\x10inference_job_id\x18\x01 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\x12\x1b\n\x13\x63ustom_iam_role_arn\x18\x03 \x01(\t\"`\n\x0fModelIdentifier\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\x12\x15\n\tbranch_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x12\n\nmodel_uuid\x18\x04 \x01(\t\"\xa2\x01\n\x1dListFilesPreStepConfiguration\x12\x13\n\x0bsource_path\x18\x01 \x01(\t\x12\x1c\n\x14list_files_file_name\x18\x02 \x01(\t\x12\x1d\n\x15total_number_of_tasks\x18\x03 \x01(\x05\x12/\n\ntask_index\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\"\xf4\x04\n!InferenceTaskConfigurationMessage\x12\x15\n\rsource_bucket\x18\x01 \x01(\t\x12\x1a\n\x12\x64\x65stination_bucket\x18\x02 \x01(\t\x12\x10\n\x08\x66ilepath\x18\x03 \x01(\t\x12\x18\n\x10\x64\x65stination_path\x18\x04 \x01(\t\x12\x44\n\x0finput_file_type\x18\x05 \x01(\x0e\x32+.qwak.kube.deployment.captain.InputFileType\x12\x46\n\x10output_file_type\x18\x06 \x01(\x0e\x32,.qwak.kube.deployment.captain.OutputFileType\x12\x14\n\x0ctoken_secret\x18\x07 \x01(\t\x12\x15\n\rsecret_secret\x18\x08 \x01(\t\x12\x43\n\nparameters\x18\t \x03(\x0b\x32/.qwak.kube.deployment.captain.BatchJobParameter\x12\x43\n\x0e\x63loud_provider\x18\n \x01(\x0e\x32+.qwak.kube.deployment.captain.CloudProvider\x12\'\n\x1fservice_account_json_key_secret\x18\x0b \x01(\t\x12\x1a\n\x12is_point_file_path\x18\x0c \x01(\x08\x12\x66\n!list_files_pre_step_configuration\x18\r \x01(\x0b\x32;.qwak.kube.deployment.captain.ListFilesPreStepConfiguration\"/\n\x11\x42\x61tchJobParameter\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"?\n#CleanInferenceTasksExecutorsRequest\x12\x18\n\x10inference_job_id\x18\x01 \x01(\t\"O\n$CleanInferenceTasksExecutorsResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x16\n\x0e\x66\x61ilure_reason\x18\x02 \x01(\t\"X\n!CleanInferenceTaskExecutorRequest\x12\x18\n\x10inference_job_id\x18\x01 \x01(\t\x12\x19\n\x11inference_task_id\x18\x02 \x01(\t\"M\n\"CleanInferenceTaskExecutorResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x16\n\x0e\x66\x61ilure_reason\x18\x02 \x01(\t\"N\n#CreateInferenceTaskExecutorResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x16\n\x0e\x66\x61ilure_reason\x18\x02 \x01(\t\"\xf7\x02\n\x1eStartInferenceJobWarmupRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x15\n\tbranch_id\x18\x02 \x01(\tB\x02\x18\x01\x12\x10\n\x08\x62uild_id\x18\x03 \x01(\t\x12\x11\n\timage_url\x18\x04 \x01(\t\x12\x0f\n\x03\x63pu\x18\x05 \x01(\x02\x42\x02\x18\x01\x12\x19\n\rmemory_amount\x18\x06 \x01(\x05\x42\x02\x18\x01\x12\x45\n\x0cmemory_units\x18\x07 \x01(\x0e\x32+.qwak.kube.deployment.captain.MemoryUnitApiB\x02\x18\x01\x12\x11\n\texecutors\x18\x08 \x01(\x05\x12\x0f\n\x07timeout\x18\t \x01(\x05\x12\x41\n\x08job_size\x18\n \x01(\x0b\x32/.qwak.kube.deployment.captain.BatchJobResources\x12\x12\n\nmodel_uuid\x18\x0b \x01(\t\x12\x19\n\x11image_pull_secret\x18\x0c \x01(\t\"!\n\x1fStartInferenceJobWarmupResponse\"p\n\x1f\x43\x61ncelInferenceJobWarmupRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x15\n\tbranch_id\x18\x02 \x01(\tB\x02\x18\x01\x12\x10\n\x08\x62uild_id\x18\x03 \x01(\t\x12\x12\n\nmodel_uuid\x18\x04 \x01(\t\"\"\n CancelInferenceJobWarmupResponse\"\xd5\x01\n\x11\x42\x61tchJobResources\x12\x16\n\x0enumber_of_pods\x18\x01 \x01(\x05\x12\x0b\n\x03\x63pu\x18\x02 \x01(\x02\x12\x15\n\rmemory_amount\x18\x03 \x01(\x05\x12\x41\n\x0cmemory_units\x18\x04 \x01(\x0e\x32+.qwak.kube.deployment.captain.MemoryUnitApi\x12\x41\n\rgpu_resources\x18\x05 \x01(\x0b\x32*.qwak.kube.deployment.captain.GpuResources\"[\n\x0cGpuResources\x12\x37\n\x08gpu_type\x18\x01 \x01(\x0e\x32%.qwak.kube.deployment.captain.GpuType\x12\x12\n\ngpu_amount\x18\x02 \x01(\x05*:\n\rMemoryUnitApi\x12\x17\n\x13UNKNOWN_MEMORY_UNIT\x10\x00\x12\x07\n\x03MIB\x10\x01\x12\x07\n\x03GIB\x10\x02*\x81\x01\n\rInputFileType\x12\x1d\n\x19UNDEFINED_INPUT_FILE_TYPE\x10\x00\x12\x17\n\x13\x43SV_INPUT_FILE_TYPE\x10\x01\x12\x1b\n\x17\x46\x45\x41THER_INPUT_FILE_TYPE\x10\x02\x12\x1b\n\x17PARQUET_INPUT_FILE_TYPE\x10\x03*\x86\x01\n\x0eOutputFileType\x12\x1e\n\x1aUNDEFINED_OUTPUT_FILE_TYPE\x10\x00\x12\x18\n\x14\x43SV_OUTPUT_FILE_TYPE\x10\x01\x12\x1c\n\x18\x46\x45\x41THER_OUTPUT_FILE_TYPE\x10\x02\x12\x1c\n\x18PARQUET_OUTPUT_FILE_TYPE\x10\x03*\x90\x02\n\x07GpuType\x12\x0f\n\x0bINVALID_GPU\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*=\n\rCloudProvider\x12\x1a\n\x16UNKNOWN_CLOUD_PROVIDER\x10\x00\x12\x07\n\x03\x41WS\x10\x01\x12\x07\n\x03GCP\x10\x02\x42+\n\'com.qwak.ai.kube.deployment.captain.apiP\x01\x62\x06proto3')
20
18
 
21
- _MEMORYUNITAPI = DESCRIPTOR.enum_types_by_name['MemoryUnitApi']
22
- MemoryUnitApi = enum_type_wrapper.EnumTypeWrapper(_MEMORYUNITAPI)
23
- _INPUTFILETYPE = DESCRIPTOR.enum_types_by_name['InputFileType']
24
- InputFileType = enum_type_wrapper.EnumTypeWrapper(_INPUTFILETYPE)
25
- _OUTPUTFILETYPE = DESCRIPTOR.enum_types_by_name['OutputFileType']
26
- OutputFileType = enum_type_wrapper.EnumTypeWrapper(_OUTPUTFILETYPE)
27
- _GPUTYPE = DESCRIPTOR.enum_types_by_name['GpuType']
28
- GpuType = enum_type_wrapper.EnumTypeWrapper(_GPUTYPE)
29
- _CLOUDPROVIDER = DESCRIPTOR.enum_types_by_name['CloudProvider']
30
- CloudProvider = enum_type_wrapper.EnumTypeWrapper(_CLOUDPROVIDER)
31
- UNKNOWN_MEMORY_UNIT = 0
32
- MIB = 1
33
- GIB = 2
34
- UNDEFINED_INPUT_FILE_TYPE = 0
35
- CSV_INPUT_FILE_TYPE = 1
36
- FEATHER_INPUT_FILE_TYPE = 2
37
- PARQUET_INPUT_FILE_TYPE = 3
38
- UNDEFINED_OUTPUT_FILE_TYPE = 0
39
- CSV_OUTPUT_FILE_TYPE = 1
40
- FEATHER_OUTPUT_FILE_TYPE = 2
41
- PARQUET_OUTPUT_FILE_TYPE = 3
42
- INVALID_GPU = 0
43
- NVIDIA_K80 = 1
44
- NVIDIA_V100 = 2
45
- NVIDIA_A100 = 3
46
- NVIDIA_T4 = 4
47
- NVIDIA_A10G = 5
48
- NVIDIA_L4 = 6
49
- NVIDIA_T4_1_4_15 = 7
50
- NVIDIA_T4_1_8_30 = 8
51
- NVIDIA_T4_1_16_60 = 9
52
- NVIDIA_A100_80GB_8_96_1360 = 10
53
- NVIDIA_V100_1_8_52 = 11
54
- NVIDIA_V100_4_32_208 = 12
55
- UNKNOWN_CLOUD_PROVIDER = 0
56
- AWS = 1
57
- GCP = 2
58
-
59
-
60
- _LISTINFERENCEJOBFILESREQUEST = DESCRIPTOR.message_types_by_name['ListInferenceJobFilesRequest']
61
- _GROUPEDTASKDETAILS = DESCRIPTOR.message_types_by_name['GroupedTaskDetails']
62
- _CLEANSTORAGEOBJECTFROMCLOUDSTORAGEREQUEST = DESCRIPTOR.message_types_by_name['CleanStorageObjectFromCloudStorageRequest']
63
- _AWSCREDENTIALS = DESCRIPTOR.message_types_by_name['AwsCredentials']
64
- _GCPCREDENTIALS = DESCRIPTOR.message_types_by_name['GcpCredentials']
65
- _LISTINFERENCEJOBFILESRESPONSE = DESCRIPTOR.message_types_by_name['ListInferenceJobFilesResponse']
66
- _LISTFILEDETAILS = DESCRIPTOR.message_types_by_name['ListFileDetails']
67
- _CREATEINFERENCETASKEXECUTORREQUEST = DESCRIPTOR.message_types_by_name['CreateInferenceTaskExecutorRequest']
68
- _PREPAREINFERENCEJOBREQUEST = DESCRIPTOR.message_types_by_name['PrepareInferenceJobRequest']
69
- _PREPAREINFERENCEJOBRESPONSE = DESCRIPTOR.message_types_by_name['PrepareInferenceJobResponse']
70
- _TASKEXECUTORCONFIGURATIONMESSAGE = DESCRIPTOR.message_types_by_name['TaskExecutorConfigurationMessage']
71
- _INFERENCEJOBCONFIGURATIONMESSAGE = DESCRIPTOR.message_types_by_name['InferenceJobConfigurationMessage']
72
- _MODELIDENTIFIER = DESCRIPTOR.message_types_by_name['ModelIdentifier']
73
- _LISTFILESPRESTEPCONFIGURATION = DESCRIPTOR.message_types_by_name['ListFilesPreStepConfiguration']
74
- _INFERENCETASKCONFIGURATIONMESSAGE = DESCRIPTOR.message_types_by_name['InferenceTaskConfigurationMessage']
75
- _BATCHJOBPARAMETER = DESCRIPTOR.message_types_by_name['BatchJobParameter']
76
- _CLEANINFERENCETASKSEXECUTORSREQUEST = DESCRIPTOR.message_types_by_name['CleanInferenceTasksExecutorsRequest']
77
- _CLEANINFERENCETASKSEXECUTORSRESPONSE = DESCRIPTOR.message_types_by_name['CleanInferenceTasksExecutorsResponse']
78
- _CLEANINFERENCETASKEXECUTORREQUEST = DESCRIPTOR.message_types_by_name['CleanInferenceTaskExecutorRequest']
79
- _CLEANINFERENCETASKEXECUTORRESPONSE = DESCRIPTOR.message_types_by_name['CleanInferenceTaskExecutorResponse']
80
- _CREATEINFERENCETASKEXECUTORRESPONSE = DESCRIPTOR.message_types_by_name['CreateInferenceTaskExecutorResponse']
81
- _STARTINFERENCEJOBWARMUPREQUEST = DESCRIPTOR.message_types_by_name['StartInferenceJobWarmupRequest']
82
- _STARTINFERENCEJOBWARMUPRESPONSE = DESCRIPTOR.message_types_by_name['StartInferenceJobWarmupResponse']
83
- _CANCELINFERENCEJOBWARMUPREQUEST = DESCRIPTOR.message_types_by_name['CancelInferenceJobWarmupRequest']
84
- _CANCELINFERENCEJOBWARMUPRESPONSE = DESCRIPTOR.message_types_by_name['CancelInferenceJobWarmupResponse']
85
- _BATCHJOBRESOURCES = DESCRIPTOR.message_types_by_name['BatchJobResources']
86
- _GPURESOURCES = DESCRIPTOR.message_types_by_name['GpuResources']
87
- ListInferenceJobFilesRequest = _reflection.GeneratedProtocolMessageType('ListInferenceJobFilesRequest', (_message.Message,), {
88
- 'DESCRIPTOR' : _LISTINFERENCEJOBFILESREQUEST,
89
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
90
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.ListInferenceJobFilesRequest)
91
- })
92
- _sym_db.RegisterMessage(ListInferenceJobFilesRequest)
93
-
94
- GroupedTaskDetails = _reflection.GeneratedProtocolMessageType('GroupedTaskDetails', (_message.Message,), {
95
- 'DESCRIPTOR' : _GROUPEDTASKDETAILS,
96
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
97
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.GroupedTaskDetails)
98
- })
99
- _sym_db.RegisterMessage(GroupedTaskDetails)
100
-
101
- CleanStorageObjectFromCloudStorageRequest = _reflection.GeneratedProtocolMessageType('CleanStorageObjectFromCloudStorageRequest', (_message.Message,), {
102
- 'DESCRIPTOR' : _CLEANSTORAGEOBJECTFROMCLOUDSTORAGEREQUEST,
103
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
104
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CleanStorageObjectFromCloudStorageRequest)
105
- })
106
- _sym_db.RegisterMessage(CleanStorageObjectFromCloudStorageRequest)
107
-
108
- AwsCredentials = _reflection.GeneratedProtocolMessageType('AwsCredentials', (_message.Message,), {
109
- 'DESCRIPTOR' : _AWSCREDENTIALS,
110
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
111
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.AwsCredentials)
112
- })
113
- _sym_db.RegisterMessage(AwsCredentials)
114
-
115
- GcpCredentials = _reflection.GeneratedProtocolMessageType('GcpCredentials', (_message.Message,), {
116
- 'DESCRIPTOR' : _GCPCREDENTIALS,
117
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
118
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.GcpCredentials)
119
- })
120
- _sym_db.RegisterMessage(GcpCredentials)
121
-
122
- ListInferenceJobFilesResponse = _reflection.GeneratedProtocolMessageType('ListInferenceJobFilesResponse', (_message.Message,), {
123
- 'DESCRIPTOR' : _LISTINFERENCEJOBFILESRESPONSE,
124
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
125
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.ListInferenceJobFilesResponse)
126
- })
127
- _sym_db.RegisterMessage(ListInferenceJobFilesResponse)
128
-
129
- ListFileDetails = _reflection.GeneratedProtocolMessageType('ListFileDetails', (_message.Message,), {
130
- 'DESCRIPTOR' : _LISTFILEDETAILS,
131
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
132
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.ListFileDetails)
133
- })
134
- _sym_db.RegisterMessage(ListFileDetails)
135
-
136
- CreateInferenceTaskExecutorRequest = _reflection.GeneratedProtocolMessageType('CreateInferenceTaskExecutorRequest', (_message.Message,), {
137
- 'DESCRIPTOR' : _CREATEINFERENCETASKEXECUTORREQUEST,
138
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
139
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CreateInferenceTaskExecutorRequest)
140
- })
141
- _sym_db.RegisterMessage(CreateInferenceTaskExecutorRequest)
142
-
143
- PrepareInferenceJobRequest = _reflection.GeneratedProtocolMessageType('PrepareInferenceJobRequest', (_message.Message,), {
144
- 'DESCRIPTOR' : _PREPAREINFERENCEJOBREQUEST,
145
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
146
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.PrepareInferenceJobRequest)
147
- })
148
- _sym_db.RegisterMessage(PrepareInferenceJobRequest)
149
-
150
- PrepareInferenceJobResponse = _reflection.GeneratedProtocolMessageType('PrepareInferenceJobResponse', (_message.Message,), {
151
- 'DESCRIPTOR' : _PREPAREINFERENCEJOBRESPONSE,
152
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
153
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.PrepareInferenceJobResponse)
154
- })
155
- _sym_db.RegisterMessage(PrepareInferenceJobResponse)
156
-
157
- TaskExecutorConfigurationMessage = _reflection.GeneratedProtocolMessageType('TaskExecutorConfigurationMessage', (_message.Message,), {
158
- 'DESCRIPTOR' : _TASKEXECUTORCONFIGURATIONMESSAGE,
159
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
160
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.TaskExecutorConfigurationMessage)
161
- })
162
- _sym_db.RegisterMessage(TaskExecutorConfigurationMessage)
163
-
164
- InferenceJobConfigurationMessage = _reflection.GeneratedProtocolMessageType('InferenceJobConfigurationMessage', (_message.Message,), {
165
- 'DESCRIPTOR' : _INFERENCEJOBCONFIGURATIONMESSAGE,
166
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
167
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.InferenceJobConfigurationMessage)
168
- })
169
- _sym_db.RegisterMessage(InferenceJobConfigurationMessage)
170
-
171
- ModelIdentifier = _reflection.GeneratedProtocolMessageType('ModelIdentifier', (_message.Message,), {
172
- 'DESCRIPTOR' : _MODELIDENTIFIER,
173
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
174
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.ModelIdentifier)
175
- })
176
- _sym_db.RegisterMessage(ModelIdentifier)
177
-
178
- ListFilesPreStepConfiguration = _reflection.GeneratedProtocolMessageType('ListFilesPreStepConfiguration', (_message.Message,), {
179
- 'DESCRIPTOR' : _LISTFILESPRESTEPCONFIGURATION,
180
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
181
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.ListFilesPreStepConfiguration)
182
- })
183
- _sym_db.RegisterMessage(ListFilesPreStepConfiguration)
184
-
185
- InferenceTaskConfigurationMessage = _reflection.GeneratedProtocolMessageType('InferenceTaskConfigurationMessage', (_message.Message,), {
186
- 'DESCRIPTOR' : _INFERENCETASKCONFIGURATIONMESSAGE,
187
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
188
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.InferenceTaskConfigurationMessage)
189
- })
190
- _sym_db.RegisterMessage(InferenceTaskConfigurationMessage)
191
-
192
- BatchJobParameter = _reflection.GeneratedProtocolMessageType('BatchJobParameter', (_message.Message,), {
193
- 'DESCRIPTOR' : _BATCHJOBPARAMETER,
194
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
195
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.BatchJobParameter)
196
- })
197
- _sym_db.RegisterMessage(BatchJobParameter)
198
-
199
- CleanInferenceTasksExecutorsRequest = _reflection.GeneratedProtocolMessageType('CleanInferenceTasksExecutorsRequest', (_message.Message,), {
200
- 'DESCRIPTOR' : _CLEANINFERENCETASKSEXECUTORSREQUEST,
201
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
202
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CleanInferenceTasksExecutorsRequest)
203
- })
204
- _sym_db.RegisterMessage(CleanInferenceTasksExecutorsRequest)
205
-
206
- CleanInferenceTasksExecutorsResponse = _reflection.GeneratedProtocolMessageType('CleanInferenceTasksExecutorsResponse', (_message.Message,), {
207
- 'DESCRIPTOR' : _CLEANINFERENCETASKSEXECUTORSRESPONSE,
208
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
209
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CleanInferenceTasksExecutorsResponse)
210
- })
211
- _sym_db.RegisterMessage(CleanInferenceTasksExecutorsResponse)
212
-
213
- CleanInferenceTaskExecutorRequest = _reflection.GeneratedProtocolMessageType('CleanInferenceTaskExecutorRequest', (_message.Message,), {
214
- 'DESCRIPTOR' : _CLEANINFERENCETASKEXECUTORREQUEST,
215
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
216
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CleanInferenceTaskExecutorRequest)
217
- })
218
- _sym_db.RegisterMessage(CleanInferenceTaskExecutorRequest)
219
-
220
- CleanInferenceTaskExecutorResponse = _reflection.GeneratedProtocolMessageType('CleanInferenceTaskExecutorResponse', (_message.Message,), {
221
- 'DESCRIPTOR' : _CLEANINFERENCETASKEXECUTORRESPONSE,
222
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
223
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CleanInferenceTaskExecutorResponse)
224
- })
225
- _sym_db.RegisterMessage(CleanInferenceTaskExecutorResponse)
226
-
227
- CreateInferenceTaskExecutorResponse = _reflection.GeneratedProtocolMessageType('CreateInferenceTaskExecutorResponse', (_message.Message,), {
228
- 'DESCRIPTOR' : _CREATEINFERENCETASKEXECUTORRESPONSE,
229
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
230
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CreateInferenceTaskExecutorResponse)
231
- })
232
- _sym_db.RegisterMessage(CreateInferenceTaskExecutorResponse)
233
-
234
- StartInferenceJobWarmupRequest = _reflection.GeneratedProtocolMessageType('StartInferenceJobWarmupRequest', (_message.Message,), {
235
- 'DESCRIPTOR' : _STARTINFERENCEJOBWARMUPREQUEST,
236
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
237
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.StartInferenceJobWarmupRequest)
238
- })
239
- _sym_db.RegisterMessage(StartInferenceJobWarmupRequest)
240
-
241
- StartInferenceJobWarmupResponse = _reflection.GeneratedProtocolMessageType('StartInferenceJobWarmupResponse', (_message.Message,), {
242
- 'DESCRIPTOR' : _STARTINFERENCEJOBWARMUPRESPONSE,
243
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
244
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.StartInferenceJobWarmupResponse)
245
- })
246
- _sym_db.RegisterMessage(StartInferenceJobWarmupResponse)
247
-
248
- CancelInferenceJobWarmupRequest = _reflection.GeneratedProtocolMessageType('CancelInferenceJobWarmupRequest', (_message.Message,), {
249
- 'DESCRIPTOR' : _CANCELINFERENCEJOBWARMUPREQUEST,
250
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
251
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CancelInferenceJobWarmupRequest)
252
- })
253
- _sym_db.RegisterMessage(CancelInferenceJobWarmupRequest)
254
-
255
- CancelInferenceJobWarmupResponse = _reflection.GeneratedProtocolMessageType('CancelInferenceJobWarmupResponse', (_message.Message,), {
256
- 'DESCRIPTOR' : _CANCELINFERENCEJOBWARMUPRESPONSE,
257
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
258
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CancelInferenceJobWarmupResponse)
259
- })
260
- _sym_db.RegisterMessage(CancelInferenceJobWarmupResponse)
261
-
262
- BatchJobResources = _reflection.GeneratedProtocolMessageType('BatchJobResources', (_message.Message,), {
263
- 'DESCRIPTOR' : _BATCHJOBRESOURCES,
264
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
265
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.BatchJobResources)
266
- })
267
- _sym_db.RegisterMessage(BatchJobResources)
268
-
269
- GpuResources = _reflection.GeneratedProtocolMessageType('GpuResources', (_message.Message,), {
270
- 'DESCRIPTOR' : _GPURESOURCES,
271
- '__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
272
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.GpuResources)
273
- })
274
- _sym_db.RegisterMessage(GpuResources)
275
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.kube_deployment_captain.batch_job_pb2', _globals)
276
22
  if _descriptor._USE_C_DESCRIPTORS == False:
277
23
 
278
24
  DESCRIPTOR._options = None
@@ -301,68 +47,68 @@ if _descriptor._USE_C_DESCRIPTORS == False:
301
47
  _STARTINFERENCEJOBWARMUPREQUEST.fields_by_name['memory_units']._serialized_options = b'\030\001'
302
48
  _CANCELINFERENCEJOBWARMUPREQUEST.fields_by_name['branch_id']._options = None
303
49
  _CANCELINFERENCEJOBWARMUPREQUEST.fields_by_name['branch_id']._serialized_options = b'\030\001'
304
- _MEMORYUNITAPI._serialized_start=4761
305
- _MEMORYUNITAPI._serialized_end=4819
306
- _INPUTFILETYPE._serialized_start=4822
307
- _INPUTFILETYPE._serialized_end=4951
308
- _OUTPUTFILETYPE._serialized_start=4954
309
- _OUTPUTFILETYPE._serialized_end=5088
310
- _GPUTYPE._serialized_start=5091
311
- _GPUTYPE._serialized_end=5363
312
- _CLOUDPROVIDER._serialized_start=5365
313
- _CLOUDPROVIDER._serialized_end=5426
314
- _LISTINFERENCEJOBFILESREQUEST._serialized_start=111
315
- _LISTINFERENCEJOBFILESREQUEST._serialized_end=577
316
- _GROUPEDTASKDETAILS._serialized_start=579
317
- _GROUPEDTASKDETAILS._serialized_end=678
318
- _CLEANSTORAGEOBJECTFROMCLOUDSTORAGEREQUEST._serialized_start=681
319
- _CLEANSTORAGEOBJECTFROMCLOUDSTORAGEREQUEST._serialized_end=989
320
- _AWSCREDENTIALS._serialized_start=991
321
- _AWSCREDENTIALS._serialized_end=1070
322
- _GCPCREDENTIALS._serialized_start=1072
323
- _GCPCREDENTIALS._serialized_end=1129
324
- _LISTINFERENCEJOBFILESRESPONSE._serialized_start=1132
325
- _LISTINFERENCEJOBFILESRESPONSE._serialized_end=1298
326
- _LISTFILEDETAILS._serialized_start=1300
327
- _LISTFILEDETAILS._serialized_end=1387
328
- _CREATEINFERENCETASKEXECUTORREQUEST._serialized_start=1390
329
- _CREATEINFERENCETASKEXECUTORREQUEST._serialized_end=1630
330
- _PREPAREINFERENCEJOBREQUEST._serialized_start=1633
331
- _PREPAREINFERENCEJOBREQUEST._serialized_end=1770
332
- _PREPAREINFERENCEJOBRESPONSE._serialized_start=1772
333
- _PREPAREINFERENCEJOBRESPONSE._serialized_end=1842
334
- _TASKEXECUTORCONFIGURATIONMESSAGE._serialized_start=1845
335
- _TASKEXECUTORCONFIGURATIONMESSAGE._serialized_end=2434
336
- _INFERENCEJOBCONFIGURATIONMESSAGE._serialized_start=2436
337
- _INFERENCEJOBCONFIGURATIONMESSAGE._serialized_end=2549
338
- _MODELIDENTIFIER._serialized_start=2551
339
- _MODELIDENTIFIER._serialized_end=2647
340
- _LISTFILESPRESTEPCONFIGURATION._serialized_start=2650
341
- _LISTFILESPRESTEPCONFIGURATION._serialized_end=2812
342
- _INFERENCETASKCONFIGURATIONMESSAGE._serialized_start=2815
343
- _INFERENCETASKCONFIGURATIONMESSAGE._serialized_end=3443
344
- _BATCHJOBPARAMETER._serialized_start=3445
345
- _BATCHJOBPARAMETER._serialized_end=3492
346
- _CLEANINFERENCETASKSEXECUTORSREQUEST._serialized_start=3494
347
- _CLEANINFERENCETASKSEXECUTORSREQUEST._serialized_end=3557
348
- _CLEANINFERENCETASKSEXECUTORSRESPONSE._serialized_start=3559
349
- _CLEANINFERENCETASKSEXECUTORSRESPONSE._serialized_end=3638
350
- _CLEANINFERENCETASKEXECUTORREQUEST._serialized_start=3640
351
- _CLEANINFERENCETASKEXECUTORREQUEST._serialized_end=3728
352
- _CLEANINFERENCETASKEXECUTORRESPONSE._serialized_start=3730
353
- _CLEANINFERENCETASKEXECUTORRESPONSE._serialized_end=3807
354
- _CREATEINFERENCETASKEXECUTORRESPONSE._serialized_start=3809
355
- _CREATEINFERENCETASKEXECUTORRESPONSE._serialized_end=3887
356
- _STARTINFERENCEJOBWARMUPREQUEST._serialized_start=3890
357
- _STARTINFERENCEJOBWARMUPREQUEST._serialized_end=4265
358
- _STARTINFERENCEJOBWARMUPRESPONSE._serialized_start=4267
359
- _STARTINFERENCEJOBWARMUPRESPONSE._serialized_end=4300
360
- _CANCELINFERENCEJOBWARMUPREQUEST._serialized_start=4302
361
- _CANCELINFERENCEJOBWARMUPREQUEST._serialized_end=4414
362
- _CANCELINFERENCEJOBWARMUPRESPONSE._serialized_start=4416
363
- _CANCELINFERENCEJOBWARMUPRESPONSE._serialized_end=4450
364
- _BATCHJOBRESOURCES._serialized_start=4453
365
- _BATCHJOBRESOURCES._serialized_end=4666
366
- _GPURESOURCES._serialized_start=4668
367
- _GPURESOURCES._serialized_end=4759
50
+ _globals['_MEMORYUNITAPI']._serialized_start=4761
51
+ _globals['_MEMORYUNITAPI']._serialized_end=4819
52
+ _globals['_INPUTFILETYPE']._serialized_start=4822
53
+ _globals['_INPUTFILETYPE']._serialized_end=4951
54
+ _globals['_OUTPUTFILETYPE']._serialized_start=4954
55
+ _globals['_OUTPUTFILETYPE']._serialized_end=5088
56
+ _globals['_GPUTYPE']._serialized_start=5091
57
+ _globals['_GPUTYPE']._serialized_end=5363
58
+ _globals['_CLOUDPROVIDER']._serialized_start=5365
59
+ _globals['_CLOUDPROVIDER']._serialized_end=5426
60
+ _globals['_LISTINFERENCEJOBFILESREQUEST']._serialized_start=111
61
+ _globals['_LISTINFERENCEJOBFILESREQUEST']._serialized_end=577
62
+ _globals['_GROUPEDTASKDETAILS']._serialized_start=579
63
+ _globals['_GROUPEDTASKDETAILS']._serialized_end=678
64
+ _globals['_CLEANSTORAGEOBJECTFROMCLOUDSTORAGEREQUEST']._serialized_start=681
65
+ _globals['_CLEANSTORAGEOBJECTFROMCLOUDSTORAGEREQUEST']._serialized_end=989
66
+ _globals['_AWSCREDENTIALS']._serialized_start=991
67
+ _globals['_AWSCREDENTIALS']._serialized_end=1070
68
+ _globals['_GCPCREDENTIALS']._serialized_start=1072
69
+ _globals['_GCPCREDENTIALS']._serialized_end=1129
70
+ _globals['_LISTINFERENCEJOBFILESRESPONSE']._serialized_start=1132
71
+ _globals['_LISTINFERENCEJOBFILESRESPONSE']._serialized_end=1298
72
+ _globals['_LISTFILEDETAILS']._serialized_start=1300
73
+ _globals['_LISTFILEDETAILS']._serialized_end=1387
74
+ _globals['_CREATEINFERENCETASKEXECUTORREQUEST']._serialized_start=1390
75
+ _globals['_CREATEINFERENCETASKEXECUTORREQUEST']._serialized_end=1630
76
+ _globals['_PREPAREINFERENCEJOBREQUEST']._serialized_start=1633
77
+ _globals['_PREPAREINFERENCEJOBREQUEST']._serialized_end=1770
78
+ _globals['_PREPAREINFERENCEJOBRESPONSE']._serialized_start=1772
79
+ _globals['_PREPAREINFERENCEJOBRESPONSE']._serialized_end=1842
80
+ _globals['_TASKEXECUTORCONFIGURATIONMESSAGE']._serialized_start=1845
81
+ _globals['_TASKEXECUTORCONFIGURATIONMESSAGE']._serialized_end=2434
82
+ _globals['_INFERENCEJOBCONFIGURATIONMESSAGE']._serialized_start=2436
83
+ _globals['_INFERENCEJOBCONFIGURATIONMESSAGE']._serialized_end=2549
84
+ _globals['_MODELIDENTIFIER']._serialized_start=2551
85
+ _globals['_MODELIDENTIFIER']._serialized_end=2647
86
+ _globals['_LISTFILESPRESTEPCONFIGURATION']._serialized_start=2650
87
+ _globals['_LISTFILESPRESTEPCONFIGURATION']._serialized_end=2812
88
+ _globals['_INFERENCETASKCONFIGURATIONMESSAGE']._serialized_start=2815
89
+ _globals['_INFERENCETASKCONFIGURATIONMESSAGE']._serialized_end=3443
90
+ _globals['_BATCHJOBPARAMETER']._serialized_start=3445
91
+ _globals['_BATCHJOBPARAMETER']._serialized_end=3492
92
+ _globals['_CLEANINFERENCETASKSEXECUTORSREQUEST']._serialized_start=3494
93
+ _globals['_CLEANINFERENCETASKSEXECUTORSREQUEST']._serialized_end=3557
94
+ _globals['_CLEANINFERENCETASKSEXECUTORSRESPONSE']._serialized_start=3559
95
+ _globals['_CLEANINFERENCETASKSEXECUTORSRESPONSE']._serialized_end=3638
96
+ _globals['_CLEANINFERENCETASKEXECUTORREQUEST']._serialized_start=3640
97
+ _globals['_CLEANINFERENCETASKEXECUTORREQUEST']._serialized_end=3728
98
+ _globals['_CLEANINFERENCETASKEXECUTORRESPONSE']._serialized_start=3730
99
+ _globals['_CLEANINFERENCETASKEXECUTORRESPONSE']._serialized_end=3807
100
+ _globals['_CREATEINFERENCETASKEXECUTORRESPONSE']._serialized_start=3809
101
+ _globals['_CREATEINFERENCETASKEXECUTORRESPONSE']._serialized_end=3887
102
+ _globals['_STARTINFERENCEJOBWARMUPREQUEST']._serialized_start=3890
103
+ _globals['_STARTINFERENCEJOBWARMUPREQUEST']._serialized_end=4265
104
+ _globals['_STARTINFERENCEJOBWARMUPRESPONSE']._serialized_start=4267
105
+ _globals['_STARTINFERENCEJOBWARMUPRESPONSE']._serialized_end=4300
106
+ _globals['_CANCELINFERENCEJOBWARMUPREQUEST']._serialized_start=4302
107
+ _globals['_CANCELINFERENCEJOBWARMUPREQUEST']._serialized_end=4414
108
+ _globals['_CANCELINFERENCEJOBWARMUPRESPONSE']._serialized_start=4416
109
+ _globals['_CANCELINFERENCEJOBWARMUPRESPONSE']._serialized_end=4450
110
+ _globals['_BATCHJOBRESOURCES']._serialized_start=4453
111
+ _globals['_BATCHJOBRESOURCES']._serialized_end=4666
112
+ _globals['_GPURESOURCES']._serialized_start=4668
113
+ _globals['_GPURESOURCES']._serialized_end=4759
368
114
  # @@protoc_insertion_point(module_scope)