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/build/v1/build.proto
4
4
  """Generated protocol buffer code."""
5
- from google.protobuf.internal import enum_type_wrapper
6
5
  from google.protobuf import descriptor as _descriptor
7
6
  from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import message as _message
9
- from google.protobuf import reflection as _reflection
10
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
11
9
  # @@protoc_insertion_point(imports)
12
10
 
13
11
  _sym_db = _symbol_database.Default()
@@ -19,442 +17,9 @@ from _qwak_proto.qwak.builds import build_pb2 as qwak_dot_builds_dot_build__pb2
19
17
 
20
18
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19qwak/build/v1/build.proto\x12\x11\x63om.qwak.build.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x17qwak/builds/build.proto\"\xda\x01\n\x0bModelSchema\x12+\n\x08\x65ntities\x18\x01 \x03(\x0b\x32\x19.com.qwak.build.v1.Entity\x12,\n\x08\x66\x65\x61tures\x18\x02 \x03(\x0b\x32\x1a.com.qwak.build.v1.Feature\x12\x32\n\x0bpredictions\x18\x03 \x03(\x0b\x32\x1d.com.qwak.build.v1.Prediction\x12<\n\x10inference_output\x18\x04 \x03(\x0b\x32\".com.qwak.build.v1.InferenceOutput\"B\n\x06\x45ntity\x12\x0c\n\x04name\x18\x01 \x01(\t\x12*\n\x04type\x18\x02 \x01(\x0b\x32\x1c.com.qwak.build.v1.ValueType\"\xa8\x04\n\x07\x46\x65\x61ture\x12\x38\n\rbatch_feature\x18\x01 \x01(\x0b\x32\x1f.com.qwak.build.v1.BatchFeatureH\x00\x12>\n\x10\x65xplicit_feature\x18\x02 \x01(\x0b\x32\".com.qwak.build.v1.ExplicitFeatureH\x00\x12@\n\x12on_the_fly_feature\x18\x03 \x01(\x0b\x32\".com.qwak.build.v1.OnTheFlyFeatureH\x00\x12@\n\x11streaming_feature\x18\x04 \x01(\x0b\x32#.com.qwak.build.v1.StreamingFeatureH\x00\x12\x38\n\rrequest_input\x18\x05 \x01(\x0b\x32\x1f.com.qwak.build.v1.RequestInputH\x00\x12W\n\x1dstreaming_aggregation_feature\x18\x06 \x01(\x0b\x32..com.qwak.build.v1.StreamingAggregationFeatureH\x00\x12=\n\x10\x62\x61tch_feature_v1\x18\x07 \x01(\x0b\x32!.com.qwak.build.v1.BatchFeatureV1H\x00\x12\x45\n\x14streaming_feature_v1\x18\x08 \x01(\x0b\x32%.com.qwak.build.v1.StreamingFeatureV1H\x00\x42\x06\n\x04type\"\x85\x01\n\x0fOnTheFlyFeature\x12)\n\x06\x65ntity\x18\x01 \x01(\x0b\x32\x19.com.qwak.build.v1.Entity\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x39\n\x0fsource_features\x18\x03 \x03(\x0b\x32 .com.qwak.build.v1.SourceFeature\"I\n\x0e\x42\x61tchFeatureV1\x12)\n\x06\x65ntity\x18\x01 \x01(\x0b\x32\x19.com.qwak.build.v1.Entity\x12\x0c\n\x04name\x18\x02 \x01(\t\"M\n\x12StreamingFeatureV1\x12)\n\x06\x65ntity\x18\x01 \x01(\x0b\x32\x19.com.qwak.build.v1.Entity\x12\x0c\n\x04name\x18\x02 \x01(\t\"G\n\x0c\x42\x61tchFeature\x12)\n\x06\x65ntity\x18\x01 \x01(\x0b\x32\x19.com.qwak.build.v1.Entity\x12\x0c\n\x04name\x18\x02 \x01(\t\"K\n\x10StreamingFeature\x12)\n\x06\x65ntity\x18\x01 \x01(\x0b\x32\x19.com.qwak.build.v1.Entity\x12\x0c\n\x04name\x18\x02 \x01(\t\"V\n\x1bStreamingAggregationFeature\x12)\n\x06\x65ntity\x18\x01 \x01(\x0b\x32\x19.com.qwak.build.v1.Entity\x12\x0c\n\x04name\x18\x02 \x01(\t\"K\n\x0f\x45xplicitFeature\x12\x0c\n\x04name\x18\x01 \x01(\t\x12*\n\x04type\x18\x02 \x01(\x0b\x32\x1c.com.qwak.build.v1.ValueType\"H\n\x0cRequestInput\x12\x0c\n\x04name\x18\x01 \x01(\t\x12*\n\x04type\x18\x02 \x01(\x0b\x32\x1c.com.qwak.build.v1.ValueType\"\x91\x01\n\rSourceFeature\x12>\n\x10\x65xplicit_feature\x18\x01 \x01(\x0b\x32\".com.qwak.build.v1.ExplicitFeatureH\x00\x12\x38\n\rrequest_input\x18\x02 \x01(\x0b\x32\x1f.com.qwak.build.v1.RequestInputH\x00\x42\x06\n\x04type\"F\n\nPrediction\x12\x0c\n\x04name\x18\x01 \x01(\t\x12*\n\x04type\x18\x02 \x01(\x0b\x32\x1c.com.qwak.build.v1.ValueType\"K\n\x0fInferenceOutput\x12\x0c\n\x04name\x18\x01 \x01(\t\x12*\n\x04type\x18\x02 \x01(\x0b\x32\x1c.com.qwak.build.v1.ValueType\"\xa1\x01\n\tValueType\x12\x30\n\x04type\x18\x01 \x01(\x0e\x32\".com.qwak.build.v1.ValueType.Types\"b\n\x05Types\x12\x0b\n\x07INVALID\x10\x00\x12\t\n\x05\x42YTES\x10\x01\x12\n\n\x06STRING\x10\x02\x12\t\n\x05INT32\x10\x03\x12\t\n\x05INT64\x10\x04\x12\n\n\x06\x44OUBLE\x10\x05\x12\t\n\x05\x46LOAT\x10\x06\x12\x08\n\x04\x42OOL\x10\x07\"j\n\x11ParameterCategory\"U\n\x08\x43\x61tegory\x12\x0b\n\x07INVALID\x10\x00\x12\n\n\x06\x45NTITY\x10\x01\x12\x0b\n\x07\x46\x45\x41TURE\x10\x02\x12\x0e\n\nPREDICTION\x10\x03\x12\x13\n\x0fINFERENCEOUTPUT\x10\x04\"\x9c\x07\n\x05\x42uild\x12\x0f\n\x07\x62uildId\x18\x01 \x01(\t\x12\x10\n\x08\x63ommitId\x18\x02 \x01(\t\x12\x10\n\x08\x62ranchId\x18\x03 \x01(\t\x12\x13\n\x0b\x62uildConfig\x18\x04 \x01(\t\x12\x34\n\x0c\x62uild_status\x18\x05 \x01(\x0e\x32\x1e.com.qwak.build.v1.BuildStatus\x12\x0c\n\x04tags\x18\x06 \x03(\t\x12\r\n\x05steps\x18\x07 \x03(\t\x12\x34\n\x06params\x18\x08 \x03(\x0b\x32$.com.qwak.build.v1.Build.ParamsEntry\x12\x36\n\x07metrics\x18\t \x03(\x0b\x32%.com.qwak.build.v1.Build.MetricsEntry\x12\x34\n\x0cmodel_schema\x18\n \x01(\x0b\x32\x1e.com.qwak.build.v1.ModelSchema\x12\'\n\x05\x61udit\x18\x0b \x01(\x0b\x32\x18.com.qwak.build.v1.Audit\x12\x12\n\nmodel_uuid\x18\x0c \x01(\t\x12\x13\n\x0bsdk_version\x18\r \x01(\t\x12\x16\n\x0eimage_name_tag\x18\x0e \x01(\t\x12J\n\x1b\x62uild_configuration_message\x18\x0f \x01(\x0b\x32%.com.qwak.build.v1.BuildConfiguration\x12,\n\x08\x65nd_date\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x16\n\x0e\x65nvironment_id\x18\x11 \x01(\t\x12\x1c\n\x14\x62uild_destined_image\x18\x12 \x01(\t\x12;\n\x10\x66ramework_models\x18\x13 \x03(\x0b\x32!.com.qwak.build.v1.FrameworkModel\x12(\n build_destined_image_pull_secret\x18\x14 \x01(\t\x12\x1b\n\x13\x66\x61ilure_reason_code\x18\x15 \x01(\t\x12\x12\n\nbuild_name\x18\x16 \x01(\t\x12\x15\n\rbuild_version\x18\x17 \x01(\x03\x12\x10\n\x08\x64uration\x18\x18 \x01(\x03\x12\x18\n\x10model_version_id\x18\x19 \x01(\t\x1a-\n\x0bParamsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a.\n\x0cMetricsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x02:\x02\x38\x01\"\x9b\x01\n\x05\x41udit\x12\x12\n\ncreated_by\x18\x01 \x01(\t\x12.\n\ncreated_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x18\n\x10last_modified_by\x18\x03 \x01(\t\x12\x34\n\x10last_modified_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xb3\x02\n\x12\x42uildConfiguration\x12<\n\x10\x62uild_properties\x18\x01 \x01(\x0b\x32\".com.qwak.build.v1.BuildProperties\x12\x36\n\tbuild_env\x18\x02 \x01(\x0b\x32#.com.qwak.build.v1.BuildEnvironment\x12\x36\n\tpre_build\x18\x03 \x01(\x0b\x32#.com.qwak.build.v1.BuildEnvironment\x12\x37\n\npost_build\x18\x04 \x01(\x0b\x32#.com.qwak.build.v1.BuildEnvironment\x12%\n\x04step\x18\x05 \x01(\x0b\x32\x17.com.qwak.build.v1.Step\x12\x0f\n\x07verbose\x18\x06 \x01(\x05\"\xba\x01\n\x0f\x42uildProperties\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x33\n\tmodel_uri\x18\x02 \x01(\x0b\x32 .com.qwak.build.v1.BuildModelUri\x12\x0c\n\x04tags\x18\x03 \x03(\t\x12\x10\n\x08\x62uild_id\x18\x04 \x01(\t\x12\x0e\n\x06\x62ranch\x18\x05 \x01(\t\x12\x18\n\x10\x65nvironment_name\x18\x06 \x01(\t\x12\x16\n\x0egpu_compatible\x18\x07 \x01(\x08\"g\n\rBuildModelUri\x12\x0b\n\x03uri\x18\x01 \x01(\t\x12\x12\n\ngit_branch\x18\x02 \x01(\t\x12\x10\n\x08main_dir\x18\x03 \x01(\t\x12#\n\x1b\x64\x65pendency_required_folders\x18\x04 \x03(\t\"\xd4\x01\n\x10\x42uildEnvironment\x12.\n\x06\x64ocker\x18\x01 \x01(\x0b\x32\x1e.com.qwak.build.v1.DockerBuild\x12,\n\x05local\x18\x02 \x01(\x0b\x32\x1d.com.qwak.build.v1.LocalBuild\x12\x32\n\npython_env\x18\x03 \x01(\x0b\x32\x1e.com.qwak.build.v1.PythonBuild\x12.\n\x06remote\x18\x04 \x01(\x0b\x32\x1e.com.qwak.build.v1.RemoteBuild\"\xae\x02\n\x0b\x44ockerBuild\x12\x12\n\nbase_image\x18\x01 \x01(\t\x12\x41\n\nbuild_args\x18\x02 \x03(\x0b\x32-.com.qwak.build.v1.DockerBuild.BuildArgsEntry\x12\x10\n\x08\x65nv_vars\x18\x03 \x03(\t\x12\x10\n\x08no_cache\x18\x04 \x01(\x08\x12\x0e\n\x06params\x18\x05 \x03(\t\x12\x1c\n\x14\x61ssumed_iam_role_arn\x18\x06 \x01(\t\x12\r\n\x05\x63\x61\x63he\x18\x07 \x01(\x08\x12\x0c\n\x04push\x18\x08 \x01(\x08\x12\'\n\x1fservice_account_key_secret_name\x18\t \x01(\t\x1a\x30\n\x0e\x42uildArgsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"2\n\nLocalBuild\x12\x13\n\x0b\x61ws_profile\x18\x01 \x01(\t\x12\x0f\n\x07no_push\x18\x02 \x01(\x08\"\x8c\x02\n\x0bPythonBuild\x12 \n\x18qwak_sdk_extra_index_url\x18\x01 \x01(\t\x12>\n\nvirtualenv\x18\x02 \x01(\x0b\x32*.com.qwak.build.v1.VirtualEnvironmentBuild\x12,\n\x05\x63onda\x18\x03 \x01(\x0b\x32\x1d.com.qwak.build.v1.CondaBuild\x12.\n\x06poetry\x18\x04 \x01(\x0b\x32\x1e.com.qwak.build.v1.PoetryBuild\x12\x1c\n\x14\x64\x65pendency_file_path\x18\x05 \x01(\t\x12\x1f\n\x17use_deprecated_resolver\x18\x06 \x01(\x08\" \n\nCondaBuild\x12\x12\n\nconda_file\x18\x01 \x01(\t\"8\n\x0bPoetryBuild\x12\x16\n\x0epython_version\x18\x01 \x01(\t\x12\x11\n\tlock_file\x18\x02 \x01(\t\"K\n\x17VirtualEnvironmentBuild\x12\x16\n\x0epython_version\x18\x01 \x01(\t\x12\x18\n\x10requirements_txt\x18\x02 \x01(\t\"\\\n\x0bRemoteBuild\x12\x11\n\tis_remote\x18\x01 \x01(\x08\x12:\n\tresources\x18\x02 \x01(\x0b\x32\'.com.qwak.build.v1.RemoteBuildResources\"\x8f\x01\n\x14RemoteBuildResources\x12\x0c\n\x04\x63pus\x18\x01 \x01(\x02\x12\x0e\n\x06memory\x18\x02 \x01(\t\x12\x33\n\x08gpu_type\x18\x03 \x01(\x0e\x32!.qwak.builds.orchestrator.GpuType\x12\x12\n\ngpu_amount\x18\x04 \x01(\x05\x12\x10\n\x08instance\x18\x05 \x01(\t\"_\n\x04Step\x12\r\n\x05tests\x18\x01 \x01(\x08\x12\x1f\n\x17validate_build_artifact\x18\x02 \x01(\x08\x12\'\n\x1fvalidate_build_artifact_timeout\x18\x03 \x01(\x05\"\xf7\x01\n\x0b\x42uildFilter\x12\x0c\n\x04tags\x18\x01 \x03(\t\x12\x37\n\x0emetric_filters\x18\x02 \x03(\x0b\x32\x1f.com.qwak.build.v1.MetricFilter\x12=\n\x11parameter_filters\x18\x03 \x03(\x0b\x32\".com.qwak.build.v1.ParameterFilter\x12\x18\n\x10require_all_tags\x18\x04 \x01(\x08\x12\x1a\n\x12include_extra_tags\x18\x05 \x01(\x08\x12\x11\n\tbuild_ids\x18\x06 \x03(\t\x12\x19\n\x11model_version_ids\x18\x07 \x03(\t\"r\n\x0cMetricFilter\x12\x13\n\x0bmetric_name\x18\x01 \x01(\t\x12\x14\n\x0cmetric_value\x18\x02 \x01(\x02\x12\x37\n\x08operator\x18\x03 \x01(\x0e\x32%.com.qwak.build.v1.MetricOperatorType\"~\n\x0fParameterFilter\x12\x16\n\x0eparameter_name\x18\x01 \x01(\t\x12\x17\n\x0fparameter_value\x18\x02 \x01(\t\x12:\n\x08operator\x18\x03 \x01(\x0e\x32(.com.qwak.build.v1.ParameterOperatorType\"d\n\x13\x46rameworkModelsSpec\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12;\n\x10\x66ramework_models\x18\x02 \x03(\x0b\x32!.com.qwak.build.v1.FrameworkModel\"c\n\x0e\x46rameworkModel\x12I\n\x16huggingface_model_spec\x18\x02 \x01(\x0b\x32\'.com.qwak.build.v1.HuggingFaceModelSpecH\x00\x42\x06\n\x04type\"]\n\x14HuggingFaceModelSpec\x12\x0f\n\x07version\x18\x01 \x01(\t\x12\x12\n\nrepository\x18\x02 \x01(\t\x12\x12\n\nmodel_name\x18\x03 \x01(\t\x12\x0c\n\x04sha1\x18\x04 \x01(\t\"r\n\x11ScanResultSummary\x12(\n\x06issues\x18\x01 \x03(\x0b\x32\x18.com.qwak.build.v1.Issue\x12\x16\n\x0eui_direct_link\x18\x02 \x01(\t\x12\x1b\n\x13ui_scan_direct_link\x18\x03 \x01(\t\"a\n\x05Issue\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x10\n\x08severity\x18\x02 \x01(\t\x12\x12\n\nissue_type\x18\x03 \x01(\t\x12\x0f\n\x07summary\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\"L\n\x11\x42uildImageDetails\x12\x17\n\x0fimage_full_path\x18\x01 \x01(\t\x12\x1e\n\x16image_pull_secret_name\x18\x02 \x01(\t\"\x9b\x04\n\x0fScanRequestType\x12\\\n scan_software_components_request\x18\x01 \x01(\x0b\x32\x30.com.qwak.build.v1.ScanSoftwareComponentsRequestH\x00\x12U\n\x1cscan_vulnerabilities_request\x18\x02 \x01(\x0b\x32-.com.qwak.build.v1.ScanVulnerabilitiesRequestH\x00\x12Z\n\x1fscan_malicious_packages_request\x18\x03 \x01(\x0b\x32/.com.qwak.build.v1.ScanMaliciousPackagesRequestH\x00\x12X\n\x1escan_policy_violations_request\x18\x04 \x01(\x0b\x32..com.qwak.build.v1.ScanPolicyViolationsRequestH\x00\x12\x43\n\x13scan_status_request\x18\x05 \x01(\x0b\x32$.com.qwak.build.v1.ScanStatusRequestH\x00\x12P\n\x1ascan_feature_state_request\x18\x06 \x01(\x0b\x32*.com.qwak.build.v1.ScanFeatureStateRequestH\x00\x42\x06\n\x04type\"\x1f\n\x1dScanSoftwareComponentsRequest\"\x1c\n\x1aScanVulnerabilitiesRequest\"\x1e\n\x1cScanMaliciousPackagesRequest\"\x1d\n\x1bScanPolicyViolationsRequest\"\x13\n\x11ScanStatusRequest\"/\n\x17ScanFeatureStateRequest\x12\x14\n\x0c\x66\x65\x61ture_name\x18\x01 \x01(\t*\xad\x02\n\x0b\x42uildStatus\x12\x0b\n\x07INVALID\x10\x00\x12\x0f\n\x0bIN_PROGRESS\x10\x01\x12\x0e\n\nSUCCESSFUL\x10\x02\x12\n\n\x06\x46\x41ILED\x10\x03\x12\x1d\n\x19REMOTE_BUILD_INITIALIZING\x10\x04\x12\x1a\n\x16REMOTE_BUILD_CANCELLED\x10\x05\x12\x1a\n\x16REMOTE_BUILD_TIMED_OUT\x10\x06\x12\x18\n\x14REMOTE_BUILD_UNKNOWN\x10\x07\x12\x18\n\x14SYNCING_ENVIRONMENTS\x10\x08\x12\x14\n\x10\x46INISHED_SYNCING\x10\t\x12\x13\n\x0f\x42UILD_REQUESTED\x10\n\x12\x11\n\rBUILD_PENDING\x10\x0b\x12\x1b\n\x17\x46\x41ILED_INITIATING_BUILD\x10\x0c*\xa0\x02\n\x12MetricOperatorType\x12 \n\x1cMETRIC_OPERATOR_TYPE_INVALID\x10\x00\x12\x1f\n\x1bMETRIC_OPERATOR_TYPE_EQUALS\x10\x01\x12#\n\x1fMETRIC_OPERATOR_TYPE_NOT_EQUALS\x10\x02\x12\"\n\x1eMETRIC_OPERATOR_TYPE_LESS_THAN\x10\x03\x12)\n%METRIC_OPERATOR_TYPE_LESS_THAN_EQUALS\x10\x04\x12%\n!METRIC_OPERATOR_TYPE_GREATER_THAN\x10\x05\x12,\n(METRIC_OPERATOR_TYPE_GREATER_THAN_EQUALS\x10\x06*\x88\x01\n\x15ParameterOperatorType\x12#\n\x1fPARAMETER_OPERATOR_TYPE_INVALID\x10\x00\x12\"\n\x1ePARAMETER_OPERATOR_TYPE_EQUALS\x10\x01\x12&\n\"PARAMETER_OPERATOR_TYPE_NOT_EQUALS\x10\x02\x42!\n\x11\x63om.qwak.build.v1B\nBuildProtoP\x01\x62\x06proto3')
21
19
 
22
- _BUILDSTATUS = DESCRIPTOR.enum_types_by_name['BuildStatus']
23
- BuildStatus = enum_type_wrapper.EnumTypeWrapper(_BUILDSTATUS)
24
- _METRICOPERATORTYPE = DESCRIPTOR.enum_types_by_name['MetricOperatorType']
25
- MetricOperatorType = enum_type_wrapper.EnumTypeWrapper(_METRICOPERATORTYPE)
26
- _PARAMETEROPERATORTYPE = DESCRIPTOR.enum_types_by_name['ParameterOperatorType']
27
- ParameterOperatorType = enum_type_wrapper.EnumTypeWrapper(_PARAMETEROPERATORTYPE)
28
- INVALID = 0
29
- IN_PROGRESS = 1
30
- SUCCESSFUL = 2
31
- FAILED = 3
32
- REMOTE_BUILD_INITIALIZING = 4
33
- REMOTE_BUILD_CANCELLED = 5
34
- REMOTE_BUILD_TIMED_OUT = 6
35
- REMOTE_BUILD_UNKNOWN = 7
36
- SYNCING_ENVIRONMENTS = 8
37
- FINISHED_SYNCING = 9
38
- BUILD_REQUESTED = 10
39
- BUILD_PENDING = 11
40
- FAILED_INITIATING_BUILD = 12
41
- METRIC_OPERATOR_TYPE_INVALID = 0
42
- METRIC_OPERATOR_TYPE_EQUALS = 1
43
- METRIC_OPERATOR_TYPE_NOT_EQUALS = 2
44
- METRIC_OPERATOR_TYPE_LESS_THAN = 3
45
- METRIC_OPERATOR_TYPE_LESS_THAN_EQUALS = 4
46
- METRIC_OPERATOR_TYPE_GREATER_THAN = 5
47
- METRIC_OPERATOR_TYPE_GREATER_THAN_EQUALS = 6
48
- PARAMETER_OPERATOR_TYPE_INVALID = 0
49
- PARAMETER_OPERATOR_TYPE_EQUALS = 1
50
- PARAMETER_OPERATOR_TYPE_NOT_EQUALS = 2
51
-
52
-
53
- _MODELSCHEMA = DESCRIPTOR.message_types_by_name['ModelSchema']
54
- _ENTITY = DESCRIPTOR.message_types_by_name['Entity']
55
- _FEATURE = DESCRIPTOR.message_types_by_name['Feature']
56
- _ONTHEFLYFEATURE = DESCRIPTOR.message_types_by_name['OnTheFlyFeature']
57
- _BATCHFEATUREV1 = DESCRIPTOR.message_types_by_name['BatchFeatureV1']
58
- _STREAMINGFEATUREV1 = DESCRIPTOR.message_types_by_name['StreamingFeatureV1']
59
- _BATCHFEATURE = DESCRIPTOR.message_types_by_name['BatchFeature']
60
- _STREAMINGFEATURE = DESCRIPTOR.message_types_by_name['StreamingFeature']
61
- _STREAMINGAGGREGATIONFEATURE = DESCRIPTOR.message_types_by_name['StreamingAggregationFeature']
62
- _EXPLICITFEATURE = DESCRIPTOR.message_types_by_name['ExplicitFeature']
63
- _REQUESTINPUT = DESCRIPTOR.message_types_by_name['RequestInput']
64
- _SOURCEFEATURE = DESCRIPTOR.message_types_by_name['SourceFeature']
65
- _PREDICTION = DESCRIPTOR.message_types_by_name['Prediction']
66
- _INFERENCEOUTPUT = DESCRIPTOR.message_types_by_name['InferenceOutput']
67
- _VALUETYPE = DESCRIPTOR.message_types_by_name['ValueType']
68
- _PARAMETERCATEGORY = DESCRIPTOR.message_types_by_name['ParameterCategory']
69
- _BUILD = DESCRIPTOR.message_types_by_name['Build']
70
- _BUILD_PARAMSENTRY = _BUILD.nested_types_by_name['ParamsEntry']
71
- _BUILD_METRICSENTRY = _BUILD.nested_types_by_name['MetricsEntry']
72
- _AUDIT = DESCRIPTOR.message_types_by_name['Audit']
73
- _BUILDCONFIGURATION = DESCRIPTOR.message_types_by_name['BuildConfiguration']
74
- _BUILDPROPERTIES = DESCRIPTOR.message_types_by_name['BuildProperties']
75
- _BUILDMODELURI = DESCRIPTOR.message_types_by_name['BuildModelUri']
76
- _BUILDENVIRONMENT = DESCRIPTOR.message_types_by_name['BuildEnvironment']
77
- _DOCKERBUILD = DESCRIPTOR.message_types_by_name['DockerBuild']
78
- _DOCKERBUILD_BUILDARGSENTRY = _DOCKERBUILD.nested_types_by_name['BuildArgsEntry']
79
- _LOCALBUILD = DESCRIPTOR.message_types_by_name['LocalBuild']
80
- _PYTHONBUILD = DESCRIPTOR.message_types_by_name['PythonBuild']
81
- _CONDABUILD = DESCRIPTOR.message_types_by_name['CondaBuild']
82
- _POETRYBUILD = DESCRIPTOR.message_types_by_name['PoetryBuild']
83
- _VIRTUALENVIRONMENTBUILD = DESCRIPTOR.message_types_by_name['VirtualEnvironmentBuild']
84
- _REMOTEBUILD = DESCRIPTOR.message_types_by_name['RemoteBuild']
85
- _REMOTEBUILDRESOURCES = DESCRIPTOR.message_types_by_name['RemoteBuildResources']
86
- _STEP = DESCRIPTOR.message_types_by_name['Step']
87
- _BUILDFILTER = DESCRIPTOR.message_types_by_name['BuildFilter']
88
- _METRICFILTER = DESCRIPTOR.message_types_by_name['MetricFilter']
89
- _PARAMETERFILTER = DESCRIPTOR.message_types_by_name['ParameterFilter']
90
- _FRAMEWORKMODELSSPEC = DESCRIPTOR.message_types_by_name['FrameworkModelsSpec']
91
- _FRAMEWORKMODEL = DESCRIPTOR.message_types_by_name['FrameworkModel']
92
- _HUGGINGFACEMODELSPEC = DESCRIPTOR.message_types_by_name['HuggingFaceModelSpec']
93
- _SCANRESULTSUMMARY = DESCRIPTOR.message_types_by_name['ScanResultSummary']
94
- _ISSUE = DESCRIPTOR.message_types_by_name['Issue']
95
- _BUILDIMAGEDETAILS = DESCRIPTOR.message_types_by_name['BuildImageDetails']
96
- _SCANREQUESTTYPE = DESCRIPTOR.message_types_by_name['ScanRequestType']
97
- _SCANSOFTWARECOMPONENTSREQUEST = DESCRIPTOR.message_types_by_name['ScanSoftwareComponentsRequest']
98
- _SCANVULNERABILITIESREQUEST = DESCRIPTOR.message_types_by_name['ScanVulnerabilitiesRequest']
99
- _SCANMALICIOUSPACKAGESREQUEST = DESCRIPTOR.message_types_by_name['ScanMaliciousPackagesRequest']
100
- _SCANPOLICYVIOLATIONSREQUEST = DESCRIPTOR.message_types_by_name['ScanPolicyViolationsRequest']
101
- _SCANSTATUSREQUEST = DESCRIPTOR.message_types_by_name['ScanStatusRequest']
102
- _SCANFEATURESTATEREQUEST = DESCRIPTOR.message_types_by_name['ScanFeatureStateRequest']
103
- _VALUETYPE_TYPES = _VALUETYPE.enum_types_by_name['Types']
104
- _PARAMETERCATEGORY_CATEGORY = _PARAMETERCATEGORY.enum_types_by_name['Category']
105
- ModelSchema = _reflection.GeneratedProtocolMessageType('ModelSchema', (_message.Message,), {
106
- 'DESCRIPTOR' : _MODELSCHEMA,
107
- '__module__' : 'qwak.build.v1.build_pb2'
108
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.ModelSchema)
109
- })
110
- _sym_db.RegisterMessage(ModelSchema)
111
-
112
- Entity = _reflection.GeneratedProtocolMessageType('Entity', (_message.Message,), {
113
- 'DESCRIPTOR' : _ENTITY,
114
- '__module__' : 'qwak.build.v1.build_pb2'
115
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.Entity)
116
- })
117
- _sym_db.RegisterMessage(Entity)
118
-
119
- Feature = _reflection.GeneratedProtocolMessageType('Feature', (_message.Message,), {
120
- 'DESCRIPTOR' : _FEATURE,
121
- '__module__' : 'qwak.build.v1.build_pb2'
122
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.Feature)
123
- })
124
- _sym_db.RegisterMessage(Feature)
125
-
126
- OnTheFlyFeature = _reflection.GeneratedProtocolMessageType('OnTheFlyFeature', (_message.Message,), {
127
- 'DESCRIPTOR' : _ONTHEFLYFEATURE,
128
- '__module__' : 'qwak.build.v1.build_pb2'
129
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.OnTheFlyFeature)
130
- })
131
- _sym_db.RegisterMessage(OnTheFlyFeature)
132
-
133
- BatchFeatureV1 = _reflection.GeneratedProtocolMessageType('BatchFeatureV1', (_message.Message,), {
134
- 'DESCRIPTOR' : _BATCHFEATUREV1,
135
- '__module__' : 'qwak.build.v1.build_pb2'
136
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.BatchFeatureV1)
137
- })
138
- _sym_db.RegisterMessage(BatchFeatureV1)
139
-
140
- StreamingFeatureV1 = _reflection.GeneratedProtocolMessageType('StreamingFeatureV1', (_message.Message,), {
141
- 'DESCRIPTOR' : _STREAMINGFEATUREV1,
142
- '__module__' : 'qwak.build.v1.build_pb2'
143
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.StreamingFeatureV1)
144
- })
145
- _sym_db.RegisterMessage(StreamingFeatureV1)
146
-
147
- BatchFeature = _reflection.GeneratedProtocolMessageType('BatchFeature', (_message.Message,), {
148
- 'DESCRIPTOR' : _BATCHFEATURE,
149
- '__module__' : 'qwak.build.v1.build_pb2'
150
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.BatchFeature)
151
- })
152
- _sym_db.RegisterMessage(BatchFeature)
153
-
154
- StreamingFeature = _reflection.GeneratedProtocolMessageType('StreamingFeature', (_message.Message,), {
155
- 'DESCRIPTOR' : _STREAMINGFEATURE,
156
- '__module__' : 'qwak.build.v1.build_pb2'
157
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.StreamingFeature)
158
- })
159
- _sym_db.RegisterMessage(StreamingFeature)
160
-
161
- StreamingAggregationFeature = _reflection.GeneratedProtocolMessageType('StreamingAggregationFeature', (_message.Message,), {
162
- 'DESCRIPTOR' : _STREAMINGAGGREGATIONFEATURE,
163
- '__module__' : 'qwak.build.v1.build_pb2'
164
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.StreamingAggregationFeature)
165
- })
166
- _sym_db.RegisterMessage(StreamingAggregationFeature)
167
-
168
- ExplicitFeature = _reflection.GeneratedProtocolMessageType('ExplicitFeature', (_message.Message,), {
169
- 'DESCRIPTOR' : _EXPLICITFEATURE,
170
- '__module__' : 'qwak.build.v1.build_pb2'
171
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.ExplicitFeature)
172
- })
173
- _sym_db.RegisterMessage(ExplicitFeature)
174
-
175
- RequestInput = _reflection.GeneratedProtocolMessageType('RequestInput', (_message.Message,), {
176
- 'DESCRIPTOR' : _REQUESTINPUT,
177
- '__module__' : 'qwak.build.v1.build_pb2'
178
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.RequestInput)
179
- })
180
- _sym_db.RegisterMessage(RequestInput)
181
-
182
- SourceFeature = _reflection.GeneratedProtocolMessageType('SourceFeature', (_message.Message,), {
183
- 'DESCRIPTOR' : _SOURCEFEATURE,
184
- '__module__' : 'qwak.build.v1.build_pb2'
185
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.SourceFeature)
186
- })
187
- _sym_db.RegisterMessage(SourceFeature)
188
-
189
- Prediction = _reflection.GeneratedProtocolMessageType('Prediction', (_message.Message,), {
190
- 'DESCRIPTOR' : _PREDICTION,
191
- '__module__' : 'qwak.build.v1.build_pb2'
192
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.Prediction)
193
- })
194
- _sym_db.RegisterMessage(Prediction)
195
-
196
- InferenceOutput = _reflection.GeneratedProtocolMessageType('InferenceOutput', (_message.Message,), {
197
- 'DESCRIPTOR' : _INFERENCEOUTPUT,
198
- '__module__' : 'qwak.build.v1.build_pb2'
199
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.InferenceOutput)
200
- })
201
- _sym_db.RegisterMessage(InferenceOutput)
202
-
203
- ValueType = _reflection.GeneratedProtocolMessageType('ValueType', (_message.Message,), {
204
- 'DESCRIPTOR' : _VALUETYPE,
205
- '__module__' : 'qwak.build.v1.build_pb2'
206
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.ValueType)
207
- })
208
- _sym_db.RegisterMessage(ValueType)
209
-
210
- ParameterCategory = _reflection.GeneratedProtocolMessageType('ParameterCategory', (_message.Message,), {
211
- 'DESCRIPTOR' : _PARAMETERCATEGORY,
212
- '__module__' : 'qwak.build.v1.build_pb2'
213
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.ParameterCategory)
214
- })
215
- _sym_db.RegisterMessage(ParameterCategory)
216
-
217
- Build = _reflection.GeneratedProtocolMessageType('Build', (_message.Message,), {
218
-
219
- 'ParamsEntry' : _reflection.GeneratedProtocolMessageType('ParamsEntry', (_message.Message,), {
220
- 'DESCRIPTOR' : _BUILD_PARAMSENTRY,
221
- '__module__' : 'qwak.build.v1.build_pb2'
222
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.Build.ParamsEntry)
223
- })
224
- ,
225
-
226
- 'MetricsEntry' : _reflection.GeneratedProtocolMessageType('MetricsEntry', (_message.Message,), {
227
- 'DESCRIPTOR' : _BUILD_METRICSENTRY,
228
- '__module__' : 'qwak.build.v1.build_pb2'
229
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.Build.MetricsEntry)
230
- })
231
- ,
232
- 'DESCRIPTOR' : _BUILD,
233
- '__module__' : 'qwak.build.v1.build_pb2'
234
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.Build)
235
- })
236
- _sym_db.RegisterMessage(Build)
237
- _sym_db.RegisterMessage(Build.ParamsEntry)
238
- _sym_db.RegisterMessage(Build.MetricsEntry)
239
-
240
- Audit = _reflection.GeneratedProtocolMessageType('Audit', (_message.Message,), {
241
- 'DESCRIPTOR' : _AUDIT,
242
- '__module__' : 'qwak.build.v1.build_pb2'
243
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.Audit)
244
- })
245
- _sym_db.RegisterMessage(Audit)
246
-
247
- BuildConfiguration = _reflection.GeneratedProtocolMessageType('BuildConfiguration', (_message.Message,), {
248
- 'DESCRIPTOR' : _BUILDCONFIGURATION,
249
- '__module__' : 'qwak.build.v1.build_pb2'
250
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.BuildConfiguration)
251
- })
252
- _sym_db.RegisterMessage(BuildConfiguration)
253
-
254
- BuildProperties = _reflection.GeneratedProtocolMessageType('BuildProperties', (_message.Message,), {
255
- 'DESCRIPTOR' : _BUILDPROPERTIES,
256
- '__module__' : 'qwak.build.v1.build_pb2'
257
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.BuildProperties)
258
- })
259
- _sym_db.RegisterMessage(BuildProperties)
260
-
261
- BuildModelUri = _reflection.GeneratedProtocolMessageType('BuildModelUri', (_message.Message,), {
262
- 'DESCRIPTOR' : _BUILDMODELURI,
263
- '__module__' : 'qwak.build.v1.build_pb2'
264
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.BuildModelUri)
265
- })
266
- _sym_db.RegisterMessage(BuildModelUri)
267
-
268
- BuildEnvironment = _reflection.GeneratedProtocolMessageType('BuildEnvironment', (_message.Message,), {
269
- 'DESCRIPTOR' : _BUILDENVIRONMENT,
270
- '__module__' : 'qwak.build.v1.build_pb2'
271
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.BuildEnvironment)
272
- })
273
- _sym_db.RegisterMessage(BuildEnvironment)
274
-
275
- DockerBuild = _reflection.GeneratedProtocolMessageType('DockerBuild', (_message.Message,), {
276
-
277
- 'BuildArgsEntry' : _reflection.GeneratedProtocolMessageType('BuildArgsEntry', (_message.Message,), {
278
- 'DESCRIPTOR' : _DOCKERBUILD_BUILDARGSENTRY,
279
- '__module__' : 'qwak.build.v1.build_pb2'
280
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.DockerBuild.BuildArgsEntry)
281
- })
282
- ,
283
- 'DESCRIPTOR' : _DOCKERBUILD,
284
- '__module__' : 'qwak.build.v1.build_pb2'
285
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.DockerBuild)
286
- })
287
- _sym_db.RegisterMessage(DockerBuild)
288
- _sym_db.RegisterMessage(DockerBuild.BuildArgsEntry)
289
-
290
- LocalBuild = _reflection.GeneratedProtocolMessageType('LocalBuild', (_message.Message,), {
291
- 'DESCRIPTOR' : _LOCALBUILD,
292
- '__module__' : 'qwak.build.v1.build_pb2'
293
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.LocalBuild)
294
- })
295
- _sym_db.RegisterMessage(LocalBuild)
296
-
297
- PythonBuild = _reflection.GeneratedProtocolMessageType('PythonBuild', (_message.Message,), {
298
- 'DESCRIPTOR' : _PYTHONBUILD,
299
- '__module__' : 'qwak.build.v1.build_pb2'
300
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.PythonBuild)
301
- })
302
- _sym_db.RegisterMessage(PythonBuild)
303
-
304
- CondaBuild = _reflection.GeneratedProtocolMessageType('CondaBuild', (_message.Message,), {
305
- 'DESCRIPTOR' : _CONDABUILD,
306
- '__module__' : 'qwak.build.v1.build_pb2'
307
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.CondaBuild)
308
- })
309
- _sym_db.RegisterMessage(CondaBuild)
310
-
311
- PoetryBuild = _reflection.GeneratedProtocolMessageType('PoetryBuild', (_message.Message,), {
312
- 'DESCRIPTOR' : _POETRYBUILD,
313
- '__module__' : 'qwak.build.v1.build_pb2'
314
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.PoetryBuild)
315
- })
316
- _sym_db.RegisterMessage(PoetryBuild)
317
-
318
- VirtualEnvironmentBuild = _reflection.GeneratedProtocolMessageType('VirtualEnvironmentBuild', (_message.Message,), {
319
- 'DESCRIPTOR' : _VIRTUALENVIRONMENTBUILD,
320
- '__module__' : 'qwak.build.v1.build_pb2'
321
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.VirtualEnvironmentBuild)
322
- })
323
- _sym_db.RegisterMessage(VirtualEnvironmentBuild)
324
-
325
- RemoteBuild = _reflection.GeneratedProtocolMessageType('RemoteBuild', (_message.Message,), {
326
- 'DESCRIPTOR' : _REMOTEBUILD,
327
- '__module__' : 'qwak.build.v1.build_pb2'
328
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.RemoteBuild)
329
- })
330
- _sym_db.RegisterMessage(RemoteBuild)
331
-
332
- RemoteBuildResources = _reflection.GeneratedProtocolMessageType('RemoteBuildResources', (_message.Message,), {
333
- 'DESCRIPTOR' : _REMOTEBUILDRESOURCES,
334
- '__module__' : 'qwak.build.v1.build_pb2'
335
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.RemoteBuildResources)
336
- })
337
- _sym_db.RegisterMessage(RemoteBuildResources)
338
-
339
- Step = _reflection.GeneratedProtocolMessageType('Step', (_message.Message,), {
340
- 'DESCRIPTOR' : _STEP,
341
- '__module__' : 'qwak.build.v1.build_pb2'
342
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.Step)
343
- })
344
- _sym_db.RegisterMessage(Step)
345
-
346
- BuildFilter = _reflection.GeneratedProtocolMessageType('BuildFilter', (_message.Message,), {
347
- 'DESCRIPTOR' : _BUILDFILTER,
348
- '__module__' : 'qwak.build.v1.build_pb2'
349
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.BuildFilter)
350
- })
351
- _sym_db.RegisterMessage(BuildFilter)
352
-
353
- MetricFilter = _reflection.GeneratedProtocolMessageType('MetricFilter', (_message.Message,), {
354
- 'DESCRIPTOR' : _METRICFILTER,
355
- '__module__' : 'qwak.build.v1.build_pb2'
356
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.MetricFilter)
357
- })
358
- _sym_db.RegisterMessage(MetricFilter)
359
-
360
- ParameterFilter = _reflection.GeneratedProtocolMessageType('ParameterFilter', (_message.Message,), {
361
- 'DESCRIPTOR' : _PARAMETERFILTER,
362
- '__module__' : 'qwak.build.v1.build_pb2'
363
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.ParameterFilter)
364
- })
365
- _sym_db.RegisterMessage(ParameterFilter)
366
-
367
- FrameworkModelsSpec = _reflection.GeneratedProtocolMessageType('FrameworkModelsSpec', (_message.Message,), {
368
- 'DESCRIPTOR' : _FRAMEWORKMODELSSPEC,
369
- '__module__' : 'qwak.build.v1.build_pb2'
370
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.FrameworkModelsSpec)
371
- })
372
- _sym_db.RegisterMessage(FrameworkModelsSpec)
373
-
374
- FrameworkModel = _reflection.GeneratedProtocolMessageType('FrameworkModel', (_message.Message,), {
375
- 'DESCRIPTOR' : _FRAMEWORKMODEL,
376
- '__module__' : 'qwak.build.v1.build_pb2'
377
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.FrameworkModel)
378
- })
379
- _sym_db.RegisterMessage(FrameworkModel)
380
-
381
- HuggingFaceModelSpec = _reflection.GeneratedProtocolMessageType('HuggingFaceModelSpec', (_message.Message,), {
382
- 'DESCRIPTOR' : _HUGGINGFACEMODELSPEC,
383
- '__module__' : 'qwak.build.v1.build_pb2'
384
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.HuggingFaceModelSpec)
385
- })
386
- _sym_db.RegisterMessage(HuggingFaceModelSpec)
387
-
388
- ScanResultSummary = _reflection.GeneratedProtocolMessageType('ScanResultSummary', (_message.Message,), {
389
- 'DESCRIPTOR' : _SCANRESULTSUMMARY,
390
- '__module__' : 'qwak.build.v1.build_pb2'
391
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.ScanResultSummary)
392
- })
393
- _sym_db.RegisterMessage(ScanResultSummary)
394
-
395
- Issue = _reflection.GeneratedProtocolMessageType('Issue', (_message.Message,), {
396
- 'DESCRIPTOR' : _ISSUE,
397
- '__module__' : 'qwak.build.v1.build_pb2'
398
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.Issue)
399
- })
400
- _sym_db.RegisterMessage(Issue)
401
-
402
- BuildImageDetails = _reflection.GeneratedProtocolMessageType('BuildImageDetails', (_message.Message,), {
403
- 'DESCRIPTOR' : _BUILDIMAGEDETAILS,
404
- '__module__' : 'qwak.build.v1.build_pb2'
405
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.BuildImageDetails)
406
- })
407
- _sym_db.RegisterMessage(BuildImageDetails)
408
-
409
- ScanRequestType = _reflection.GeneratedProtocolMessageType('ScanRequestType', (_message.Message,), {
410
- 'DESCRIPTOR' : _SCANREQUESTTYPE,
411
- '__module__' : 'qwak.build.v1.build_pb2'
412
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.ScanRequestType)
413
- })
414
- _sym_db.RegisterMessage(ScanRequestType)
415
-
416
- ScanSoftwareComponentsRequest = _reflection.GeneratedProtocolMessageType('ScanSoftwareComponentsRequest', (_message.Message,), {
417
- 'DESCRIPTOR' : _SCANSOFTWARECOMPONENTSREQUEST,
418
- '__module__' : 'qwak.build.v1.build_pb2'
419
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.ScanSoftwareComponentsRequest)
420
- })
421
- _sym_db.RegisterMessage(ScanSoftwareComponentsRequest)
422
-
423
- ScanVulnerabilitiesRequest = _reflection.GeneratedProtocolMessageType('ScanVulnerabilitiesRequest', (_message.Message,), {
424
- 'DESCRIPTOR' : _SCANVULNERABILITIESREQUEST,
425
- '__module__' : 'qwak.build.v1.build_pb2'
426
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.ScanVulnerabilitiesRequest)
427
- })
428
- _sym_db.RegisterMessage(ScanVulnerabilitiesRequest)
429
-
430
- ScanMaliciousPackagesRequest = _reflection.GeneratedProtocolMessageType('ScanMaliciousPackagesRequest', (_message.Message,), {
431
- 'DESCRIPTOR' : _SCANMALICIOUSPACKAGESREQUEST,
432
- '__module__' : 'qwak.build.v1.build_pb2'
433
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.ScanMaliciousPackagesRequest)
434
- })
435
- _sym_db.RegisterMessage(ScanMaliciousPackagesRequest)
436
-
437
- ScanPolicyViolationsRequest = _reflection.GeneratedProtocolMessageType('ScanPolicyViolationsRequest', (_message.Message,), {
438
- 'DESCRIPTOR' : _SCANPOLICYVIOLATIONSREQUEST,
439
- '__module__' : 'qwak.build.v1.build_pb2'
440
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.ScanPolicyViolationsRequest)
441
- })
442
- _sym_db.RegisterMessage(ScanPolicyViolationsRequest)
443
-
444
- ScanStatusRequest = _reflection.GeneratedProtocolMessageType('ScanStatusRequest', (_message.Message,), {
445
- 'DESCRIPTOR' : _SCANSTATUSREQUEST,
446
- '__module__' : 'qwak.build.v1.build_pb2'
447
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.ScanStatusRequest)
448
- })
449
- _sym_db.RegisterMessage(ScanStatusRequest)
450
-
451
- ScanFeatureStateRequest = _reflection.GeneratedProtocolMessageType('ScanFeatureStateRequest', (_message.Message,), {
452
- 'DESCRIPTOR' : _SCANFEATURESTATEREQUEST,
453
- '__module__' : 'qwak.build.v1.build_pb2'
454
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.ScanFeatureStateRequest)
455
- })
456
- _sym_db.RegisterMessage(ScanFeatureStateRequest)
457
-
20
+ _globals = globals()
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.build.v1.build_pb2', _globals)
458
23
  if _descriptor._USE_C_DESCRIPTORS == False:
