frogml-core 0.0.108__py3-none-any.whl → 0.0.110__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 (219) hide show
  1. frogml_core/__init__.py +1 -1
  2. frogml_core/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
  3. {frogml_core-0.0.108.dist-info → frogml_core-0.0.110.dist-info}/METADATA +4 -5
  4. {frogml_core-0.0.108.dist-info → frogml_core-0.0.110.dist-info}/RECORD +219 -219
  5. frogml_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
  6. frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
  7. frogml_proto/jfml/model_version/v1/artifact_pb2.py +8 -24
  8. frogml_proto/jfml/model_version/v1/build_spec_pb2.py +12 -44
  9. frogml_proto/jfml/model_version/v1/model_repository_spec_pb2.py +6 -14
  10. frogml_proto/jfml/model_version/v1/model_version_framework_pb2.py +18 -74
  11. frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2.py +34 -147
  12. frogml_proto/jfml/model_version/v1/model_version_pb2.py +32 -148
  13. frogml_proto/qwak/administration/account/v1/account_pb2.py +22 -87
  14. frogml_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
  15. frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
  16. frogml_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
  17. frogml_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
  18. frogml_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
  19. frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
  20. frogml_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
  21. frogml_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
  22. frogml_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
  23. frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
  24. frogml_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
  25. frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +10 -34
  26. frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
  27. frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
  28. frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +9 -15
  29. frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi +29 -0
  30. frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
  31. frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +8 -15
  32. frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +16 -0
  33. frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
  34. frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +14 -54
  35. frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
  36. frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
  37. frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
  38. frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +10 -34
  39. frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
  40. frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +6 -14
  41. frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +10 -34
  42. frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
  43. frogml_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
  44. frogml_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
  45. frogml_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
  46. frogml_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
  47. frogml_proto/qwak/administration/v0/users/user_pb2.py +18 -71
  48. frogml_proto/qwak/admiral/secret/v0/secret_pb2.py +26 -115
  49. frogml_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
  50. frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
  51. frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
  52. frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
  53. frogml_proto/qwak/analytics/analytics_pb2.py +26 -121
  54. frogml_proto/qwak/analytics/analytics_service_pb2.py +46 -207
  55. frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
  56. frogml_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
  57. frogml_proto/qwak/audience/v1/audience_pb2.py +26 -113
  58. frogml_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
  59. frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
  60. frogml_proto/qwak/automation/v1/action_pb2.py +40 -180
  61. frogml_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
  62. frogml_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
  63. frogml_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
  64. frogml_proto/qwak/automation/v1/automation_pb2.py +10 -34
  65. frogml_proto/qwak/automation/v1/common_pb2.py +10 -35
  66. frogml_proto/qwak/automation/v1/notification_pb2.py +16 -68
  67. frogml_proto/qwak/automation/v1/trigger_pb2.py +14 -54
  68. frogml_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
  69. frogml_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
  70. frogml_proto/qwak/batch_job/v1/batch_job_service_pb2.py +118 -561
  71. frogml_proto/qwak/build/v1/build_api_pb2.py +86 -407
  72. frogml_proto/qwak/build/v1/build_pb2.py +114 -549
  73. frogml_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
  74. frogml_proto/qwak/build_settings/build_settings_pb2.py +18 -74
  75. frogml_proto/qwak/builds/build_pb2.py +44 -206
  76. frogml_proto/qwak/builds/build_url_pb2.py +26 -113
  77. frogml_proto/qwak/builds/builds_orchestrator_service_pb2.py +58 -269
  78. frogml_proto/qwak/builds/builds_pb2.py +110 -519
  79. frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
  80. frogml_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
  81. frogml_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
  82. frogml_proto/qwak/deployment/alert_pb2.py +24 -108
  83. frogml_proto/qwak/deployment/alert_service_pb2.py +30 -127
  84. frogml_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
  85. frogml_proto/qwak/deployment/deployment_pb2.py +124 -588
  86. frogml_proto/qwak/deployment/deployment_service_pb2.py +86 -419
  87. frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py +14 -47
  88. frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py +8 -24
  89. frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +36 -164
  90. frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
  91. frogml_proto/qwak/ecosystem/v0/credentials_pb2.py +10 -34
  92. frogml_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
  93. frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
  94. frogml_proto/qwak/execution/v1/backfill_pb2.py +18 -74
  95. frogml_proto/qwak/execution/v1/batch_pb2.py +10 -34
  96. frogml_proto/qwak/execution/v1/deletion_pb2.py +12 -44
  97. frogml_proto/qwak/execution/v1/execution_pb2.py +16 -69
  98. frogml_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
  99. frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
  100. frogml_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
  101. frogml_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
  102. frogml_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
  103. frogml_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
  104. frogml_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
  105. frogml_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
  106. frogml_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
  107. frogml_proto/qwak/execution/v1/streaming_aggregation_pb2.py +14 -54
  108. frogml_proto/qwak/execution/v1/streaming_pb2.py +12 -44
  109. frogml_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
  110. frogml_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
  111. frogml_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
  112. frogml_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
  113. frogml_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
  114. frogml_proto/qwak/feature_store/features/execution_pb2.py +14 -56
  115. frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
  116. frogml_proto/qwak/feature_store/features/feature_set_pb2.py +34 -155
  117. frogml_proto/qwak/feature_store/features/feature_set_service_pb2.py +92 -439
  118. frogml_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
  119. frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
  120. frogml_proto/qwak/feature_store/features/feature_set_types_pb2.py +74 -346
  121. frogml_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
  122. frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
  123. frogml_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
  124. frogml_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
  125. frogml_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
  126. frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
  127. frogml_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
  128. frogml_proto/qwak/feature_store/reports/report_pb2.py +14 -53
  129. frogml_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
  130. frogml_proto/qwak/feature_store/serving/management_pb2.py +14 -47
  131. frogml_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
  132. frogml_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
  133. frogml_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
  134. frogml_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
  135. frogml_proto/qwak/feature_store/sources/batch_pb2.py +70 -334
  136. frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
  137. frogml_proto/qwak/feature_store/sources/data_source_pb2.py +14 -54
  138. frogml_proto/qwak/feature_store/sources/data_source_service_pb2.py +34 -147
  139. frogml_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
  140. frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
  141. frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
  142. frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
  143. frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
  144. frogml_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
  145. frogml_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
  146. frogml_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
  147. frogml_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
  148. frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
  149. frogml_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
  150. frogml_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
  151. frogml_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
  152. frogml_proto/qwak/fitness_service/constructs_pb2.py +22 -99
  153. frogml_proto/qwak/fitness_service/fitness_pb2.py +10 -32
  154. frogml_proto/qwak/fitness_service/fitness_service_pb2.py +22 -87
  155. frogml_proto/qwak/fitness_service/status_pb2.py +24 -106
  156. frogml_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
  157. frogml_proto/qwak/instance_template/instance_template_pb2.py +12 -40
  158. frogml_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
  159. frogml_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
  160. frogml_proto/qwak/integration/integration_pb2.py +28 -126
  161. frogml_proto/qwak/integration/integration_service_pb2.py +34 -147
  162. frogml_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
  163. frogml_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
  164. frogml_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
  165. frogml_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
  166. frogml_proto/qwak/jfrog/gateway/v0/repository_pb2.py +18 -74
  167. frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2.py +14 -47
  168. frogml_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
  169. frogml_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
  170. frogml_proto/qwak/kube_deployment_captain/batch_job_pb2.py +68 -322
  171. frogml_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
  172. frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
  173. frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
  174. frogml_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
  175. frogml_proto/qwak/logging/log_filter_pb2.py +12 -44
  176. frogml_proto/qwak/logging/log_line_pb2.py +8 -25
  177. frogml_proto/qwak/logging/log_reader_service_pb2.py +10 -27
  178. frogml_proto/qwak/logging/log_source_pb2.py +30 -134
  179. frogml_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
  180. frogml_proto/qwak/model_group/model_group_pb2.py +14 -47
  181. frogml_proto/qwak/model_group/model_group_repository_details_pb2.py +18 -74
  182. frogml_proto/qwak/models/models_pb2.py +88 -405
  183. frogml_proto/qwak/models/models_query_pb2.py +16 -56
  184. frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
  185. frogml_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
  186. frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
  187. frogml_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
  188. frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
  189. frogml_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
  190. frogml_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
  191. frogml_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
  192. frogml_proto/qwak/projects/projects_pb2.py +44 -190
  193. frogml_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
  194. frogml_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
  195. frogml_proto/qwak/secret_service/secret_service_pb2.py +18 -67
  196. frogml_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
  197. frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
  198. frogml_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
  199. frogml_proto/qwak/self_service/account/v0/managing_account_pb2.py +30 -131
  200. frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
  201. frogml_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
  202. frogml_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
  203. frogml_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
  204. frogml_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
  205. frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
  206. frogml_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
  207. frogml_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
  208. frogml_proto/qwak/user_application/common/v0/resources_pb2.py +30 -138
  209. frogml_proto/qwak/user_application/v0/user_application_pb2.py +10 -43
  210. frogml_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
  211. frogml_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
  212. frogml_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
  213. frogml_proto/qwak/vectors/v1/filters_pb2.py +30 -134
  214. frogml_proto/qwak/vectors/v1/vector_pb2.py +14 -54
  215. frogml_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
  216. frogml_proto/qwak/workspace/workspace_pb2.py +22 -107
  217. frogml_proto/qwak/workspace/workspace_service_pb2.py +62 -287
  218. frogml_storage/__init__.py +1 -1
  219. {frogml_core-0.0.108.dist-info → frogml_core-0.0.110.dist-info}/WHEEL +0 -0
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: frogml_proto.jfml.hosting_gateway/v1/build_upload_url.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()
@@ -17,28 +15,15 @@ _sym_db = _symbol_database.Default()
17
15
 
