qwak-core 0.4.278__py3-none-any.whl → 0.5.19__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.

Potentially problematic release.


This version of qwak-core might be problematic. Click here for more details.

Files changed (361) 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 +25 -88
  4. _qwak_proto/qwak/administration/account/v1/account_pb2.pyi +21 -2
  5. _qwak_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
  6. _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
  7. _qwak_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
  8. _qwak_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
  9. _qwak_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
  10. _qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
  11. _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
  12. _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.pyi +1 -1
  13. _qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
  14. _qwak_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
  15. _qwak_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2.py +32 -0
  16. _qwak_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2.pyi +65 -0
  17. _qwak_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2_grpc.py +4 -0
  18. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
  19. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
  20. _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +13 -35
  21. _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi +24 -3
  22. _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.py +34 -0
  23. _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.pyi +97 -0
  24. _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2_grpc.py +4 -0
  25. _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
  26. _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
  27. _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +9 -15
  28. _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi +29 -0
  29. _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
  30. _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +8 -15
  31. _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +16 -0
  32. _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
  33. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2.py +42 -0
  34. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2.pyi +159 -0
  35. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2_grpc.py +4 -0
  36. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.py +39 -0
  37. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.pyi +126 -0
  38. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2_grpc.py +4 -0
  39. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +19 -55
  40. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +38 -6
  41. _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
  42. _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
  43. _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
  44. _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +13 -35
  45. _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi +26 -3
  46. _qwak_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
  47. _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +8 -15
  48. _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi +7 -2
  49. _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +13 -35
  50. _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi +24 -3
  51. _qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
  52. _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
  53. _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
  54. _qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
  55. _qwak_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
  56. _qwak_proto/qwak/administration/v0/users/user_pb2.py +18 -71
  57. _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +29 -116
  58. _qwak_proto/qwak/admiral/secret/v0/secret_pb2.pyi +21 -2
  59. _qwak_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
  60. _qwak_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
  61. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
  62. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
  63. _qwak_proto/qwak/analytics/analytics_pb2.py +26 -121
  64. _qwak_proto/qwak/analytics/analytics_service_pb2.py +46 -207
  65. _qwak_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
  66. _qwak_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
  67. _qwak_proto/qwak/audience/v1/audience_pb2.py +26 -113
  68. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
  69. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
  70. _qwak_proto/qwak/automation/v1/action_pb2.py +40 -180
  71. _qwak_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
  72. _qwak_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
  73. _qwak_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
  74. _qwak_proto/qwak/automation/v1/automation_pb2.py +11 -35
  75. _qwak_proto/qwak/automation/v1/automation_pb2.pyi +5 -1
  76. _qwak_proto/qwak/automation/v1/common_pb2.py +10 -35
  77. _qwak_proto/qwak/automation/v1/notification_pb2.py +16 -68
  78. _qwak_proto/qwak/automation/v1/trigger_pb2.py +14 -54
  79. _qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
  80. _qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
  81. _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +119 -562
  82. _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +5 -1
  83. _qwak_proto/qwak/build/v1/build_api_pb2.py +86 -407
  84. _qwak_proto/qwak/build/v1/build_pb2.py +114 -549
  85. _qwak_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
  86. _qwak_proto/qwak/build_settings/build_settings_pb2.py +18 -74
  87. _qwak_proto/qwak/builds/build_pb2.py +46 -207
  88. _qwak_proto/qwak/builds/build_pb2.pyi +48 -3
  89. _qwak_proto/qwak/builds/build_url_pb2.py +26 -113
  90. _qwak_proto/qwak/builds/build_values_pb2.py +82 -0
  91. _qwak_proto/qwak/builds/build_values_pb2.pyi +559 -0
  92. _qwak_proto/qwak/builds/build_values_pb2_grpc.py +4 -0
  93. _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +87 -270
  94. _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.pyi +173 -0
  95. _qwak_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py +66 -0
  96. _qwak_proto/qwak/builds/builds_pb2.py +87 -528
  97. _qwak_proto/qwak/builds/builds_pb2.pyi +0 -191
  98. _qwak_proto/qwak/builds/builds_pb2_grpc.py +0 -233
  99. _qwak_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
  100. _qwak_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
  101. _qwak_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
  102. _qwak_proto/qwak/deployment/alert_pb2.py +24 -108
  103. _qwak_proto/qwak/deployment/alert_service_pb2.py +30 -127
  104. _qwak_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
  105. _qwak_proto/qwak/deployment/deployment_pb2.py +124 -588
  106. _qwak_proto/qwak/deployment/deployment_service_pb2.py +86 -419
  107. _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +47 -165
  108. _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.pyi +102 -3
  109. _qwak_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
  110. _qwak_proto/qwak/ecosystem/v0/auth_pb2.py +28 -0
  111. _qwak_proto/qwak/ecosystem/v0/auth_pb2.pyi +37 -0
  112. _qwak_proto/qwak/ecosystem/v0/auth_pb2_grpc.py +4 -0
  113. _qwak_proto/qwak/ecosystem/v0/azure_credentials_pb2.py +37 -0
  114. _qwak_proto/qwak/ecosystem/v0/azure_credentials_pb2.pyi +117 -0
  115. _qwak_proto/qwak/ecosystem/v0/azure_credentials_pb2_grpc.py +4 -0
  116. _qwak_proto/qwak/ecosystem/v0/credentials_pb2.py +12 -35
  117. _qwak_proto/qwak/ecosystem/v0/credentials_pb2.pyi +8 -3
  118. _qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
  119. _qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
  120. _qwak_proto/qwak/execution/v1/backfill_pb2.py +18 -74
  121. _qwak_proto/qwak/execution/v1/batch_pb2.py +10 -34
  122. _qwak_proto/qwak/execution/v1/deletion_pb2.py +12 -44
  123. _qwak_proto/qwak/execution/v1/execution_pb2.py +16 -69
  124. _qwak_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
  125. _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
  126. _qwak_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
  127. _qwak_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
  128. _qwak_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
  129. _qwak_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
  130. _qwak_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
  131. _qwak_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
  132. _qwak_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
  133. _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +22 -55
  134. _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.pyi +71 -1
  135. _qwak_proto/qwak/execution/v1/streaming_pb2.py +12 -44
  136. _qwak_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
  137. _qwak_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
  138. _qwak_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
  139. _qwak_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
  140. _qwak_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
  141. _qwak_proto/qwak/feature_store/features/execution_pb2.py +14 -56
  142. _qwak_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
  143. _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +35 -156
  144. _qwak_proto/qwak/feature_store/features/feature_set_pb2.pyi +9 -1
  145. _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.py +97 -440
  146. _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.pyi +25 -0
  147. _qwak_proto/qwak/feature_store/features/feature_set_service_pb2_grpc.py +34 -0
  148. _qwak_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
  149. _qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
  150. _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +77 -347
  151. _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.pyi +7 -2
  152. _qwak_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
  153. _qwak_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
  154. _qwak_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
  155. _qwak_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
  156. _qwak_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
  157. _qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
  158. _qwak_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
  159. _qwak_proto/qwak/feature_store/reports/report_pb2.py +14 -53
  160. _qwak_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
  161. _qwak_proto/qwak/feature_store/serving/management_pb2.py +14 -47
  162. _qwak_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
  163. _qwak_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
  164. _qwak_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
  165. _qwak_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
  166. _qwak_proto/qwak/feature_store/sources/batch_pb2.py +79 -335
  167. _qwak_proto/qwak/feature_store/sources/batch_pb2.pyi +99 -7
  168. _qwak_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
  169. _qwak_proto/qwak/feature_store/sources/data_source_pb2.py +15 -55
  170. _qwak_proto/qwak/feature_store/sources/data_source_pb2.pyi +5 -1
  171. _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.py +39 -148
  172. _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.pyi +25 -0
  173. _qwak_proto/qwak/feature_store/sources/data_source_service_pb2_grpc.py +34 -0
  174. _qwak_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
  175. _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
  176. _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
  177. _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
  178. _qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
  179. _qwak_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
  180. _qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
  181. _qwak_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
  182. _qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
  183. _qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
  184. _qwak_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
  185. _qwak_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
  186. _qwak_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
  187. _qwak_proto/qwak/fitness_service/constructs_pb2.py +23 -100
  188. _qwak_proto/qwak/fitness_service/constructs_pb2.pyi +24 -0
  189. _qwak_proto/qwak/fitness_service/fitness_pb2.py +7 -34
  190. _qwak_proto/qwak/fitness_service/fitness_pb2.pyi +0 -93
  191. _qwak_proto/qwak/fitness_service/status_pb2.py +17 -108
  192. _qwak_proto/qwak/fitness_service/status_pb2.pyi +1 -121
  193. _qwak_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
  194. _qwak_proto/qwak/instance_template/instance_template_pb2.py +13 -41
  195. _qwak_proto/qwak/instance_template/instance_template_pb2.pyi +4 -1
  196. _qwak_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
  197. _qwak_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
  198. _qwak_proto/qwak/integration/integration_pb2.py +28 -126
  199. _qwak_proto/qwak/integration/integration_service_pb2.py +34 -147
  200. _qwak_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
  201. _qwak_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
  202. _qwak_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
  203. _qwak_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
  204. _qwak_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
  205. _qwak_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
  206. _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +70 -323
  207. _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.pyi +20 -5
  208. _qwak_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
  209. _qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
  210. _qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
  211. _qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
  212. _qwak_proto/qwak/logging/log_filter_pb2.py +12 -44
  213. _qwak_proto/qwak/logging/log_line_pb2.py +8 -25
  214. _qwak_proto/qwak/logging/log_reader_service_pb2.py +10 -27
  215. _qwak_proto/qwak/logging/log_source_pb2.py +30 -134
  216. _qwak_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
  217. _qwak_proto/qwak/model_group/model_group_pb2.py +25 -48
  218. _qwak_proto/qwak/model_group/model_group_pb2.pyi +88 -0
  219. _qwak_proto/qwak/model_group/model_group_pb2_grpc.py +70 -0
  220. _qwak_proto/qwak/model_group/model_group_repository_details_pb2.py +23 -75
  221. _qwak_proto/qwak/model_group/model_group_repository_details_pb2.pyi +44 -6
  222. _qwak_proto/qwak/models/models_pb2.py +99 -406
  223. _qwak_proto/qwak/models/models_pb2.pyi +86 -0
  224. _qwak_proto/qwak/models/models_pb2_grpc.py +34 -0
  225. _qwak_proto/qwak/models/models_query_pb2.py +16 -56
  226. _qwak_proto/qwak/models/models_query_pb2.pyi +4 -4
  227. _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
  228. _qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
  229. _qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
  230. _qwak_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
  231. _qwak_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
  232. _qwak_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
  233. _qwak_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
  234. _qwak_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
  235. _qwak_proto/qwak/projects/projects_pb2.py +50 -192
  236. _qwak_proto/qwak/projects/projects_pb2.pyi +35 -0
  237. _qwak_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
  238. _qwak_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
  239. _qwak_proto/qwak/secret_service/secret_service_pb2.py +18 -67
  240. _qwak_proto/qwak/secret_service/secret_service_pb2.pyi +1 -1
  241. _qwak_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
  242. _qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
  243. _qwak_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
  244. _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.py +37 -132
  245. _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.pyi +40 -2
  246. _qwak_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
  247. _qwak_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
  248. _qwak_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
  249. _qwak_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
  250. _qwak_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
  251. _qwak_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
  252. _qwak_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
  253. _qwak_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
  254. _qwak_proto/qwak/user_application/common/v0/resources_pb2.py +31 -139
  255. _qwak_proto/qwak/user_application/common/v0/resources_pb2.pyi +24 -0
  256. _qwak_proto/qwak/user_application/v0/user_application_pb2.py +11 -44
  257. _qwak_proto/qwak/user_application/v0/user_application_pb2.pyi +6 -0
  258. _qwak_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
  259. _qwak_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
  260. _qwak_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
  261. _qwak_proto/qwak/vectors/v1/filters_pb2.py +30 -134
  262. _qwak_proto/qwak/vectors/v1/vector_pb2.py +14 -54
  263. _qwak_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
  264. _qwak_proto/qwak/workspace/workspace_pb2.py +22 -107
  265. _qwak_proto/qwak/workspace/workspace_service_pb2.py +62 -287
  266. qwak/__init__.py +1 -1
  267. qwak/automations/automations.py +3 -0
  268. qwak/clients/feature_store/execution_management_client.py +28 -0
  269. qwak/clients/feature_store/management_client.py +156 -206
  270. qwak/clients/feature_store/operator_client.py +19 -1
  271. qwak/clients/logging_client/client.py +13 -18
  272. qwak/clients/model_management/client.py +0 -5
  273. qwak/clients/project/client.py +0 -7
  274. qwak/exceptions/__init__.py +1 -0
  275. qwak/exceptions/qwak_grpc_address_exception.py +9 -0
  276. qwak/feature_store/_common/artifact_utils.py +10 -8
  277. qwak/feature_store/_common/packaging.py +39 -21
  278. qwak/feature_store/_common/source_code_spec.py +61 -11
  279. qwak/feature_store/_common/source_code_spec_factory.py +63 -10
  280. qwak/feature_store/data_sources/__init__.py +2 -0
  281. qwak/feature_store/data_sources/base.py +11 -7
  282. qwak/feature_store/data_sources/batch/snowflake.py +34 -8
  283. qwak/feature_store/data_sources/batch/unity_catalog.py +107 -0
  284. qwak/feature_store/execution/streaming_backfill.py +48 -0
  285. qwak/feature_store/feature_sets/base_feature_set.py +1 -0
  286. qwak/feature_store/feature_sets/streaming.py +84 -63
  287. qwak/feature_store/feature_sets/streaming_backfill.py +88 -124
  288. qwak/feature_store/online/client.py +20 -4
  289. qwak/feature_store/validations/validation_decorators.py +70 -0
  290. qwak/feature_store/validations/validation_response.py +3 -1
  291. qwak/feature_store/validations/validator.py +11 -3
  292. qwak/inner/build_logic/interface/context_interface.py +4 -0
  293. qwak/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
  294. qwak/inner/const.py +2 -6
  295. qwak/inner/di_configuration/__init__.py +1 -69
  296. qwak/inner/di_configuration/account.py +18 -63
  297. qwak/inner/di_configuration/containers.py +5 -1
  298. qwak/inner/di_configuration/dependency_wiring.py +98 -0
  299. qwak/inner/tool/auth.py +10 -80
  300. qwak/inner/tool/grpc/grpc_auth.py +0 -32
  301. qwak/inner/tool/grpc/grpc_tools.py +125 -11
  302. qwak/inner/tool/grpc/grpc_try_wrapping.py +140 -3
  303. qwak/llmops/generation/chat/openai/types/chat/chat_completion.py +24 -6
  304. qwak/llmops/generation/chat/openai/types/chat/chat_completion_chunk.py +44 -8
  305. qwak/llmops/generation/chat/openai/types/chat/chat_completion_message.py +6 -3
  306. qwak/qwak_client/client.py +2 -13
  307. qwak/vector_store/rest_helpers.py +4 -16
  308. qwak_core-0.5.19.dist-info/METADATA +48 -0
  309. {qwak_core-0.4.278.dist-info → qwak_core-0.5.19.dist-info}/RECORD +316 -334
  310. qwak_services_mock/mocks/execution_management_service.py +9 -1
  311. qwak_services_mock/mocks/feature_store_data_sources_manager_api.py +55 -13
  312. qwak_services_mock/mocks/feature_store_entities_manager_api.py +31 -29
  313. qwak_services_mock/mocks/features_operator_v3_service.py +20 -0
  314. qwak_services_mock/mocks/qwak_mocks.py +0 -2
  315. qwak_services_mock/services_mock.py +1 -11
  316. _qwak_proto/qwak/fitness_service/fitness_service_pb2.py +0 -110
  317. _qwak_proto/qwak/fitness_service/fitness_service_pb2.pyi +0 -121
  318. _qwak_proto/qwak/fitness_service/fitness_service_pb2_grpc.py +0 -169
  319. frogml_storage/__init__.py +0 -1
  320. frogml_storage/artifactory/__init__.py +0 -1
  321. frogml_storage/artifactory/_artifactory_api.py +0 -315
  322. frogml_storage/authentication/login/__init__.py +0 -1
  323. frogml_storage/authentication/login/_login_cli.py +0 -239
  324. frogml_storage/authentication/login/_login_command.py +0 -74
  325. frogml_storage/authentication/models/__init__.py +0 -3
  326. frogml_storage/authentication/models/_auth.py +0 -24
  327. frogml_storage/authentication/models/_auth_config.py +0 -70
  328. frogml_storage/authentication/models/_login.py +0 -22
  329. frogml_storage/authentication/utils/__init__.py +0 -17
  330. frogml_storage/authentication/utils/_authentication_utils.py +0 -281
  331. frogml_storage/authentication/utils/_login_checks_utils.py +0 -114
  332. frogml_storage/base_storage.py +0 -140
  333. frogml_storage/constants.py +0 -56
  334. frogml_storage/exceptions/checksum_verification_error.py +0 -3
  335. frogml_storage/exceptions/validation_error.py +0 -4
  336. frogml_storage/frog_ml.py +0 -668
  337. frogml_storage/http/__init__.py +0 -1
  338. frogml_storage/http/http_client.py +0 -83
  339. frogml_storage/logging/__init__.py +0 -1
  340. frogml_storage/logging/_log_config.py +0 -45
  341. frogml_storage/logging/log_utils.py +0 -21
  342. frogml_storage/models/__init__.py +0 -1
  343. frogml_storage/models/_download_context.py +0 -54
  344. frogml_storage/models/dataset_manifest.py +0 -13
  345. frogml_storage/models/entity_manifest.py +0 -93
  346. frogml_storage/models/frogml_dataset_version.py +0 -21
  347. frogml_storage/models/frogml_entity_type_info.py +0 -50
  348. frogml_storage/models/frogml_entity_version.py +0 -34
  349. frogml_storage/models/frogml_model_version.py +0 -21
  350. frogml_storage/models/model_manifest.py +0 -60
  351. frogml_storage/models/serialization_metadata.py +0 -15
  352. frogml_storage/utils/__init__.py +0 -12
  353. frogml_storage/utils/_environment.py +0 -21
  354. frogml_storage/utils/_input_checks_utility.py +0 -104
  355. frogml_storage/utils/_storage_utils.py +0 -15
  356. frogml_storage/utils/_url_utils.py +0 -27
  357. qwak/clients/build_management/__init__.py +0 -1
  358. qwak/clients/build_management/client.py +0 -114
  359. qwak_core-0.4.278.dist-info/METADATA +0 -415
  360. qwak_services_mock/mocks/build_management.py +0 -100
  361. {qwak_core-0.4.278.dist-info → qwak_core-0.5.19.dist-info}/WHEEL +0 -0
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/batch_job/v1/batch_job_service.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,452 +17,11 @@ from _qwak_proto.qwak.batch_job.v1 import batch_job_events_pb2 as qwak_dot_batch
19
17
  from _qwak_proto.qwak.administration.authenticated_user.v1 import credentials_pb2 as qwak_dot_administration_dot_authenticated__user_dot_v1_dot_credentials__pb2