459
24
 
460
25
  DESCRIPTOR._options = None
@@ -465,114 +30,114 @@ if _descriptor._USE_C_DESCRIPTORS == False:
465
30
  _BUILD_METRICSENTRY._serialized_options = b'8\001'
466
31
  _DOCKERBUILD_BUILDARGSENTRY._options = None
467
32
  _DOCKERBUILD_BUILDARGSENTRY._serialized_options = b'8\001'
468
- _BUILDSTATUS._serialized_start=7060
469
- _BUILDSTATUS._serialized_end=7361
470
- _METRICOPERATORTYPE._serialized_start=7364
471
- _METRICOPERATORTYPE._serialized_end=7652
472
- _PARAMETEROPERATORTYPE._serialized_start=7655
473
- _PARAMETEROPERATORTYPE._serialized_end=7791
474
- _MODELSCHEMA._serialized_start=107
475
- _MODELSCHEMA._serialized_end=325
476
- _ENTITY._serialized_start=327
477
- _ENTITY._serialized_end=393
478
- _FEATURE._serialized_start=396
479
- _FEATURE._serialized_end=948
480
- _ONTHEFLYFEATURE._serialized_start=951
481
- _ONTHEFLYFEATURE._serialized_end=1084
482
- _BATCHFEATUREV1._serialized_start=1086
483
- _BATCHFEATUREV1._serialized_end=1159
484
- _STREAMINGFEATUREV1._serialized_start=1161
485
- _STREAMINGFEATUREV1._serialized_end=1238
486
- _BATCHFEATURE._serialized_start=1240
487
- _BATCHFEATURE._serialized_end=1311
488
- _STREAMINGFEATURE._serialized_start=1313
489
- _STREAMINGFEATURE._serialized_end=1388
490
- _STREAMINGAGGREGATIONFEATURE._serialized_start=1390
491
- _STREAMINGAGGREGATIONFEATURE._serialized_end=1476
492
- _EXPLICITFEATURE._serialized_start=1478
493
- _EXPLICITFEATURE._serialized_end=1553
494
- _REQUESTINPUT._serialized_start=1555
495
- _REQUESTINPUT._serialized_end=1627
496
- _SOURCEFEATURE._serialized_start=1630
497
- _SOURCEFEATURE._serialized_end=1775
498
- _PREDICTION._serialized_start=1777
499
- _PREDICTION._serialized_end=1847
500
- _INFERENCEOUTPUT._serialized_start=1849
501
- _INFERENCEOUTPUT._serialized_end=1924
502
- _VALUETYPE._serialized_start=1927
503
- _VALUETYPE._serialized_end=2088
504
- _VALUETYPE_TYPES._serialized_start=1990
505
- _VALUETYPE_TYPES._serialized_end=2088
506
- _PARAMETERCATEGORY._serialized_start=2090
507
- _PARAMETERCATEGORY._serialized_end=2196
508
- _PARAMETERCATEGORY_CATEGORY._serialized_start=2111
509
- _PARAMETERCATEGORY_CATEGORY._serialized_end=2196
510
- _BUILD._serialized_start=2199
511
- _BUILD._serialized_end=3123
512
- _BUILD_PARAMSENTRY._serialized_start=3030
513
- _BUILD_PARAMSENTRY._serialized_end=3075
514
- _BUILD_METRICSENTRY._serialized_start=3077
515
- _BUILD_METRICSENTRY._serialized_end=3123
516
- _AUDIT._serialized_start=3126
517
- _AUDIT._serialized_end=3281
518
- _BUILDCONFIGURATION._serialized_start=3284
519
- _BUILDCONFIGURATION._serialized_end=3591
520
- _BUILDPROPERTIES._serialized_start=3594
521
- _BUILDPROPERTIES._serialized_end=3780
522
- _BUILDMODELURI._serialized_start=3782
523
- _BUILDMODELURI._serialized_end=3885
524
- _BUILDENVIRONMENT._serialized_start=3888
525
- _BUILDENVIRONMENT._serialized_end=4100
526
- _DOCKERBUILD._serialized_start=4103
527
- _DOCKERBUILD._serialized_end=4405
528
- _DOCKERBUILD_BUILDARGSENTRY._serialized_start=4357
529
- _DOCKERBUILD_BUILDARGSENTRY._serialized_end=4405
530
- _LOCALBUILD._serialized_start=4407
531
- _LOCALBUILD._serialized_end=4457
532
- _PYTHONBUILD._serialized_start=4460
533
- _PYTHONBUILD._serialized_end=4728
534
- _CONDABUILD._serialized_start=4730
535
- _CONDABUILD._serialized_end=4762
536
- _POETRYBUILD._serialized_start=4764
537
- _POETRYBUILD._serialized_end=4820
538
- _VIRTUALENVIRONMENTBUILD._serialized_start=4822
539
- _VIRTUALENVIRONMENTBUILD._serialized_end=4897
540
- _REMOTEBUILD._serialized_start=4899
541
- _REMOTEBUILD._serialized_end=4991
542
- _REMOTEBUILDRESOURCES._serialized_start=4994
543
- _REMOTEBUILDRESOURCES._serialized_end=5137
544
- _STEP._serialized_start=5139
545
- _STEP._serialized_end=5234
546
- _BUILDFILTER._serialized_start=5237
547
- _BUILDFILTER._serialized_end=5484
548
- _METRICFILTER._serialized_start=5486
549
- _METRICFILTER._serialized_end=5600
550
- _PARAMETERFILTER._serialized_start=5602
551
- _PARAMETERFILTER._serialized_end=5728
552
- _FRAMEWORKMODELSSPEC._serialized_start=5730
553
- _FRAMEWORKMODELSSPEC._serialized_end=5830
554
- _FRAMEWORKMODEL._serialized_start=5832
555
- _FRAMEWORKMODEL._serialized_end=5931
556
- _HUGGINGFACEMODELSPEC._serialized_start=5933
557
- _HUGGINGFACEMODELSPEC._serialized_end=6026
558
- _SCANRESULTSUMMARY._serialized_start=6028
559
- _SCANRESULTSUMMARY._serialized_end=6142
560
- _ISSUE._serialized_start=6144
561
- _ISSUE._serialized_end=6241
562
- _BUILDIMAGEDETAILS._serialized_start=6243
563
- _BUILDIMAGEDETAILS._serialized_end=6319
564
- _SCANREQUESTTYPE._serialized_start=6322
565
- _SCANREQUESTTYPE._serialized_end=6861
566
- _SCANSOFTWARECOMPONENTSREQUEST._serialized_start=6863
567
- _SCANSOFTWARECOMPONENTSREQUEST._serialized_end=6894
568
- _SCANVULNERABILITIESREQUEST._serialized_start=6896
569
- _SCANVULNERABILITIESREQUEST._serialized_end=6924
570
- _SCANMALICIOUSPACKAGESREQUEST._serialized_start=6926
571
- _SCANMALICIOUSPACKAGESREQUEST._serialized_end=6956
572
- _SCANPOLICYVIOLATIONSREQUEST._serialized_start=6958
573
- _SCANPOLICYVIOLATIONSREQUEST._serialized_end=6987
574
- _SCANSTATUSREQUEST._serialized_start=6989
575
- _SCANSTATUSREQUEST._serialized_end=7008
576
- _SCANFEATURESTATEREQUEST._serialized_start=7010
577
- _SCANFEATURESTATEREQUEST._serialized_end=7057
33
+ _globals['_BUILDSTATUS']._serialized_start=7060
34
+ _globals['_BUILDSTATUS']._serialized_end=7361
35
+ _globals['_METRICOPERATORTYPE']._serialized_start=7364
36
+ _globals['_METRICOPERATORTYPE']._serialized_end=7652
37
+ _globals['_PARAMETEROPERATORTYPE']._serialized_start=7655
38
+ _globals['_PARAMETEROPERATORTYPE']._serialized_end=7791
39
+ _globals['_MODELSCHEMA']._serialized_start=107
40
+ _globals['_MODELSCHEMA']._serialized_end=325
41
+ _globals['_ENTITY']._serialized_start=327
42
+ _globals['_ENTITY']._serialized_end=393
43
+ _globals['_FEATURE']._serialized_start=396
44
+ _globals['_FEATURE']._serialized_end=948
45
+ _globals['_ONTHEFLYFEATURE']._serialized_start=951
46
+ _globals['_ONTHEFLYFEATURE']._serialized_end=1084
47
+ _globals['_BATCHFEATUREV1']._serialized_start=1086
48
+ _globals['_BATCHFEATUREV1']._serialized_end=1159
49
+ _globals['_STREAMINGFEATUREV1']._serialized_start=1161
50
+ _globals['_STREAMINGFEATUREV1']._serialized_end=1238
51
+ _globals['_BATCHFEATURE']._serialized_start=1240
52
+ _globals['_BATCHFEATURE']._serialized_end=1311
53
+ _globals['_STREAMINGFEATURE']._serialized_start=1313
54
+ _globals['_STREAMINGFEATURE']._serialized_end=1388
55
+ _globals['_STREAMINGAGGREGATIONFEATURE']._serialized_start=1390
56
+ _globals['_STREAMINGAGGREGATIONFEATURE']._serialized_end=1476
57
+ _globals['_EXPLICITFEATURE']._serialized_start=1478
58
+ _globals['_EXPLICITFEATURE']._serialized_end=1553
59
+ _globals['_REQUESTINPUT']._serialized_start=1555
60
+ _globals['_REQUESTINPUT']._serialized_end=1627
61
+ _globals['_SOURCEFEATURE']._serialized_start=1630
62
+ _globals['_SOURCEFEATURE']._serialized_end=1775
63
+ _globals['_PREDICTION']._serialized_start=1777
64
+ _globals['_PREDICTION']._serialized_end=1847
65
+ _globals['_INFERENCEOUTPUT']._serialized_start=1849
66
+ _globals['_INFERENCEOUTPUT']._serialized_end=1924
67
+ _globals['_VALUETYPE']._serialized_start=1927
68
+ _globals['_VALUETYPE']._serialized_end=2088
69
+ _globals['_VALUETYPE_TYPES']._serialized_start=1990
70
+ _globals['_VALUETYPE_TYPES']._serialized_end=2088
71
+ _globals['_PARAMETERCATEGORY']._serialized_start=2090
72
+ _globals['_PARAMETERCATEGORY']._serialized_end=2196
73
+ _globals['_PARAMETERCATEGORY_CATEGORY']._serialized_start=2111
74
+ _globals['_PARAMETERCATEGORY_CATEGORY']._serialized_end=2196
75
+ _globals['_BUILD']._serialized_start=2199
76
+ _globals['_BUILD']._serialized_end=3123
77
+ _globals['_BUILD_PARAMSENTRY']._serialized_start=3030
78
+ _globals['_BUILD_PARAMSENTRY']._serialized_end=3075
79
+ _globals['_BUILD_METRICSENTRY']._serialized_start=3077
80
+ _globals['_BUILD_METRICSENTRY']._serialized_end=3123
81
+ _globals['_AUDIT']._serialized_start=3126
82
+ _globals['_AUDIT']._serialized_end=3281
83
+ _globals['_BUILDCONFIGURATION']._serialized_start=3284
84
+ _globals['_BUILDCONFIGURATION']._serialized_end=3591
85
+ _globals['_BUILDPROPERTIES']._serialized_start=3594
86
+ _globals['_BUILDPROPERTIES']._serialized_end=3780
87
+ _globals['_BUILDMODELURI']._serialized_start=3782
88
+ _globals['_BUILDMODELURI']._serialized_end=3885
89
+ _globals['_BUILDENVIRONMENT']._serialized_start=3888
90
+ _globals['_BUILDENVIRONMENT']._serialized_end=4100
91
+ _globals['_DOCKERBUILD']._serialized_start=4103
92
+ _globals['_DOCKERBUILD']._serialized_end=4405
93
+ _globals['_DOCKERBUILD_BUILDARGSENTRY']._serialized_start=4357
94
+ _globals['_DOCKERBUILD_BUILDARGSENTRY']._serialized_end=4405
95
+ _globals['_LOCALBUILD']._serialized_start=4407
96
+ _globals['_LOCALBUILD']._serialized_end=4457
97
+ _globals['_PYTHONBUILD']._serialized_start=4460
98
+ _globals['_PYTHONBUILD']._serialized_end=4728
99
+ _globals['_CONDABUILD']._serialized_start=4730
100
+ _globals['_CONDABUILD']._serialized_end=4762
101
+ _globals['_POETRYBUILD']._serialized_start=4764
102
+ _globals['_POETRYBUILD']._serialized_end=4820
103
+ _globals['_VIRTUALENVIRONMENTBUILD']._serialized_start=4822
104
+ _globals['_VIRTUALENVIRONMENTBUILD']._serialized_end=4897
105
+ _globals['_REMOTEBUILD']._serialized_start=4899
106
+ _globals['_REMOTEBUILD']._serialized_end=4991
107
+ _globals['_REMOTEBUILDRESOURCES']._serialized_start=4994
108
+ _globals['_REMOTEBUILDRESOURCES']._serialized_end=5137
109
+ _globals['_STEP']._serialized_start=5139
110
+ _globals['_STEP']._serialized_end=5234
111
+ _globals['_BUILDFILTER']._serialized_start=5237
112
+ _globals['_BUILDFILTER']._serialized_end=5484
113
+ _globals['_METRICFILTER']._serialized_start=5486
114
+ _globals['_METRICFILTER']._serialized_end=5600
115
+ _globals['_PARAMETERFILTER']._serialized_start=5602
116
+ _globals['_PARAMETERFILTER']._serialized_end=5728
117
+ _globals['_FRAMEWORKMODELSSPEC']._serialized_start=5730
118
+ _globals['_FRAMEWORKMODELSSPEC']._serialized_end=5830
119
+ _globals['_FRAMEWORKMODEL']._serialized_start=5832
120
+ _globals['_FRAMEWORKMODEL']._serialized_end=5931
121
+ _globals['_HUGGINGFACEMODELSPEC']._serialized_start=5933
122
+ _globals['_HUGGINGFACEMODELSPEC']._serialized_end=6026
123
+ _globals['_SCANRESULTSUMMARY']._serialized_start=6028
124
+ _globals['_SCANRESULTSUMMARY']._serialized_end=6142
125
+ _globals['_ISSUE']._serialized_start=6144
126
+ _globals['_ISSUE']._serialized_end=6241
127
+ _globals['_BUILDIMAGEDETAILS']._serialized_start=6243
128
+ _globals['_BUILDIMAGEDETAILS']._serialized_end=6319
129
+ _globals['_SCANREQUESTTYPE']._serialized_start=6322
130
+ _globals['_SCANREQUESTTYPE']._serialized_end=6861
131
+ _globals['_SCANSOFTWARECOMPONENTSREQUEST']._serialized_start=6863
132
+ _globals['_SCANSOFTWARECOMPONENTSREQUEST']._serialized_end=6894
133
+ _globals['_SCANVULNERABILITIESREQUEST']._serialized_start=6896
134
+ _globals['_SCANVULNERABILITIESREQUEST']._serialized_end=6924
135
+ _globals['_SCANMALICIOUSPACKAGESREQUEST']._serialized_start=6926
136
+ _globals['_SCANMALICIOUSPACKAGESREQUEST']._serialized_end=6956
137
+ _globals['_SCANPOLICYVIOLATIONSREQUEST']._serialized_start=6958
138
+ _globals['_SCANPOLICYVIOLATIONSREQUEST']._serialized_end=6987
139
+ _globals['_SCANSTATUSREQUEST']._serialized_start=6989
140
+ _globals['_SCANSTATUSREQUEST']._serialized_end=7008
141
+ _globals['_SCANFEATURESTATEREQUEST']._serialized_start=7010
142
+ _globals['_SCANFEATURESTATEREQUEST']._serialized_end=7057
578
143
  # @@protoc_insertion_point(module_scope)