18
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.jfml/hosting_gateway/v1/build_upload_url.proto\x12\x17jfml.hosting_gateway.v1\"\xd3\x01\n\x18\x42uildUploadUrlParameters\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\x12\x11\n\ttag_value\x18\x03 \x01(\t\x12\x41\n\rartifact_type\x18\x04 \x01(\x0e\x32*.jfml.hosting_gateway.v1.BuildArtifactType\x12$\n\x1ause_cloud_provider_storage\x18\x05 \x01(\x08H\x00\x42\x17\n\x15\x63loud_provider_option*v\n\x11\x42uildArtifactType\x12\x19\n\x15INVALID_ARTIFACT_TYPE\x10\x00\x12\x16\n\x12\x44\x41TA_ARTIFACT_TYPE\x10\x01\x12\x16\n\x12\x46ILE_ARTIFACT_TYPE\x10\x02\x12\x16\n\x12\x43ODE_ARTIFACT_TYPE\x10\x03\x42\'\n#com.jfrog.ml.hosting_gateway.api.v1P\x01\x62\x06proto3')
19
17
 
20
- _BUILDARTIFACTTYPE = DESCRIPTOR.enum_types_by_name['BuildArtifactType']
21
- BuildArtifactType = enum_type_wrapper.EnumTypeWrapper(_BUILDARTIFACTTYPE)
22
- INVALID_ARTIFACT_TYPE = 0
23
- DATA_ARTIFACT_TYPE = 1
24
- FILE_ARTIFACT_TYPE = 2
25
- CODE_ARTIFACT_TYPE = 3
26
-
27
-
28
- _BUILDUPLOADURLPARAMETERS = DESCRIPTOR.message_types_by_name['BuildUploadUrlParameters']
29
- BuildUploadUrlParameters = _reflection.GeneratedProtocolMessageType('BuildUploadUrlParameters', (_message.Message,), {
30
- 'DESCRIPTOR' : _BUILDUPLOADURLPARAMETERS,
31
- '__module__' : 'jfml.hosting_gateway.v1.build_upload_url_pb2'
32
- # @@protoc_insertion_point(class_scope:jfml.hosting_gateway.v1.BuildUploadUrlParameters)
33
- })
34
- _sym_db.RegisterMessage(BuildUploadUrlParameters)
35
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'jfml.hosting_gateway.v1.build_upload_url_pb2', _globals)
36
21
  if _descriptor._USE_C_DESCRIPTORS == False:
37
22
 
38
23
  DESCRIPTOR._options = None
39
24
  DESCRIPTOR._serialized_options = b'\n#com.jfrog.ml.hosting_gateway.api.v1P\001'
40
- _BUILDARTIFACTTYPE._serialized_start=289
41
- _BUILDARTIFACTTYPE._serialized_end=407
42
- _BUILDUPLOADURLPARAMETERS._serialized_start=76
43
- _BUILDUPLOADURLPARAMETERS._serialized_end=287
25
+ _globals['_BUILDARTIFACTTYPE']._serialized_start=289
26
+ _globals['_BUILDARTIFACTTYPE']._serialized_end=407
27
+ _globals['_BUILDUPLOADURLPARAMETERS']._serialized_start=76
28
+ _globals['_BUILDUPLOADURLPARAMETERS']._serialized_end=287
44
29
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -17,33 +16,17 @@ from frogml_proto.jfml.hosting_gateway.v1 import build_upload_url_pb2 as jfml_do
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5jfml/hosting_gateway/v1/hosting_gateway_service.proto\x12\x17jfml.hosting_gateway.v1\x1a.jfml/hosting_gateway/v1/build_upload_url.proto\"g\n\"GetBuildVersioningUploadURLRequest\x12\x41\n\x06params\x18\x01 \x01(\x0b\x32\x31.jfml.hosting_gateway.v1.BuildUploadUrlParameters\"9\n#GetBuildVersioningUploadURLResponse\x12\x12\n\nupload_url\x18\x01 \x01(\t2\xb2\x01\n\x15HostingGatewayService\x12\x98\x01\n\x1bGetBuildVersioningUploadURL\x12;.jfml.hosting_gateway.v1.GetBuildVersioningUploadURLRequest\x1a<.jfml.hosting_gateway.v1.GetBuildVersioningUploadURLResponseB\'\n#com.jfrog.ml.hosting_gateway.api.v1P\x01\x62\x06proto3')
19
18
 
