frogml 1.1.115__py3-none-any.whl → 1.2.19__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (483) hide show
  1. frogml/__init__.py +1 -1
  2. frogml/_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +3 -3
  3. frogml/_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.pyi +6 -4
  4. frogml/_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +3 -3
  5. frogml/_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.pyi +8 -9
  6. frogml/_proto/jfml/model_version/v1/artifact_pb2.py +3 -3
  7. frogml/_proto/jfml/model_version/v1/artifact_pb2.pyi +8 -9
  8. frogml/_proto/jfml/model_version/v1/build_spec_pb2.py +3 -3
  9. frogml/_proto/jfml/model_version/v1/build_spec_pb2.pyi +24 -20
  10. frogml/_proto/jfml/model_version/v1/model_repository_spec_pb2.py +3 -3
  11. frogml/_proto/jfml/model_version/v1/model_repository_spec_pb2.pyi +6 -9
  12. frogml/_proto/jfml/model_version/v1/model_version_framework_pb2.py +3 -3
  13. frogml/_proto/jfml/model_version/v1/model_version_framework_pb2.pyi +13 -10
  14. frogml/_proto/jfml/model_version/v1/model_version_manager_service_pb2.py +3 -3
  15. frogml/_proto/jfml/model_version/v1/model_version_manager_service_pb2.pyi +43 -30
  16. frogml/_proto/jfml/model_version/v1/model_version_pb2.py +11 -11
  17. frogml/_proto/jfml/model_version/v1/model_version_pb2.pyi +48 -32
  18. frogml/_proto/qwak/administration/account/v1/account_pb2.py +25 -23
  19. frogml/_proto/qwak/administration/account/v1/account_pb2.pyi +55 -21
  20. frogml/_proto/qwak/administration/account/v1/account_service_pb2.py +3 -3
  21. frogml/_proto/qwak/administration/account/v1/account_service_pb2.pyi +63 -36
  22. frogml/_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +5 -5
  23. frogml/_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.pyi +35 -22
  24. frogml/_proto/qwak/administration/account/v1/personalization_pb2.py +3 -3
  25. frogml/_proto/qwak/administration/account/v1/personalization_pb2.pyi +7 -9
  26. frogml/_proto/qwak/administration/account/v1/preferences_pb2.py +3 -3
  27. frogml/_proto/qwak/administration/account/v1/preferences_pb2.pyi +6 -8
  28. frogml/_proto/qwak/administration/account/v1/terms_pb2.py +3 -3
  29. frogml/_proto/qwak/administration/account/v1/terms_pb2.pyi +16 -11
  30. frogml/_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +3 -3
  31. frogml/_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.pyi +20 -14
  32. frogml/_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +3 -3
  33. frogml/_proto/qwak/administration/authenticated_user/v1/credentials_pb2.pyi +10 -11
  34. frogml/_proto/qwak/administration/authenticated_user/v1/details_pb2.py +3 -3
  35. frogml/_proto/qwak/administration/authenticated_user/v1/details_pb2.pyi +18 -15
  36. frogml/_proto/qwak/administration/cluster/v2/cluster_pb2.py +3 -3
  37. frogml/_proto/qwak/administration/cluster/v2/cluster_pb2.pyi +62 -39
  38. frogml/_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2.py +3 -3
  39. frogml/_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2.pyi +12 -13
  40. frogml/_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +3 -3
  41. frogml/_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.pyi +5 -8
  42. frogml/_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +3 -3
  43. frogml/_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.pyi +8 -10
  44. frogml/_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +3 -3
  45. frogml/_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi +11 -11
  46. frogml/_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.py +3 -3
  47. frogml/_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.pyi +16 -17
  48. frogml/_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +3 -3
  49. frogml/_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.pyi +8 -11
  50. frogml/_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +3 -3
  51. frogml/_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.pyi +12 -12
  52. frogml/_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +3 -3
  53. frogml/_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi +8 -10
  54. frogml/_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +3 -3
  55. frogml/_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.pyi +8 -11
  56. frogml/_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +3 -3
  57. frogml/_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +6 -9
  58. frogml/_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +3 -3
  59. frogml/_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.pyi +13 -14
  60. frogml/_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2.py +3 -3
  61. frogml/_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2.pyi +29 -25
  62. frogml/_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.py +3 -3
  63. frogml/_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.pyi +23 -21
  64. frogml/_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +3 -3
  65. frogml/_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +27 -25
  66. frogml/_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +3 -3
  67. frogml/_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.pyi +6 -9
  68. frogml/_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +3 -3
  69. frogml/_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.pyi +6 -9
  70. frogml/_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +3 -3
  71. frogml/_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.pyi +22 -21
  72. frogml/_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +3 -3
  73. frogml/_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi +12 -12
  74. frogml/_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +3 -3
  75. frogml/_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.pyi +13 -14
  76. frogml/_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +3 -3
  77. frogml/_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi +5 -8
  78. frogml/_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +3 -3
  79. frogml/_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi +11 -11
  80. frogml/_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +3 -3
  81. frogml/_proto/qwak/administration/v0/authentication/authentication_service_pb2.pyi +14 -13
  82. frogml/_proto/qwak/administration/v0/environments/configuration_pb2.py +3 -3
  83. frogml/_proto/qwak/administration/v0/environments/configuration_pb2.pyi +33 -20
  84. frogml/_proto/qwak/administration/v0/environments/environment_pb2.py +5 -5
  85. frogml/_proto/qwak/administration/v0/environments/environment_pb2.pyi +17 -8
  86. frogml/_proto/qwak/administration/v0/environments/environment_service_pb2.py +5 -5
  87. frogml/_proto/qwak/administration/v0/environments/environment_service_pb2.pyi +46 -26
  88. frogml/_proto/qwak/administration/v0/environments/personalization_pb2.py +3 -3
  89. frogml/_proto/qwak/administration/v0/environments/personalization_pb2.pyi +7 -9
  90. frogml/_proto/qwak/administration/v0/users/user_pb2.py +7 -7
  91. frogml/_proto/qwak/administration/v0/users/user_pb2.pyi +18 -11
  92. frogml/_proto/qwak/admiral/secret/v0/secret_pb2.py +21 -19
  93. frogml/_proto/qwak/admiral/secret/v0/secret_pb2.pyi +65 -24
  94. frogml/_proto/qwak/admiral/secret/v0/secret_service_pb2.py +3 -3
  95. frogml/_proto/qwak/admiral/secret/v0/secret_service_pb2.pyi +16 -12
  96. frogml/_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +3 -3
  97. frogml/_proto/qwak/admiral/secret/v0/system_secret_service_pb2.pyi +19 -14
  98. frogml/_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +3 -3
  99. frogml/_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.pyi +83 -48
  100. frogml/_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +3 -3
  101. frogml/_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.pyi +25 -16
  102. frogml/_proto/qwak/analytics/analytics_pb2.py +3 -3
  103. frogml/_proto/qwak/analytics/analytics_pb2.pyi +33 -16
  104. frogml/_proto/qwak/analytics/analytics_service_pb2.py +3 -3
  105. frogml/_proto/qwak/analytics/analytics_service_pb2.pyi +46 -26
  106. frogml/_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +3 -3
  107. frogml/_proto/qwak/artifactory_settings/artifactory_settings_pb2.pyi +7 -9
  108. frogml/_proto/qwak/audience/v1/audience_api_pb2.py +3 -3
  109. frogml/_proto/qwak/audience/v1/audience_api_pb2.pyi +25 -17
  110. frogml/_proto/qwak/audience/v1/audience_pb2.py +5 -5
  111. frogml/_proto/qwak/audience/v1/audience_pb2.pyi +38 -23
  112. frogml/_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +3 -3
  113. frogml/_proto/qwak/auto_scaling/v1/auto_scaling_pb2.pyi +22 -13
  114. frogml/_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +3 -3
  115. frogml/_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.pyi +8 -9
  116. frogml/_proto/qwak/automation/v1/action_pb2.py +17 -17
  117. frogml/_proto/qwak/automation/v1/action_pb2.pyi +76 -47
  118. frogml/_proto/qwak/automation/v1/auto_scaling_pb2.py +3 -3
  119. frogml/_proto/qwak/automation/v1/auto_scaling_pb2.pyi +22 -13
  120. frogml/_proto/qwak/automation/v1/automation_execution_pb2.py +3 -3
  121. frogml/_proto/qwak/automation/v1/automation_execution_pb2.pyi +23 -13
  122. frogml/_proto/qwak/automation/v1/automation_management_service_pb2.py +5 -5
  123. frogml/_proto/qwak/automation/v1/automation_management_service_pb2.pyi +56 -32
  124. frogml/_proto/qwak/automation/v1/automation_pb2.py +3 -3
  125. frogml/_proto/qwak/automation/v1/automation_pb2.pyi +28 -25
  126. frogml/_proto/qwak/automation/v1/common_pb2.py +3 -3
  127. frogml/_proto/qwak/automation/v1/common_pb2.pyi +8 -5
  128. frogml/_proto/qwak/automation/v1/notification_pb2.py +7 -7
  129. frogml/_proto/qwak/automation/v1/notification_pb2.pyi +14 -8
  130. frogml/_proto/qwak/automation/v1/trigger_pb2.py +3 -3
  131. frogml/_proto/qwak/automation/v1/trigger_pb2.pyi +17 -16
  132. frogml/_proto/qwak/batch_job/v1/batch_job_events_pb2.py +13 -13
  133. frogml/_proto/qwak/batch_job/v1/batch_job_events_pb2.pyi +22 -14
  134. frogml/_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +3 -3
  135. frogml/_proto/qwak/batch_job/v1/batch_job_resources_pb2.pyi +4 -2
  136. frogml/_proto/qwak/batch_job/v1/batch_job_service_pb2.py +27 -27
  137. frogml/_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +192 -101
  138. frogml/_proto/qwak/build/v1/build_api_pb2.py +17 -17
  139. frogml/_proto/qwak/build/v1/build_api_pb2.pyi +87 -46
  140. frogml/_proto/qwak/build/v1/build_pb2.py +9 -9
  141. frogml/_proto/qwak/build/v1/build_pb2.pyi +187 -118
  142. frogml/_proto/qwak/build_settings/build_settings_api_pb2.py +3 -3
  143. frogml/_proto/qwak/build_settings/build_settings_api_pb2.pyi +15 -13
  144. frogml/_proto/qwak/build_settings/build_settings_pb2.py +3 -3
  145. frogml/_proto/qwak/build_settings/build_settings_pb2.pyi +24 -19
  146. frogml/_proto/qwak/builds/build_pb2.py +7 -7
  147. frogml/_proto/qwak/builds/build_pb2.pyi +83 -54
  148. frogml/_proto/qwak/builds/build_url_pb2.py +5 -5
  149. frogml/_proto/qwak/builds/build_url_pb2.pyi +39 -21
  150. frogml/_proto/qwak/builds/build_values_pb2.py +35 -29
  151. frogml/_proto/qwak/builds/build_values_pb2.pyi +85 -36
  152. frogml/_proto/qwak/builds/builds_orchestrator_service_pb2.py +19 -19
  153. frogml/_proto/qwak/builds/builds_orchestrator_service_pb2.pyi +100 -52
  154. frogml/_proto/qwak/builds/builds_pb2.py +7 -7
  155. frogml/_proto/qwak/builds/builds_pb2.pyi +177 -105
  156. frogml/_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +3 -3
  157. frogml/_proto/qwak/builds/internal_builds_orchestrator_service_pb2.pyi +12 -10
  158. frogml/_proto/qwak/data_versioning/data_versioning_pb2.py +3 -3
  159. frogml/_proto/qwak/data_versioning/data_versioning_pb2.pyi +8 -10
  160. frogml/_proto/qwak/data_versioning/data_versioning_service_pb2.py +3 -3
  161. frogml/_proto/qwak/data_versioning/data_versioning_service_pb2.pyi +12 -11
  162. frogml/_proto/qwak/deployment/alert_pb2.py +5 -5
  163. frogml/_proto/qwak/deployment/alert_pb2.pyi +31 -20
  164. frogml/_proto/qwak/deployment/alert_service_pb2.py +7 -7
  165. frogml/_proto/qwak/deployment/alert_service_pb2.pyi +34 -21
  166. frogml/_proto/qwak/deployment/deployment_messages_pb2.py +3 -3
  167. frogml/_proto/qwak/deployment/deployment_messages_pb2.pyi +9 -11
  168. frogml/_proto/qwak/deployment/deployment_pb2.py +33 -33
  169. frogml/_proto/qwak/deployment/deployment_pb2.pyi +225 -139
  170. frogml/_proto/qwak/deployment/deployment_service_pb2.py +81 -81
  171. frogml/_proto/qwak/deployment/deployment_service_pb2.pyi +139 -78
  172. frogml/_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py +3 -3
  173. frogml/_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.pyi +11 -9
  174. frogml/_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py +3 -3
  175. frogml/_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.pyi +6 -8
  176. frogml/_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +11 -11
  177. frogml/_proto/qwak/ecosystem/jfrog/v0/token_pb2.pyi +70 -37
  178. frogml/_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +3 -3
  179. frogml/_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.pyi +29 -19
  180. frogml/_proto/qwak/ecosystem/v0/auth_pb2.py +3 -3
  181. frogml/_proto/qwak/ecosystem/v0/auth_pb2.pyi +6 -8
  182. frogml/_proto/qwak/ecosystem/v0/azure_credentials_pb2.py +3 -3
  183. frogml/_proto/qwak/ecosystem/v0/azure_credentials_pb2.pyi +21 -19
  184. frogml/_proto/qwak/ecosystem/v0/credentials_pb2.py +3 -3
  185. frogml/_proto/qwak/ecosystem/v0/credentials_pb2.pyi +16 -15
  186. frogml/_proto/qwak/ecosystem/v0/ecosystem_pb2.py +11 -11
  187. frogml/_proto/qwak/ecosystem/v0/ecosystem_pb2.pyi +63 -40
  188. frogml/_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +5 -5
  189. frogml/_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.pyi +74 -41
  190. frogml/_proto/qwak/execution/v1/backfill_pb2.py +3 -3
  191. frogml/_proto/qwak/execution/v1/backfill_pb2.pyi +34 -24
  192. frogml/_proto/qwak/execution/v1/batch_pb2.py +3 -3
  193. frogml/_proto/qwak/execution/v1/batch_pb2.pyi +16 -13
  194. frogml/_proto/qwak/execution/v1/deletion_pb2.py +3 -3
  195. frogml/_proto/qwak/execution/v1/deletion_pb2.pyi +9 -9
  196. frogml/_proto/qwak/execution/v1/execution_pb2.py +3 -3
  197. frogml/_proto/qwak/execution/v1/execution_pb2.pyi +28 -12
  198. frogml/_proto/qwak/execution/v1/execution_service_pb2.py +5 -5
  199. frogml/_proto/qwak/execution/v1/execution_service_pb2.pyi +69 -43
  200. frogml/_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +3 -3
  201. frogml/_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.pyi +4 -7
  202. frogml/_proto/qwak/execution/v1/jobs/job_pb2.py +5 -5
  203. frogml/_proto/qwak/execution/v1/jobs/job_pb2.pyi +45 -22
  204. frogml/_proto/qwak/execution/v1/jobs/job_service_pb2.py +3 -3
  205. frogml/_proto/qwak/execution/v1/jobs/job_service_pb2.pyi +62 -37
  206. frogml/_proto/qwak/execution/v1/jobs/reports/report_pb2.py +5 -5
  207. frogml/_proto/qwak/execution/v1/jobs/reports/report_pb2.pyi +49 -29
  208. frogml/_proto/qwak/execution/v1/state/execution_state_pb2.py +3 -3
  209. frogml/_proto/qwak/execution/v1/state/execution_state_pb2.pyi +6 -9
  210. frogml/_proto/qwak/execution/v1/state/execution_state_service_pb2.py +3 -3
  211. frogml/_proto/qwak/execution/v1/state/execution_state_service_pb2.pyi +27 -19
  212. frogml/_proto/qwak/execution/v1/state/featureset_state_pb2.py +3 -3
  213. frogml/_proto/qwak/execution/v1/state/featureset_state_pb2.pyi +4 -7
  214. frogml/_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +5 -5
  215. frogml/_proto/qwak/execution/v1/state/spark_execution_state_pb2.pyi +13 -7
  216. frogml/_proto/qwak/execution/v1/streaming_aggregation_pb2.py +21 -14
  217. frogml/_proto/qwak/execution/v1/streaming_aggregation_pb2.pyi +83 -11
  218. frogml/_proto/qwak/execution/v1/streaming_pb2.py +3 -3
  219. frogml/_proto/qwak/execution/v1/streaming_pb2.pyi +10 -10
  220. frogml/_proto/qwak/feature_store/entities/entity_pb2.py +3 -3
  221. frogml/_proto/qwak/feature_store/entities/entity_pb2.pyi +29 -16
  222. frogml/_proto/qwak/feature_store/entities/entity_service_pb2.py +3 -3
  223. frogml/_proto/qwak/feature_store/entities/entity_service_pb2.pyi +37 -22
  224. frogml/_proto/qwak/feature_store/features/aggregation_pb2.py +3 -3
  225. frogml/_proto/qwak/feature_store/features/aggregation_pb2.pyi +39 -21
  226. frogml/_proto/qwak/feature_store/features/deployment_pb2.py +3 -3
  227. frogml/_proto/qwak/feature_store/features/deployment_pb2.pyi +51 -27
  228. frogml/_proto/qwak/feature_store/features/deployment_service_pb2.py +3 -3
  229. frogml/_proto/qwak/feature_store/features/deployment_service_pb2.pyi +5 -7
  230. frogml/_proto/qwak/feature_store/features/execution_pb2.py +3 -3
  231. frogml/_proto/qwak/feature_store/features/execution_pb2.pyi +18 -13
  232. frogml/_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +3 -3
  233. frogml/_proto/qwak/feature_store/features/feature_set_attribute_pb2.pyi +6 -8
  234. frogml/_proto/qwak/feature_store/features/feature_set_pb2.py +21 -21
  235. frogml/_proto/qwak/feature_store/features/feature_set_pb2.pyi +85 -48
  236. frogml/_proto/qwak/feature_store/features/feature_set_service_pb2.py +9 -9
  237. frogml/_proto/qwak/feature_store/features/feature_set_service_pb2.pyi +107 -53
  238. frogml/_proto/qwak/feature_store/features/feature_set_state_pb2.py +3 -3
  239. frogml/_proto/qwak/feature_store/features/feature_set_state_pb2.pyi +46 -23
  240. frogml/_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +3 -3
  241. frogml/_proto/qwak/feature_store/features/feature_set_state_service_pb2.pyi +27 -17
  242. frogml/_proto/qwak/feature_store/features/feature_set_types_pb2.py +73 -71
  243. frogml/_proto/qwak/feature_store/features/feature_set_types_pb2.pyi +181 -99
  244. frogml/_proto/qwak/feature_store/features/monitoring_pb2.py +3 -3
  245. frogml/_proto/qwak/feature_store/features/monitoring_pb2.pyi +11 -11
  246. frogml/_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +3 -3
  247. frogml/_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.pyi +63 -37
  248. frogml/_proto/qwak/feature_store/jobs/job_pb2.py +3 -3
  249. frogml/_proto/qwak/feature_store/jobs/job_pb2.pyi +26 -14
  250. frogml/_proto/qwak/feature_store/jobs/job_service_pb2.py +3 -3
  251. frogml/_proto/qwak/feature_store/jobs/job_service_pb2.pyi +36 -25
  252. frogml/_proto/qwak/feature_store/jobs/v1/job_pb2.py +3 -3
  253. frogml/_proto/qwak/feature_store/jobs/v1/job_pb2.pyi +23 -12
  254. frogml/_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +3 -3
  255. frogml/_proto/qwak/feature_store/jobs/v1/job_service_pb2.pyi +51 -30
  256. frogml/_proto/qwak/feature_store/platform/platform_details_pb2.py +3 -3
  257. frogml/_proto/qwak/feature_store/platform/platform_details_pb2.pyi +11 -11
  258. frogml/_proto/qwak/feature_store/reports/report_pb2.py +3 -3
  259. frogml/_proto/qwak/feature_store/reports/report_pb2.pyi +28 -18
  260. frogml/_proto/qwak/feature_store/repository/common/platform_pb2.py +3 -3
  261. frogml/_proto/qwak/feature_store/repository/common/platform_pb2.pyi +13 -12
  262. frogml/_proto/qwak/feature_store/serving/management_pb2.py +3 -3
  263. frogml/_proto/qwak/feature_store/serving/management_pb2.pyi +10 -10
  264. frogml/_proto/qwak/feature_store/serving/metadata_pb2.py +3 -3
  265. frogml/_proto/qwak/feature_store/serving/metadata_pb2.pyi +21 -15
  266. frogml/_proto/qwak/feature_store/serving/serving_pb2.py +13 -13
  267. frogml/_proto/qwak/feature_store/serving/serving_pb2.pyi +67 -37
  268. frogml/_proto/qwak/feature_store/serving/v1/value_pb2.py +3 -3
  269. frogml/_proto/qwak/feature_store/serving/v1/value_pb2.pyi +8 -10
  270. frogml/_proto/qwak/feature_store/sinks/sink_pb2.py +3 -3
  271. frogml/_proto/qwak/feature_store/sinks/sink_pb2.pyi +20 -16
  272. frogml/_proto/qwak/feature_store/sources/batch_pb2.py +11 -11
  273. frogml/_proto/qwak/feature_store/sources/batch_pb2.pyi +110 -70
  274. frogml/_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +3 -3
  275. frogml/_proto/qwak/feature_store/sources/data_source_attribute_pb2.pyi +6 -8
  276. frogml/_proto/qwak/feature_store/sources/data_source_pb2.py +7 -7
  277. frogml/_proto/qwak/feature_store/sources/data_source_pb2.pyi +37 -30
  278. frogml/_proto/qwak/feature_store/sources/data_source_service_pb2.py +5 -5
  279. frogml/_proto/qwak/feature_store/sources/data_source_service_pb2.pyi +45 -25
  280. frogml/_proto/qwak/feature_store/sources/streaming_pb2.py +11 -11
  281. frogml/_proto/qwak/feature_store/sources/streaming_pb2.pyi +41 -21
  282. frogml/_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +3 -3
  283. frogml/_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.pyi +4 -7
  284. frogml/_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +3 -3
  285. frogml/_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.pyi +17 -17
  286. frogml/_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +5 -5
  287. frogml/_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.pyi +15 -13
  288. frogml/_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +3 -3
  289. frogml/_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.pyi +6 -8
  290. frogml/_proto/qwak/features_operator/v1/features_operator_pb2.py +3 -3
  291. frogml/_proto/qwak/features_operator/v1/features_operator_pb2.pyi +15 -11
  292. frogml/_proto/qwak/features_operator/v1/features_operator_service_pb2.py +3 -3
  293. frogml/_proto/qwak/features_operator/v1/features_operator_service_pb2.pyi +18 -16
  294. frogml/_proto/qwak/features_operator/v2/features_operator_pb2.py +3 -3
  295. frogml/_proto/qwak/features_operator/v2/features_operator_pb2.pyi +16 -11
  296. frogml/_proto/qwak/features_operator/v2/features_operator_service_pb2.py +3 -3
  297. frogml/_proto/qwak/features_operator/v2/features_operator_service_pb2.pyi +20 -19
  298. frogml/_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +3 -3
  299. frogml/_proto/qwak/features_operator/v3/features_operator_async_service_pb2.pyi +41 -34
  300. frogml/_proto/qwak/features_operator/v3/features_operator_pb2.py +3 -3
  301. frogml/_proto/qwak/features_operator/v3/features_operator_pb2.pyi +19 -13
  302. frogml/_proto/qwak/file_versioning/file_versioning_pb2.py +5 -5
  303. frogml/_proto/qwak/file_versioning/file_versioning_pb2.pyi +8 -5
  304. frogml/_proto/qwak/file_versioning/file_versioning_service_pb2.py +3 -3
  305. frogml/_proto/qwak/file_versioning/file_versioning_service_pb2.pyi +12 -11
  306. frogml/_proto/qwak/fitness_service/constructs_pb2.py +3 -3
  307. frogml/_proto/qwak/fitness_service/constructs_pb2.pyi +27 -16
  308. frogml/_proto/qwak/fitness_service/fitness_pb2.py +3 -3
  309. frogml/_proto/qwak/fitness_service/fitness_pb2.pyi +24 -18
  310. frogml/_proto/qwak/fitness_service/fitness_service_pb2.py +3 -3
  311. frogml/_proto/qwak/fitness_service/fitness_service_pb2.pyi +18 -13
  312. frogml/_proto/qwak/fitness_service/status_pb2.py +3 -3
  313. frogml/_proto/qwak/fitness_service/status_pb2.pyi +26 -16
  314. frogml/_proto/qwak/inference/feedback/feedback_pb2.py +3 -3
  315. frogml/_proto/qwak/inference/feedback/feedback_pb2.pyi +28 -15
  316. frogml/_proto/qwak/instance_template/instance_template_pb2.py +3 -3
  317. frogml/_proto/qwak/instance_template/instance_template_pb2.pyi +10 -7
  318. frogml/_proto/qwak/instance_template/instance_template_service_pb2.py +3 -3
  319. frogml/_proto/qwak/instance_template/instance_template_service_pb2.pyi +12 -12
  320. frogml/_proto/qwak/integration/hugging_face_integration_pb2.py +3 -3
  321. frogml/_proto/qwak/integration/hugging_face_integration_pb2.pyi +19 -17
  322. frogml/_proto/qwak/integration/integration_pb2.py +3 -3
  323. frogml/_proto/qwak/integration/integration_pb2.pyi +50 -32
  324. frogml/_proto/qwak/integration/integration_service_pb2.py +3 -3
  325. frogml/_proto/qwak/integration/integration_service_pb2.pyi +39 -23
  326. frogml/_proto/qwak/integration/open_a_i_integration_pb2.py +3 -3
  327. frogml/_proto/qwak/integration/open_a_i_integration_pb2.pyi +20 -17
  328. frogml/_proto/qwak/integration/opsgenie_integration_pb2.py +5 -5
  329. frogml/_proto/qwak/integration/opsgenie_integration_pb2.pyi +29 -16
  330. frogml/_proto/qwak/integration/pagerduty_integration_pb2.py +5 -5
  331. frogml/_proto/qwak/integration/pagerduty_integration_pb2.pyi +39 -26
  332. frogml/_proto/qwak/integration/slack_app_integration_pb2.py +5 -5
  333. frogml/_proto/qwak/integration/slack_app_integration_pb2.pyi +30 -20
  334. frogml/_proto/qwak/jfrog/gateway/v0/repository_pb2.py +3 -3
  335. frogml/_proto/qwak/jfrog/gateway/v0/repository_pb2.pyi +19 -16
  336. frogml/_proto/qwak/jfrog/gateway/v0/repository_service_pb2.py +3 -3
  337. frogml/_proto/qwak/jfrog/gateway/v0/repository_service_pb2.pyi +11 -11
  338. frogml/_proto/qwak/kube_deployment_captain/alert_pb2.py +5 -5
  339. frogml/_proto/qwak/kube_deployment_captain/alert_pb2.pyi +25 -15
  340. frogml/_proto/qwak/kube_deployment_captain/alerting_pb2.py +3 -3
  341. frogml/_proto/qwak/kube_deployment_captain/alerting_pb2.pyi +14 -12
  342. frogml/_proto/qwak/kube_deployment_captain/batch_job_pb2.py +67 -67
  343. frogml/_proto/qwak/kube_deployment_captain/batch_job_pb2.pyi +104 -61
  344. frogml/_proto/qwak/kube_deployment_captain/deployment_pb2.py +3 -3
  345. frogml/_proto/qwak/kube_deployment_captain/deployment_pb2.pyi +63 -40
  346. frogml/_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +7 -7
  347. frogml/_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.pyi +63 -39
  348. frogml/_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +17 -17
  349. frogml/_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.pyi +146 -72
  350. frogml/_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +3 -3
  351. frogml/_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.pyi +8 -10
  352. frogml/_proto/qwak/logging/log_filter_pb2.py +3 -3
  353. frogml/_proto/qwak/logging/log_filter_pb2.pyi +18 -13
  354. frogml/_proto/qwak/logging/log_line_pb2.py +5 -5
  355. frogml/_proto/qwak/logging/log_line_pb2.pyi +7 -8
  356. frogml/_proto/qwak/logging/log_reader_service_pb2.py +3 -3
  357. frogml/_proto/qwak/logging/log_reader_service_pb2.pyi +19 -18
  358. frogml/_proto/qwak/logging/log_source_pb2.py +3 -3
  359. frogml/_proto/qwak/logging/log_source_pb2.pyi +39 -29
  360. frogml/_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +3 -3
  361. frogml/_proto/qwak/model_descriptor/open_ai_descriptor_pb2.pyi +48 -44
  362. frogml/_proto/qwak/model_group/model_group_pb2.py +3 -3
  363. frogml/_proto/qwak/model_group/model_group_pb2.pyi +27 -18
  364. frogml/_proto/qwak/model_group/model_group_repository_details_pb2.py +3 -3
  365. frogml/_proto/qwak/model_group/model_group_repository_details_pb2.pyi +28 -18
  366. frogml/_proto/qwak/models/models_pb2.py +19 -19
  367. frogml/_proto/qwak/models/models_pb2.pyi +148 -89
  368. frogml/_proto/qwak/models/models_query_pb2.py +3 -3
  369. frogml/_proto/qwak/models/models_query_pb2.pyi +18 -13
  370. frogml/_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +3 -3
  371. frogml/_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.pyi +31 -18
  372. frogml/_proto/qwak/monitoring/v0/alerting_channel_pb2.py +3 -3
  373. frogml/_proto/qwak/monitoring/v0/alerting_channel_pb2.pyi +62 -28
  374. frogml/_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +3 -3
  375. frogml/_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.pyi +18 -14
  376. frogml/_proto/qwak/offline/serving/v1/feature_values_pb2.py +3 -3
  377. frogml/_proto/qwak/offline/serving/v1/feature_values_pb2.pyi +5 -7
  378. frogml/_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +3 -3
  379. frogml/_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.pyi +43 -23
  380. frogml/_proto/qwak/offline/serving/v1/options_pb2.py +3 -3
  381. frogml/_proto/qwak/offline/serving/v1/options_pb2.pyi +4 -7
  382. frogml/_proto/qwak/offline/serving/v1/population_pb2.py +3 -3
  383. frogml/_proto/qwak/offline/serving/v1/population_pb2.pyi +18 -15
  384. frogml/_proto/qwak/projects/jfrog_project_spec_pb2.py +3 -3
  385. frogml/_proto/qwak/projects/jfrog_project_spec_pb2.pyi +6 -9
  386. frogml/_proto/qwak/projects/projects_pb2.py +22 -20
  387. frogml/_proto/qwak/projects/projects_pb2.pyi +74 -36
  388. frogml/_proto/qwak/secret_service/secret_service_pb2.py +3 -3
  389. frogml/_proto/qwak/secret_service/secret_service_pb2.pyi +13 -11
  390. frogml/_proto/qwak/self_service/account/v0/account_membership_pb2.py +7 -7
  391. frogml/_proto/qwak/self_service/account/v0/account_membership_pb2.pyi +44 -22
  392. frogml/_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +3 -3
  393. frogml/_proto/qwak/self_service/account/v0/account_membership_service_pb2.pyi +48 -24
  394. frogml/_proto/qwak/self_service/account/v0/account_status_pb2.py +5 -5
  395. frogml/_proto/qwak/self_service/account/v0/account_status_pb2.pyi +30 -23
  396. frogml/_proto/qwak/self_service/account/v0/managing_account_pb2.py +7 -7
  397. frogml/_proto/qwak/self_service/account/v0/managing_account_pb2.pyi +50 -26
  398. frogml/_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +3 -3
  399. frogml/_proto/qwak/self_service/account/v0/managing_account_service_pb2.pyi +25 -16
  400. frogml/_proto/qwak/self_service/user/v1/api_key_pb2.py +3 -3
  401. frogml/_proto/qwak/self_service/user/v1/api_key_pb2.pyi +4 -7
  402. frogml/_proto/qwak/self_service/user/v1/user_pb2.py +3 -3
  403. frogml/_proto/qwak/self_service/user/v1/user_pb2.pyi +16 -16
  404. frogml/_proto/qwak/self_service/user/v1/user_service_pb2.py +5 -5
  405. frogml/_proto/qwak/self_service/user/v1/user_service_pb2.pyi +27 -14
  406. frogml/_proto/qwak/service_discovery/service_discovery_location_pb2.py +3 -3
  407. frogml/_proto/qwak/service_discovery/service_discovery_location_pb2.pyi +11 -11
  408. frogml/_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +3 -3
  409. frogml/_proto/qwak/service_discovery/service_discovery_location_service_pb2.pyi +6 -8
  410. frogml/_proto/qwak/traffic/v1/traffic_api_pb2.py +3 -3
  411. frogml/_proto/qwak/traffic/v1/traffic_api_pb2.pyi +19 -14
  412. frogml/_proto/qwak/traffic/v1/traffic_pb2.py +3 -3
  413. frogml/_proto/qwak/traffic/v1/traffic_pb2.pyi +35 -22
  414. frogml/_proto/qwak/user_application/common/v0/resources_pb2.py +3 -3
  415. frogml/_proto/qwak/user_application/common/v0/resources_pb2.pyi +29 -19
  416. frogml/_proto/qwak/user_application/v0/user_application_pb2.py +7 -7
  417. frogml/_proto/qwak/user_application/v0/user_application_pb2.pyi +8 -5
  418. frogml/core/clients/build_orchestrator/build_model_request_getter.py +6 -2
  419. frogml/core/clients/build_orchestrator/client.py +9 -5
  420. frogml/core/exceptions/__init__.py +1 -0
  421. frogml/core/exceptions/frogml_grpc_address_exception.py +9 -0
  422. frogml/core/exceptions/frogml_token_exception.py +7 -0
  423. frogml/core/feature_store/data_sources/attributes.py +5 -8
  424. frogml/core/feature_store/data_sources/source_authentication.py +5 -6
  425. frogml/core/feature_store/data_sources/time_partition_columns.py +28 -41
  426. frogml/core/feature_store/execution/backfill.py +17 -28
  427. frogml/core/feature_store/feature_sets/transformations/__init__.py +0 -2
  428. frogml/core/feature_store/feature_sets/transformations/transformations.py +0 -69
  429. frogml/core/inner/build_config/build_config_v1.py +4 -5
  430. frogml/core/inner/const.py +2 -0
  431. frogml/core/inner/di_configuration/__init__.py +1 -65
  432. frogml/core/inner/di_configuration/account.py +4 -5
  433. frogml/core/inner/di_configuration/containers.py +7 -0
  434. frogml/core/inner/di_configuration/dependency_wiring.py +95 -0
  435. frogml/core/inner/tool/auth/TOKEN_ROTATION.md +51 -0
  436. frogml/core/inner/tool/auth/__init__.py +3 -0
  437. frogml/core/inner/tool/auth/auth_client.py +192 -0
  438. frogml/core/inner/tool/auth/token_maintainer.py +119 -0
  439. frogml/core/inner/tool/grpc/grpc_auth.py +22 -23
  440. frogml/core/inner/tool/grpc/grpc_tools.py +126 -6
  441. frogml/core/model_loggers/artifact_logger.py +5 -4
  442. frogml/feature_store/_common/packaging.py +1 -1
  443. frogml/feature_store/data_sources/base.py +8 -8
  444. frogml/feature_store/data_sources/batch/_batch.py +0 -3
  445. frogml/feature_store/data_sources/batch/_jdbc.py +6 -7
  446. frogml/feature_store/data_sources/batch/athena.py +6 -7
  447. frogml/feature_store/data_sources/batch/big_query.py +8 -5
  448. frogml/feature_store/data_sources/batch/clickhouse.py +8 -8
  449. frogml/feature_store/data_sources/batch/csv.py +2 -4
  450. frogml/feature_store/data_sources/batch/elastic_search.py +2 -4
  451. frogml/feature_store/data_sources/batch/filesystem/aws.py +21 -22
  452. frogml/feature_store/data_sources/batch/filesystem/base_config.py +3 -3
  453. frogml/feature_store/data_sources/batch/filesystem/gcp.py +3 -7
  454. frogml/feature_store/data_sources/batch/mongodb.py +2 -4
  455. frogml/feature_store/data_sources/batch/mysql.py +2 -3
  456. frogml/feature_store/data_sources/batch/parquet.py +6 -6
  457. frogml/feature_store/data_sources/batch/postgres.py +2 -3
  458. frogml/feature_store/data_sources/batch/redshift.py +8 -6
  459. frogml/feature_store/data_sources/batch/snowflake.py +17 -11
  460. frogml/feature_store/data_sources/batch/unity_catalog.py +14 -10
  461. frogml/feature_store/data_sources/batch/vertica.py +10 -6
  462. frogml/feature_store/data_sources/streaming/_streaming.py +0 -2
  463. frogml/feature_store/data_sources/streaming/kafka/authentication.py +13 -19
  464. frogml/feature_store/data_sources/streaming/kafka/deserialization.py +22 -23
  465. frogml/feature_store/data_sources/streaming/kafka/kafka.py +13 -14
  466. frogml/feature_store/online/client.py +20 -4
  467. frogml/sdk/frogml_client/builds/build.py +8 -7
  468. frogml/sdk/model_version/huggingface/__init__.py +5 -3
  469. frogml/sdk/model_version/utils/files_tools.py +2 -3
  470. frogml/storage/authentication/models/_auth_config.py +22 -1
  471. frogml/storage/authentication/utils/_authentication_utils.py +31 -34
  472. frogml/storage/constants.py +19 -0
  473. frogml/storage/frog_ml.py +5 -22
  474. frogml/storage/models/frogml_dataset_version.py +3 -3
  475. frogml/storage/models/frogml_model_version.py +6 -3
  476. frogml/storage/utils/_input_checks_utility.py +3 -1
  477. {frogml-1.1.115.dist-info → frogml-1.2.19.dist-info}/METADATA +39 -9
  478. {frogml-1.1.115.dist-info → frogml-1.2.19.dist-info}/RECORD +482 -476
  479. frogml_services_mock/mocks/authentication_service.py +3 -3
  480. frogml_services_mock/mocks/build_orchestrator_service_api.py +5 -2
  481. frogml_services_mock/services_mock.py +44 -33
  482. frogml/core/inner/tool/auth.py +0 -100
  483. {frogml-1.1.115.dist-info → frogml-1.2.19.dist-info}/WHEEL +0 -0
