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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. _qwak_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
  2. _qwak_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
  3. _qwak_proto/qwak/administration/account/v1/account_pb2.py +22 -87
  4. _qwak_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
  5. _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
  6. _qwak_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
  7. _qwak_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
  8. _qwak_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
  9. _qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
  10. _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
  11. _qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
  12. _qwak_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
  13. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
  14. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
  15. _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +10 -34
  16. _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
  17. _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
  18. _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +8 -24
  19. _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
  20. _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +6 -14
  21. _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
  22. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +14 -54
  23. _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
  24. _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
  25. _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
  26. _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +10 -34
  27. _qwak_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
  28. _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +6 -14
  29. _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +10 -34
  30. _qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
  31. _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
  32. _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
  33. _qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
  34. _qwak_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
  35. _qwak_proto/qwak/administration/v0/users/user_pb2.py +18 -71
  36. _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +26 -115
  37. _qwak_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
  38. _qwak_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
  39. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
  40. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
  41. _qwak_proto/qwak/analytics/analytics_pb2.py +26 -121
  42. _qwak_proto/qwak/analytics/analytics_service_pb2.py +46 -207
  43. _qwak_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
  44. _qwak_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
  45. _qwak_proto/qwak/audience/v1/audience_pb2.py +26 -113
  46. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
  47. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
  48. _qwak_proto/qwak/automation/v1/action_pb2.py +40 -180
  49. _qwak_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
  50. _qwak_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
  51. _qwak_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
  52. _qwak_proto/qwak/automation/v1/automation_pb2.py +10 -34
  53. _qwak_proto/qwak/automation/v1/common_pb2.py +10 -35
  54. _qwak_proto/qwak/automation/v1/notification_pb2.py +16 -68
  55. _qwak_proto/qwak/automation/v1/trigger_pb2.py +14 -54
  56. _qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
  57. _qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
  58. _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +118 -561
  59. _qwak_proto/qwak/build/v1/build_api_pb2.py +86 -407
  60. _qwak_proto/qwak/build/v1/build_pb2.py +114 -549
  61. _qwak_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
  62. _qwak_proto/qwak/build_settings/build_settings_pb2.py +18 -74
  63. _qwak_proto/qwak/builds/build_pb2.py +44 -206
  64. _qwak_proto/qwak/builds/build_url_pb2.py +26 -113
  65. _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +58 -269
  66. _qwak_proto/qwak/builds/builds_pb2.py +110 -519
  67. _qwak_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
  68. _qwak_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
  69. _qwak_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
  70. _qwak_proto/qwak/deployment/alert_pb2.py +24 -108
  71. _qwak_proto/qwak/deployment/alert_service_pb2.py +30 -127
  72. _qwak_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
  73. _qwak_proto/qwak/deployment/deployment_pb2.py +124 -588
  74. _qwak_proto/qwak/deployment/deployment_service_pb2.py +86 -419
  75. _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +36 -164
  76. _qwak_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
  77. _qwak_proto/qwak/ecosystem/v0/credentials_pb2.py +10 -34
  78. _qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
  79. _qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
  80. _qwak_proto/qwak/execution/v1/backfill_pb2.py +18 -74
  81. _qwak_proto/qwak/execution/v1/batch_pb2.py +10 -34
  82. _qwak_proto/qwak/execution/v1/deletion_pb2.py +12 -44
  83. _qwak_proto/qwak/execution/v1/execution_pb2.py +16 -69
  84. _qwak_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
  85. _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
  86. _qwak_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
  87. _qwak_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
  88. _qwak_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
  89. _qwak_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
  90. _qwak_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
  91. _qwak_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
  92. _qwak_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
  93. _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +14 -54
  94. _qwak_proto/qwak/execution/v1/streaming_pb2.py +12 -44
  95. _qwak_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
  96. _qwak_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
  97. _qwak_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
  98. _qwak_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
  99. _qwak_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
  100. _qwak_proto/qwak/feature_store/features/execution_pb2.py +14 -56
  101. _qwak_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
  102. _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +34 -155
  103. _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.py +92 -439
  104. _qwak_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
  105. _qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
  106. _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +74 -346
  107. _qwak_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
  108. _qwak_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
  109. _qwak_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
  110. _qwak_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
  111. _qwak_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
  112. _qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
  113. _qwak_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
  114. _qwak_proto/qwak/feature_store/reports/report_pb2.py +14 -53
  115. _qwak_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
  116. _qwak_proto/qwak/feature_store/serving/management_pb2.py +14 -47
  117. _qwak_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
  118. _qwak_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
  119. _qwak_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
  120. _qwak_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
  121. _qwak_proto/qwak/feature_store/sources/batch_pb2.py +70 -334
  122. _qwak_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
  123. _qwak_proto/qwak/feature_store/sources/data_source_pb2.py +14 -54
  124. _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.py +34 -147
  125. _qwak_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
  126. _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
  127. _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
  128. _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
  129. _qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
  130. _qwak_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
  131. _qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
  132. _qwak_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
  133. _qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
  134. _qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
  135. _qwak_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
  136. _qwak_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
  137. _qwak_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
  138. _qwak_proto/qwak/fitness_service/constructs_pb2.py +22 -99
  139. _qwak_proto/qwak/fitness_service/fitness_pb2.py +10 -32
  140. _qwak_proto/qwak/fitness_service/fitness_service_pb2.py +22 -87
  141. _qwak_proto/qwak/fitness_service/status_pb2.py +24 -106
  142. _qwak_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
  143. _qwak_proto/qwak/instance_template/instance_template_pb2.py +12 -40
  144. _qwak_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
  145. _qwak_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
  146. _qwak_proto/qwak/integration/integration_pb2.py +28 -126
  147. _qwak_proto/qwak/integration/integration_service_pb2.py +34 -147
  148. _qwak_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
  149. _qwak_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
  150. _qwak_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
  151. _qwak_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
  152. _qwak_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
  153. _qwak_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
  154. _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +68 -322
  155. _qwak_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
  156. _qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
  157. _qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
  158. _qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
  159. _qwak_proto/qwak/logging/log_filter_pb2.py +12 -44
  160. _qwak_proto/qwak/logging/log_line_pb2.py +8 -25
  161. _qwak_proto/qwak/logging/log_reader_service_pb2.py +10 -27
  162. _qwak_proto/qwak/logging/log_source_pb2.py +30 -134
  163. _qwak_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
  164. _qwak_proto/qwak/model_group/model_group_pb2.py +14 -47
  165. _qwak_proto/qwak/model_group/model_group_repository_details_pb2.py +18 -74
  166. _qwak_proto/qwak/models/models_pb2.py +88 -405
  167. _qwak_proto/qwak/models/models_query_pb2.py +16 -56
  168. _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
  169. _qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
  170. _qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
  171. _qwak_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
  172. _qwak_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
  173. _qwak_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
  174. _qwak_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
  175. _qwak_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
  176. _qwak_proto/qwak/projects/projects_pb2.py +44 -190
  177. _qwak_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
  178. _qwak_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
  179. _qwak_proto/qwak/secret_service/secret_service_pb2.py +18 -67
  180. _qwak_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
  181. _qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
  182. _qwak_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
  183. _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.py +30 -131
  184. _qwak_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
  185. _qwak_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
  186. _qwak_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
  187. _qwak_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
  188. _qwak_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
  189. _qwak_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
  190. _qwak_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
  191. _qwak_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
  192. _qwak_proto/qwak/user_application/common/v0/resources_pb2.py +30 -138
  193. _qwak_proto/qwak/user_application/v0/user_application_pb2.py +10 -43
  194. _qwak_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
  195. _qwak_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
  196. _qwak_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
  197. _qwak_proto/qwak/vectors/v1/filters_pb2.py +30 -134
  198. _qwak_proto/qwak/vectors/v1/vector_pb2.py +14 -54
  199. _qwak_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
  200. _qwak_proto/qwak/workspace/workspace_pb2.py +22 -107
  201. _qwak_proto/qwak/workspace/workspace_service_pb2.py +62 -287
  202. frogml_storage/__init__.py +1 -1
  203. qwak/__init__.py +1 -1
  204. qwak/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
  205. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/METADATA +4 -5
  206. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/RECORD +207 -207
  207. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/WHEEL +0 -0
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/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()
@@ -21,450 +19,9 @@ from _qwak_proto.qwak.administration.authenticated_user.v1 import credentials_pb
21
19
 