20
-
21
-
22
- _GETBUILDVERSIONINGUPLOADURLREQUEST = DESCRIPTOR.message_types_by_name['GetBuildVersioningUploadURLRequest']
23
- _GETBUILDVERSIONINGUPLOADURLRESPONSE = DESCRIPTOR.message_types_by_name['GetBuildVersioningUploadURLResponse']
24
- GetBuildVersioningUploadURLRequest = _reflection.GeneratedProtocolMessageType('GetBuildVersioningUploadURLRequest', (_message.Message,), {
25
- 'DESCRIPTOR' : _GETBUILDVERSIONINGUPLOADURLREQUEST,
26
- '__module__' : 'jfml.hosting_gateway.v1.hosting_gateway_service_pb2'
27
- # @@protoc_insertion_point(class_scope:jfml.hosting_gateway.v1.GetBuildVersioningUploadURLRequest)
28
- })
29
- _sym_db.RegisterMessage(GetBuildVersioningUploadURLRequest)
30
-
31
- GetBuildVersioningUploadURLResponse = _reflection.GeneratedProtocolMessageType('GetBuildVersioningUploadURLResponse', (_message.Message,), {
32
- 'DESCRIPTOR' : _GETBUILDVERSIONINGUPLOADURLRESPONSE,
33
- '__module__' : 'jfml.hosting_gateway.v1.hosting_gateway_service_pb2'
34
- # @@protoc_insertion_point(class_scope:jfml.hosting_gateway.v1.GetBuildVersioningUploadURLResponse)
35
- })
36
- _sym_db.RegisterMessage(GetBuildVersioningUploadURLResponse)
37
-
38
- _HOSTINGGATEWAYSERVICE = DESCRIPTOR.services_by_name['HostingGatewayService']
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'jfml.hosting_gateway.v1.hosting_gateway_service_pb2', _globals)
39
22
  if _descriptor._USE_C_DESCRIPTORS == False:
40
23
 
41
24
  DESCRIPTOR._options = None
42
25
  DESCRIPTOR._serialized_options = b'\n#com.jfrog.ml.hosting_gateway.api.v1P\001'
43
- _GETBUILDVERSIONINGUPLOADURLREQUEST._serialized_start=130
44
- _GETBUILDVERSIONINGUPLOADURLREQUEST._serialized_end=233
45
- _GETBUILDVERSIONINGUPLOADURLRESPONSE._serialized_start=235
46
- _GETBUILDVERSIONINGUPLOADURLRESPONSE._serialized_end=292
47
- _HOSTINGGATEWAYSERVICE._serialized_start=295
48
- _HOSTINGGATEWAYSERVICE._serialized_end=473
26
+ _globals['_GETBUILDVERSIONINGUPLOADURLREQUEST']._serialized_start=130
27
+ _globals['_GETBUILDVERSIONINGUPLOADURLREQUEST']._serialized_end=233
28
+ _globals['_GETBUILDVERSIONINGUPLOADURLRESPONSE']._serialized_start=235
29
+ _globals['_GETBUILDVERSIONINGUPLOADURLRESPONSE']._serialized_end=292
30
+ _globals['_HOSTINGGATEWAYSERVICE']._serialized_start=295
31
+ _globals['_HOSTINGGATEWAYSERVICE']._serialized_end=473
49
32
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -16,30 +15,15 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$jfml/model_version/v1/artifact.proto\x12\x15jfml.model_version.v1\"d\n\x08\x41rtifact\x12\x15\n\rartifact_path\x18\x01 \x01(\t\x12\x0c\n\x04size\x18\x02 \x01(\x04\x12\x33\n\tchecksums\x18\x03 \x01(\x0b\x32 .jfml.model_version.v1.Checksums\"\x19\n\tChecksums\x12\x0c\n\x04sha2\x18\x01 \x01(\tB%\n!com.jfrog.ml.model_version.api.v1P\x01\x62\x06proto3')
18
17
 
19
-
20
-
21
- _ARTIFACT = DESCRIPTOR.message_types_by_name['Artifact']
22
- _CHECKSUMS = DESCRIPTOR.message_types_by_name['Checksums']
23
- Artifact = _reflection.GeneratedProtocolMessageType('Artifact', (_message.Message,), {
24
- 'DESCRIPTOR' : _ARTIFACT,
25
- '__module__' : 'jfml.model_version.v1.artifact_pb2'
26
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.Artifact)
27
- })
28
- _sym_db.RegisterMessage(Artifact)
29
-
30
- Checksums = _reflection.GeneratedProtocolMessageType('Checksums', (_message.Message,), {
31
- 'DESCRIPTOR' : _CHECKSUMS,
32
- '__module__' : 'jfml.model_version.v1.artifact_pb2'
33
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.Checksums)
34
- })
35
- _sym_db.RegisterMessage(Checksums)
36
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'jfml.model_version.v1.artifact_pb2', _globals)
37
21
  if _descriptor._USE_C_DESCRIPTORS == False:
38
22
 
39
23
  DESCRIPTOR._options = None
40
24
  DESCRIPTOR._serialized_options = b'\n!com.jfrog.ml.model_version.api.v1P\001'
41
- _ARTIFACT._serialized_start=63
42
- _ARTIFACT._serialized_end=163
43
- _CHECKSUMS._serialized_start=165
44
- _CHECKSUMS._serialized_end=190
25
+ _globals['_ARTIFACT']._serialized_start=63
26
+ _globals['_ARTIFACT']._serialized_end=163
27
+ _globals['_CHECKSUMS']._serialized_start=165
28
+ _globals['_CHECKSUMS']._serialized_end=190
45
29
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -18,50 +17,19 @@ from frogml_proto.qwak.fitness_service import fitness_pb2 as qwak_dot_fitness__s
18
17
 