@@ -2,6 +2,7 @@
2
2
  @generated by mypy-protobuf. Do not edit manually!
3
3
  isort:skip_file
4
4
  """
5
+
5
6
  import builtins
6
7
  import collections.abc
7
8
  import google.protobuf.descriptor
@@ -26,7 +27,7 @@ class _BuildStatus:
26
27
  ValueType = typing.NewType("ValueType", builtins.int)
27
28
  V: typing_extensions.TypeAlias = ValueType
28
29
 
29
- class _BuildStatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_BuildStatus.ValueType], builtins.type): # noqa: F821
30
+ class _BuildStatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_BuildStatus.ValueType], builtins.type):
30
31
  DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
31
32
  INVALID: _BuildStatus.ValueType # 0
32
33
  """An invalid state build status, the default if unset"""
@@ -73,6 +74,7 @@ FINISHED_SYNCING: BuildStatus.ValueType # 9
73
74
  """Build artifact is synced and ready"""
74
75
  global___BuildStatus = BuildStatus
75
76
 
77
+ @typing.final
76
78
  class Build(google.protobuf.message.Message):
77
79
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
78
80
 
@@ -91,45 +93,54 @@ class Build(google.protobuf.message.Message):
91
93
  PODSTATUS_FIELD_NUMBER: builtins.int
92
94
  IMAGE_NAME_TAG_FIELD_NUMBER: builtins.int
93
95
  BUILD_INITIATOR_FIELD_NUMBER: builtins.int
96
+ build_status: global___BuildStatus.ValueType
97
+ """Build status - in progress, successful or failed"""
98
+ created_by: builtins.str
99
+ """Created by"""
100
+ last_modified_by: builtins.str
101
+ """Last modified by"""
102
+ deployment_build_status: frogml._proto.qwak.deployment.deployment_pb2.ModelDeploymentStatus.ValueType
103
+ """The deployment build status"""
104
+ hosting_service_type: frogml._proto.qwak.deployment.deployment_pb2.DeploymentHostingServiceType.ValueType
105
+ """The Hosting Service"""
106
+ image_name_tag: builtins.str
107
+ """The build image name and tag"""
94
108
  @property
95
109
  def build_spec(self) -> global___BuildSpec:
96
110
  """Build specifications, needed to register a build and contains base info of a build"""
97
- build_status: global___BuildStatus.ValueType
98
- """Build status - in progress, successful or failed"""
111
+
99
112
  @property
100
113
  def model_schema(self) -> global___ModelSchema:
101
114
  """Current build model schema (Model interface)"""
115
+
102
116
  @property
103
117
  def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
104
118
  """Created at timestamp"""
105
- created_by: builtins.str
106
- """Created by"""
119
+
107
120
  @property
108
121
  def last_modified_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
109
122
  """Last modified at timestamp"""
110
- last_modified_by: builtins.str
111
- """Last modified by"""
112
- deployment_build_status: frogml._proto.qwak.deployment.deployment_pb2.ModelDeploymentStatus.ValueType
113
- """The deployment build status"""
114
- hosting_service_type: frogml._proto.qwak.deployment.deployment_pb2.DeploymentHostingServiceType.ValueType
115
- """The Hosting Service"""
123
+
116
124
  @property
117
125
  def end_date(self) -> google.protobuf.timestamp_pb2.Timestamp:
118
126
  """End date of build"""
127
+
119
128
  @property
120
129
  def available_environments(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
121
130
  """The environments the build is available on"""
131
+
122
132
  @property
123
133
  def deployed_environments(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
124
134
  """The environments the build is currently deployed on"""
135
+
125
136
  @property
126
137
  def podStatus(self) -> frogml._proto.qwak.fitness_service.status_pb2.PodStatus:
127
138
  """Pod status"""
128
- image_name_tag: builtins.str
129
- """The build image name and tag"""
139
+
130
140
  @property
131
141
  def build_initiator(self) -> frogml._proto.qwak.builds.build_pb2.BuildInitiator:
132
142
  """Data about the initiator of the build"""
143
+
133
144
  def __init__(
134
145
  self,
135
146
  *,
@@ -149,11 +160,12 @@ class Build(google.protobuf.message.Message):
149
160
  image_name_tag: builtins.str = ...,
150
161
  build_initiator: frogml._proto.qwak.builds.build_pb2.BuildInitiator | None = ...,
151
162
  ) -> None: ...
152
- def HasField(self, field_name: typing_extensions.Literal["build_initiator", b"build_initiator", "build_spec", b"build_spec", "created_at", b"created_at", "end_date", b"end_date", "last_modified_at", b"last_modified_at", "model_schema", b"model_schema", "podStatus", b"podStatus"]) -> builtins.bool: ...
153
- def ClearField(self, field_name: typing_extensions.Literal["available_environments", b"available_environments", "build_initiator", b"build_initiator", "build_spec", b"build_spec", "build_status", b"build_status", "created_at", b"created_at", "created_by", b"created_by", "deployed_environments", b"deployed_environments", "deployment_build_status", b"deployment_build_status", "end_date", b"end_date", "hosting_service_type", b"hosting_service_type", "image_name_tag", b"image_name_tag", "last_modified_at", b"last_modified_at", "last_modified_by", b"last_modified_by", "model_schema", b"model_schema", "podStatus", b"podStatus"]) -> None: ...
163
+ def HasField(self, field_name: typing.Literal["build_initiator", b"build_initiator", "build_spec", b"build_spec", "created_at", b"created_at", "end_date", b"end_date", "last_modified_at", b"last_modified_at", "model_schema", b"model_schema", "podStatus", b"podStatus"]) -> builtins.bool: ...
164
+ def ClearField(self, field_name: typing.Literal["available_environments", b"available_environments", "build_initiator", b"build_initiator", "build_spec", b"build_spec", "build_status", b"build_status", "created_at", b"created_at", "created_by", b"created_by", "deployed_environments", b"deployed_environments", "deployment_build_status", b"deployment_build_status", "end_date", b"end_date", "hosting_service_type", b"hosting_service_type", "image_name_tag", b"image_name_tag", "last_modified_at", b"last_modified_at", "last_modified_by", b"last_modified_by", "model_schema", b"model_schema", "podStatus", b"podStatus"]) -> None: ...
154
165
 
155
166
  global___Build = Build
156
167
 
168
+ @typing.final
157
169
  class BuildSpec(google.protobuf.message.Message):
158
170
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
159
171
 
@@ -180,25 +192,29 @@ class BuildSpec(google.protobuf.message.Message):
180
192
  """Branch name. When none provided - 'main' will be the selected branch"""
181
193
  branch_id: builtins.str
182
194
  """Branch Id"""
195
+ build_code_path: builtins.str
196
+ """build data code path saved in s3"""
197
+ environment_id: builtins.str
198
+ """The environment the build will be created on"""
199
+ model_uuid: builtins.str
200
+ sdk_version: builtins.str
201
+ """The build SDK version"""
183
202
  @property
184
203
  def tags(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
185
204
  """Build tags"""
205
+
186
206
  @property
187
207
  def experiment_tracking_values(self) -> global___ExperimentTrackingValues:
188
208
  """Experiment tracking values - metrics and params"""
209
+
189
210
  @property
190
211
  def build_configuration(self) -> global___BuildConfiguration:
191
212
  """Entire build configuration"""
192
- build_code_path: builtins.str
193
- """build data code path saved in s3"""
213
+
194
214
  @property
195
215
  def build_steps(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
196
216
  """The build steps the build will handle"""
197
- environment_id: builtins.str
198
- """The environment the build will be created on"""
199
- model_uuid: builtins.str
200
- sdk_version: builtins.str
201
- """The build SDK version"""
217
+
202
218
  def __init__(
203
219
  self,
204
220
  *,
@@ -216,11 +232,12 @@ class BuildSpec(google.protobuf.message.Message):
216
232
  model_uuid: builtins.str = ...,
217
233
  sdk_version: builtins.str = ...,
218
234
  ) -> None: ...
219
- def HasField(self, field_name: typing_extensions.Literal["build_configuration", b"build_configuration", "experiment_tracking_values", b"experiment_tracking_values"]) -> builtins.bool: ...
220
- def ClearField(self, field_name: typing_extensions.Literal["branch_id", b"branch_id", "branch_name", b"branch_name", "build_code_path", b"build_code_path", "build_configuration", b"build_configuration", "build_id", b"build_id", "build_steps", b"build_steps", "commit_id", b"commit_id", "environment_id", b"environment_id", "experiment_tracking_values", b"experiment_tracking_values", "model_id", b"model_id", "model_uuid", b"model_uuid", "sdk_version", b"sdk_version", "tags", b"tags"]) -> None: ...
235
+ def HasField(self, field_name: typing.Literal["build_configuration", b"build_configuration", "experiment_tracking_values", b"experiment_tracking_values"]) -> builtins.bool: ...
236
+ def ClearField(self, field_name: typing.Literal["branch_id", b"branch_id", "branch_name", b"branch_name", "build_code_path", b"build_code_path", "build_configuration", b"build_configuration", "build_id", b"build_id", "build_steps", b"build_steps", "commit_id", b"commit_id", "environment_id", b"environment_id", "experiment_tracking_values", b"experiment_tracking_values", "model_id", b"model_id", "model_uuid", b"model_uuid", "sdk_version", b"sdk_version", "tags", b"tags"]) -> None: ...
221
237
 
222
238
  global___BuildSpec = BuildSpec
223
239
 
240
+ @typing.final
224
241
  class ModelSchema(google.protobuf.message.Message):
225
242
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
226
243
 
@@ -231,15 +248,19 @@ class ModelSchema(google.protobuf.message.Message):
231
248
  @property
232
249
  def entities(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Entity]:
233
250
  """list of model entities"""
251
+
234
252
  @property
235
253
  def features(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Feature]:
236
254
  """list of model features (Explicit / Batch / OnTheFly)"""
255
+
237
256
  @property
238
257
  def predictions(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Prediction]:
239
258
  """List of model predictions (Model output)"""
259
+
240
260
  @property
241
261
  def inference_output(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___InferenceOutput]:
242
262
  """List of model predictions (Model output)"""
263
+
243
264
  def __init__(
244
265
  self,
245
266
  *,
@@ -248,10 +269,11 @@ class ModelSchema(google.protobuf.message.Message):
248
269
  predictions: collections.abc.Iterable[global___Prediction] | None = ...,
249
270
  inference_output: collections.abc.Iterable[global___InferenceOutput] | None = ...,
250
271
  ) -> None: ...
251
- def ClearField(self, field_name: typing_extensions.Literal["entities", b"entities", "features", b"features", "inference_output", b"inference_output", "predictions", b"predictions"]) -> None: ...
272
+ def ClearField(self, field_name: typing.Literal["entities", b"entities", "features", b"features", "inference_output", b"inference_output", "predictions", b"predictions"]) -> None: ...
252
273
 
253
274
  global___ModelSchema = ModelSchema
254
275
 
276
+ @typing.final
255
277
  class Entity(google.protobuf.message.Message):
256
278
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
257
279
 
@@ -262,17 +284,19 @@ class Entity(google.protobuf.message.Message):
262
284
  @property
263
285
  def type(self) -> global___ValueType:
264
286
  """Entity type"""
287
+
265
288
  def __init__(
266
289
  self,
267
290
  *,
268
291
  name: builtins.str = ...,
269
292
  type: global___ValueType | None = ...,
270
293
  ) -> None: ...
271
- def HasField(self, field_name: typing_extensions.Literal["type", b"type"]) -> builtins.bool: ...
272
- def ClearField(self, field_name: typing_extensions.Literal["name", b"name", "type", b"type"]) -> None: ...
294
+ def HasField(self, field_name: typing.Literal["type", b"type"]) -> builtins.bool: ...
295
+ def ClearField(self, field_name: typing.Literal["name", b"name", "type", b"type"]) -> None: ...
273
296
 
274
297
  global___Entity = Entity
275
298
 
299
+ @typing.final
276
300
  class Feature(google.protobuf.message.Message):
277
301
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
278
302
 
@@ -312,26 +336,29 @@ class Feature(google.protobuf.message.Message):
312
336
  batch_feature_v1: global___BatchFeatureV1 | None = ...,
313
337
  streaming_feature_v1: global___StreamingFeatureV1 | None = ...,
314
338
  ) -> None: ...
315
- def HasField(self, field_name: typing_extensions.Literal["batch_feature", b"batch_feature", "batch_feature_v1", b"batch_feature_v1", "explicit_feature", b"explicit_feature", "on_the_fly_feature", b"on_the_fly_feature", "request_input", b"request_input", "streaming_aggregation_feature", b"streaming_aggregation_feature", "streaming_feature", b"streaming_feature", "streaming_feature_v1", b"streaming_feature_v1", "type", b"type"]) -> builtins.bool: ...
316
- def ClearField(self, field_name: typing_extensions.Literal["batch_feature", b"batch_feature", "batch_feature_v1", b"batch_feature_v1", "explicit_feature", b"explicit_feature", "on_the_fly_feature", b"on_the_fly_feature", "request_input", b"request_input", "streaming_aggregation_feature", b"streaming_aggregation_feature", "streaming_feature", b"streaming_feature", "streaming_feature_v1", b"streaming_feature_v1", "type", b"type"]) -> None: ...
317
- def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["batch_feature", "explicit_feature", "on_the_fly_feature", "streaming_feature", "request_input", "streaming_aggregation_feature", "batch_feature_v1", "streaming_feature_v1"] | None: ...
339
+ def HasField(self, field_name: typing.Literal["batch_feature", b"batch_feature", "batch_feature_v1", b"batch_feature_v1", "explicit_feature", b"explicit_feature", "on_the_fly_feature", b"on_the_fly_feature", "request_input", b"request_input", "streaming_aggregation_feature", b"streaming_aggregation_feature", "streaming_feature", b"streaming_feature", "streaming_feature_v1", b"streaming_feature_v1", "type", b"type"]) -> builtins.bool: ...
340
+ def ClearField(self, field_name: typing.Literal["batch_feature", b"batch_feature", "batch_feature_v1", b"batch_feature_v1", "explicit_feature", b"explicit_feature", "on_the_fly_feature", b"on_the_fly_feature", "request_input", b"request_input", "streaming_aggregation_feature", b"streaming_aggregation_feature", "streaming_feature", b"streaming_feature", "streaming_feature_v1", b"streaming_feature_v1", "type", b"type"]) -> None: ...
341
+ def WhichOneof(self, oneof_group: typing.Literal["type", b"type"]) -> typing.Literal["batch_feature", "explicit_feature", "on_the_fly_feature", "streaming_feature", "request_input", "streaming_aggregation_feature", "batch_feature_v1", "streaming_feature_v1"] | None: ...
318
342
 
319
343
  global___Feature = Feature
320
344
 
345
+ @typing.final
321
346
  class OnTheFlyFeature(google.protobuf.message.Message):
322
347
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
323
348
 
324
349
  ENTITY_FIELD_NUMBER: builtins.int
325
350
  NAME_FIELD_NUMBER: builtins.int
326
351
  SOURCE_FEATURES_FIELD_NUMBER: builtins.int
352
+ name: builtins.str
353
+ """Feature name"""
327
354
  @property
328
355
  def entity(self) -> global___Entity:
329
356
  """Qwak feature_store entity"""
330
- name: builtins.str
331
- """Feature name"""
357
+
332
358
  @property
333
359
  def source_features(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___SourceFeature]:
334
360
  """The source feature on the fly build on"""
361
+
335
362
  def __init__(
336
363
  self,
337
364
  *,
@@ -339,116 +366,127 @@ class OnTheFlyFeature(google.protobuf.message.Message):
339
366
  name: builtins.str = ...,
340
367
  source_features: collections.abc.Iterable[global___SourceFeature] | None = ...,
341
368
  ) -> None: ...
342
- def HasField(self, field_name: typing_extensions.Literal["entity", b"entity"]) -> builtins.bool: ...
343
- def ClearField(self, field_name: typing_extensions.Literal["entity", b"entity", "name", b"name", "source_features", b"source_features"]) -> None: ...
369
+ def HasField(self, field_name: typing.Literal["entity", b"entity"]) -> builtins.bool: ...
370
+ def ClearField(self, field_name: typing.Literal["entity", b"entity", "name", b"name", "source_features", b"source_features"]) -> None: ...
344
371
 
345
372
  global___OnTheFlyFeature = OnTheFlyFeature
346
373
 
374
+ @typing.final
347
375
  class BatchFeatureV1(google.protobuf.message.Message):
348
376
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
349
377
 
350
378
  ENTITY_FIELD_NUMBER: builtins.int
351
379
  NAME_FIELD_NUMBER: builtins.int
380
+ name: builtins.str
381
+ """Feature name"""
352
382
  @property
353
383
  def entity(self) -> global___Entity:
354
384
  """Qwak feature_store entity"""
355
- name: builtins.str
356
- """Feature name"""
385
+
357
386
  def __init__(
358
387
  self,
359
388
  *,
360
389
  entity: global___Entity | None = ...,
361
390
  name: builtins.str = ...,
362
391
  ) -> None: ...
363
- def HasField(self, field_name: typing_extensions.Literal["entity", b"entity"]) -> builtins.bool: ...
364
- def ClearField(self, field_name: typing_extensions.Literal["entity", b"entity", "name", b"name"]) -> None: ...
392
+ def HasField(self, field_name: typing.Literal["entity", b"entity"]) -> builtins.bool: ...
393
+ def ClearField(self, field_name: typing.Literal["entity", b"entity", "name", b"name"]) -> None: ...
365
394
 
366
395
  global___BatchFeatureV1 = BatchFeatureV1
367
396
 
397
+ @typing.final
368
398
  class StreamingFeatureV1(google.protobuf.message.Message):
369
399
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
370
400
 
371
401
  ENTITY_FIELD_NUMBER: builtins.int
372
402
  NAME_FIELD_NUMBER: builtins.int
403
+ name: builtins.str
404
+ """Feature name"""
373
405
  @property
374
406
  def entity(self) -> global___Entity:
375
407
  """Qwak feature_store entity"""
376
- name: builtins.str
377
- """Feature name"""
408
+
378
409
  def __init__(
379
410
  self,
380
411
  *,
381
412
  entity: global___Entity | None = ...,
382
413
  name: builtins.str = ...,
383
414
  ) -> None: ...
384
- def HasField(self, field_name: typing_extensions.Literal["entity", b"entity"]) -> builtins.bool: ...
385
- def ClearField(self, field_name: typing_extensions.Literal["entity", b"entity", "name", b"name"]) -> None: ...
415
+ def HasField(self, field_name: typing.Literal["entity", b"entity"]) -> builtins.bool: ...
416
+ def ClearField(self, field_name: typing.Literal["entity", b"entity", "name", b"name"]) -> None: ...
386
417
 
387
418
  global___StreamingFeatureV1 = StreamingFeatureV1
388
419
 
420
+ @typing.final
389
421
  class BatchFeature(google.protobuf.message.Message):
390
422
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
391
423
 
392
424
  ENTITY_FIELD_NUMBER: builtins.int
393
425
  NAME_FIELD_NUMBER: builtins.int
426
+ name: builtins.str
427
+ """Feature name"""
394
428
  @property
395
429
  def entity(self) -> global___Entity:
396
430
  """Qwak feature_store entity"""
397
- name: builtins.str
398
- """Feature name"""
431
+
399
432
  def __init__(
400
433
  self,
401
434
  *,
402
435
  entity: global___Entity | None = ...,
403
436
  name: builtins.str = ...,
404
437
  ) -> None: ...
405
- def HasField(self, field_name: typing_extensions.Literal["entity", b"entity"]) -> builtins.bool: ...
406
- def ClearField(self, field_name: typing_extensions.Literal["entity", b"entity", "name", b"name"]) -> None: ...
438
+ def HasField(self, field_name: typing.Literal["entity", b"entity"]) -> builtins.bool: ...
439
+ def ClearField(self, field_name: typing.Literal["entity", b"entity", "name", b"name"]) -> None: ...
407
440
 
408
441
  global___BatchFeature = BatchFeature
409
442
 
443
+ @typing.final
410
444
  class StreamingFeature(google.protobuf.message.Message):
411
445
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
412
446
 
413
447
  ENTITY_FIELD_NUMBER: builtins.int
414
448
  NAME_FIELD_NUMBER: builtins.int
449
+ name: builtins.str
450
+ """Feature name"""
415
451
  @property
416
452
  def entity(self) -> global___Entity:
417
453
  """Qwak feature_store entity"""
418
- name: builtins.str
419
- """Feature name"""
454
+
420
455
  def __init__(
421
456
  self,
422
457
  *,
423
458
  entity: global___Entity | None = ...,
424
459
  name: builtins.str = ...,
425
460
  ) -> None: ...
426
- def HasField(self, field_name: typing_extensions.Literal["entity", b"entity"]) -> builtins.bool: ...
427
- def ClearField(self, field_name: typing_extensions.Literal["entity", b"entity", "name", b"name"]) -> None: ...
461
+ def HasField(self, field_name: typing.Literal["entity", b"entity"]) -> builtins.bool: ...
462
+ def ClearField(self, field_name: typing.Literal["entity", b"entity", "name", b"name"]) -> None: ...
428
463
 
429
464
  global___StreamingFeature = StreamingFeature
430
465
 
466
+ @typing.final
431
467
  class StreamingAggregationFeature(google.protobuf.message.Message):
432
468
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
433
469
 
434
470
  ENTITY_FIELD_NUMBER: builtins.int
435
471
  NAME_FIELD_NUMBER: builtins.int
472
+ name: builtins.str
473
+ """Feature name"""
436
474
  @property
437
475
  def entity(self) -> global___Entity:
438
476
  """Qwak feature_store entity"""
439
- name: builtins.str
440
- """Feature name"""
477
+
441
478
  def __init__(
442
479
  self,
443
480
  *,
444
481
  entity: global___Entity | None = ...,
445
482
  name: builtins.str = ...,
446
483
  ) -> None: ...
447
- def HasField(self, field_name: typing_extensions.Literal["entity", b"entity"]) -> builtins.bool: ...
448
- def ClearField(self, field_name: typing_extensions.Literal["entity", b"entity", "name", b"name"]) -> None: ...
484
+ def HasField(self, field_name: typing.Literal["entity", b"entity"]) -> builtins.bool: ...
485
+ def ClearField(self, field_name: typing.Literal["entity", b"entity", "name", b"name"]) -> None: ...
449
486
 
450
487
  global___StreamingAggregationFeature = StreamingAggregationFeature
451
488
 
489
+ @typing.final
452
490
  class ExplicitFeature(google.protobuf.message.Message):
453
491
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
454
492
 
@@ -459,17 +497,19 @@ class ExplicitFeature(google.protobuf.message.Message):
459
497
  @property
460
498
  def type(self) -> global___ValueType:
461
499
  """Feature type"""
500
+
462
501
  def __init__(
463
502
  self,
464
503
  *,
465
504
  name: builtins.str = ...,
466
505
  type: global___ValueType | None = ...,
467
506
  ) -> None: ...
468
- def HasField(self, field_name: typing_extensions.Literal["type", b"type"]) -> builtins.bool: ...
469
- def ClearField(self, field_name: typing_extensions.Literal["name", b"name", "type", b"type"]) -> None: ...
507
+ def HasField(self, field_name: typing.Literal["type", b"type"]) -> builtins.bool: ...
508
+ def ClearField(self, field_name: typing.Literal["name", b"name", "type", b"type"]) -> None: ...
470
509
 
471
510
  global___ExplicitFeature = ExplicitFeature
472
511
 
512
+ @typing.final
473
513
  class RequestInput(google.protobuf.message.Message):
474
514
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
475
515
 
@@ -480,17 +520,19 @@ class RequestInput(google.protobuf.message.Message):
480
520
  @property
481
521
  def type(self) -> global___ValueType:
482
522
  """Feature type"""
523
+
483
524
  def __init__(
484
525
  self,
485
526
  *,
486
527
  name: builtins.str = ...,
487
528
  type: global___ValueType | None = ...,
488
529
  ) -> None: ...
489
- def HasField(self, field_name: typing_extensions.Literal["type", b"type"]) -> builtins.bool: ...
490
- def ClearField(self, field_name: typing_extensions.Literal["name", b"name", "type", b"type"]) -> None: ...
530
+ def HasField(self, field_name: typing.Literal["type", b"type"]) -> builtins.bool: ...
531
+ def ClearField(self, field_name: typing.Literal["name", b"name", "type", b"type"]) -> None: ...
491
532
 
492
533
  global___RequestInput = RequestInput
493
534
 
535
+ @typing.final
494
536
  class SourceFeature(google.protobuf.message.Message):
495
537
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
496
538
 
@@ -506,12 +548,13 @@ class SourceFeature(google.protobuf.message.Message):
506
548
  explicit_feature: global___ExplicitFeature | None = ...,
507
549
  request_input: global___RequestInput | None = ...,
508
550
  ) -> None: ...
509
- def HasField(self, field_name: typing_extensions.Literal["explicit_feature", b"explicit_feature", "request_input", b"request_input", "type", b"type"]) -> builtins.bool: ...
510
- def ClearField(self, field_name: typing_extensions.Literal["explicit_feature", b"explicit_feature", "request_input", b"request_input", "type", b"type"]) -> None: ...
511
- def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["explicit_feature", "request_input"] | None: ...
551
+ def HasField(self, field_name: typing.Literal["explicit_feature", b"explicit_feature", "request_input", b"request_input", "type", b"type"]) -> builtins.bool: ...
552
+ def ClearField(self, field_name: typing.Literal["explicit_feature", b"explicit_feature", "request_input", b"request_input", "type", b"type"]) -> None: ...
553
+ def WhichOneof(self, oneof_group: typing.Literal["type", b"type"]) -> typing.Literal["explicit_feature", "request_input"] | None: ...
512
554
 
513
555
  global___SourceFeature = SourceFeature
514
556
 
557
+ @typing.final
515
558
  class Prediction(google.protobuf.message.Message):
516
559
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
517
560
 
@@ -522,17 +565,19 @@ class Prediction(google.protobuf.message.Message):
522
565
  @property
523
566
  def type(self) -> global___ValueType:
524
567
  """Prediction type"""
568
+
525
569
  def __init__(
526
570
  self,
527
571
  *,
528
572
  name: builtins.str = ...,
529
573
  type: global___ValueType | None = ...,
530
574
  ) -> None: ...
531
- def HasField(self, field_name: typing_extensions.Literal["type", b"type"]) -> builtins.bool: ...
532
- def ClearField(self, field_name: typing_extensions.Literal["name", b"name", "type", b"type"]) -> None: ...
575
+ def HasField(self, field_name: typing.Literal["type", b"type"]) -> builtins.bool: ...
576
+ def ClearField(self, field_name: typing.Literal["name", b"name", "type", b"type"]) -> None: ...
533
577
 
534
578
  global___Prediction = Prediction
535
579
 
580
+ @typing.final
536
581
  class InferenceOutput(google.protobuf.message.Message):
537
582
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
538
583
 
@@ -543,17 +588,19 @@ class InferenceOutput(google.protobuf.message.Message):
543
588
  @property
544
589
  def type(self) -> global___ValueType:
545
590
  """Prediction type"""
591
+
546
592
  def __init__(
547
593
  self,
548
594
  *,
549
595
  name: builtins.str = ...,
550
596
  type: global___ValueType | None = ...,
551
597
  ) -> None: ...
552
- def HasField(self, field_name: typing_extensions.Literal["type", b"type"]) -> builtins.bool: ...
553
- def ClearField(self, field_name: typing_extensions.Literal["name", b"name", "type", b"type"]) -> None: ...
598
+ def HasField(self, field_name: typing.Literal["type", b"type"]) -> builtins.bool: ...
599
+ def ClearField(self, field_name: typing.Literal["name", b"name", "type", b"type"]) -> None: ...
554
600
 
555
601
  global___InferenceOutput = InferenceOutput
556
602
 
603
+ @typing.final
557
604
  class ValueType(google.protobuf.message.Message):
558
605
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
559
606
 
@@ -561,7 +608,7 @@ class ValueType(google.protobuf.message.Message):
561
608
  ValueType = typing.NewType("ValueType", builtins.int)
562
609
  V: typing_extensions.TypeAlias = ValueType
563
610
 
564
- class _TypesEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[ValueType._Types.ValueType], builtins.type): # noqa: F821
611
+ class _TypesEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[ValueType._Types.ValueType], builtins.type):
565
612
  DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
566
613
  INVALID: ValueType._Types.ValueType # 0
567
614
  BYTES: ValueType._Types.ValueType # 1
@@ -589,10 +636,11 @@ class ValueType(google.protobuf.message.Message):
589
636
  *,
590
637
  type: global___ValueType.Types.ValueType = ...,
591
638
  ) -> None: ...
592
- def ClearField(self, field_name: typing_extensions.Literal["type", b"type"]) -> None: ...
639
+ def ClearField(self, field_name: typing.Literal["type", b"type"]) -> None: ...
593
640
 
594
641
  global___ValueType = ValueType
595
642
 
643
+ @typing.final
596
644
  class ParameterCategory(google.protobuf.message.Message):
597
645
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
598
646
 
@@ -600,7 +648,7 @@ class ParameterCategory(google.protobuf.message.Message):
600
648
  ValueType = typing.NewType("ValueType", builtins.int)
601
649
  V: typing_extensions.TypeAlias = ValueType
602
650
 
603
- class _CategoryEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[ParameterCategory._Category.ValueType], builtins.type): # noqa: F821
651
+ class _CategoryEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[ParameterCategory._Category.ValueType], builtins.type):
604
652
  DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
605
653
  INVALID: ParameterCategory._Category.ValueType # 0
606
654
  """An invalid parameter type, the default if unset"""
@@ -631,6 +679,7 @@ class ParameterCategory(google.protobuf.message.Message):
631
679
 
632
680
  global___ParameterCategory = ParameterCategory
633
681
 
682
+ @typing.final
634
683
  class RegisterModelSchemaRequest(google.protobuf.message.Message):
635
684
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
636
685
 
@@ -641,17 +690,19 @@ class RegisterModelSchemaRequest(google.protobuf.message.Message):
641
690
  @property
642
691
  def model_schema(self) -> global___ModelSchema:
643
692
  """Model schema"""
693
+
644
694
  def __init__(
645
695
  self,
646
696
  *,
647
697
  build_id: builtins.str = ...,
648
698
  model_schema: global___ModelSchema | None = ...,
649
699
  ) -> None: ...
650
- def HasField(self, field_name: typing_extensions.Literal["model_schema", b"model_schema"]) -> builtins.bool: ...
651
- def ClearField(self, field_name: typing_extensions.Literal["build_id", b"build_id", "model_schema", b"model_schema"]) -> None: ...
700
+ def HasField(self, field_name: typing.Literal["model_schema", b"model_schema"]) -> builtins.bool: ...
701
+ def ClearField(self, field_name: typing.Literal["build_id", b"build_id", "model_schema", b"model_schema"]) -> None: ...
652
702
 
653
703
  global___RegisterModelSchemaRequest = RegisterModelSchemaRequest
654
704
 
705
+ @typing.final
655
706
  class RegisterExperimentTrackingValuesRequest(google.protobuf.message.Message):
656
707
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
657
708
 
@@ -662,17 +713,19 @@ class RegisterExperimentTrackingValuesRequest(google.protobuf.message.Message):
662
713
  @property
663
714
  def experiment_tracking_values(self) -> global___ExperimentTrackingValues:
664
715
  """Qwak metrics and params"""
716
+
665
717
  def __init__(
666
718
  self,
667
719
  *,
668
720
  build_id: builtins.str = ...,
669
721
  experiment_tracking_values: global___ExperimentTrackingValues | None = ...,
670
722
  ) -> None: ...
671
- def HasField(self, field_name: typing_extensions.Literal["experiment_tracking_values", b"experiment_tracking_values"]) -> builtins.bool: ...
672
- def ClearField(self, field_name: typing_extensions.Literal["build_id", b"build_id", "experiment_tracking_values", b"experiment_tracking_values"]) -> None: ...
723
+ def HasField(self, field_name: typing.Literal["experiment_tracking_values", b"experiment_tracking_values"]) -> builtins.bool: ...
724
+ def ClearField(self, field_name: typing.Literal["build_id", b"build_id", "experiment_tracking_values", b"experiment_tracking_values"]) -> None: ...
673
725
 
674
726
  global___RegisterExperimentTrackingValuesRequest = RegisterExperimentTrackingValuesRequest
675
727
 
728
+ @typing.final
676
729
  class RegisterExperimentTrackingValuesResponse(google.protobuf.message.Message):
677
730
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
678
731
 
@@ -682,6 +735,7 @@ class RegisterExperimentTrackingValuesResponse(google.protobuf.message.Message):
682
735
 
683
736
  global___RegisterExperimentTrackingValuesResponse = RegisterExperimentTrackingValuesResponse
684
737
 
738
+ @typing.final
685
739
  class ExperimentTrackingValues(google.protobuf.message.Message):
686
740
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
687
741
 
@@ -690,19 +744,22 @@ class ExperimentTrackingValues(google.protobuf.message.Message):
690
744
  @property
691
745
  def metrics(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Metric]:
692
746
  """Qwak.metric"""
747
+
693
748
  @property
694
749
  def params(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Param]:
695
750
  """Qwak.param"""
751
+
696
752
  def __init__(
697
753
  self,
698
754
  *,
699
755
  metrics: collections.abc.Iterable[global___Metric] | None = ...,
700
756
  params: collections.abc.Iterable[global___Param] | None = ...,
701
757
  ) -> None: ...
702
- def ClearField(self, field_name: typing_extensions.Literal["metrics", b"metrics", "params", b"params"]) -> None: ...
758
+ def ClearField(self, field_name: typing.Literal["metrics", b"metrics", "params", b"params"]) -> None: ...
703
759
 
704
760
  global___ExperimentTrackingValues = ExperimentTrackingValues
705
761
 
762
+ @typing.final
706
763
  class BuildConfiguration(google.protobuf.message.Message):
707
764
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
708
765
 
@@ -712,6 +769,7 @@ class BuildConfiguration(google.protobuf.message.Message):
712
769
  POST_BUILD_FIELD_NUMBER: builtins.int
713
770
  STEP_FIELD_NUMBER: builtins.int
714
771
  VERBOSE_FIELD_NUMBER: builtins.int
772
+ verbose: builtins.int
715
773
  @property
716
774
  def build_properties(self) -> global___BuildPropertiesProto: ...
717
775
  @property
@@ -722,7 +780,6 @@ class BuildConfiguration(google.protobuf.message.Message):
722
780
  def post_build(self) -> global___BuildEnvironment: ...
723
781
  @property
724
782
  def step(self) -> global___Step: ...
725
- verbose: builtins.int
726
783
  def __init__(
727
784
  self,
728
785
  *,
@@ -733,11 +790,12 @@ class BuildConfiguration(google.protobuf.message.Message):
733
790
  step: global___Step | None = ...,
734
791
  verbose: builtins.int = ...,
735
792
  ) -> None: ...
736
- def HasField(self, field_name: typing_extensions.Literal["build_env", b"build_env", "build_properties", b"build_properties", "post_build", b"post_build", "pre_build", b"pre_build", "step", b"step"]) -> builtins.bool: ...
737
- def ClearField(self, field_name: typing_extensions.Literal["build_env", b"build_env", "build_properties", b"build_properties", "post_build", b"post_build", "pre_build", b"pre_build", "step", b"step", "verbose", b"verbose"]) -> None: ...
793
+ def HasField(self, field_name: typing.Literal["build_env", b"build_env", "build_properties", b"build_properties", "post_build", b"post_build", "pre_build", b"pre_build", "step", b"step"]) -> builtins.bool: ...
794
+ def ClearField(self, field_name: typing.Literal["build_env", b"build_env", "build_properties", b"build_properties", "post_build", b"post_build", "pre_build", b"pre_build", "step", b"step", "verbose", b"verbose"]) -> None: ...
738
795
 
739
796
  global___BuildConfiguration = BuildConfiguration
740
797
 
798
+ @typing.final
741
799
  class Step(google.protobuf.message.Message):
742
800
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
743
801
 
@@ -754,10 +812,11 @@ class Step(google.protobuf.message.Message):
754
812
  validate_build_artifact: builtins.bool = ...,
755
813
  validate_build_artifact_timeout: builtins.int = ...,
756
814
  ) -> None: ...
757
- def ClearField(self, field_name: typing_extensions.Literal["tests", b"tests", "validate_build_artifact", b"validate_build_artifact", "validate_build_artifact_timeout", b"validate_build_artifact_timeout"]) -> None: ...
815
+ def ClearField(self, field_name: typing.Literal["tests", b"tests", "validate_build_artifact", b"validate_build_artifact", "validate_build_artifact_timeout", b"validate_build_artifact_timeout"]) -> None: ...
758
816
 
759
817
  global___Step = Step
760
818
 
819
+ @typing.final
761
820
  class BuildPropertiesProto(google.protobuf.message.Message):
762
821
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
763
822
 
@@ -769,14 +828,14 @@ class BuildPropertiesProto(google.protobuf.message.Message):
769
828
  ENVIRONMENT_NAME_FIELD_NUMBER: builtins.int
770
829
  GPU_COMPATIBLE_FIELD_NUMBER: builtins.int
771
830
  model_id: builtins.str
772
- @property
773
- def model_uri(self) -> global___BuildModelUri: ...
774
- @property
775
- def tags(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
776
831
  build_id: builtins.str
777
832
  branch: builtins.str
778
833
  environment_name: builtins.str
779
834
  gpu_compatible: builtins.bool
835
+ @property
836
+ def model_uri(self) -> global___BuildModelUri: ...
837
+ @property
838
+ def tags(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
780
839
  def __init__(
781
840
  self,
782
841
  *,
@@ -788,11 +847,12 @@ class BuildPropertiesProto(google.protobuf.message.Message):
788
847
  environment_name: builtins.str = ...,
789
848
  gpu_compatible: builtins.bool = ...,
790
849
  ) -> None: ...
791
- def HasField(self, field_name: typing_extensions.Literal["model_uri", b"model_uri"]) -> builtins.bool: ...
792
- def ClearField(self, field_name: typing_extensions.Literal["branch", b"branch", "build_id", b"build_id", "environment_name", b"environment_name", "gpu_compatible", b"gpu_compatible", "model_id", b"model_id", "model_uri", b"model_uri", "tags", b"tags"]) -> None: ...
850
+ def HasField(self, field_name: typing.Literal["model_uri", b"model_uri"]) -> builtins.bool: ...
851
+ def ClearField(self, field_name: typing.Literal["branch", b"branch", "build_id", b"build_id", "environment_name", b"environment_name", "gpu_compatible", b"gpu_compatible", "model_id", b"model_id", "model_uri", b"model_uri", "tags", b"tags"]) -> None: ...
793
852
 
794
853
  global___BuildPropertiesProto = BuildPropertiesProto
795
854
 
855
+ @typing.final
796
856
  class BuildModelUri(google.protobuf.message.Message):
797
857
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
798
858
 
@@ -813,10 +873,11 @@ class BuildModelUri(google.protobuf.message.Message):
813
873
  main_dir: builtins.str = ...,
814
874
  dependency_required_folders: collections.abc.Iterable[builtins.str] | None = ...,
815
875
  ) -> None: ...
816
- def ClearField(self, field_name: typing_extensions.Literal["dependency_required_folders", b"dependency_required_folders", "git_branch", b"git_branch", "main_dir", b"main_dir", "uri", b"uri"]) -> None: ...
876
+ def ClearField(self, field_name: typing.Literal["dependency_required_folders", b"dependency_required_folders", "git_branch", b"git_branch", "main_dir", b"main_dir", "uri", b"uri"]) -> None: ...
817
877
 
818
878
  global___BuildModelUri = BuildModelUri
819
879
 
880
+ @typing.final
820
881
  class BuildEnvironment(google.protobuf.message.Message):
821
882
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
822
883
 
@@ -840,14 +901,16 @@ class BuildEnvironment(google.protobuf.message.Message):
840
901
  python_env: global___PythonBuild | None = ...,
841
902
  remote: global___RemoteBuild | None = ...,
842
903
  ) -> None: ...
843
- def HasField(self, field_name: typing_extensions.Literal["docker", b"docker", "local", b"local", "python_env", b"python_env", "remote", b"remote"]) -> builtins.bool: ...
844
- def ClearField(self, field_name: typing_extensions.Literal["docker", b"docker", "local", b"local", "python_env", b"python_env", "remote", b"remote"]) -> None: ...
904
+ def HasField(self, field_name: typing.Literal["docker", b"docker", "local", b"local", "python_env", b"python_env", "remote", b"remote"]) -> builtins.bool: ...
905
+ def ClearField(self, field_name: typing.Literal["docker", b"docker", "local", b"local", "python_env", b"python_env", "remote", b"remote"]) -> None: ...
845
906
 
846
907
  global___BuildEnvironment = BuildEnvironment
847
908
 
909
+ @typing.final
848
910
  class DockerBuild(google.protobuf.message.Message):
849
911
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
850
912
 
913
+ @typing.final
851
914
  class BuildArgsEntry(google.protobuf.message.Message):
852
915
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
853
916
 
@@ -861,7 +924,7 @@ class DockerBuild(google.protobuf.message.Message):
861
924
  key: builtins.str = ...,
862
925
  value: builtins.str = ...,
863
926
  ) -> None: ...
864
- def ClearField(self, field_name: typing_extensions.Literal["key", b"key", "value", b"value"]) -> None: ...
927
+ def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
865
928
 
866
929
  BASE_IMAGE_FIELD_NUMBER: builtins.int
867
930
  BUILD_ARGS_FIELD_NUMBER: builtins.int
@@ -872,16 +935,16 @@ class DockerBuild(google.protobuf.message.Message):
872
935
  CACHE_FIELD_NUMBER: builtins.int
873
936
  PUSH_FIELD_NUMBER: builtins.int
874
937
  base_image: builtins.str
938
+ no_cache: builtins.bool
939
+ assumed_iam_role_arn: builtins.str
940
+ cache: builtins.bool
941
+ push: builtins.bool
875
942
  @property
876
943
  def build_args(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]: ...
877
944
  @property
878
945
  def env_vars(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
879
- no_cache: builtins.bool
880
946
  @property
881
947
  def params(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
882
- assumed_iam_role_arn: builtins.str
883
- cache: builtins.bool
884
- push: builtins.bool
885
948
  def __init__(
886
949
  self,
887
950
  *,
@@ -894,10 +957,11 @@ class DockerBuild(google.protobuf.message.Message):
894
957
  cache: builtins.bool = ...,
895
958
  push: builtins.bool = ...,
896
959
  ) -> None: ...
897
- def ClearField(self, field_name: typing_extensions.Literal["assumed_iam_role_arn", b"assumed_iam_role_arn", "base_image", b"base_image", "build_args", b"build_args", "cache", b"cache", "env_vars", b"env_vars", "no_cache", b"no_cache", "params", b"params", "push", b"push"]) -> None: ...
960
+ def ClearField(self, field_name: typing.Literal["assumed_iam_role_arn", b"assumed_iam_role_arn", "base_image", b"base_image", "build_args", b"build_args", "cache", b"cache", "env_vars", b"env_vars", "no_cache", b"no_cache", "params", b"params", "push", b"push"]) -> None: ...
898
961
 
899
962
  global___DockerBuild = DockerBuild
900
963
 
964
+ @typing.final
901
965
  class LocalBuild(google.protobuf.message.Message):
902
966
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
903
967
 
@@ -911,10 +975,11 @@ class LocalBuild(google.protobuf.message.Message):
911
975
  aws_profile: builtins.str = ...,
912
976
  no_push: builtins.bool = ...,
913
977
  ) -> None: ...
914
- def ClearField(self, field_name: typing_extensions.Literal["aws_profile", b"aws_profile", "no_push", b"no_push"]) -> None: ...
978
+ def ClearField(self, field_name: typing.Literal["aws_profile", b"aws_profile", "no_push", b"no_push"]) -> None: ...
915
979
 
916
980
  global___LocalBuild = LocalBuild
917
981
 
982
+ @typing.final
918
983
  class PythonBuild(google.protobuf.message.Message):
919
984
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
920
985
 
@@ -925,14 +990,14 @@ class PythonBuild(google.protobuf.message.Message):
925
990
  DEPENDENCY_FILE_PATH_FIELD_NUMBER: builtins.int
926
991
  USE_DEPRECATED_RESOLVER_FIELD_NUMBER: builtins.int
927
992
  qwak_sdk_extra_index_url: builtins.str
993
+ dependency_file_path: builtins.str
994
+ use_deprecated_resolver: builtins.bool
928
995
  @property
929
996
  def virtualenv(self) -> global___VirtualEnvironmentBuild: ...
930
997
  @property
931
998
  def conda(self) -> global___CondaBuild: ...
932
999
  @property
933
1000
  def poetry(self) -> global___PoetryBuild: ...
934
- dependency_file_path: builtins.str
935
- use_deprecated_resolver: builtins.bool
936
1001
  def __init__(
937
1002
  self,
938
1003
  *,
@@ -943,11 +1008,12 @@ class PythonBuild(google.protobuf.message.Message):
943
1008
  dependency_file_path: builtins.str = ...,
944
1009
  use_deprecated_resolver: builtins.bool = ...,
945
1010
  ) -> None: ...
946
- def HasField(self, field_name: typing_extensions.Literal["conda", b"conda", "poetry", b"poetry", "virtualenv", b"virtualenv"]) -> builtins.bool: ...
947
- def ClearField(self, field_name: typing_extensions.Literal["conda", b"conda", "dependency_file_path", b"dependency_file_path", "poetry", b"poetry", "qwak_sdk_extra_index_url", b"qwak_sdk_extra_index_url", "use_deprecated_resolver", b"use_deprecated_resolver", "virtualenv", b"virtualenv"]) -> None: ...
1011
+ def HasField(self, field_name: typing.Literal["conda", b"conda", "poetry", b"poetry", "virtualenv", b"virtualenv"]) -> builtins.bool: ...
1012
+ def ClearField(self, field_name: typing.Literal["conda", b"conda", "dependency_file_path", b"dependency_file_path", "poetry", b"poetry", "qwak_sdk_extra_index_url", b"qwak_sdk_extra_index_url", "use_deprecated_resolver", b"use_deprecated_resolver", "virtualenv", b"virtualenv"]) -> None: ...
948
1013
 
949
1014
  global___PythonBuild = PythonBuild
950
1015
 
1016
+ @typing.final
951
1017
  class CondaBuild(google.protobuf.message.Message):
952
1018
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
953
1019
 
@@ -958,10 +1024,11 @@ class CondaBuild(google.protobuf.message.Message):
958
1024
  *,
959
1025
  conda_file: builtins.str = ...,
960
1026
  ) -> None: ...
961
- def ClearField(self, field_name: typing_extensions.Literal["conda_file", b"conda_file"]) -> None: ...
1027
+ def ClearField(self, field_name: typing.Literal["conda_file", b"conda_file"]) -> None: ...
962
1028
 
963
1029
  global___CondaBuild = CondaBuild
964
1030
 
1031
+ @typing.final
965
1032
  class PoetryBuild(google.protobuf.message.Message):
966
1033
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
967
1034
 
@@ -975,10 +1042,11 @@ class PoetryBuild(google.protobuf.message.Message):
975
1042
  python_version: builtins.str = ...,
976
1043
  lock_file: builtins.str = ...,
977
1044
  ) -> None: ...
978
- def ClearField(self, field_name: typing_extensions.Literal["lock_file", b"lock_file", "python_version", b"python_version"]) -> None: ...
1045
+ def ClearField(self, field_name: typing.Literal["lock_file", b"lock_file", "python_version", b"python_version"]) -> None: ...
979
1046
 
980
1047
  global___PoetryBuild = PoetryBuild
981
1048
 
1049
+ @typing.final
982
1050
  class VirtualEnvironmentBuild(google.protobuf.message.Message):
983
1051
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
984
1052
 
@@ -992,10 +1060,11 @@ class VirtualEnvironmentBuild(google.protobuf.message.Message):
992
1060
  python_version: builtins.str = ...,
993
1061
  requirements_txt: builtins.str = ...,
994
1062
  ) -> None: ...
995
- def ClearField(self, field_name: typing_extensions.Literal["python_version", b"python_version", "requirements_txt", b"requirements_txt"]) -> None: ...
1063
+ def ClearField(self, field_name: typing.Literal["python_version", b"python_version", "requirements_txt", b"requirements_txt"]) -> None: ...
996
1064
 
997
1065
  global___VirtualEnvironmentBuild = VirtualEnvironmentBuild
998
1066
 
1067
+ @typing.final
999
1068
  class RemoteBuild(google.protobuf.message.Message):
1000
1069
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
1001
1070
 
@@ -1010,11 +1079,12 @@ class RemoteBuild(google.protobuf.message.Message):
1010
1079
  is_remote: builtins.bool = ...,
1011
1080
  resources: global___RemoteBuildResources | None = ...,
1012
1081
  ) -> None: ...
1013
- def HasField(self, field_name: typing_extensions.Literal["resources", b"resources"]) -> builtins.bool: ...
1014
- def ClearField(self, field_name: typing_extensions.Literal["is_remote", b"is_remote", "resources", b"resources"]) -> None: ...
1082
+ def HasField(self, field_name: typing.Literal["resources", b"resources"]) -> builtins.bool: ...
1083
+ def ClearField(self, field_name: typing.Literal["is_remote", b"is_remote", "resources", b"resources"]) -> None: ...
1015
1084
 
1016
1085
  global___RemoteBuild = RemoteBuild
1017
1086
 
1087
+ @typing.final
1018
1088
  class RemoteBuildResources(google.protobuf.message.Message):
1019
1089
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
1020
1090
 
@@ -1037,10 +1107,11 @@ class RemoteBuildResources(google.protobuf.message.Message):
1037
1107
  gpu_amount: builtins.int = ...,
1038
1108
  instance: builtins.str = ...,
1039
1109
  ) -> None: ...
1040
- def ClearField(self, field_name: typing_extensions.Literal["cpus", b"cpus", "gpu_amount", b"gpu_amount", "gpu_type", b"gpu_type", "instance", b"instance", "memory", b"memory"]) -> None: ...
1110
+ def ClearField(self, field_name: typing.Literal["cpus", b"cpus", "gpu_amount", b"gpu_amount", "gpu_type", b"gpu_type", "instance", b"instance", "memory", b"memory"]) -> None: ...
1041
1111
 
1042
1112
  global___RemoteBuildResources = RemoteBuildResources
1043
1113
 
1114
+ @typing.final
1044
1115
  class Metric(google.protobuf.message.Message):
1045
1116
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
1046
1117
 
@@ -1056,10 +1127,11 @@ class Metric(google.protobuf.message.Message):
1056
1127
  key: builtins.str = ...,
1057
1128
  value: builtins.float = ...,
1058
1129
  ) -> None: ...
1059
- def ClearField(self, field_name: typing_extensions.Literal["key", b"key", "value", b"value"]) -> None: ...
1130
+ def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
1060
1131
 
1061
1132
  global___Metric = Metric
1062
1133
 
1134
+ @typing.final
1063
1135
  class Param(google.protobuf.message.Message):
1064
1136
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
1065
1137
 
@@ -1075,6 +1147,6 @@ class Param(google.protobuf.message.Message):
1075
1147
  key: builtins.str = ...,
1076
1148
  value: builtins.str = ...,
1077
1149
  ) -> None: ...
1078
- def ClearField(self, field_name: typing_extensions.Literal["key", b"key", "value", b"value"]) -> None: ...
1150
+ def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
1079
1151
 
1080
1152
  global___Param = Param