20
18
 
21
19
 
22
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)qwak/batch_job/v1/batch_job_service.proto\x12\rqwak.batchjob\x1a\x1fgoogle/protobuf/timestamp.proto\x1a/qwak/user_application/common/v0/resources.proto\x1a(qwak/batch_job/v1/batch_job_events.proto\x1a;qwak/administration/authenticated_user/v1/credentials.proto\"\xb4\x01\n\x15StartWarmupJobRequest\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\x05 \x01(\t\x12\x16\n\x0ewarmup_timeout\x18\x03 \x01(\x05\x12H\n\x19\x62\x61tch_job_deployment_size\x18\x04 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\"B\n\x16StartWarmupJobResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\"S\n\x16\x43\x61ncelWarmupJobRequest\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\"C\n\x17\x43\x61ncelWarmupJobResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\"\x89\x05\n\x14StartBatchJobRequest\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\x0f \x01(\t\x12\x15\n\rsource_bucket\x18\x03 \x01(\t\x12\x1a\n\x12\x64\x65stination_bucket\x18\x04 \x01(\t\x12\x15\n\rsource_folder\x18\x05 \x01(\t\x12\x1a\n\x12\x64\x65stination_folder\x18\x06 \x01(\t\x12H\n\x19\x62\x61tch_job_deployment_size\x18\x07 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\x12\x13\n\x0bjob_timeout\x18\x08 \x01(\x05\x12\x14\n\x0ctask_timeout\x18\t \x01(\x05\x12\x35\n\x0finput_file_type\x18\n \x01(\x0e\x32\x1c.qwak.batchjob.InputFileType\x12\x37\n\x10output_file_type\x18\x0b \x01(\x0e\x32\x1d.qwak.batchjob.OutputFileType\x12\x14\n\x0ctoken_secret\x18\x0c \x01(\t\x12\x15\n\rsecret_secret\x18\r \x01(\t\x12M\n\x1b\x61\x64vanced_deployment_options\x18\x0e \x01(\x0b\x32(.qwak.batchjob.AdvancedDeploymentOptions\x12\x34\n\nparameters\x18\x10 \x03(\x0b\x32 .qwak.batchjob.BatchJobParameter\x12\x39\n\x11\x62\x61tch_job_request\x18\x11 \x01(\x0b\x32\x1e.qwak.batchjob.BatchJobRequest\"\xcb\x01\n\x0f\x42\x61tchJobRequest\x12:\n\rmodel_details\x18\x01 \x01(\x0b\x32#.qwak.batchjob.BatchJobModelDetails\x12\x38\n\x0c\x64\x61ta_details\x18\x02 \x01(\x0b\x32\".qwak.batchjob.BatchJobDataDetails\x12\x42\n\x11\x65xecution_details\x18\x04 \x01(\x0b\x32\'.qwak.batchjob.BatchJobExecutionDetails\":\n\x14\x42\x61tchJobModelDetails\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x0f \x01(\t\"\xe5\x01\n\x13\x42\x61tchJobDataDetails\x12\x36\n\x0bsource_path\x18\x01 \x01(\x0b\x32!.qwak.batchjob.BatchJobSourcePath\x12@\n\x10\x64\x65stination_path\x18\x02 \x01(\x0b\x32&.qwak.batchjob.BatchJobDestinationPath\x12\x14\n\x0ctoken_secret\x18\x0c \x01(\t\x12\x15\n\rsecret_secret\x18\r \x01(\t\x12\'\n\x1fservice_account_json_key_secret\x18\x05 \x01(\t\"y\n\x12\x42\x61tchJobSourcePath\x12\x15\n\rsource_bucket\x18\x01 \x01(\t\x12\x15\n\rsource_folder\x18\x02 \x01(\t\x12\x35\n\x0finput_file_type\x18\x03 \x01(\x0e\x32\x1c.qwak.batchjob.InputFileType\"\x8a\x01\n\x17\x42\x61tchJobDestinationPath\x12\x1a\n\x12\x64\x65stination_bucket\x18\x01 \x01(\t\x12\x1a\n\x12\x64\x65stination_folder\x18\x02 \x01(\t\x12\x37\n\x10output_file_type\x18\x03 \x01(\x0e\x32\x1d.qwak.batchjob.OutputFileType\"\x94\x02\n\x18\x42\x61tchJobExecutionDetails\x12\x13\n\x0bjob_timeout\x18\x01 \x01(\x05\x12\x14\n\x0ctask_timeout\x18\x02 \x01(\x05\x12H\n\x19\x62\x61tch_job_deployment_size\x18\x03 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\x12M\n\x1b\x61\x64vanced_deployment_options\x18\x04 \x01(\x0b\x32(.qwak.batchjob.AdvancedDeploymentOptions\x12\x34\n\nparameters\x18\x05 \x03(\x0b\x32 .qwak.batchjob.BatchJobParameter\"/\n\x11\x42\x61tchJobParameter\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"S\n\x15StartBatchJobResponse\x12\x10\n\x08\x62\x61tch_id\x18\x01 \x01(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x03 \x01(\t\")\n\x15\x43\x61ncelBatchJobRequest\x12\x10\n\x08\x62\x61tch_id\x18\x01 \x01(\t\"B\n\x16\x43\x61ncelBatchJobResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\",\n\x18GetBatchJobStatusRequest\x12\x10\n\x08\x62\x61tch_id\x18\x01 \x01(\t\"\xac\x01\n\x19GetBatchJobStatusResponse\x12\x38\n\njob_status\x18\x01 \x01(\x0e\x32$.qwak.batchjob.BatchJobStatusMessage\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x03 \x01(\t\x12\x16\n\x0e\x66inished_files\x18\x04 \x01(\x05\x12\x13\n\x0btotal_files\x18\x05 \x01(\x05\",\n\x18GetBatchJobReportRequest\x12\x10\n\x08\x62\x61tch_id\x18\x01 \x01(\t\"a\n\x19GetBatchJobReportResponse\x12\x12\n\nsuccessful\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\x12\x17\n\x0freport_messages\x18\x03 \x03(\t\"`\n\x1dUpdateBatchTasksStatusRequest\x12?\n\x11\x62\x61tch_task_events\x18\x01 \x03(\x0b\x32$.qwak.batchjob.BatchTaskEventMessage\"I\n\x1dUpdateBatchTaskStatusResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\"z\n\x19\x41\x64vancedDeploymentOptions\x12\x1b\n\x13\x63ustom_iam_role_arn\x18\x01 \x01(\t\x12\x17\n\x0fpurchase_option\x18\x02 \x01(\t\x12\'\n\x1fservice_account_key_secret_name\x18\x03 \x01(\t\"\x85\x03\n\x16\x42\x61tchJobDeploymentSize\x12\x16\n\x0enumber_of_pods\x18\x01 \x01(\x05\x12\x0f\n\x03\x63pu\x18\x02 \x01(\x02\x42\x02\x18\x01\x12\x19\n\rmemory_amount\x18\x03 \x01(\x05\x42\x02\x18\x01\x12J\n\x0cmemory_units\x18\x04 \x01(\x0e\x32\x30.qwak.batchjob.BatchJobDeploymentSize.MemoryUnitB\x02\x18\x01\x12H\n\rgpu_resources\x18\x05 \x01(\x0b\x32-.qwak.user_application.common.v0.GpuResourcesB\x02\x18\x01\x12`\n\x1c\x63lient_pod_compute_resources\x18\x06 \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResources\"/\n\nMemoryUnit\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x07\n\x03MIB\x10\x01\x12\x07\n\x03GIB\x10\x02\x1a\x02\x18\x01\"\x99\x01\n\x15\x42\x61tchJobExecutionSize\x12\x16\n\x0enumber_of_pods\x18\x01 \x01(\x05\x12S\n\x15pod_compute_resources\x18\x02 \x01(\x0b\x32\x34.qwak.user_application.common.v0.PodComputeResources\x12\x13\n\x0btemplate_id\x18\x03 \x01(\t\"Q\n\x14ListBatchJobsRequest\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\"K\n\x15ListBatchJobsResponse\x12\x32\n\nbatch_jobs\x18\x01 \x03(\x0b\x32\x1e.qwak.batchjob.BatchJobDetails\"\x81\x03\n\x0f\x42\x61tchJobDetails\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x0e\n\x06job_id\x18\x02 \x01(\t\x12\x38\n\njob_status\x18\x03 \x01(\x0e\x32$.qwak.batchjob.BatchJobStatusMessage\x12.\n\nstart_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x17\n\x0f\x66\x61ilure_message\x18\x06 \x01(\t\x12;\n\x08job_size\x18\x07 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSizeB\x02\x18\x01\x12\x46\n\x18\x62\x61tch_job_execution_size\x18\x08 \x01(\x0b\x32$.qwak.batchjob.BatchJobExecutionSize\x12\x16\n\x0e\x65nvironment_id\x18\t \x01(\t\"+\n\x19GetBatchJobDetailsRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"y\n\x1aGetBatchJobDetailsResponse\x12\x31\n\tbatch_job\x18\x01 \x01(\x0b\x32\x1e.qwak.batchjob.BatchJobMessage\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x03 \x01(\t\"\x84\x04\n\x0f\x42\x61tchJobMessage\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x10\n\x08model_id\x18\x02 \x01(\t\x12\x15\n\tbranch_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x10\n\x08\x62uild_id\x18\x04 \x01(\t\x12.\n\nstart_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x38\n\njob_status\x18\x07 \x01(\x0e\x32$.qwak.batchjob.BatchJobStatusMessage\x12\x15\n\rtotal_records\x18\x08 \x01(\x05\x12\x37\n\x08job_size\x18\t \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\x12;\n\x0freport_messages\x18\n \x03(\x0b\x32\".qwak.batchjob.ExecutionReportLine\x12\x43\n\x16\x65xecution_file_details\x18\x0b \x01(\x0b\x32#.qwak.batchjob.ExecutionFileDetails\x12<\n\x0ftask_executions\x18\x0c \x03(\x0b\x32#.qwak.batchjob.TaskExecutionDetails\"M\n\x13\x45xecutionReportLine\x12(\n\x04time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04line\x18\x02 \x01(\t\"\x95\x02\n\x14\x45xecutionFileDetails\x12\x15\n\rsource_bucket\x18\x01 \x01(\t\x12\x1a\n\x12\x64\x65stination_bucket\x18\x02 \x01(\t\x12\x13\n\x0bsource_path\x18\x03 \x01(\t\x12\x18\n\x10\x64\x65stination_path\x18\x04 \x01(\t\x12\x35\n\x0finput_file_type\x18\x05 \x01(\x0e\x32\x1c.qwak.batchjob.InputFileType\x12\x37\n\x10output_file_type\x18\x06 \x01(\x0e\x32\x1d.qwak.batchjob.OutputFileType\x12\x16\n\x0e\x66inished_files\x18\x07 \x01(\x05\x12\x13\n\x0btotal_files\x18\x08 \x01(\x05\"\xfd\x01\n\x14TaskExecutionDetails\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12\x35\n\x06status\x18\x02 \x01(\x0e\x32%.qwak.batchjob.BatchTaskStatusMessage\x12.\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x16\n\x0enum_of_records\x18\x05 \x01(\x05\x12\x14\n\x08\x66ilename\x18\x06 \x01(\tB\x02\x18\x01\x12\x11\n\tfilenames\x18\x07 \x03(\t\"d\n$GetBatchJobPreSignedUploadUrlRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x17\n\x0fnumber_of_files\x18\x02 \x01(\x05\x12\x11\n\tfile_type\x18\x03 \x01(\t\"\x98\x01\n%GetBatchJobPreSignedUploadUrlResponse\x12\x12\n\ninput_path\x18\x01 \x01(\t\x12\x13\n\x0boutput_path\x18\x02 \x01(\t\x12\x0e\n\x06\x62ucket\x18\x03 \x01(\t\x12\x0c\n\x04urls\x18\x04 \x03(\t\x12\x0f\n\x07success\x18\x05 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x06 \x01(\t\"8\n&GetBatchJobPreSignedDownloadUrlRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"a\n\'GetBatchJobPreSignedDownloadUrlResponse\x12\x0c\n\x04urls\x18\x01 \x03(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x03 \x01(\t\"3\n\x1fGetBatchJobUploadDetailsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\"\xb4\x01\n GetBatchJobUploadDetailsResponse\x12\x12\n\ninput_path\x18\x01 \x01(\t\x12\x13\n\x0boutput_path\x18\x02 \x01(\t\x12\x0e\n\x06\x62ucket\x18\x03 \x01(\t\x12W\n\x0b\x63redentials\x18\x04 \x01(\x0b\x32\x42.qwak.administration.authenticated_user.v1.AwsTemporaryCredentials\"3\n!GetBatchJobDownloadDetailsRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"\x9b\x01\n\"GetBatchJobDownloadDetailsResponse\x12\x0e\n\x06\x62ucket\x18\x01 \x01(\t\x12\x0c\n\x04keys\x18\x02 \x03(\t\x12W\n\x0b\x63redentials\x18\x03 \x01(\x0b\x32\x42.qwak.administration.authenticated_user.v1.AwsTemporaryCredentials\"\xd7\x01\n\x1aUpdateDefaultParamsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\x12\x46\n\x17\x64\x65\x66\x61ult_deployment_size\x18\x03 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\x12M\n\x1b\x61\x64vanced_deployment_options\x18\x04 \x01(\x0b\x32(.qwak.batchjob.AdvancedDeploymentOptions\"\x1d\n\x1bUpdateDefaultParamsResponse\".\n\x1a\x44\x65leteDefaultParamsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\"\x1d\n\x1b\x44\x65leteDefaultParamsResponse\"S\n&UpdateTaskIngestedRecordsAmountRequest\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12\x18\n\x10ingested_records\x18\x02 \x01(\x03\")\n\'UpdateTaskIngestedRecordsAmountResponse\"S\n\x19UpdateTasksDetailsRequest\x12\x36\n\rtasks_details\x18\x01 \x03(\x0b\x32\x1f.qwak.batchjob.BatchTaskDetails\"\x1c\n\x1aUpdateTasksDetailsResponse\"a\n\x10\x42\x61tchTaskDetails\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12<\n\x13input_files_details\x18\x02 \x03(\x0b\x32\x1f.qwak.batchjob.InputFileDetails\" \n\x10InputFileDetails\x12\x0c\n\x04path\x18\x01 \x01(\t*\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*\x8d\x02\n\x15\x42\x61tchJobStatusMessage\x12\x1e\n\x1aUNDEFINED_BATCH_JOB_STATUS\x10\x00\x12\x1e\n\x1a\x42\x41TCH_JOB_COMMITTED_STATUS\x10\x01\x12\x1c\n\x18\x42\x41TCH_JOB_PENDING_STATUS\x10\x02\x12\x1c\n\x18\x42\x41TCH_JOB_RUNNING_STATUS\x10\x03\x12\x1d\n\x19\x42\x41TCH_JOB_FINISHED_STATUS\x10\x04\x12\x1b\n\x17\x42\x41TCH_JOB_FAILED_STATUS\x10\x05\x12\x1e\n\x1a\x42\x41TCH_JOB_CANCELLED_STATUS\x10\x06\x12\x1c\n\x18\x42\x41TCH_JOB_TIMEOUT_STATUS\x10\x07*\x9c\x02\n\x16\x42\x61tchTaskStatusMessage\x12\x1f\n\x1bUNDEFINED_BATCH_TASK_STATUS\x10\x00\x12\x1f\n\x1b\x42\x41TCH_TASK_COMMITTED_STATUS\x10\x01\x12#\n\x1f\x42\x41TCH_TASK_PENDING_START_STATUS\x10\x02\x12\x1d\n\x19\x42\x41TCH_TASK_RUNNING_STATUS\x10\x03\x12\x1e\n\x1a\x42\x41TCH_TASK_FINISHED_STATUS\x10\x04\x12\x1c\n\x18\x42\x41TCH_TASK_FAILED_STATUS\x10\x05\x12\x1f\n\x1b\x42\x41TCH_TASK_CANCELLED_STATUS\x10\x06\x12\x1d\n\x19\x42\x41TCH_TASK_TIMEOUT_STATUS\x10\x07\x32\x9f\x0f\n\x19\x42\x61tchJobManagementService\x12Z\n\rStartBatchJob\x12#.qwak.batchjob.StartBatchJobRequest\x1a$.qwak.batchjob.StartBatchJobResponse\x12]\n\x0e\x43\x61ncelBatchJob\x12$.qwak.batchjob.CancelBatchJobRequest\x1a%.qwak.batchjob.CancelBatchJobResponse\x12]\n\x0eStartWarmupJob\x12$.qwak.batchjob.StartWarmupJobRequest\x1a%.qwak.batchjob.StartWarmupJobResponse\x12`\n\x0f\x43\x61ncelWarmupJob\x12%.qwak.batchjob.CancelWarmupJobRequest\x1a&.qwak.batchjob.CancelWarmupJobResponse\x12\x66\n\x11GetBatchJobStatus\x12\'.qwak.batchjob.GetBatchJobStatusRequest\x1a(.qwak.batchjob.GetBatchJobStatusResponse\x12\x66\n\x11GetBatchJobReport\x12\'.qwak.batchjob.GetBatchJobReportRequest\x1a(.qwak.batchjob.GetBatchJobReportResponse\x12t\n\x16UpdateBatchTasksStatus\x12,.qwak.batchjob.UpdateBatchTasksStatusRequest\x1a,.qwak.batchjob.UpdateBatchTaskStatusResponse\x12Z\n\rListBatchJobs\x12#.qwak.batchjob.ListBatchJobsRequest\x1a$.qwak.batchjob.ListBatchJobsResponse\x12i\n\x12GetBatchJobDetails\x12(.qwak.batchjob.GetBatchJobDetailsRequest\x1a).qwak.batchjob.GetBatchJobDetailsResponse\x12\x8a\x01\n\x1dGetBatchJobPreSignedUploadUrl\x12\x33.qwak.batchjob.GetBatchJobPreSignedUploadUrlRequest\x1a\x34.qwak.batchjob.GetBatchJobPreSignedUploadUrlResponse\x12\x90\x01\n\x1fGetBatchJobPreSignedDownloadUrl\x12\x35.qwak.batchjob.GetBatchJobPreSignedDownloadUrlRequest\x1a\x36.qwak.batchjob.GetBatchJobPreSignedDownloadUrlResponse\x12{\n\x18GetBatchJobUploadDetails\x12..qwak.batchjob.GetBatchJobUploadDetailsRequest\x1a/.qwak.batchjob.GetBatchJobUploadDetailsResponse\x12\x81\x01\n\x1aGetBatchJobDownloadDetails\x12\x30.qwak.batchjob.GetBatchJobDownloadDetailsRequest\x1a\x31.qwak.batchjob.GetBatchJobDownloadDetailsResponse\x12l\n\x13UpdateDefaultParams\x12).qwak.batchjob.UpdateDefaultParamsRequest\x1a*.qwak.batchjob.UpdateDefaultParamsResponse\x12l\n\x13\x44\x65leteDefaultParams\x12).qwak.batchjob.DeleteDefaultParamsRequest\x1a*.qwak.batchjob.DeleteDefaultParamsResponse\x12\x90\x01\n\x1fUpdateTaskIngestedRecordsAmount\x12\x35.qwak.batchjob.UpdateTaskIngestedRecordsAmountRequest\x1a\x36.qwak.batchjob.UpdateTaskIngestedRecordsAmountResponse\x12i\n\x12UpdateTasksDetails\x12(.qwak.batchjob.UpdateTasksDetailsRequest\x1a).qwak.batchjob.UpdateTasksDetailsResponseB.\n\x19\x63om.qwak.ai.batch.job.apiP\x01Z\x0f./;inferencejobb\x06proto3')
20
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)qwak/batch_job/v1/batch_job_service.proto\x12\rqwak.batchjob\x1a\x1fgoogle/protobuf/timestamp.proto\x1a/qwak/user_application/common/v0/resources.proto\x1a(qwak/batch_job/v1/batch_job_events.proto\x1a;qwak/administration/authenticated_user/v1/credentials.proto\"\xb4\x01\n\x15StartWarmupJobRequest\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\x05 \x01(\t\x12\x16\n\x0ewarmup_timeout\x18\x03 \x01(\x05\x12H\n\x19\x62\x61tch_job_deployment_size\x18\x04 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\"B\n\x16StartWarmupJobResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\"S\n\x16\x43\x61ncelWarmupJobRequest\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\"C\n\x17\x43\x61ncelWarmupJobResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\"\x89\x05\n\x14StartBatchJobRequest\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\x0f \x01(\t\x12\x15\n\rsource_bucket\x18\x03 \x01(\t\x12\x1a\n\x12\x64\x65stination_bucket\x18\x04 \x01(\t\x12\x15\n\rsource_folder\x18\x05 \x01(\t\x12\x1a\n\x12\x64\x65stination_folder\x18\x06 \x01(\t\x12H\n\x19\x62\x61tch_job_deployment_size\x18\x07 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\x12\x13\n\x0bjob_timeout\x18\x08 \x01(\x05\x12\x14\n\x0ctask_timeout\x18\t \x01(\x05\x12\x35\n\x0finput_file_type\x18\n \x01(\x0e\x32\x1c.qwak.batchjob.InputFileType\x12\x37\n\x10output_file_type\x18\x0b \x01(\x0e\x32\x1d.qwak.batchjob.OutputFileType\x12\x14\n\x0ctoken_secret\x18\x0c \x01(\t\x12\x15\n\rsecret_secret\x18\r \x01(\t\x12M\n\x1b\x61\x64vanced_deployment_options\x18\x0e \x01(\x0b\x32(.qwak.batchjob.AdvancedDeploymentOptions\x12\x34\n\nparameters\x18\x10 \x03(\x0b\x32 .qwak.batchjob.BatchJobParameter\x12\x39\n\x11\x62\x61tch_job_request\x18\x11 \x01(\x0b\x32\x1e.qwak.batchjob.BatchJobRequest\"\xcb\x01\n\x0f\x42\x61tchJobRequest\x12:\n\rmodel_details\x18\x01 \x01(\x0b\x32#.qwak.batchjob.BatchJobModelDetails\x12\x38\n\x0c\x64\x61ta_details\x18\x02 \x01(\x0b\x32\".qwak.batchjob.BatchJobDataDetails\x12\x42\n\x11\x65xecution_details\x18\x04 \x01(\x0b\x32\'.qwak.batchjob.BatchJobExecutionDetails\":\n\x14\x42\x61tchJobModelDetails\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x0f \x01(\t\"\xfc\x01\n\x13\x42\x61tchJobDataDetails\x12\x36\n\x0bsource_path\x18\x01 \x01(\x0b\x32!.qwak.batchjob.BatchJobSourcePath\x12@\n\x10\x64\x65stination_path\x18\x02 \x01(\x0b\x32&.qwak.batchjob.BatchJobDestinationPath\x12\x14\n\x0ctoken_secret\x18\x0c \x01(\t\x12\x15\n\rsecret_secret\x18\r \x01(\t\x12\x15\n\rsession_token\x18\x03 \x01(\t\x12\'\n\x1fservice_account_json_key_secret\x18\x05 \x01(\t\"y\n\x12\x42\x61tchJobSourcePath\x12\x15\n\rsource_bucket\x18\x01 \x01(\t\x12\x15\n\rsource_folder\x18\x02 \x01(\t\x12\x35\n\x0finput_file_type\x18\x03 \x01(\x0e\x32\x1c.qwak.batchjob.InputFileType\"\x8a\x01\n\x17\x42\x61tchJobDestinationPath\x12\x1a\n\x12\x64\x65stination_bucket\x18\x01 \x01(\t\x12\x1a\n\x12\x64\x65stination_folder\x18\x02 \x01(\t\x12\x37\n\x10output_file_type\x18\x03 \x01(\x0e\x32\x1d.qwak.batchjob.OutputFileType\"\x94\x02\n\x18\x42\x61tchJobExecutionDetails\x12\x13\n\x0bjob_timeout\x18\x01 \x01(\x05\x12\x14\n\x0ctask_timeout\x18\x02 \x01(\x05\x12H\n\x19\x62\x61tch_job_deployment_size\x18\x03 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\x12M\n\x1b\x61\x64vanced_deployment_options\x18\x04 \x01(\x0b\x32(.qwak.batchjob.AdvancedDeploymentOptions\x12\x34\n\nparameters\x18\x05 \x03(\x0b\x32 .qwak.batchjob.BatchJobParameter\"/\n\x11\x42\x61tchJobParameter\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"S\n\x15StartBatchJobResponse\x12\x10\n\x08\x62\x61tch_id\x18\x01 \x01(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x03 \x01(\t\")\n\x15\x43\x61ncelBatchJobRequest\x12\x10\n\x08\x62\x61tch_id\x18\x01 \x01(\t\"B\n\x16\x43\x61ncelBatchJobResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\",\n\x18GetBatchJobStatusRequest\x12\x10\n\x08\x62\x61tch_id\x18\x01 \x01(\t\"\xac\x01\n\x19GetBatchJobStatusResponse\x12\x38\n\njob_status\x18\x01 \x01(\x0e\x32$.qwak.batchjob.BatchJobStatusMessage\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x03 \x01(\t\x12\x16\n\x0e\x66inished_files\x18\x04 \x01(\x05\x12\x13\n\x0btotal_files\x18\x05 \x01(\x05\",\n\x18GetBatchJobReportRequest\x12\x10\n\x08\x62\x61tch_id\x18\x01 \x01(\t\"a\n\x19GetBatchJobReportResponse\x12\x12\n\nsuccessful\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\x12\x17\n\x0freport_messages\x18\x03 \x03(\t\"`\n\x1dUpdateBatchTasksStatusRequest\x12?\n\x11\x62\x61tch_task_events\x18\x01 \x03(\x0b\x32$.qwak.batchjob.BatchTaskEventMessage\"I\n\x1dUpdateBatchTaskStatusResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\"z\n\x19\x41\x64vancedDeploymentOptions\x12\x1b\n\x13\x63ustom_iam_role_arn\x18\x01 \x01(\t\x12\x17\n\x0fpurchase_option\x18\x02 \x01(\t\x12\'\n\x1fservice_account_key_secret_name\x18\x03 \x01(\t\"\x85\x03\n\x16\x42\x61tchJobDeploymentSize\x12\x16\n\x0enumber_of_pods\x18\x01 \x01(\x05\x12\x0f\n\x03\x63pu\x18\x02 \x01(\x02\x42\x02\x18\x01\x12\x19\n\rmemory_amount\x18\x03 \x01(\x05\x42\x02\x18\x01\x12J\n\x0cmemory_units\x18\x04 \x01(\x0e\x32\x30.qwak.batchjob.BatchJobDeploymentSize.MemoryUnitB\x02\x18\x01\x12H\n\rgpu_resources\x18\x05 \x01(\x0b\x32-.qwak.user_application.common.v0.GpuResourcesB\x02\x18\x01\x12`\n\x1c\x63lient_pod_compute_resources\x18\x06 \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResources\"/\n\nMemoryUnit\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x07\n\x03MIB\x10\x01\x12\x07\n\x03GIB\x10\x02\x1a\x02\x18\x01\"\x99\x01\n\x15\x42\x61tchJobExecutionSize\x12\x16\n\x0enumber_of_pods\x18\x01 \x01(\x05\x12S\n\x15pod_compute_resources\x18\x02 \x01(\x0b\x32\x34.qwak.user_application.common.v0.PodComputeResources\x12\x13\n\x0btemplate_id\x18\x03 \x01(\t\"Q\n\x14ListBatchJobsRequest\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\"K\n\x15ListBatchJobsResponse\x12\x32\n\nbatch_jobs\x18\x01 \x03(\x0b\x32\x1e.qwak.batchjob.BatchJobDetails\"\x81\x03\n\x0f\x42\x61tchJobDetails\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x0e\n\x06job_id\x18\x02 \x01(\t\x12\x38\n\njob_status\x18\x03 \x01(\x0e\x32$.qwak.batchjob.BatchJobStatusMessage\x12.\n\nstart_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x17\n\x0f\x66\x61ilure_message\x18\x06 \x01(\t\x12;\n\x08job_size\x18\x07 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSizeB\x02\x18\x01\x12\x46\n\x18\x62\x61tch_job_execution_size\x18\x08 \x01(\x0b\x32$.qwak.batchjob.BatchJobExecutionSize\x12\x16\n\x0e\x65nvironment_id\x18\t \x01(\t\"+\n\x19GetBatchJobDetailsRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"y\n\x1aGetBatchJobDetailsResponse\x12\x31\n\tbatch_job\x18\x01 \x01(\x0b\x32\x1e.qwak.batchjob.BatchJobMessage\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x03 \x01(\t\"\x84\x04\n\x0f\x42\x61tchJobMessage\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x10\n\x08model_id\x18\x02 \x01(\t\x12\x15\n\tbranch_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x10\n\x08\x62uild_id\x18\x04 \x01(\t\x12.\n\nstart_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x38\n\njob_status\x18\x07 \x01(\x0e\x32$.qwak.batchjob.BatchJobStatusMessage\x12\x15\n\rtotal_records\x18\x08 \x01(\x05\x12\x37\n\x08job_size\x18\t \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\x12;\n\x0freport_messages\x18\n \x03(\x0b\x32\".qwak.batchjob.ExecutionReportLine\x12\x43\n\x16\x65xecution_file_details\x18\x0b \x01(\x0b\x32#.qwak.batchjob.ExecutionFileDetails\x12<\n\x0ftask_executions\x18\x0c \x03(\x0b\x32#.qwak.batchjob.TaskExecutionDetails\"M\n\x13\x45xecutionReportLine\x12(\n\x04time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04line\x18\x02 \x01(\t\"\x95\x02\n\x14\x45xecutionFileDetails\x12\x15\n\rsource_bucket\x18\x01 \x01(\t\x12\x1a\n\x12\x64\x65stination_bucket\x18\x02 \x01(\t\x12\x13\n\x0bsource_path\x18\x03 \x01(\t\x12\x18\n\x10\x64\x65stination_path\x18\x04 \x01(\t\x12\x35\n\x0finput_file_type\x18\x05 \x01(\x0e\x32\x1c.qwak.batchjob.InputFileType\x12\x37\n\x10output_file_type\x18\x06 \x01(\x0e\x32\x1d.qwak.batchjob.OutputFileType\x12\x16\n\x0e\x66inished_files\x18\x07 \x01(\x05\x12\x13\n\x0btotal_files\x18\x08 \x01(\x05\"\xfd\x01\n\x14TaskExecutionDetails\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12\x35\n\x06status\x18\x02 \x01(\x0e\x32%.qwak.batchjob.BatchTaskStatusMessage\x12.\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x16\n\x0enum_of_records\x18\x05 \x01(\x05\x12\x14\n\x08\x66ilename\x18\x06 \x01(\tB\x02\x18\x01\x12\x11\n\tfilenames\x18\x07 \x03(\t\"d\n$GetBatchJobPreSignedUploadUrlRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x17\n\x0fnumber_of_files\x18\x02 \x01(\x05\x12\x11\n\tfile_type\x18\x03 \x01(\t\"\x98\x01\n%GetBatchJobPreSignedUploadUrlResponse\x12\x12\n\ninput_path\x18\x01 \x01(\t\x12\x13\n\x0boutput_path\x18\x02 \x01(\t\x12\x0e\n\x06\x62ucket\x18\x03 \x01(\t\x12\x0c\n\x04urls\x18\x04 \x03(\t\x12\x0f\n\x07success\x18\x05 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x06 \x01(\t\"8\n&GetBatchJobPreSignedDownloadUrlRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"a\n\'GetBatchJobPreSignedDownloadUrlResponse\x12\x0c\n\x04urls\x18\x01 \x03(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x03 \x01(\t\"3\n\x1fGetBatchJobUploadDetailsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\"\xb4\x01\n GetBatchJobUploadDetailsResponse\x12\x12\n\ninput_path\x18\x01 \x01(\t\x12\x13\n\x0boutput_path\x18\x02 \x01(\t\x12\x0e\n\x06\x62ucket\x18\x03 \x01(\t\x12W\n\x0b\x63redentials\x18\x04 \x01(\x0b\x32\x42.qwak.administration.authenticated_user.v1.AwsTemporaryCredentials\"3\n!GetBatchJobDownloadDetailsRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"\x9b\x01\n\"GetBatchJobDownloadDetailsResponse\x12\x0e\n\x06\x62ucket\x18\x01 \x01(\t\x12\x0c\n\x04keys\x18\x02 \x03(\t\x12W\n\x0b\x63redentials\x18\x03 \x01(\x0b\x32\x42.qwak.administration.authenticated_user.v1.AwsTemporaryCredentials\"\xd7\x01\n\x1aUpdateDefaultParamsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\x12\x46\n\x17\x64\x65\x66\x61ult_deployment_size\x18\x03 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\x12M\n\x1b\x61\x64vanced_deployment_options\x18\x04 \x01(\x0b\x32(.qwak.batchjob.AdvancedDeploymentOptions\"\x1d\n\x1bUpdateDefaultParamsResponse\".\n\x1a\x44\x65leteDefaultParamsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\"\x1d\n\x1b\x44\x65leteDefaultParamsResponse\"S\n&UpdateTaskIngestedRecordsAmountRequest\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12\x18\n\x10ingested_records\x18\x02 \x01(\x03\")\n\'UpdateTaskIngestedRecordsAmountResponse\"S\n\x19UpdateTasksDetailsRequest\x12\x36\n\rtasks_details\x18\x01 \x03(\x0b\x32\x1f.qwak.batchjob.BatchTaskDetails\"\x1c\n\x1aUpdateTasksDetailsResponse\"a\n\x10\x42\x61tchTaskDetails\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12<\n\x13input_files_details\x18\x02 \x03(\x0b\x32\x1f.qwak.batchjob.InputFileDetails\" \n\x10InputFileDetails\x12\x0c\n\x04path\x18\x01 \x01(\t*\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*\x8d\x02\n\x15\x42\x61tchJobStatusMessage\x12\x1e\n\x1aUNDEFINED_BATCH_JOB_STATUS\x10\x00\x12\x1e\n\x1a\x42\x41TCH_JOB_COMMITTED_STATUS\x10\x01\x12\x1c\n\x18\x42\x41TCH_JOB_PENDING_STATUS\x10\x02\x12\x1c\n\x18\x42\x41TCH_JOB_RUNNING_STATUS\x10\x03\x12\x1d\n\x19\x42\x41TCH_JOB_FINISHED_STATUS\x10\x04\x12\x1b\n\x17\x42\x41TCH_JOB_FAILED_STATUS\x10\x05\x12\x1e\n\x1a\x42\x41TCH_JOB_CANCELLED_STATUS\x10\x06\x12\x1c\n\x18\x42\x41TCH_JOB_TIMEOUT_STATUS\x10\x07*\x9c\x02\n\x16\x42\x61tchTaskStatusMessage\x12\x1f\n\x1bUNDEFINED_BATCH_TASK_STATUS\x10\x00\x12\x1f\n\x1b\x42\x41TCH_TASK_COMMITTED_STATUS\x10\x01\x12#\n\x1f\x42\x41TCH_TASK_PENDING_START_STATUS\x10\x02\x12\x1d\n\x19\x42\x41TCH_TASK_RUNNING_STATUS\x10\x03\x12\x1e\n\x1a\x42\x41TCH_TASK_FINISHED_STATUS\x10\x04\x12\x1c\n\x18\x42\x41TCH_TASK_FAILED_STATUS\x10\x05\x12\x1f\n\x1b\x42\x41TCH_TASK_CANCELLED_STATUS\x10\x06\x12\x1d\n\x19\x42\x41TCH_TASK_TIMEOUT_STATUS\x10\x07\x32\x9f\x0f\n\x19\x42\x61tchJobManagementService\x12Z\n\rStartBatchJob\x12#.qwak.batchjob.StartBatchJobRequest\x1a$.qwak.batchjob.StartBatchJobResponse\x12]\n\x0e\x43\x61ncelBatchJob\x12$.qwak.batchjob.CancelBatchJobRequest\x1a%.qwak.batchjob.CancelBatchJobResponse\x12]\n\x0eStartWarmupJob\x12$.qwak.batchjob.StartWarmupJobRequest\x1a%.qwak.batchjob.StartWarmupJobResponse\x12`\n\x0f\x43\x61ncelWarmupJob\x12%.qwak.batchjob.CancelWarmupJobRequest\x1a&.qwak.batchjob.CancelWarmupJobResponse\x12\x66\n\x11GetBatchJobStatus\x12\'.qwak.batchjob.GetBatchJobStatusRequest\x1a(.qwak.batchjob.GetBatchJobStatusResponse\x12\x66\n\x11GetBatchJobReport\x12\'.qwak.batchjob.GetBatchJobReportRequest\x1a(.qwak.batchjob.GetBatchJobReportResponse\x12t\n\x16UpdateBatchTasksStatus\x12,.qwak.batchjob.UpdateBatchTasksStatusRequest\x1a,.qwak.batchjob.UpdateBatchTaskStatusResponse\x12Z\n\rListBatchJobs\x12#.qwak.batchjob.ListBatchJobsRequest\x1a$.qwak.batchjob.ListBatchJobsResponse\x12i\n\x12GetBatchJobDetails\x12(.qwak.batchjob.GetBatchJobDetailsRequest\x1a).qwak.batchjob.GetBatchJobDetailsResponse\x12\x8a\x01\n\x1dGetBatchJobPreSignedUploadUrl\x12\x33.qwak.batchjob.GetBatchJobPreSignedUploadUrlRequest\x1a\x34.qwak.batchjob.GetBatchJobPreSignedUploadUrlResponse\x12\x90\x01\n\x1fGetBatchJobPreSignedDownloadUrl\x12\x35.qwak.batchjob.GetBatchJobPreSignedDownloadUrlRequest\x1a\x36.qwak.batchjob.GetBatchJobPreSignedDownloadUrlResponse\x12{\n\x18GetBatchJobUploadDetails\x12..qwak.batchjob.GetBatchJobUploadDetailsRequest\x1a/.qwak.batchjob.GetBatchJobUploadDetailsResponse\x12\x81\x01\n\x1aGetBatchJobDownloadDetails\x12\x30.qwak.batchjob.GetBatchJobDownloadDetailsRequest\x1a\x31.qwak.batchjob.GetBatchJobDownloadDetailsResponse\x12l\n\x13UpdateDefaultParams\x12).qwak.batchjob.UpdateDefaultParamsRequest\x1a*.qwak.batchjob.UpdateDefaultParamsResponse\x12l\n\x13\x44\x65leteDefaultParams\x12).qwak.batchjob.DeleteDefaultParamsRequest\x1a*.qwak.batchjob.DeleteDefaultParamsResponse\x12\x90\x01\n\x1fUpdateTaskIngestedRecordsAmount\x12\x35.qwak.batchjob.UpdateTaskIngestedRecordsAmountRequest\x1a\x36.qwak.batchjob.UpdateTaskIngestedRecordsAmountResponse\x12i\n\x12UpdateTasksDetails\x12(.qwak.batchjob.UpdateTasksDetailsRequest\x1a).qwak.batchjob.UpdateTasksDetailsResponseB.\n\x19\x63om.qwak.ai.batch.job.apiP\x01Z\x0f./;inferencejobb\x06proto3')
23
21
 
24
- _INPUTFILETYPE = DESCRIPTOR.enum_types_by_name['InputFileType']
25
- InputFileType = enum_type_wrapper.EnumTypeWrapper(_INPUTFILETYPE)
26
- _OUTPUTFILETYPE = DESCRIPTOR.enum_types_by_name['OutputFileType']
27
- OutputFileType = enum_type_wrapper.EnumTypeWrapper(_OUTPUTFILETYPE)
28
- _BATCHJOBSTATUSMESSAGE = DESCRIPTOR.enum_types_by_name['BatchJobStatusMessage']
29
- BatchJobStatusMessage = enum_type_wrapper.EnumTypeWrapper(_BATCHJOBSTATUSMESSAGE)
30
- _BATCHTASKSTATUSMESSAGE = DESCRIPTOR.enum_types_by_name['BatchTaskStatusMessage']
31
- BatchTaskStatusMessage = enum_type_wrapper.EnumTypeWrapper(_BATCHTASKSTATUSMESSAGE)
32
- UNDEFINED_INPUT_FILE_TYPE = 0
33
- CSV_INPUT_FILE_TYPE = 1
34
- FEATHER_INPUT_FILE_TYPE = 2
35
- PARQUET_INPUT_FILE_TYPE = 3
36
- UNDEFINED_OUTPUT_FILE_TYPE = 0
37
- CSV_OUTPUT_FILE_TYPE = 1
38
- FEATHER_OUTPUT_FILE_TYPE = 2
39
- PARQUET_OUTPUT_FILE_TYPE = 3
40
- UNDEFINED_BATCH_JOB_STATUS = 0
41
- BATCH_JOB_COMMITTED_STATUS = 1
42
- BATCH_JOB_PENDING_STATUS = 2
43
- BATCH_JOB_RUNNING_STATUS = 3
44
- BATCH_JOB_FINISHED_STATUS = 4
45
- BATCH_JOB_FAILED_STATUS = 5
46
- BATCH_JOB_CANCELLED_STATUS = 6
47
- BATCH_JOB_TIMEOUT_STATUS = 7
48
- UNDEFINED_BATCH_TASK_STATUS = 0
49
- BATCH_TASK_COMMITTED_STATUS = 1
50
- BATCH_TASK_PENDING_START_STATUS = 2
51
- BATCH_TASK_RUNNING_STATUS = 3
52
- BATCH_TASK_FINISHED_STATUS = 4
53
- BATCH_TASK_FAILED_STATUS = 5
54
- BATCH_TASK_CANCELLED_STATUS = 6
55
- BATCH_TASK_TIMEOUT_STATUS = 7
56
-
57
-
58
- _STARTWARMUPJOBREQUEST = DESCRIPTOR.message_types_by_name['StartWarmupJobRequest']
59
- _STARTWARMUPJOBRESPONSE = DESCRIPTOR.message_types_by_name['StartWarmupJobResponse']
60
- _CANCELWARMUPJOBREQUEST = DESCRIPTOR.message_types_by_name['CancelWarmupJobRequest']
61
- _CANCELWARMUPJOBRESPONSE = DESCRIPTOR.message_types_by_name['CancelWarmupJobResponse']
62
- _STARTBATCHJOBREQUEST = DESCRIPTOR.message_types_by_name['StartBatchJobRequest']
63
- _BATCHJOBREQUEST = DESCRIPTOR.message_types_by_name['BatchJobRequest']
64
- _BATCHJOBMODELDETAILS = DESCRIPTOR.message_types_by_name['BatchJobModelDetails']
65
- _BATCHJOBDATADETAILS = DESCRIPTOR.message_types_by_name['BatchJobDataDetails']
66
- _BATCHJOBSOURCEPATH = DESCRIPTOR.message_types_by_name['BatchJobSourcePath']
67
- _BATCHJOBDESTINATIONPATH = DESCRIPTOR.message_types_by_name['BatchJobDestinationPath']
68
- _BATCHJOBEXECUTIONDETAILS = DESCRIPTOR.message_types_by_name['BatchJobExecutionDetails']
69
- _BATCHJOBPARAMETER = DESCRIPTOR.message_types_by_name['BatchJobParameter']
70
- _STARTBATCHJOBRESPONSE = DESCRIPTOR.message_types_by_name['StartBatchJobResponse']
71
- _CANCELBATCHJOBREQUEST = DESCRIPTOR.message_types_by_name['CancelBatchJobRequest']
72
- _CANCELBATCHJOBRESPONSE = DESCRIPTOR.message_types_by_name['CancelBatchJobResponse']
73
- _GETBATCHJOBSTATUSREQUEST = DESCRIPTOR.message_types_by_name['GetBatchJobStatusRequest']
74
- _GETBATCHJOBSTATUSRESPONSE = DESCRIPTOR.message_types_by_name['GetBatchJobStatusResponse']
75
- _GETBATCHJOBREPORTREQUEST = DESCRIPTOR.message_types_by_name['GetBatchJobReportRequest']
76
- _GETBATCHJOBREPORTRESPONSE = DESCRIPTOR.message_types_by_name['GetBatchJobReportResponse']
77
- _UPDATEBATCHTASKSSTATUSREQUEST = DESCRIPTOR.message_types_by_name['UpdateBatchTasksStatusRequest']
78
- _UPDATEBATCHTASKSTATUSRESPONSE = DESCRIPTOR.message_types_by_name['UpdateBatchTaskStatusResponse']
79
- _ADVANCEDDEPLOYMENTOPTIONS = DESCRIPTOR.message_types_by_name['AdvancedDeploymentOptions']
80
- _BATCHJOBDEPLOYMENTSIZE = DESCRIPTOR.message_types_by_name['BatchJobDeploymentSize']
81
- _BATCHJOBEXECUTIONSIZE = DESCRIPTOR.message_types_by_name['BatchJobExecutionSize']
82
- _LISTBATCHJOBSREQUEST = DESCRIPTOR.message_types_by_name['ListBatchJobsRequest']
83
- _LISTBATCHJOBSRESPONSE = DESCRIPTOR.message_types_by_name['ListBatchJobsResponse']
84
- _BATCHJOBDETAILS = DESCRIPTOR.message_types_by_name['BatchJobDetails']
85
- _GETBATCHJOBDETAILSREQUEST = DESCRIPTOR.message_types_by_name['GetBatchJobDetailsRequest']
86
- _GETBATCHJOBDETAILSRESPONSE = DESCRIPTOR.message_types_by_name['GetBatchJobDetailsResponse']
87
- _BATCHJOBMESSAGE = DESCRIPTOR.message_types_by_name['BatchJobMessage']
88
- _EXECUTIONREPORTLINE = DESCRIPTOR.message_types_by_name['ExecutionReportLine']
89
- _EXECUTIONFILEDETAILS = DESCRIPTOR.message_types_by_name['ExecutionFileDetails']
90
- _TASKEXECUTIONDETAILS = DESCRIPTOR.message_types_by_name['TaskExecutionDetails']
91
- _GETBATCHJOBPRESIGNEDUPLOADURLREQUEST = DESCRIPTOR.message_types_by_name['GetBatchJobPreSignedUploadUrlRequest']
92
- _GETBATCHJOBPRESIGNEDUPLOADURLRESPONSE = DESCRIPTOR.message_types_by_name['GetBatchJobPreSignedUploadUrlResponse']
93
- _GETBATCHJOBPRESIGNEDDOWNLOADURLREQUEST = DESCRIPTOR.message_types_by_name['GetBatchJobPreSignedDownloadUrlRequest']
94
- _GETBATCHJOBPRESIGNEDDOWNLOADURLRESPONSE = DESCRIPTOR.message_types_by_name['GetBatchJobPreSignedDownloadUrlResponse']
95
- _GETBATCHJOBUPLOADDETAILSREQUEST = DESCRIPTOR.message_types_by_name['GetBatchJobUploadDetailsRequest']
96
- _GETBATCHJOBUPLOADDETAILSRESPONSE = DESCRIPTOR.message_types_by_name['GetBatchJobUploadDetailsResponse']
97
- _GETBATCHJOBDOWNLOADDETAILSREQUEST = DESCRIPTOR.message_types_by_name['GetBatchJobDownloadDetailsRequest']
98
- _GETBATCHJOBDOWNLOADDETAILSRESPONSE = DESCRIPTOR.message_types_by_name['GetBatchJobDownloadDetailsResponse']
99
- _UPDATEDEFAULTPARAMSREQUEST = DESCRIPTOR.message_types_by_name['UpdateDefaultParamsRequest']
100
- _UPDATEDEFAULTPARAMSRESPONSE = DESCRIPTOR.message_types_by_name['UpdateDefaultParamsResponse']
101
- _DELETEDEFAULTPARAMSREQUEST = DESCRIPTOR.message_types_by_name['DeleteDefaultParamsRequest']
102
- _DELETEDEFAULTPARAMSRESPONSE = DESCRIPTOR.message_types_by_name['DeleteDefaultParamsResponse']
103
- _UPDATETASKINGESTEDRECORDSAMOUNTREQUEST = DESCRIPTOR.message_types_by_name['UpdateTaskIngestedRecordsAmountRequest']
104
- _UPDATETASKINGESTEDRECORDSAMOUNTRESPONSE = DESCRIPTOR.message_types_by_name['UpdateTaskIngestedRecordsAmountResponse']
105
- _UPDATETASKSDETAILSREQUEST = DESCRIPTOR.message_types_by_name['UpdateTasksDetailsRequest']
106
- _UPDATETASKSDETAILSRESPONSE = DESCRIPTOR.message_types_by_name['UpdateTasksDetailsResponse']
107
- _BATCHTASKDETAILS = DESCRIPTOR.message_types_by_name['BatchTaskDetails']
108
- _INPUTFILEDETAILS = DESCRIPTOR.message_types_by_name['InputFileDetails']
109
- _BATCHJOBDEPLOYMENTSIZE_MEMORYUNIT = _BATCHJOBDEPLOYMENTSIZE.enum_types_by_name['MemoryUnit']
110
- StartWarmupJobRequest = _reflection.GeneratedProtocolMessageType('StartWarmupJobRequest', (_message.Message,), {
111
- 'DESCRIPTOR' : _STARTWARMUPJOBREQUEST,
112
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
113
- # @@protoc_insertion_point(class_scope:qwak.batchjob.StartWarmupJobRequest)
114
- })
115
- _sym_db.RegisterMessage(StartWarmupJobRequest)
116
-
117
- StartWarmupJobResponse = _reflection.GeneratedProtocolMessageType('StartWarmupJobResponse', (_message.Message,), {
118
- 'DESCRIPTOR' : _STARTWARMUPJOBRESPONSE,
119
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
120
- # @@protoc_insertion_point(class_scope:qwak.batchjob.StartWarmupJobResponse)
121
- })
122
- _sym_db.RegisterMessage(StartWarmupJobResponse)
123
-
124
- CancelWarmupJobRequest = _reflection.GeneratedProtocolMessageType('CancelWarmupJobRequest', (_message.Message,), {
125
- 'DESCRIPTOR' : _CANCELWARMUPJOBREQUEST,
126
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
127
- # @@protoc_insertion_point(class_scope:qwak.batchjob.CancelWarmupJobRequest)
128
- })
129
- _sym_db.RegisterMessage(CancelWarmupJobRequest)
130
-
131
- CancelWarmupJobResponse = _reflection.GeneratedProtocolMessageType('CancelWarmupJobResponse', (_message.Message,), {
132
- 'DESCRIPTOR' : _CANCELWARMUPJOBRESPONSE,
133
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
134
- # @@protoc_insertion_point(class_scope:qwak.batchjob.CancelWarmupJobResponse)
135
- })
136
- _sym_db.RegisterMessage(CancelWarmupJobResponse)
137
-
138
- StartBatchJobRequest = _reflection.GeneratedProtocolMessageType('StartBatchJobRequest', (_message.Message,), {
139
- 'DESCRIPTOR' : _STARTBATCHJOBREQUEST,
140
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
141
- # @@protoc_insertion_point(class_scope:qwak.batchjob.StartBatchJobRequest)
142
- })
143
- _sym_db.RegisterMessage(StartBatchJobRequest)
144
-
145
- BatchJobRequest = _reflection.GeneratedProtocolMessageType('BatchJobRequest', (_message.Message,), {
146
- 'DESCRIPTOR' : _BATCHJOBREQUEST,
147
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
148
- # @@protoc_insertion_point(class_scope:qwak.batchjob.BatchJobRequest)
149
- })
150
- _sym_db.RegisterMessage(BatchJobRequest)
151
-
152
- BatchJobModelDetails = _reflection.GeneratedProtocolMessageType('BatchJobModelDetails', (_message.Message,), {
153
- 'DESCRIPTOR' : _BATCHJOBMODELDETAILS,
154
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
155
- # @@protoc_insertion_point(class_scope:qwak.batchjob.BatchJobModelDetails)
156
- })
157
- _sym_db.RegisterMessage(BatchJobModelDetails)
158
-
159
- BatchJobDataDetails = _reflection.GeneratedProtocolMessageType('BatchJobDataDetails', (_message.Message,), {
160
- 'DESCRIPTOR' : _BATCHJOBDATADETAILS,
161
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
162
- # @@protoc_insertion_point(class_scope:qwak.batchjob.BatchJobDataDetails)
163
- })
164
- _sym_db.RegisterMessage(BatchJobDataDetails)
165
-
166
- BatchJobSourcePath = _reflection.GeneratedProtocolMessageType('BatchJobSourcePath', (_message.Message,), {
167
- 'DESCRIPTOR' : _BATCHJOBSOURCEPATH,
168
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
169
- # @@protoc_insertion_point(class_scope:qwak.batchjob.BatchJobSourcePath)
170
- })
171
- _sym_db.RegisterMessage(BatchJobSourcePath)
172
-
173
- BatchJobDestinationPath = _reflection.GeneratedProtocolMessageType('BatchJobDestinationPath', (_message.Message,), {
174
- 'DESCRIPTOR' : _BATCHJOBDESTINATIONPATH,
175
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
176
- # @@protoc_insertion_point(class_scope:qwak.batchjob.BatchJobDestinationPath)
177
- })
178
- _sym_db.RegisterMessage(BatchJobDestinationPath)
179
-
180
- BatchJobExecutionDetails = _reflection.GeneratedProtocolMessageType('BatchJobExecutionDetails', (_message.Message,), {
181
- 'DESCRIPTOR' : _BATCHJOBEXECUTIONDETAILS,
182
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
183
- # @@protoc_insertion_point(class_scope:qwak.batchjob.BatchJobExecutionDetails)
184
- })
185
- _sym_db.RegisterMessage(BatchJobExecutionDetails)
186
-
187
- BatchJobParameter = _reflection.GeneratedProtocolMessageType('BatchJobParameter', (_message.Message,), {
188
- 'DESCRIPTOR' : _BATCHJOBPARAMETER,
189
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
190
- # @@protoc_insertion_point(class_scope:qwak.batchjob.BatchJobParameter)
191
- })
192
- _sym_db.RegisterMessage(BatchJobParameter)
193
-
194
- StartBatchJobResponse = _reflection.GeneratedProtocolMessageType('StartBatchJobResponse', (_message.Message,), {
195
- 'DESCRIPTOR' : _STARTBATCHJOBRESPONSE,
196
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
197
- # @@protoc_insertion_point(class_scope:qwak.batchjob.StartBatchJobResponse)
198
- })
199
- _sym_db.RegisterMessage(StartBatchJobResponse)
200
-
201
- CancelBatchJobRequest = _reflection.GeneratedProtocolMessageType('CancelBatchJobRequest', (_message.Message,), {
202
- 'DESCRIPTOR' : _CANCELBATCHJOBREQUEST,
203
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
204
- # @@protoc_insertion_point(class_scope:qwak.batchjob.CancelBatchJobRequest)
205
- })
206
- _sym_db.RegisterMessage(CancelBatchJobRequest)
207
-
208
- CancelBatchJobResponse = _reflection.GeneratedProtocolMessageType('CancelBatchJobResponse', (_message.Message,), {
209
- 'DESCRIPTOR' : _CANCELBATCHJOBRESPONSE,
210
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
211
- # @@protoc_insertion_point(class_scope:qwak.batchjob.CancelBatchJobResponse)
212
- })
213
- _sym_db.RegisterMessage(CancelBatchJobResponse)
214
-
215
- GetBatchJobStatusRequest = _reflection.GeneratedProtocolMessageType('GetBatchJobStatusRequest', (_message.Message,), {
216
- 'DESCRIPTOR' : _GETBATCHJOBSTATUSREQUEST,
217
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
218
- # @@protoc_insertion_point(class_scope:qwak.batchjob.GetBatchJobStatusRequest)
219
- })
220
- _sym_db.RegisterMessage(GetBatchJobStatusRequest)
221
-
222
- GetBatchJobStatusResponse = _reflection.GeneratedProtocolMessageType('GetBatchJobStatusResponse', (_message.Message,), {
223
- 'DESCRIPTOR' : _GETBATCHJOBSTATUSRESPONSE,
224
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
225
- # @@protoc_insertion_point(class_scope:qwak.batchjob.GetBatchJobStatusResponse)
226
- })
227
- _sym_db.RegisterMessage(GetBatchJobStatusResponse)
228
-
229
- GetBatchJobReportRequest = _reflection.GeneratedProtocolMessageType('GetBatchJobReportRequest', (_message.Message,), {
230
- 'DESCRIPTOR' : _GETBATCHJOBREPORTREQUEST,
231
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
232
- # @@protoc_insertion_point(class_scope:qwak.batchjob.GetBatchJobReportRequest)
233
- })
234
- _sym_db.RegisterMessage(GetBatchJobReportRequest)
235
-
236
- GetBatchJobReportResponse = _reflection.GeneratedProtocolMessageType('GetBatchJobReportResponse', (_message.Message,), {
237
- 'DESCRIPTOR' : _GETBATCHJOBREPORTRESPONSE,
238
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
239
- # @@protoc_insertion_point(class_scope:qwak.batchjob.GetBatchJobReportResponse)
240
- })
241
- _sym_db.RegisterMessage(GetBatchJobReportResponse)
242
-
243
- UpdateBatchTasksStatusRequest = _reflection.GeneratedProtocolMessageType('UpdateBatchTasksStatusRequest', (_message.Message,), {
244
- 'DESCRIPTOR' : _UPDATEBATCHTASKSSTATUSREQUEST,
245
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
246
- # @@protoc_insertion_point(class_scope:qwak.batchjob.UpdateBatchTasksStatusRequest)
247
- })
248
- _sym_db.RegisterMessage(UpdateBatchTasksStatusRequest)
249
-
250
- UpdateBatchTaskStatusResponse = _reflection.GeneratedProtocolMessageType('UpdateBatchTaskStatusResponse', (_message.Message,), {
251
- 'DESCRIPTOR' : _UPDATEBATCHTASKSTATUSRESPONSE,
252
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
253
- # @@protoc_insertion_point(class_scope:qwak.batchjob.UpdateBatchTaskStatusResponse)
254
- })
255
- _sym_db.RegisterMessage(UpdateBatchTaskStatusResponse)
256
-
257
- AdvancedDeploymentOptions = _reflection.GeneratedProtocolMessageType('AdvancedDeploymentOptions', (_message.Message,), {
258
- 'DESCRIPTOR' : _ADVANCEDDEPLOYMENTOPTIONS,
259
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
260
- # @@protoc_insertion_point(class_scope:qwak.batchjob.AdvancedDeploymentOptions)
261
- })
262
- _sym_db.RegisterMessage(AdvancedDeploymentOptions)
263
-
264
- BatchJobDeploymentSize = _reflection.GeneratedProtocolMessageType('BatchJobDeploymentSize', (_message.Message,), {
265
- 'DESCRIPTOR' : _BATCHJOBDEPLOYMENTSIZE,
266
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
267
- # @@protoc_insertion_point(class_scope:qwak.batchjob.BatchJobDeploymentSize)
268
- })
269
- _sym_db.RegisterMessage(BatchJobDeploymentSize)
270
-
271
- BatchJobExecutionSize = _reflection.GeneratedProtocolMessageType('BatchJobExecutionSize', (_message.Message,), {
272
- 'DESCRIPTOR' : _BATCHJOBEXECUTIONSIZE,
273
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
274
- # @@protoc_insertion_point(class_scope:qwak.batchjob.BatchJobExecutionSize)
275
- })
276
- _sym_db.RegisterMessage(BatchJobExecutionSize)
277
-
278
- ListBatchJobsRequest = _reflection.GeneratedProtocolMessageType('ListBatchJobsRequest', (_message.Message,), {
279
- 'DESCRIPTOR' : _LISTBATCHJOBSREQUEST,
280
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
281
- # @@protoc_insertion_point(class_scope:qwak.batchjob.ListBatchJobsRequest)
282
- })
283
- _sym_db.RegisterMessage(ListBatchJobsRequest)
284
-
285
- ListBatchJobsResponse = _reflection.GeneratedProtocolMessageType('ListBatchJobsResponse', (_message.Message,), {
286
- 'DESCRIPTOR' : _LISTBATCHJOBSRESPONSE,
287
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
288
- # @@protoc_insertion_point(class_scope:qwak.batchjob.ListBatchJobsResponse)
289
- })
290
- _sym_db.RegisterMessage(ListBatchJobsResponse)
291
-
292
- BatchJobDetails = _reflection.GeneratedProtocolMessageType('BatchJobDetails', (_message.Message,), {
293
- 'DESCRIPTOR' : _BATCHJOBDETAILS,
294
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
295
- # @@protoc_insertion_point(class_scope:qwak.batchjob.BatchJobDetails)
296
- })
297
- _sym_db.RegisterMessage(BatchJobDetails)
298
-
299
- GetBatchJobDetailsRequest = _reflection.GeneratedProtocolMessageType('GetBatchJobDetailsRequest', (_message.Message,), {
300
- 'DESCRIPTOR' : _GETBATCHJOBDETAILSREQUEST,
301
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
302
- # @@protoc_insertion_point(class_scope:qwak.batchjob.GetBatchJobDetailsRequest)
303
- })
304
- _sym_db.RegisterMessage(GetBatchJobDetailsRequest)
305
-
306
- GetBatchJobDetailsResponse = _reflection.GeneratedProtocolMessageType('GetBatchJobDetailsResponse', (_message.Message,), {
307
- 'DESCRIPTOR' : _GETBATCHJOBDETAILSRESPONSE,
308
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
309
- # @@protoc_insertion_point(class_scope:qwak.batchjob.GetBatchJobDetailsResponse)
310
- })
311
- _sym_db.RegisterMessage(GetBatchJobDetailsResponse)
312
-
313
- BatchJobMessage = _reflection.GeneratedProtocolMessageType('BatchJobMessage', (_message.Message,), {
314
- 'DESCRIPTOR' : _BATCHJOBMESSAGE,
315
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
316
- # @@protoc_insertion_point(class_scope:qwak.batchjob.BatchJobMessage)
317
- })
318
- _sym_db.RegisterMessage(BatchJobMessage)
319
-
320
- ExecutionReportLine = _reflection.GeneratedProtocolMessageType('ExecutionReportLine', (_message.Message,), {
321
- 'DESCRIPTOR' : _EXECUTIONREPORTLINE,
322
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
323
- # @@protoc_insertion_point(class_scope:qwak.batchjob.ExecutionReportLine)
324
- })
325
- _sym_db.RegisterMessage(ExecutionReportLine)
326
-
327
- ExecutionFileDetails = _reflection.GeneratedProtocolMessageType('ExecutionFileDetails', (_message.Message,), {
328
- 'DESCRIPTOR' : _EXECUTIONFILEDETAILS,
329
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
330
- # @@protoc_insertion_point(class_scope:qwak.batchjob.ExecutionFileDetails)
331
- })
332
- _sym_db.RegisterMessage(ExecutionFileDetails)
333
-
334
- TaskExecutionDetails = _reflection.GeneratedProtocolMessageType('TaskExecutionDetails', (_message.Message,), {
335
- 'DESCRIPTOR' : _TASKEXECUTIONDETAILS,
336
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
337
- # @@protoc_insertion_point(class_scope:qwak.batchjob.TaskExecutionDetails)
338
- })
339
- _sym_db.RegisterMessage(TaskExecutionDetails)
340
-
341
- GetBatchJobPreSignedUploadUrlRequest = _reflection.GeneratedProtocolMessageType('GetBatchJobPreSignedUploadUrlRequest', (_message.Message,), {
342
- 'DESCRIPTOR' : _GETBATCHJOBPRESIGNEDUPLOADURLREQUEST,
343
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
344
- # @@protoc_insertion_point(class_scope:qwak.batchjob.GetBatchJobPreSignedUploadUrlRequest)
345
- })
346
- _sym_db.RegisterMessage(GetBatchJobPreSignedUploadUrlRequest)
347
-
348
- GetBatchJobPreSignedUploadUrlResponse = _reflection.GeneratedProtocolMessageType('GetBatchJobPreSignedUploadUrlResponse', (_message.Message,), {
349
- 'DESCRIPTOR' : _GETBATCHJOBPRESIGNEDUPLOADURLRESPONSE,
350
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
351
- # @@protoc_insertion_point(class_scope:qwak.batchjob.GetBatchJobPreSignedUploadUrlResponse)
352
- })
353
- _sym_db.RegisterMessage(GetBatchJobPreSignedUploadUrlResponse)
354
-
355
- GetBatchJobPreSignedDownloadUrlRequest = _reflection.GeneratedProtocolMessageType('GetBatchJobPreSignedDownloadUrlRequest', (_message.Message,), {
356
- 'DESCRIPTOR' : _GETBATCHJOBPRESIGNEDDOWNLOADURLREQUEST,
357
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
358
- # @@protoc_insertion_point(class_scope:qwak.batchjob.GetBatchJobPreSignedDownloadUrlRequest)
359
- })
360
- _sym_db.RegisterMessage(GetBatchJobPreSignedDownloadUrlRequest)
361
-
362
- GetBatchJobPreSignedDownloadUrlResponse = _reflection.GeneratedProtocolMessageType('GetBatchJobPreSignedDownloadUrlResponse', (_message.Message,), {
363
- 'DESCRIPTOR' : _GETBATCHJOBPRESIGNEDDOWNLOADURLRESPONSE,
364
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
365
- # @@protoc_insertion_point(class_scope:qwak.batchjob.GetBatchJobPreSignedDownloadUrlResponse)
366
- })
367
- _sym_db.RegisterMessage(GetBatchJobPreSignedDownloadUrlResponse)
368
-
369
- GetBatchJobUploadDetailsRequest = _reflection.GeneratedProtocolMessageType('GetBatchJobUploadDetailsRequest', (_message.Message,), {
370
- 'DESCRIPTOR' : _GETBATCHJOBUPLOADDETAILSREQUEST,
371
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
372
- # @@protoc_insertion_point(class_scope:qwak.batchjob.GetBatchJobUploadDetailsRequest)
373
- })
374
- _sym_db.RegisterMessage(GetBatchJobUploadDetailsRequest)
375
-
376
- GetBatchJobUploadDetailsResponse = _reflection.GeneratedProtocolMessageType('GetBatchJobUploadDetailsResponse', (_message.Message,), {
377
- 'DESCRIPTOR' : _GETBATCHJOBUPLOADDETAILSRESPONSE,
378
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
379
- # @@protoc_insertion_point(class_scope:qwak.batchjob.GetBatchJobUploadDetailsResponse)
380
- })
381
- _sym_db.RegisterMessage(GetBatchJobUploadDetailsResponse)
382
-
383
- GetBatchJobDownloadDetailsRequest = _reflection.GeneratedProtocolMessageType('GetBatchJobDownloadDetailsRequest', (_message.Message,), {
384
- 'DESCRIPTOR' : _GETBATCHJOBDOWNLOADDETAILSREQUEST,
385
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
386
- # @@protoc_insertion_point(class_scope:qwak.batchjob.GetBatchJobDownloadDetailsRequest)
387
- })
388
- _sym_db.RegisterMessage(GetBatchJobDownloadDetailsRequest)
389
-
390
- GetBatchJobDownloadDetailsResponse = _reflection.GeneratedProtocolMessageType('GetBatchJobDownloadDetailsResponse', (_message.Message,), {
391
- 'DESCRIPTOR' : _GETBATCHJOBDOWNLOADDETAILSRESPONSE,
392
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
393
- # @@protoc_insertion_point(class_scope:qwak.batchjob.GetBatchJobDownloadDetailsResponse)
394
- })
395
- _sym_db.RegisterMessage(GetBatchJobDownloadDetailsResponse)
396
-
397
- UpdateDefaultParamsRequest = _reflection.GeneratedProtocolMessageType('UpdateDefaultParamsRequest', (_message.Message,), {
398
- 'DESCRIPTOR' : _UPDATEDEFAULTPARAMSREQUEST,
399
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
400
- # @@protoc_insertion_point(class_scope:qwak.batchjob.UpdateDefaultParamsRequest)
401
- })
402
- _sym_db.RegisterMessage(UpdateDefaultParamsRequest)
403
-
404
- UpdateDefaultParamsResponse = _reflection.GeneratedProtocolMessageType('UpdateDefaultParamsResponse', (_message.Message,), {
405
- 'DESCRIPTOR' : _UPDATEDEFAULTPARAMSRESPONSE,
406
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
407
- # @@protoc_insertion_point(class_scope:qwak.batchjob.UpdateDefaultParamsResponse)
408
- })
409
- _sym_db.RegisterMessage(UpdateDefaultParamsResponse)
410
-
411
- DeleteDefaultParamsRequest = _reflection.GeneratedProtocolMessageType('DeleteDefaultParamsRequest', (_message.Message,), {
412
- 'DESCRIPTOR' : _DELETEDEFAULTPARAMSREQUEST,
413
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
414
- # @@protoc_insertion_point(class_scope:qwak.batchjob.DeleteDefaultParamsRequest)
415
- })
416
- _sym_db.RegisterMessage(DeleteDefaultParamsRequest)
417
-
418
- DeleteDefaultParamsResponse = _reflection.GeneratedProtocolMessageType('DeleteDefaultParamsResponse', (_message.Message,), {
419
- 'DESCRIPTOR' : _DELETEDEFAULTPARAMSRESPONSE,
420
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
421
- # @@protoc_insertion_point(class_scope:qwak.batchjob.DeleteDefaultParamsResponse)
422
- })
423
- _sym_db.RegisterMessage(DeleteDefaultParamsResponse)
424
-
425
- UpdateTaskIngestedRecordsAmountRequest = _reflection.GeneratedProtocolMessageType('UpdateTaskIngestedRecordsAmountRequest', (_message.Message,), {
426
- 'DESCRIPTOR' : _UPDATETASKINGESTEDRECORDSAMOUNTREQUEST,
427
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
428
- # @@protoc_insertion_point(class_scope:qwak.batchjob.UpdateTaskIngestedRecordsAmountRequest)
429
- })
430
- _sym_db.RegisterMessage(UpdateTaskIngestedRecordsAmountRequest)
431
-
432
- UpdateTaskIngestedRecordsAmountResponse = _reflection.GeneratedProtocolMessageType('UpdateTaskIngestedRecordsAmountResponse', (_message.Message,), {
433
- 'DESCRIPTOR' : _UPDATETASKINGESTEDRECORDSAMOUNTRESPONSE,
434
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
435
- # @@protoc_insertion_point(class_scope:qwak.batchjob.UpdateTaskIngestedRecordsAmountResponse)
436
- })
437
- _sym_db.RegisterMessage(UpdateTaskIngestedRecordsAmountResponse)
438
-
439
- UpdateTasksDetailsRequest = _reflection.GeneratedProtocolMessageType('UpdateTasksDetailsRequest', (_message.Message,), {
440
- 'DESCRIPTOR' : _UPDATETASKSDETAILSREQUEST,
441
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
442
- # @@protoc_insertion_point(class_scope:qwak.batchjob.UpdateTasksDetailsRequest)
443
- })
444
- _sym_db.RegisterMessage(UpdateTasksDetailsRequest)
445
-
446
- UpdateTasksDetailsResponse = _reflection.GeneratedProtocolMessageType('UpdateTasksDetailsResponse', (_message.Message,), {
447
- 'DESCRIPTOR' : _UPDATETASKSDETAILSRESPONSE,
448
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
449
- # @@protoc_insertion_point(class_scope:qwak.batchjob.UpdateTasksDetailsResponse)
450
- })
451
- _sym_db.RegisterMessage(UpdateTasksDetailsResponse)
452
-
453
- BatchTaskDetails = _reflection.GeneratedProtocolMessageType('BatchTaskDetails', (_message.Message,), {
454
- 'DESCRIPTOR' : _BATCHTASKDETAILS,
455
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
456
- # @@protoc_insertion_point(class_scope:qwak.batchjob.BatchTaskDetails)
457
- })
458
- _sym_db.RegisterMessage(BatchTaskDetails)
459
-
460
- InputFileDetails = _reflection.GeneratedProtocolMessageType('InputFileDetails', (_message.Message,), {
461
- 'DESCRIPTOR' : _INPUTFILEDETAILS,
462
- '__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
463
- # @@protoc_insertion_point(class_scope:qwak.batchjob.InputFileDetails)
464
- })
465
- _sym_db.RegisterMessage(InputFileDetails)
466
-
467
- _BATCHJOBMANAGEMENTSERVICE = DESCRIPTOR.services_by_name['BatchJobManagementService']
22
+ _globals = globals()
23
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
24
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.batch_job.v1.batch_job_service_pb2', _globals)
468
25
  if _descriptor._USE_C_DESCRIPTORS == False:
469
26
 
470
27
  DESCRIPTOR._options = None
@@ -493,118 +50,118 @@ if _descriptor._USE_C_DESCRIPTORS == False:
493
50
  _BATCHJOBMESSAGE.fields_by_name['branch_id']._serialized_options = b'\030\001'
494
51
  _TASKEXECUTIONDETAILS.fields_by_name['filename']._options = None
495
52
  _TASKEXECUTIONDETAILS.fields_by_name['filename']._serialized_options = b'\030\001'
496
- _INPUTFILETYPE._serialized_start=7215
497
- _INPUTFILETYPE._serialized_end=7344
498
- _OUTPUTFILETYPE._serialized_start=7347
499
- _OUTPUTFILETYPE._serialized_end=7481
500
- _BATCHJOBSTATUSMESSAGE._serialized_start=7484
501
- _BATCHJOBSTATUSMESSAGE._serialized_end=7753
502
- _BATCHTASKSTATUSMESSAGE._serialized_start=7756
503
- _BATCHTASKSTATUSMESSAGE._serialized_end=8040
504
- _STARTWARMUPJOBREQUEST._serialized_start=246
505
- _STARTWARMUPJOBREQUEST._serialized_end=426
506
- _STARTWARMUPJOBRESPONSE._serialized_start=428
507
- _STARTWARMUPJOBRESPONSE._serialized_end=494
508
- _CANCELWARMUPJOBREQUEST._serialized_start=496
509
- _CANCELWARMUPJOBREQUEST._serialized_end=579
510
- _CANCELWARMUPJOBRESPONSE._serialized_start=581
511
- _CANCELWARMUPJOBRESPONSE._serialized_end=648
512
- _STARTBATCHJOBREQUEST._serialized_start=651
513
- _STARTBATCHJOBREQUEST._serialized_end=1300
514
- _BATCHJOBREQUEST._serialized_start=1303
515
- _BATCHJOBREQUEST._serialized_end=1506
516
- _BATCHJOBMODELDETAILS._serialized_start=1508
517
- _BATCHJOBMODELDETAILS._serialized_end=1566
518
- _BATCHJOBDATADETAILS._serialized_start=1569
519
- _BATCHJOBDATADETAILS._serialized_end=1798
520
- _BATCHJOBSOURCEPATH._serialized_start=1800
521
- _BATCHJOBSOURCEPATH._serialized_end=1921
522
- _BATCHJOBDESTINATIONPATH._serialized_start=1924
523
- _BATCHJOBDESTINATIONPATH._serialized_end=2062
524
- _BATCHJOBEXECUTIONDETAILS._serialized_start=2065
525
- _BATCHJOBEXECUTIONDETAILS._serialized_end=2341
526
- _BATCHJOBPARAMETER._serialized_start=2343
527
- _BATCHJOBPARAMETER._serialized_end=2390
528
- _STARTBATCHJOBRESPONSE._serialized_start=2392
529
- _STARTBATCHJOBRESPONSE._serialized_end=2475
530
- _CANCELBATCHJOBREQUEST._serialized_start=2477
531
- _CANCELBATCHJOBREQUEST._serialized_end=2518
532
- _CANCELBATCHJOBRESPONSE._serialized_start=2520
533
- _CANCELBATCHJOBRESPONSE._serialized_end=2586
534
- _GETBATCHJOBSTATUSREQUEST._serialized_start=2588
535
- _GETBATCHJOBSTATUSREQUEST._serialized_end=2632
536
- _GETBATCHJOBSTATUSRESPONSE._serialized_start=2635
537
- _GETBATCHJOBSTATUSRESPONSE._serialized_end=2807
538
- _GETBATCHJOBREPORTREQUEST._serialized_start=2809
539
- _GETBATCHJOBREPORTREQUEST._serialized_end=2853
540
- _GETBATCHJOBREPORTRESPONSE._serialized_start=2855
541
- _GETBATCHJOBREPORTRESPONSE._serialized_end=2952
542
- _UPDATEBATCHTASKSSTATUSREQUEST._serialized_start=2954
543
- _UPDATEBATCHTASKSSTATUSREQUEST._serialized_end=3050
544
- _UPDATEBATCHTASKSTATUSRESPONSE._serialized_start=3052
545
- _UPDATEBATCHTASKSTATUSRESPONSE._serialized_end=3125
546
- _ADVANCEDDEPLOYMENTOPTIONS._serialized_start=3127
547
- _ADVANCEDDEPLOYMENTOPTIONS._serialized_end=3249
548
- _BATCHJOBDEPLOYMENTSIZE._serialized_start=3252
549
- _BATCHJOBDEPLOYMENTSIZE._serialized_end=3641
550
- _BATCHJOBDEPLOYMENTSIZE_MEMORYUNIT._serialized_start=3594
551
- _BATCHJOBDEPLOYMENTSIZE_MEMORYUNIT._serialized_end=3641
552
- _BATCHJOBEXECUTIONSIZE._serialized_start=3644
553
- _BATCHJOBEXECUTIONSIZE._serialized_end=3797
554
- _LISTBATCHJOBSREQUEST._serialized_start=3799
555
- _LISTBATCHJOBSREQUEST._serialized_end=3880
556
- _LISTBATCHJOBSRESPONSE._serialized_start=3882
557
- _LISTBATCHJOBSRESPONSE._serialized_end=3957
558
- _BATCHJOBDETAILS._serialized_start=3960
559
- _BATCHJOBDETAILS._serialized_end=4345
560
- _GETBATCHJOBDETAILSREQUEST._serialized_start=4347
561
- _GETBATCHJOBDETAILSREQUEST._serialized_end=4390
562
- _GETBATCHJOBDETAILSRESPONSE._serialized_start=4392
563
- _GETBATCHJOBDETAILSRESPONSE._serialized_end=4513
564
- _BATCHJOBMESSAGE._serialized_start=4516
565
- _BATCHJOBMESSAGE._serialized_end=5032
566
- _EXECUTIONREPORTLINE._serialized_start=5034
567
- _EXECUTIONREPORTLINE._serialized_end=5111
568
- _EXECUTIONFILEDETAILS._serialized_start=5114
569
- _EXECUTIONFILEDETAILS._serialized_end=5391
570
- _TASKEXECUTIONDETAILS._serialized_start=5394
571
- _TASKEXECUTIONDETAILS._serialized_end=5647
572
- _GETBATCHJOBPRESIGNEDUPLOADURLREQUEST._serialized_start=5649
573
- _GETBATCHJOBPRESIGNEDUPLOADURLREQUEST._serialized_end=5749
574
- _GETBATCHJOBPRESIGNEDUPLOADURLRESPONSE._serialized_start=5752
575
- _GETBATCHJOBPRESIGNEDUPLOADURLRESPONSE._serialized_end=5904
576
- _GETBATCHJOBPRESIGNEDDOWNLOADURLREQUEST._serialized_start=5906
577
- _GETBATCHJOBPRESIGNEDDOWNLOADURLREQUEST._serialized_end=5962
578
- _GETBATCHJOBPRESIGNEDDOWNLOADURLRESPONSE._serialized_start=5964
579
- _GETBATCHJOBPRESIGNEDDOWNLOADURLRESPONSE._serialized_end=6061
580
- _GETBATCHJOBUPLOADDETAILSREQUEST._serialized_start=6063
581
- _GETBATCHJOBUPLOADDETAILSREQUEST._serialized_end=6114
582
- _GETBATCHJOBUPLOADDETAILSRESPONSE._serialized_start=6117
583
- _GETBATCHJOBUPLOADDETAILSRESPONSE._serialized_end=6297
584
- _GETBATCHJOBDOWNLOADDETAILSREQUEST._serialized_start=6299
585
- _GETBATCHJOBDOWNLOADDETAILSREQUEST._serialized_end=6350
586
- _GETBATCHJOBDOWNLOADDETAILSRESPONSE._serialized_start=6353
587
- _GETBATCHJOBDOWNLOADDETAILSRESPONSE._serialized_end=6508
588
- _UPDATEDEFAULTPARAMSREQUEST._serialized_start=6511
589
- _UPDATEDEFAULTPARAMSREQUEST._serialized_end=6726
590
- _UPDATEDEFAULTPARAMSRESPONSE._serialized_start=6728
591
- _UPDATEDEFAULTPARAMSRESPONSE._serialized_end=6757
592
- _DELETEDEFAULTPARAMSREQUEST._serialized_start=6759
593
- _DELETEDEFAULTPARAMSREQUEST._serialized_end=6805
594
- _DELETEDEFAULTPARAMSRESPONSE._serialized_start=6807
595
- _DELETEDEFAULTPARAMSRESPONSE._serialized_end=6836
596
- _UPDATETASKINGESTEDRECORDSAMOUNTREQUEST._serialized_start=6838
597
- _UPDATETASKINGESTEDRECORDSAMOUNTREQUEST._serialized_end=6921
598
- _UPDATETASKINGESTEDRECORDSAMOUNTRESPONSE._serialized_start=6923
599
- _UPDATETASKINGESTEDRECORDSAMOUNTRESPONSE._serialized_end=6964
600
- _UPDATETASKSDETAILSREQUEST._serialized_start=6966
601
- _UPDATETASKSDETAILSREQUEST._serialized_end=7049
602
- _UPDATETASKSDETAILSRESPONSE._serialized_start=7051
603
- _UPDATETASKSDETAILSRESPONSE._serialized_end=7079
604
- _BATCHTASKDETAILS._serialized_start=7081
605
- _BATCHTASKDETAILS._serialized_end=7178
606
- _INPUTFILEDETAILS._serialized_start=7180
607
- _INPUTFILEDETAILS._serialized_end=7212
608
- _BATCHJOBMANAGEMENTSERVICE._serialized_start=8043
609
- _BATCHJOBMANAGEMENTSERVICE._serialized_end=9994
53
+ _globals['_INPUTFILETYPE']._serialized_start=7238
54
+ _globals['_INPUTFILETYPE']._serialized_end=7367
55
+ _globals['_OUTPUTFILETYPE']._serialized_start=7370
56
+ _globals['_OUTPUTFILETYPE']._serialized_end=7504
57
+ _globals['_BATCHJOBSTATUSMESSAGE']._serialized_start=7507
58
+ _globals['_BATCHJOBSTATUSMESSAGE']._serialized_end=7776
59
+ _globals['_BATCHTASKSTATUSMESSAGE']._serialized_start=7779
60
+ _globals['_BATCHTASKSTATUSMESSAGE']._serialized_end=8063
61
+ _globals['_STARTWARMUPJOBREQUEST']._serialized_start=246
62
+ _globals['_STARTWARMUPJOBREQUEST']._serialized_end=426
63
+ _globals['_STARTWARMUPJOBRESPONSE']._serialized_start=428
64
+ _globals['_STARTWARMUPJOBRESPONSE']._serialized_end=494
65
+ _globals['_CANCELWARMUPJOBREQUEST']._serialized_start=496
66
+ _globals['_CANCELWARMUPJOBREQUEST']._serialized_end=579
67
+ _globals['_CANCELWARMUPJOBRESPONSE']._serialized_start=581
68
+ _globals['_CANCELWARMUPJOBRESPONSE']._serialized_end=648
69
+ _globals['_STARTBATCHJOBREQUEST']._serialized_start=651
70
+ _globals['_STARTBATCHJOBREQUEST']._serialized_end=1300
71
+ _globals['_BATCHJOBREQUEST']._serialized_start=1303
72
+ _globals['_BATCHJOBREQUEST']._serialized_end=1506
73
+ _globals['_BATCHJOBMODELDETAILS']._serialized_start=1508
74
+ _globals['_BATCHJOBMODELDETAILS']._serialized_end=1566
75
+ _globals['_BATCHJOBDATADETAILS']._serialized_start=1569
76
+ _globals['_BATCHJOBDATADETAILS']._serialized_end=1821
77
+ _globals['_BATCHJOBSOURCEPATH']._serialized_start=1823
78
+ _globals['_BATCHJOBSOURCEPATH']._serialized_end=1944
79
+ _globals['_BATCHJOBDESTINATIONPATH']._serialized_start=1947
80
+ _globals['_BATCHJOBDESTINATIONPATH']._serialized_end=2085
81
+ _globals['_BATCHJOBEXECUTIONDETAILS']._serialized_start=2088
82
+ _globals['_BATCHJOBEXECUTIONDETAILS']._serialized_end=2364
83
+ _globals['_BATCHJOBPARAMETER']._serialized_start=2366
84
+ _globals['_BATCHJOBPARAMETER']._serialized_end=2413
85
+ _globals['_STARTBATCHJOBRESPONSE']._serialized_start=2415
86
+ _globals['_STARTBATCHJOBRESPONSE']._serialized_end=2498
87
+ _globals['_CANCELBATCHJOBREQUEST']._serialized_start=2500
88
+ _globals['_CANCELBATCHJOBREQUEST']._serialized_end=2541
89
+ _globals['_CANCELBATCHJOBRESPONSE']._serialized_start=2543
90
+ _globals['_CANCELBATCHJOBRESPONSE']._serialized_end=2609
91
+ _globals['_GETBATCHJOBSTATUSREQUEST']._serialized_start=2611
92
+ _globals['_GETBATCHJOBSTATUSREQUEST']._serialized_end=2655
93
+ _globals['_GETBATCHJOBSTATUSRESPONSE']._serialized_start=2658
94
+ _globals['_GETBATCHJOBSTATUSRESPONSE']._serialized_end=2830
95
+ _globals['_GETBATCHJOBREPORTREQUEST']._serialized_start=2832
96
+ _globals['_GETBATCHJOBREPORTREQUEST']._serialized_end=2876
97
+ _globals['_GETBATCHJOBREPORTRESPONSE']._serialized_start=2878
98
+ _globals['_GETBATCHJOBREPORTRESPONSE']._serialized_end=2975
99
+ _globals['_UPDATEBATCHTASKSSTATUSREQUEST']._serialized_start=2977
100
+ _globals['_UPDATEBATCHTASKSSTATUSREQUEST']._serialized_end=3073
101
+ _globals['_UPDATEBATCHTASKSTATUSRESPONSE']._serialized_start=3075
102
+ _globals['_UPDATEBATCHTASKSTATUSRESPONSE']._serialized_end=3148
103
+ _globals['_ADVANCEDDEPLOYMENTOPTIONS']._serialized_start=3150
104
+ _globals['_ADVANCEDDEPLOYMENTOPTIONS']._serialized_end=3272
105
+ _globals['_BATCHJOBDEPLOYMENTSIZE']._serialized_start=3275
106
+ _globals['_BATCHJOBDEPLOYMENTSIZE']._serialized_end=3664
107
+ _globals['_BATCHJOBDEPLOYMENTSIZE_MEMORYUNIT']._serialized_start=3617
108
+ _globals['_BATCHJOBDEPLOYMENTSIZE_MEMORYUNIT']._serialized_end=3664
109
+ _globals['_BATCHJOBEXECUTIONSIZE']._serialized_start=3667
110
+ _globals['_BATCHJOBEXECUTIONSIZE']._serialized_end=3820
111
+ _globals['_LISTBATCHJOBSREQUEST']._serialized_start=3822
112
+ _globals['_LISTBATCHJOBSREQUEST']._serialized_end=3903
113
+ _globals['_LISTBATCHJOBSRESPONSE']._serialized_start=3905
114
+ _globals['_LISTBATCHJOBSRESPONSE']._serialized_end=3980
115
+ _globals['_BATCHJOBDETAILS']._serialized_start=3983
116
+ _globals['_BATCHJOBDETAILS']._serialized_end=4368
117
+ _globals['_GETBATCHJOBDETAILSREQUEST']._serialized_start=4370
118
+ _globals['_GETBATCHJOBDETAILSREQUEST']._serialized_end=4413
119
+ _globals['_GETBATCHJOBDETAILSRESPONSE']._serialized_start=4415
120
+ _globals['_GETBATCHJOBDETAILSRESPONSE']._serialized_end=4536
121
+ _globals['_BATCHJOBMESSAGE']._serialized_start=4539
122
+ _globals['_BATCHJOBMESSAGE']._serialized_end=5055
123
+ _globals['_EXECUTIONREPORTLINE']._serialized_start=5057
124
+ _globals['_EXECUTIONREPORTLINE']._serialized_end=5134
125
+ _globals['_EXECUTIONFILEDETAILS']._serialized_start=5137
126
+ _globals['_EXECUTIONFILEDETAILS']._serialized_end=5414
127
+ _globals['_TASKEXECUTIONDETAILS']._serialized_start=5417
128
+ _globals['_TASKEXECUTIONDETAILS']._serialized_end=5670
129
+ _globals['_GETBATCHJOBPRESIGNEDUPLOADURLREQUEST']._serialized_start=5672
130
+ _globals['_GETBATCHJOBPRESIGNEDUPLOADURLREQUEST']._serialized_end=5772
131
+ _globals['_GETBATCHJOBPRESIGNEDUPLOADURLRESPONSE']._serialized_start=5775
132
+ _globals['_GETBATCHJOBPRESIGNEDUPLOADURLRESPONSE']._serialized_end=5927
133
+ _globals['_GETBATCHJOBPRESIGNEDDOWNLOADURLREQUEST']._serialized_start=5929
134
+ _globals['_GETBATCHJOBPRESIGNEDDOWNLOADURLREQUEST']._serialized_end=5985
135
+ _globals['_GETBATCHJOBPRESIGNEDDOWNLOADURLRESPONSE']._serialized_start=5987
136
+ _globals['_GETBATCHJOBPRESIGNEDDOWNLOADURLRESPONSE']._serialized_end=6084
137
+ _globals['_GETBATCHJOBUPLOADDETAILSREQUEST']._serialized_start=6086
138
+ _globals['_GETBATCHJOBUPLOADDETAILSREQUEST']._serialized_end=6137
139
+ _globals['_GETBATCHJOBUPLOADDETAILSRESPONSE']._serialized_start=6140
140
+ _globals['_GETBATCHJOBUPLOADDETAILSRESPONSE']._serialized_end=6320
141
+ _globals['_GETBATCHJOBDOWNLOADDETAILSREQUEST']._serialized_start=6322
142
+ _globals['_GETBATCHJOBDOWNLOADDETAILSREQUEST']._serialized_end=6373
143
+ _globals['_GETBATCHJOBDOWNLOADDETAILSRESPONSE']._serialized_start=6376
144
+ _globals['_GETBATCHJOBDOWNLOADDETAILSRESPONSE']._serialized_end=6531
145
+ _globals['_UPDATEDEFAULTPARAMSREQUEST']._serialized_start=6534
146
+ _globals['_UPDATEDEFAULTPARAMSREQUEST']._serialized_end=6749
147
+ _globals['_UPDATEDEFAULTPARAMSRESPONSE']._serialized_start=6751
148
+ _globals['_UPDATEDEFAULTPARAMSRESPONSE']._serialized_end=6780
149
+ _globals['_DELETEDEFAULTPARAMSREQUEST']._serialized_start=6782
150
+ _globals['_DELETEDEFAULTPARAMSREQUEST']._serialized_end=6828
151
+ _globals['_DELETEDEFAULTPARAMSRESPONSE']._serialized_start=6830
152
+ _globals['_DELETEDEFAULTPARAMSRESPONSE']._serialized_end=6859
153
+ _globals['_UPDATETASKINGESTEDRECORDSAMOUNTREQUEST']._serialized_start=6861
154
+ _globals['_UPDATETASKINGESTEDRECORDSAMOUNTREQUEST']._serialized_end=6944
155
+ _globals['_UPDATETASKINGESTEDRECORDSAMOUNTRESPONSE']._serialized_start=6946
156
+ _globals['_UPDATETASKINGESTEDRECORDSAMOUNTRESPONSE']._serialized_end=6987
157
+ _globals['_UPDATETASKSDETAILSREQUEST']._serialized_start=6989
158
+ _globals['_UPDATETASKSDETAILSREQUEST']._serialized_end=7072
159
+ _globals['_UPDATETASKSDETAILSRESPONSE']._serialized_start=7074
160
+ _globals['_UPDATETASKSDETAILSRESPONSE']._serialized_end=7102
161
+ _globals['_BATCHTASKDETAILS']._serialized_start=7104
162
+ _globals['_BATCHTASKDETAILS']._serialized_end=7201
163
+ _globals['_INPUTFILEDETAILS']._serialized_start=7203
164
+ _globals['_INPUTFILEDETAILS']._serialized_end=7235
165
+ _globals['_BATCHJOBMANAGEMENTSERVICE']._serialized_start=8066
166
+ _globals['_BATCHJOBMANAGEMENTSERVICE']._serialized_end=10017
610
167
  # @@protoc_insertion_point(module_scope)