19
18
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&jfml/model_version/v1/build_spec.proto\x12\x15jfml.model_version.v1\x1a/qwak/user_application/common/v0/resources.proto\x1a\"qwak/fitness_service/fitness.proto\"\xbc\x02\n\tBuildSpec\x12@\n\x10\x62uild_properties\x18\x01 \x01(\x0b\x32&.jfml.model_version.v1.BuildProperties\x12\x32\n\tbuild_env\x18\x02 \x01(\x0b\x32\x1f.jfml.model_version.v1.BuildEnv\x12Q\n\rpod_resources\x18\x03 \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResources\x12\x0f\n\x07verbose\x18\x04 \x01(\r\x12\x16\n\x0e\x65nvironment_id\x18\x05 \x01(\t\x12=\n\x0fpurchase_option\x18\x06 \x01(\x0e\x32$.qwak.fitness.service.PurchaseOption\"K\n\x0f\x42uildProperties\x12\x12\n\nbuild_name\x18\x01 \x01(\t\x12\x0c\n\x04tags\x18\x02 \x03(\t\x12\x16\n\x0egpu_compatible\x18\x03 \x01(\x08\"@\n\x08\x42uildEnv\x12\x34\n\ndocker_env\x18\x01 \x01(\x0b\x32 .jfml.model_version.v1.DockerEnv\"1\n\tDockerEnv\x12\x12\n\nbase_image\x18\x01 \x01(\t\x12\x10\n\x08no_cache\x18\x02 \x01(\x08\x42%\n!com.jfrog.ml.model_version.api.v1P\x01\x62\x06proto3')
20
19
 
21
-
22
-
23
- _BUILDSPEC = DESCRIPTOR.message_types_by_name['BuildSpec']
24
- _BUILDPROPERTIES = DESCRIPTOR.message_types_by_name['BuildProperties']
25
- _BUILDENV = DESCRIPTOR.message_types_by_name['BuildEnv']
26
- _DOCKERENV = DESCRIPTOR.message_types_by_name['DockerEnv']
27
- BuildSpec = _reflection.GeneratedProtocolMessageType('BuildSpec', (_message.Message,), {
28
- 'DESCRIPTOR' : _BUILDSPEC,
29
- '__module__' : 'jfml.model_version.v1.build_spec_pb2'
30
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.BuildSpec)
31
- })
32
- _sym_db.RegisterMessage(BuildSpec)
33
-
34
- BuildProperties = _reflection.GeneratedProtocolMessageType('BuildProperties', (_message.Message,), {
35
- 'DESCRIPTOR' : _BUILDPROPERTIES,
36
- '__module__' : 'jfml.model_version.v1.build_spec_pb2'
37
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.BuildProperties)
38
- })
39
- _sym_db.RegisterMessage(BuildProperties)
40
-
41
- BuildEnv = _reflection.GeneratedProtocolMessageType('BuildEnv', (_message.Message,), {
42
- 'DESCRIPTOR' : _BUILDENV,
43
- '__module__' : 'jfml.model_version.v1.build_spec_pb2'
44
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.BuildEnv)
45
- })
46
- _sym_db.RegisterMessage(BuildEnv)
47
-
48
- DockerEnv = _reflection.GeneratedProtocolMessageType('DockerEnv', (_message.Message,), {
49
- 'DESCRIPTOR' : _DOCKERENV,
50
- '__module__' : 'jfml.model_version.v1.build_spec_pb2'
51
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.DockerEnv)
52
- })
53
- _sym_db.RegisterMessage(DockerEnv)
54
-
20
+ _globals = globals()
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'jfml.model_version.v1.build_spec_pb2', _globals)
55
23
  if _descriptor._USE_C_DESCRIPTORS == False:
56
24
 
57
25
  DESCRIPTOR._options = None
58
26
  DESCRIPTOR._serialized_options = b'\n!com.jfrog.ml.model_version.api.v1P\001'
59
- _BUILDSPEC._serialized_start=151
60
- _BUILDSPEC._serialized_end=467
61
- _BUILDPROPERTIES._serialized_start=469
62
- _BUILDPROPERTIES._serialized_end=544
63
- _BUILDENV._serialized_start=546
64
- _BUILDENV._serialized_end=610
65
- _DOCKERENV._serialized_start=612
66
- _DOCKERENV._serialized_end=661
27
+ _globals['_BUILDSPEC']._serialized_start=151
28
+ _globals['_BUILDSPEC']._serialized_end=467
29
+ _globals['_BUILDPROPERTIES']._serialized_start=469
30
+ _globals['_BUILDPROPERTIES']._serialized_end=544
31
+ _globals['_BUILDENV']._serialized_start=546
32
+ _globals['_BUILDENV']._serialized_end=610
33
+ _globals['_DOCKERENV']._serialized_start=612
34
+ _globals['_DOCKERENV']._serialized_end=661
67
35
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -16,20 +15,13 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1jfml/model_version/v1/model_repository_spec.proto\x12\x15jfml.model_version.v1\"\x80\x01\n\x13ModelRepositorySpec\x12\x15\n\x0bproject_key\x18\x01 \x01(\tH\x00\x12\x16\n\x0erepository_key\x18\x02 \x01(\t\x12\x10\n\x08model_id\x18\x03 \x01(\t\x12\x12\n\nmodel_name\x18\x04 \x01(\tB\x14\n\x12project_identifierB%\n!com.jfrog.ml.model_version.api.v1P\x01\x62\x06proto3')
18
17
 
19
-
20
-
21
- _MODELREPOSITORYSPEC = DESCRIPTOR.message_types_by_name['ModelRepositorySpec']
22
- ModelRepositorySpec = _reflection.GeneratedProtocolMessageType('ModelRepositorySpec', (_message.Message,), {
23
- 'DESCRIPTOR' : _MODELREPOSITORYSPEC,
24
- '__module__' : 'jfml.model_version.v1.model_repository_spec_pb2'
25
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.ModelRepositorySpec)
26
- })
27
- _sym_db.RegisterMessage(ModelRepositorySpec)
28
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'jfml.model_version.v1.model_repository_spec_pb2', _globals)
29
21
  if _descriptor._USE_C_DESCRIPTORS == False:
30
22
 
31
23
  DESCRIPTOR._options = None
32
24
  DESCRIPTOR._serialized_options = b'\n!com.jfrog.ml.model_version.api.v1P\001'