22
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\"\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')
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=7215
54
+ _globals['_INPUTFILETYPE']._serialized_end=7344
55
+ _globals['_OUTPUTFILETYPE']._serialized_start=7347
56
+ _globals['_OUTPUTFILETYPE']._serialized_end=7481
57
+ _globals['_BATCHJOBSTATUSMESSAGE']._serialized_start=7484
58
+ _globals['_BATCHJOBSTATUSMESSAGE']._serialized_end=7753
59
+ _globals['_BATCHTASKSTATUSMESSAGE']._serialized_start=7756
60
+ _globals['_BATCHTASKSTATUSMESSAGE']._serialized_end=8040
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=1798
77
+ _globals['_BATCHJOBSOURCEPATH']._serialized_start=1800
78
+ _globals['_BATCHJOBSOURCEPATH']._serialized_end=1921
79
+ _globals['_BATCHJOBDESTINATIONPATH']._serialized_start=1924
80
+ _globals['_BATCHJOBDESTINATIONPATH']._serialized_end=2062
81
+ _globals['_BATCHJOBEXECUTIONDETAILS']._serialized_start=2065
82
+ _globals['_BATCHJOBEXECUTIONDETAILS']._serialized_end=2341
83
+ _globals['_BATCHJOBPARAMETER']._serialized_start=2343
84
+ _globals['_BATCHJOBPARAMETER']._serialized_end=2390
85
+ _globals['_STARTBATCHJOBRESPONSE']._serialized_start=2392
86
+ _globals['_STARTBATCHJOBRESPONSE']._serialized_end=2475
87
+ _globals['_CANCELBATCHJOBREQUEST']._serialized_start=2477
88
+ _globals['_CANCELBATCHJOBREQUEST']._serialized_end=2518
89
+ _globals['_CANCELBATCHJOBRESPONSE']._serialized_start=2520
90
+ _globals['_CANCELBATCHJOBRESPONSE']._serialized_end=2586
91
+ _globals['_GETBATCHJOBSTATUSREQUEST']._serialized_start=2588
92
+ _globals['_GETBATCHJOBSTATUSREQUEST']._serialized_end=2632
93
+ _globals['_GETBATCHJOBSTATUSRESPONSE']._serialized_start=2635
94
+ _globals['_GETBATCHJOBSTATUSRESPONSE']._serialized_end=2807
95
+ _globals['_GETBATCHJOBREPORTREQUEST']._serialized_start=2809
96
+ _globals['_GETBATCHJOBREPORTREQUEST']._serialized_end=2853
97
+ _globals['_GETBATCHJOBREPORTRESPONSE']._serialized_start=2855
98
+ _globals['_GETBATCHJOBREPORTRESPONSE']._serialized_end=2952
99
+ _globals['_UPDATEBATCHTASKSSTATUSREQUEST']._serialized_start=2954
100
+ _globals['_UPDATEBATCHTASKSSTATUSREQUEST']._serialized_end=3050
101
+ _globals['_UPDATEBATCHTASKSTATUSRESPONSE']._serialized_start=3052
102
+ _globals['_UPDATEBATCHTASKSTATUSRESPONSE']._serialized_end=3125
103
+ _globals['_ADVANCEDDEPLOYMENTOPTIONS']._serialized_start=3127
104
+ _globals['_ADVANCEDDEPLOYMENTOPTIONS']._serialized_end=3249
105
+ _globals['_BATCHJOBDEPLOYMENTSIZE']._serialized_start=3252
106
+ _globals['_BATCHJOBDEPLOYMENTSIZE']._serialized_end=3641
107
+ _globals['_BATCHJOBDEPLOYMENTSIZE_MEMORYUNIT']._serialized_start=3594
108
+ _globals['_BATCHJOBDEPLOYMENTSIZE_MEMORYUNIT']._serialized_end=3641
109
+ _globals['_BATCHJOBEXECUTIONSIZE']._serialized_start=3644
110
+ _globals['_BATCHJOBEXECUTIONSIZE']._serialized_end=3797
111
+ _globals['_LISTBATCHJOBSREQUEST']._serialized_start=3799
112
+ _globals['_LISTBATCHJOBSREQUEST']._serialized_end=3880
113
+ _globals['_LISTBATCHJOBSRESPONSE']._serialized_start=3882
114
+ _globals['_LISTBATCHJOBSRESPONSE']._serialized_end=3957
115
+ _globals['_BATCHJOBDETAILS']._serialized_start=3960
116
+ _globals['_BATCHJOBDETAILS']._serialized_end=4345
117
+ _globals['_GETBATCHJOBDETAILSREQUEST']._serialized_start=4347
118
+ _globals['_GETBATCHJOBDETAILSREQUEST']._serialized_end=4390
119
+ _globals['_GETBATCHJOBDETAILSRESPONSE']._serialized_start=4392
120
+ _globals['_GETBATCHJOBDETAILSRESPONSE']._serialized_end=4513
121
+ _globals['_BATCHJOBMESSAGE']._serialized_start=4516
122
+ _globals['_BATCHJOBMESSAGE']._serialized_end=5032
123
+ _globals['_EXECUTIONREPORTLINE']._serialized_start=5034
124
+ _globals['_EXECUTIONREPORTLINE']._serialized_end=5111
125
+ _globals['_EXECUTIONFILEDETAILS']._serialized_start=5114
126
+ _globals['_EXECUTIONFILEDETAILS']._serialized_end=5391
127
+ _globals['_TASKEXECUTIONDETAILS']._serialized_start=5394
128
+ _globals['_TASKEXECUTIONDETAILS']._serialized_end=5647
129
+ _globals['_GETBATCHJOBPRESIGNEDUPLOADURLREQUEST']._serialized_start=5649
130
+ _globals['_GETBATCHJOBPRESIGNEDUPLOADURLREQUEST']._serialized_end=5749
131
+ _globals['_GETBATCHJOBPRESIGNEDUPLOADURLRESPONSE']._serialized_start=5752
132
+ _globals['_GETBATCHJOBPRESIGNEDUPLOADURLRESPONSE']._serialized_end=5904
133
+ _globals['_GETBATCHJOBPRESIGNEDDOWNLOADURLREQUEST']._serialized_start=5906
134
+ _globals['_GETBATCHJOBPRESIGNEDDOWNLOADURLREQUEST']._serialized_end=5962
135
+ _globals['_GETBATCHJOBPRESIGNEDDOWNLOADURLRESPONSE']._serialized_start=5964
136
+ _globals['_GETBATCHJOBPRESIGNEDDOWNLOADURLRESPONSE']._serialized_end=6061
137
+ _globals['_GETBATCHJOBUPLOADDETAILSREQUEST']._serialized_start=6063
138
+ _globals['_GETBATCHJOBUPLOADDETAILSREQUEST']._serialized_end=6114
139
+ _globals['_GETBATCHJOBUPLOADDETAILSRESPONSE']._serialized_start=6117
140
+ _globals['_GETBATCHJOBUPLOADDETAILSRESPONSE']._serialized_end=6297
141
+ _globals['_GETBATCHJOBDOWNLOADDETAILSREQUEST']._serialized_start=6299
142
+ _globals['_GETBATCHJOBDOWNLOADDETAILSREQUEST']._serialized_end=6350
143
+ _globals['_GETBATCHJOBDOWNLOADDETAILSRESPONSE']._serialized_start=6353
144
+ _globals['_GETBATCHJOBDOWNLOADDETAILSRESPONSE']._serialized_end=6508
145
+ _globals['_UPDATEDEFAULTPARAMSREQUEST']._serialized_start=6511
146
+ _globals['_UPDATEDEFAULTPARAMSREQUEST']._serialized_end=6726
147
+ _globals['_UPDATEDEFAULTPARAMSRESPONSE']._serialized_start=6728
148
+ _globals['_UPDATEDEFAULTPARAMSRESPONSE']._serialized_end=6757
149
+ _globals['_DELETEDEFAULTPARAMSREQUEST']._serialized_start=6759
150
+ _globals['_DELETEDEFAULTPARAMSREQUEST']._serialized_end=6805
151
+ _globals['_DELETEDEFAULTPARAMSRESPONSE']._serialized_start=6807
152
+ _globals['_DELETEDEFAULTPARAMSRESPONSE']._serialized_end=6836
153
+ _globals['_UPDATETASKINGESTEDRECORDSAMOUNTREQUEST']._serialized_start=6838
154
+ _globals['_UPDATETASKINGESTEDRECORDSAMOUNTREQUEST']._serialized_end=6921
155
+ _globals['_UPDATETASKINGESTEDRECORDSAMOUNTRESPONSE']._serialized_start=6923
156
+ _globals['_UPDATETASKINGESTEDRECORDSAMOUNTRESPONSE']._serialized_end=6964
157
+ _globals['_UPDATETASKSDETAILSREQUEST']._serialized_start=6966
158
+ _globals['_UPDATETASKSDETAILSREQUEST']._serialized_end=7049
159
+ _globals['_UPDATETASKSDETAILSRESPONSE']._serialized_start=7051
160
+ _globals['_UPDATETASKSDETAILSRESPONSE']._serialized_end=7079
161
+ _globals['_BATCHTASKDETAILS']._serialized_start=7081
162
+ _globals['_BATCHTASKDETAILS']._serialized_end=7178
163
+ _globals['_INPUTFILEDETAILS']._serialized_start=7180
164
+ _globals['_INPUTFILEDETAILS']._serialized_end=7212
165
+ _globals['_BATCHJOBMANAGEMENTSERVICE']._serialized_start=8043
166
+ _globals['_BATCHJOBMANAGEMENTSERVICE']._serialized_end=9994
610
167
  # @@protoc_insertion_point(module_scope)