33
- _MODELREPOSITORYSPEC._serialized_start=77
34
- _MODELREPOSITORYSPEC._serialized_end=205
25
+ _globals['_MODELREPOSITORYSPEC']._serialized_start=77
26
+ _globals['_MODELREPOSITORYSPEC']._serialized_end=205
35
27
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -16,80 +15,25 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3jfml/model_version/v1/model_version_framework.proto\x12\x15jfml.model_version.v1\"\xb1\x03\n\x15ModelVersionFramework\x12<\n\x08\x63\x61tboost\x18\x01 \x01(\x0b\x32(.jfml.model_version.v1.CatboostFrameworkH\x00\x12\x43\n\x0chugging_face\x18\x02 \x01(\x0b\x32+.jfml.model_version.v1.HuggingFaceFrameworkH\x00\x12\x34\n\x04onnx\x18\x03 \x01(\x0b\x32$.jfml.model_version.v1.OnnxFrameworkH\x00\x12\x45\n\rpython_pickle\x18\x04 \x01(\x0b\x32,.jfml.model_version.v1.PythonPickleFrameworkH\x00\x12:\n\x07pytorch\x18\x05 \x01(\x0b\x32\'.jfml.model_version.v1.PytorchFrameworkH\x00\x12\x43\n\x0cscikit_learn\x18\x06 \x01(\x0b\x32+.jfml.model_version.v1.ScikitLearnFrameworkH\x00\x12\x0f\n\x07version\x18\x07 \x01(\tB\x06\n\x04name\"\x13\n\x11\x43\x61tboostFramework\"\x16\n\x14HuggingFaceFramework\"\x0f\n\rOnnxFramework\"\x17\n\x15PythonPickleFramework\"\x12\n\x10PytorchFramework\"\x16\n\x14ScikitLearnFrameworkB%\n!com.jfrog.ml.model_version.api.v1P\x01\x62\x06proto3')
18
17
 
19
-
20
-
21
- _MODELVERSIONFRAMEWORK = DESCRIPTOR.message_types_by_name['ModelVersionFramework']
22
- _CATBOOSTFRAMEWORK = DESCRIPTOR.message_types_by_name['CatboostFramework']
23
- _HUGGINGFACEFRAMEWORK = DESCRIPTOR.message_types_by_name['HuggingFaceFramework']
24
- _ONNXFRAMEWORK = DESCRIPTOR.message_types_by_name['OnnxFramework']
25
- _PYTHONPICKLEFRAMEWORK = DESCRIPTOR.message_types_by_name['PythonPickleFramework']
26
- _PYTORCHFRAMEWORK = DESCRIPTOR.message_types_by_name['PytorchFramework']
27
- _SCIKITLEARNFRAMEWORK = DESCRIPTOR.message_types_by_name['ScikitLearnFramework']
28
- ModelVersionFramework = _reflection.GeneratedProtocolMessageType('ModelVersionFramework', (_message.Message,), {
29
- 'DESCRIPTOR' : _MODELVERSIONFRAMEWORK,
30
- '__module__' : 'jfml.model_version.v1.model_version_framework_pb2'
31
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.ModelVersionFramework)
32
- })
33
- _sym_db.RegisterMessage(ModelVersionFramework)
34
-
35
- CatboostFramework = _reflection.GeneratedProtocolMessageType('CatboostFramework', (_message.Message,), {
36
- 'DESCRIPTOR' : _CATBOOSTFRAMEWORK,
37
- '__module__' : 'jfml.model_version.v1.model_version_framework_pb2'
38
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.CatboostFramework)
39
- })
40
- _sym_db.RegisterMessage(CatboostFramework)
41
-
42
- HuggingFaceFramework = _reflection.GeneratedProtocolMessageType('HuggingFaceFramework', (_message.Message,), {
43
- 'DESCRIPTOR' : _HUGGINGFACEFRAMEWORK,
44
- '__module__' : 'jfml.model_version.v1.model_version_framework_pb2'
45
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.HuggingFaceFramework)
46
- })
47
- _sym_db.RegisterMessage(HuggingFaceFramework)
48
-
49
- OnnxFramework = _reflection.GeneratedProtocolMessageType('OnnxFramework', (_message.Message,), {
50
- 'DESCRIPTOR' : _ONNXFRAMEWORK,
51
- '__module__' : 'jfml.model_version.v1.model_version_framework_pb2'
52
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.OnnxFramework)
53
- })
54
- _sym_db.RegisterMessage(OnnxFramework)
55
-
56
- PythonPickleFramework = _reflection.GeneratedProtocolMessageType('PythonPickleFramework', (_message.Message,), {
57
- 'DESCRIPTOR' : _PYTHONPICKLEFRAMEWORK,
58
- '__module__' : 'jfml.model_version.v1.model_version_framework_pb2'
59
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.PythonPickleFramework)
60
- })
61
- _sym_db.RegisterMessage(PythonPickleFramework)
62
-
63
- PytorchFramework = _reflection.GeneratedProtocolMessageType('PytorchFramework', (_message.Message,), {
64
- 'DESCRIPTOR' : _PYTORCHFRAMEWORK,
65
- '__module__' : 'jfml.model_version.v1.model_version_framework_pb2'
66
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.PytorchFramework)
67
- })
68
- _sym_db.RegisterMessage(PytorchFramework)
69
-
70
- ScikitLearnFramework = _reflection.GeneratedProtocolMessageType('ScikitLearnFramework', (_message.Message,), {
71
- 'DESCRIPTOR' : _SCIKITLEARNFRAMEWORK,
72
- '__module__' : 'jfml.model_version.v1.model_version_framework_pb2'
73
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.ScikitLearnFramework)
74
- })
75
- _sym_db.RegisterMessage(ScikitLearnFramework)
76
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'jfml.model_version.v1.model_version_framework_pb2', _globals)
77
21
  if _descriptor._USE_C_DESCRIPTORS == False:
78
22
 
79
23
  DESCRIPTOR._options = None
80
24
  DESCRIPTOR._serialized_options = b'\n!com.jfrog.ml.model_version.api.v1P\001'
81
- _MODELVERSIONFRAMEWORK._serialized_start=79
82
- _MODELVERSIONFRAMEWORK._serialized_end=512
83
- _CATBOOSTFRAMEWORK._serialized_start=514
84
- _CATBOOSTFRAMEWORK._serialized_end=533
85
- _HUGGINGFACEFRAMEWORK._serialized_start=535
86
- _HUGGINGFACEFRAMEWORK._serialized_end=557
87
- _ONNXFRAMEWORK._serialized_start=559
88
- _ONNXFRAMEWORK._serialized_end=574
89
- _PYTHONPICKLEFRAMEWORK._serialized_start=576
90
- _PYTHONPICKLEFRAMEWORK._serialized_end=599
91
- _PYTORCHFRAMEWORK._serialized_start=601
92
- _PYTORCHFRAMEWORK._serialized_end=619
93
- _SCIKITLEARNFRAMEWORK._serialized_start=621
94
- _SCIKITLEARNFRAMEWORK._serialized_end=643
25
+ _globals['_MODELVERSIONFRAMEWORK']._serialized_start=79
26
+ _globals['_MODELVERSIONFRAMEWORK']._serialized_end=512
27
+ _globals['_CATBOOSTFRAMEWORK']._serialized_start=514
28
+ _globals['_CATBOOSTFRAMEWORK']._serialized_end=533
29
+ _globals['_HUGGINGFACEFRAMEWORK']._serialized_start=535
30
+ _globals['_HUGGINGFACEFRAMEWORK']._serialized_end=557
31
+ _globals['_ONNXFRAMEWORK']._serialized_start=559
32
+ _globals['_ONNXFRAMEWORK']._serialized_end=574
33
+ _globals['_PYTHONPICKLEFRAMEWORK']._serialized_start=576
34
+ _globals['_PYTHONPICKLEFRAMEWORK']._serialized_end=599
35
+ _globals['_PYTORCHFRAMEWORK']._serialized_start=601
36
+ _globals['_PYTORCHFRAMEWORK']._serialized_end=619
37
+ _globals['_SCIKITLEARNFRAMEWORK']._serialized_start=621
38
+ _globals['_SCIKITLEARNFRAMEWORK']._serialized_end=643
95
39
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -19,153 +18,41 @@ from frogml_proto.jfml.model_version.v1 import build_spec_pb2 as jfml_dot_model_
19
18
 
20
19
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n9jfml/model_version/v1/model_version_manager_service.proto\x12\x15jfml.model_version.v1\x1a)jfml/model_version/v1/model_version.proto\x1a\x31jfml/model_version/v1/model_repository_spec.proto\x1a&jfml/model_version/v1/build_spec.proto\"\xa3\x01\n\x19\x43reateModelVersionRequest\x12\x0f\n\x07\x64ry_run\x18\x01 \x01(\x08\x12>\n\rmodel_version\x18\x02 \x01(\x0b\x32\'.jfml.model_version.v1.ModelVersionSpec\x12\x35\n\x0bml_bom_data\x18\x03 \x01(\x0b\x32 .jfml.model_version.v1.MlBomData\"X\n\x1a\x43reateModelVersionResponse\x12:\n\rmodel_version\x18\x01 \x01(\x0b\x32#.jfml.model_version.v1.ModelVersion\"6\n\x1aGetModelVersionByIdRequest\x12\x18\n\x10model_version_id\x18\x01 \x01(\t\"Y\n\x1bGetModelVersionByIdResponse\x12:\n\rmodel_version\x18\x01 \x01(\x0b\x32#.jfml.model_version.v1.ModelVersion\"L\n\x1cGetModelVersionByNameRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x1a\n\x12model_version_name\x18\x02 \x01(\t\"[\n\x1dGetModelVersionByNameResponse\x12:\n\rmodel_version\x18\x01 \x01(\x0b\x32#.jfml.model_version.v1.ModelVersion\")\n\x15InitPaginationRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\"E\n\x16InitPaginationResponse\x12\x14\n\x0crecord_count\x18\x01 \x01(\x03\x12\x15\n\rmax_record_id\x18\x02 \x01(\x03\"\x9e\x01\n\x18ListModelVersionsRequest\x12\x43\n\x0frepository_spec\x18\x01 \x01(\x0b\x32*.jfml.model_version.v1.ModelRepositorySpec\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x13\n\x0bpage_number\x18\x03 \x01(\x05\x12\x15\n\rmax_record_id\x18\x04 \x01(\x03\"X\n\x19ListModelVersionsResponse\x12;\n\x0emodel_versions\x18\x01 \x03(\x0b\x32#.jfml.model_version.v1.ModelVersion\"n\n\x1a\x44\x65leteModelVersionsRequest\x12P\n\x19model_version_identifiers\x18\x01 \x03(\x0b\x32-.jfml.model_version.v1.ModelVersionIdentifier\"\x1d\n\x1b\x44\x65leteModelVersionsResponse\"\xd8\x01\n!PromoteModelVersionToBuildRequest\x12\x45\n\x12model_version_spec\x18\x01 \x01(\x0b\x32\'.jfml.model_version.v1.ModelVersionSpecH\x00\x12\x1a\n\x10model_version_id\x18\x02 \x01(\tH\x00\x12\x34\n\nbuild_spec\x18\x03 \x01(\x0b\x32 .jfml.model_version.v1.BuildSpecB\x1a\n\x18model_version_identifier\"6\n\"PromoteModelVersionToBuildResponse\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t2\x93\x07\n\x1aModelVersionManagerService\x12y\n\x12\x43reateModelVersion\x12\x30.jfml.model_version.v1.CreateModelVersionRequest\x1a\x31.jfml.model_version.v1.CreateModelVersionResponse\x12|\n\x13GetModelVersionById\x12\x31.jfml.model_version.v1.GetModelVersionByIdRequest\x1a\x32.jfml.model_version.v1.GetModelVersionByIdResponse\x12\x82\x01\n\x15GetModelVersionByName\x12\x33.jfml.model_version.v1.GetModelVersionByNameRequest\x1a\x34.jfml.model_version.v1.GetModelVersionByNameResponse\x12m\n\x0eInitPagination\x12,.jfml.model_version.v1.InitPaginationRequest\x1a-.jfml.model_version.v1.InitPaginationResponse\x12v\n\x11ListModelVersions\x12/.jfml.model_version.v1.ListModelVersionsRequest\x1a\x30.jfml.model_version.v1.ListModelVersionsResponse\x12|\n\x13\x44\x65leteModelVersions\x12\x31.jfml.model_version.v1.DeleteModelVersionsRequest\x1a\x32.jfml.model_version.v1.DeleteModelVersionsResponse\x12\x91\x01\n\x1aPromoteModelVersionToBuild\x12\x38.jfml.model_version.v1.PromoteModelVersionToBuildRequest\x1a\x39.jfml.model_version.v1.PromoteModelVersionToBuildResponseB%\n!com.jfrog.ml.model_version.api.v1P\x01\x62\x06proto3')
21
20
 
22
-
23
-
24
- _CREATEMODELVERSIONREQUEST = DESCRIPTOR.message_types_by_name['CreateModelVersionRequest']
25
- _CREATEMODELVERSIONRESPONSE = DESCRIPTOR.message_types_by_name['CreateModelVersionResponse']
26
- _GETMODELVERSIONBYIDREQUEST = DESCRIPTOR.message_types_by_name['GetModelVersionByIdRequest']
27
- _GETMODELVERSIONBYIDRESPONSE = DESCRIPTOR.message_types_by_name['GetModelVersionByIdResponse']
28
- _GETMODELVERSIONBYNAMEREQUEST = DESCRIPTOR.message_types_by_name['GetModelVersionByNameRequest']
29
- _GETMODELVERSIONBYNAMERESPONSE = DESCRIPTOR.message_types_by_name['GetModelVersionByNameResponse']
30
- _INITPAGINATIONREQUEST = DESCRIPTOR.message_types_by_name['InitPaginationRequest']
31
- _INITPAGINATIONRESPONSE = DESCRIPTOR.message_types_by_name['InitPaginationResponse']
32
- _LISTMODELVERSIONSREQUEST = DESCRIPTOR.message_types_by_name['ListModelVersionsRequest']
33
- _LISTMODELVERSIONSRESPONSE = DESCRIPTOR.message_types_by_name['ListModelVersionsResponse']
34
- _DELETEMODELVERSIONSREQUEST = DESCRIPTOR.message_types_by_name['DeleteModelVersionsRequest']
35
- _DELETEMODELVERSIONSRESPONSE = DESCRIPTOR.message_types_by_name['DeleteModelVersionsResponse']
36
- _PROMOTEMODELVERSIONTOBUILDREQUEST = DESCRIPTOR.message_types_by_name['PromoteModelVersionToBuildRequest']
37
- _PROMOTEMODELVERSIONTOBUILDRESPONSE = DESCRIPTOR.message_types_by_name['PromoteModelVersionToBuildResponse']
38
- CreateModelVersionRequest = _reflection.GeneratedProtocolMessageType('CreateModelVersionRequest', (_message.Message,), {
39
- 'DESCRIPTOR' : _CREATEMODELVERSIONREQUEST,
40
- '__module__' : 'jfml.model_version.v1.model_version_manager_service_pb2'
41
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.CreateModelVersionRequest)
42
- })
43
- _sym_db.RegisterMessage(CreateModelVersionRequest)
44
-
45
- CreateModelVersionResponse = _reflection.GeneratedProtocolMessageType('CreateModelVersionResponse', (_message.Message,), {
46
- 'DESCRIPTOR' : _CREATEMODELVERSIONRESPONSE,
47
- '__module__' : 'jfml.model_version.v1.model_version_manager_service_pb2'
48
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.CreateModelVersionResponse)
49
- })
50
- _sym_db.RegisterMessage(CreateModelVersionResponse)
51
-
52
- GetModelVersionByIdRequest = _reflection.GeneratedProtocolMessageType('GetModelVersionByIdRequest', (_message.Message,), {
53
- 'DESCRIPTOR' : _GETMODELVERSIONBYIDREQUEST,
54
- '__module__' : 'jfml.model_version.v1.model_version_manager_service_pb2'
55
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.GetModelVersionByIdRequest)
56
- })
57
- _sym_db.RegisterMessage(GetModelVersionByIdRequest)
58
-
59
- GetModelVersionByIdResponse = _reflection.GeneratedProtocolMessageType('GetModelVersionByIdResponse', (_message.Message,), {
60
- 'DESCRIPTOR' : _GETMODELVERSIONBYIDRESPONSE,
61
- '__module__' : 'jfml.model_version.v1.model_version_manager_service_pb2'
62
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.GetModelVersionByIdResponse)
63
- })
64
- _sym_db.RegisterMessage(GetModelVersionByIdResponse)
65
-
66
- GetModelVersionByNameRequest = _reflection.GeneratedProtocolMessageType('GetModelVersionByNameRequest', (_message.Message,), {
67
- 'DESCRIPTOR' : _GETMODELVERSIONBYNAMEREQUEST,
68
- '__module__' : 'jfml.model_version.v1.model_version_manager_service_pb2'
69
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.GetModelVersionByNameRequest)
70
- })
71
- _sym_db.RegisterMessage(GetModelVersionByNameRequest)
72
-
73
- GetModelVersionByNameResponse = _reflection.GeneratedProtocolMessageType('GetModelVersionByNameResponse', (_message.Message,), {
74
- 'DESCRIPTOR' : _GETMODELVERSIONBYNAMERESPONSE,
75
- '__module__' : 'jfml.model_version.v1.model_version_manager_service_pb2'
76
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.GetModelVersionByNameResponse)
77
- })
78
- _sym_db.RegisterMessage(GetModelVersionByNameResponse)
79
-
80
- InitPaginationRequest = _reflection.GeneratedProtocolMessageType('InitPaginationRequest', (_message.Message,), {
81
- 'DESCRIPTOR' : _INITPAGINATIONREQUEST,
82
- '__module__' : 'jfml.model_version.v1.model_version_manager_service_pb2'
83
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.InitPaginationRequest)
84
- })
85
- _sym_db.RegisterMessage(InitPaginationRequest)
86
-
87
- InitPaginationResponse = _reflection.GeneratedProtocolMessageType('InitPaginationResponse', (_message.Message,), {
88
- 'DESCRIPTOR' : _INITPAGINATIONRESPONSE,
89
- '__module__' : 'jfml.model_version.v1.model_version_manager_service_pb2'
90
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.InitPaginationResponse)
91
- })
92
- _sym_db.RegisterMessage(InitPaginationResponse)
93
-
94
- ListModelVersionsRequest = _reflection.GeneratedProtocolMessageType('ListModelVersionsRequest', (_message.Message,), {
95
- 'DESCRIPTOR' : _LISTMODELVERSIONSREQUEST,
96
- '__module__' : 'jfml.model_version.v1.model_version_manager_service_pb2'
97
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.ListModelVersionsRequest)
98
- })
99
- _sym_db.RegisterMessage(ListModelVersionsRequest)
100
-
101
- ListModelVersionsResponse = _reflection.GeneratedProtocolMessageType('ListModelVersionsResponse', (_message.Message,), {
102
- 'DESCRIPTOR' : _LISTMODELVERSIONSRESPONSE,
103
- '__module__' : 'jfml.model_version.v1.model_version_manager_service_pb2'
104
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.ListModelVersionsResponse)
105
- })
106
- _sym_db.RegisterMessage(ListModelVersionsResponse)
107
-
108
- DeleteModelVersionsRequest = _reflection.GeneratedProtocolMessageType('DeleteModelVersionsRequest', (_message.Message,), {
109
- 'DESCRIPTOR' : _DELETEMODELVERSIONSREQUEST,
110
- '__module__' : 'jfml.model_version.v1.model_version_manager_service_pb2'
111
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.DeleteModelVersionsRequest)
112
- })
113
- _sym_db.RegisterMessage(DeleteModelVersionsRequest)
114
-
115
- DeleteModelVersionsResponse = _reflection.GeneratedProtocolMessageType('DeleteModelVersionsResponse', (_message.Message,), {
116
- 'DESCRIPTOR' : _DELETEMODELVERSIONSRESPONSE,
117
- '__module__' : 'jfml.model_version.v1.model_version_manager_service_pb2'
118
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.DeleteModelVersionsResponse)
119
- })
120
- _sym_db.RegisterMessage(DeleteModelVersionsResponse)
121
-
122
- PromoteModelVersionToBuildRequest = _reflection.GeneratedProtocolMessageType('PromoteModelVersionToBuildRequest', (_message.Message,), {
123
- 'DESCRIPTOR' : _PROMOTEMODELVERSIONTOBUILDREQUEST,
124
- '__module__' : 'jfml.model_version.v1.model_version_manager_service_pb2'
125
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.PromoteModelVersionToBuildRequest)
126
- })
127
- _sym_db.RegisterMessage(PromoteModelVersionToBuildRequest)
128
-
129
- PromoteModelVersionToBuildResponse = _reflection.GeneratedProtocolMessageType('PromoteModelVersionToBuildResponse', (_message.Message,), {
130
- 'DESCRIPTOR' : _PROMOTEMODELVERSIONTOBUILDRESPONSE,
131
- '__module__' : 'jfml.model_version.v1.model_version_manager_service_pb2'
132
- # @@protoc_insertion_point(class_scope:jfml.model_version.v1.PromoteModelVersionToBuildResponse)
133
- })
134
- _sym_db.RegisterMessage(PromoteModelVersionToBuildResponse)
135
-
136
- _MODELVERSIONMANAGERSERVICE = DESCRIPTOR.services_by_name['ModelVersionManagerService']
21
+ _globals = globals()
22
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
23
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'jfml.model_version.v1.model_version_manager_service_pb2', _globals)
137
24
  if _descriptor._USE_C_DESCRIPTORS == False:
138
25
 
139
26
  DESCRIPTOR._options = None
140
27
  DESCRIPTOR._serialized_options = b'\n!com.jfrog.ml.model_version.api.v1P\001'
141
- _CREATEMODELVERSIONREQUEST._serialized_start=219
142
- _CREATEMODELVERSIONREQUEST._serialized_end=382
143
- _CREATEMODELVERSIONRESPONSE._serialized_start=384
144
- _CREATEMODELVERSIONRESPONSE._serialized_end=472
145
- _GETMODELVERSIONBYIDREQUEST._serialized_start=474
146
- _GETMODELVERSIONBYIDREQUEST._serialized_end=528
147
- _GETMODELVERSIONBYIDRESPONSE._serialized_start=530
148
- _GETMODELVERSIONBYIDRESPONSE._serialized_end=619
149
- _GETMODELVERSIONBYNAMEREQUEST._serialized_start=621
150
- _GETMODELVERSIONBYNAMEREQUEST._serialized_end=697
151
- _GETMODELVERSIONBYNAMERESPONSE._serialized_start=699
152
- _GETMODELVERSIONBYNAMERESPONSE._serialized_end=790
153
- _INITPAGINATIONREQUEST._serialized_start=792
154
- _INITPAGINATIONREQUEST._serialized_end=833
155
- _INITPAGINATIONRESPONSE._serialized_start=835
156
- _INITPAGINATIONRESPONSE._serialized_end=904
157
- _LISTMODELVERSIONSREQUEST._serialized_start=907
158
- _LISTMODELVERSIONSREQUEST._serialized_end=1065
159
- _LISTMODELVERSIONSRESPONSE._serialized_start=1067
160
- _LISTMODELVERSIONSRESPONSE._serialized_end=1155
161
- _DELETEMODELVERSIONSREQUEST._serialized_start=1157
162
- _DELETEMODELVERSIONSREQUEST._serialized_end=1267
163
- _DELETEMODELVERSIONSRESPONSE._serialized_start=1269
164
- _DELETEMODELVERSIONSRESPONSE._serialized_end=1298
165
- _PROMOTEMODELVERSIONTOBUILDREQUEST._serialized_start=1301
166
- _PROMOTEMODELVERSIONTOBUILDREQUEST._serialized_end=1517
167
- _PROMOTEMODELVERSIONTOBUILDRESPONSE._serialized_start=1519
168
- _PROMOTEMODELVERSIONTOBUILDRESPONSE._serialized_end=1573
169
- _MODELVERSIONMANAGERSERVICE._serialized_start=1576
170
- _MODELVERSIONMANAGERSERVICE._serialized_end=2491
28
+ _globals['_CREATEMODELVERSIONREQUEST']._serialized_start=219
29
+ _globals['_CREATEMODELVERSIONREQUEST']._serialized_end=382
30
+ _globals['_CREATEMODELVERSIONRESPONSE']._serialized_start=384
31
+ _globals['_CREATEMODELVERSIONRESPONSE']._serialized_end=472
32
+ _globals['_GETMODELVERSIONBYIDREQUEST']._serialized_start=474
33
+ _globals['_GETMODELVERSIONBYIDREQUEST']._serialized_end=528
34
+ _globals['_GETMODELVERSIONBYIDRESPONSE']._serialized_start=530
35
+ _globals['_GETMODELVERSIONBYIDRESPONSE']._serialized_end=619
36
+ _globals['_GETMODELVERSIONBYNAMEREQUEST']._serialized_start=621
37
+ _globals['_GETMODELVERSIONBYNAMEREQUEST']._serialized_end=697
38
+ _globals['_GETMODELVERSIONBYNAMERESPONSE']._serialized_start=699
39
+ _globals['_GETMODELVERSIONBYNAMERESPONSE']._serialized_end=790
40
+ _globals['_INITPAGINATIONREQUEST']._serialized_start=792
41
+ _globals['_INITPAGINATIONREQUEST']._serialized_end=833
42
+ _globals['_INITPAGINATIONRESPONSE']._serialized_start=835
43
+ _globals['_INITPAGINATIONRESPONSE']._serialized_end=904
44
+ _globals['_LISTMODELVERSIONSREQUEST']._serialized_start=907
45
+ _globals['_LISTMODELVERSIONSREQUEST']._serialized_end=1065
46
+ _globals['_LISTMODELVERSIONSRESPONSE']._serialized_start=1067
47
+ _globals['_LISTMODELVERSIONSRESPONSE']._serialized_end=1155
48
+ _globals['_DELETEMODELVERSIONSREQUEST']._serialized_start=1157
49
+ _globals['_DELETEMODELVERSIONSREQUEST']._serialized_end=1267
50
+ _globals['_DELETEMODELVERSIONSRESPONSE']._serialized_start=1269
51
+ _globals['_DELETEMODELVERSIONSRESPONSE']._serialized_end=1298
52
+ _globals['_PROMOTEMODELVERSIONTOBUILDREQUEST']._serialized_start=1301
53
+ _globals['_PROMOTEMODELVERSIONTOBUILDREQUEST']._serialized_end=1517
54
+ _globals['_PROMOTEMODELVERSIONTOBUILDRESPONSE']._serialized_start=1519
55
+ _globals['_PROMOTEMODELVERSIONTOBUILDRESPONSE']._serialized_end=1573
56
+ _globals['_MODELVERSIONMANAGERSERVICE']._serialized_start=1576
57
+ _globals['_MODELVERSIONMANAGERSERVICE']._serialized_end=2491
171
58
  # @@protoc_insertion_point(module_scope)