frogml-core 0.0.109__py3-none-any.whl → 0.0.111__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.
- frogml_core/__init__.py +1 -1
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
- {frogml_core-0.0.109.dist-info → frogml_core-0.0.111.dist-info}/METADATA +4 -5
- {frogml_core-0.0.109.dist-info → frogml_core-0.0.111.dist-info}/RECORD +218 -218
- frogml_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
- frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
- frogml_proto/jfml/model_version/v1/artifact_pb2.py +8 -24
- frogml_proto/jfml/model_version/v1/build_spec_pb2.py +12 -44
- frogml_proto/jfml/model_version/v1/model_repository_spec_pb2.py +6 -14
- frogml_proto/jfml/model_version/v1/model_version_framework_pb2.py +18 -74
- frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2.py +34 -147
- frogml_proto/jfml/model_version/v1/model_version_pb2.py +32 -148
- frogml_proto/qwak/administration/account/v1/account_pb2.py +22 -87
- frogml_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
- frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
- frogml_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
- frogml_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
- frogml_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
- frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
- frogml_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
- frogml_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
- frogml_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
- frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
- frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +10 -34
- frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
- frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +8 -24
- frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
- frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +14 -54
- frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
- frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +10 -34
- frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
- frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +10 -34
- frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
- frogml_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
- frogml_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
- frogml_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
- frogml_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
- frogml_proto/qwak/administration/v0/users/user_pb2.py +18 -71
- frogml_proto/qwak/admiral/secret/v0/secret_pb2.py +26 -115
- frogml_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
- frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
- frogml_proto/qwak/analytics/analytics_pb2.py +26 -121
- frogml_proto/qwak/analytics/analytics_service_pb2.py +46 -207
- frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
- frogml_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
- frogml_proto/qwak/audience/v1/audience_pb2.py +26 -113
- frogml_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
- frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
- frogml_proto/qwak/automation/v1/action_pb2.py +40 -180
- frogml_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
- frogml_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
- frogml_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
- frogml_proto/qwak/automation/v1/automation_pb2.py +10 -34
- frogml_proto/qwak/automation/v1/common_pb2.py +10 -35
- frogml_proto/qwak/automation/v1/notification_pb2.py +16 -68
- frogml_proto/qwak/automation/v1/trigger_pb2.py +14 -54
- frogml_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
- frogml_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
- frogml_proto/qwak/batch_job/v1/batch_job_service_pb2.py +118 -561
- frogml_proto/qwak/build/v1/build_api_pb2.py +86 -407
- frogml_proto/qwak/build/v1/build_pb2.py +114 -549
- frogml_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
- frogml_proto/qwak/build_settings/build_settings_pb2.py +18 -74
- frogml_proto/qwak/builds/build_pb2.py +44 -206
- frogml_proto/qwak/builds/build_url_pb2.py +26 -113
- frogml_proto/qwak/builds/builds_orchestrator_service_pb2.py +58 -269
- frogml_proto/qwak/builds/builds_pb2.py +110 -519
- frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
- frogml_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
- frogml_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
- frogml_proto/qwak/deployment/alert_pb2.py +24 -108
- frogml_proto/qwak/deployment/alert_service_pb2.py +30 -127
- frogml_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
- frogml_proto/qwak/deployment/deployment_pb2.py +124 -588
- frogml_proto/qwak/deployment/deployment_service_pb2.py +86 -419
- frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py +14 -47
- frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py +8 -24
- frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +36 -164
- frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
- frogml_proto/qwak/ecosystem/v0/credentials_pb2.py +10 -34
- frogml_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
- frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
- frogml_proto/qwak/execution/v1/backfill_pb2.py +18 -74
- frogml_proto/qwak/execution/v1/batch_pb2.py +10 -34
- frogml_proto/qwak/execution/v1/deletion_pb2.py +12 -44
- frogml_proto/qwak/execution/v1/execution_pb2.py +16 -69
- frogml_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
- frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
- frogml_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
- frogml_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
- frogml_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
- frogml_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
- frogml_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
- frogml_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
- frogml_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
- frogml_proto/qwak/execution/v1/streaming_aggregation_pb2.py +14 -54
- frogml_proto/qwak/execution/v1/streaming_pb2.py +12 -44
- frogml_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
- frogml_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
- frogml_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
- frogml_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
- frogml_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
- frogml_proto/qwak/feature_store/features/execution_pb2.py +14 -56
- frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
- frogml_proto/qwak/feature_store/features/feature_set_pb2.py +34 -155
- frogml_proto/qwak/feature_store/features/feature_set_service_pb2.py +92 -439
- frogml_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
- frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
- frogml_proto/qwak/feature_store/features/feature_set_types_pb2.py +74 -346
- frogml_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
- frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
- frogml_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
- frogml_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
- frogml_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
- frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
- frogml_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
- frogml_proto/qwak/feature_store/reports/report_pb2.py +14 -53
- frogml_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
- frogml_proto/qwak/feature_store/serving/management_pb2.py +14 -47
- frogml_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
- frogml_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
- frogml_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
- frogml_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
- frogml_proto/qwak/feature_store/sources/batch_pb2.py +70 -334
- frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
- frogml_proto/qwak/feature_store/sources/data_source_pb2.py +14 -54
- frogml_proto/qwak/feature_store/sources/data_source_service_pb2.py +34 -147
- frogml_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
- frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
- frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
- frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
- frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
- frogml_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
- frogml_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
- frogml_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
- frogml_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
- frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
- frogml_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
- frogml_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
- frogml_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
- frogml_proto/qwak/fitness_service/constructs_pb2.py +22 -99
- frogml_proto/qwak/fitness_service/fitness_pb2.py +10 -32
- frogml_proto/qwak/fitness_service/fitness_service_pb2.py +22 -87
- frogml_proto/qwak/fitness_service/status_pb2.py +24 -106
- frogml_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
- frogml_proto/qwak/instance_template/instance_template_pb2.py +12 -40
- frogml_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
- frogml_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
- frogml_proto/qwak/integration/integration_pb2.py +28 -126
- frogml_proto/qwak/integration/integration_service_pb2.py +34 -147
- frogml_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
- frogml_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
- frogml_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
- frogml_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
- frogml_proto/qwak/jfrog/gateway/v0/repository_pb2.py +18 -74
- frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2.py +14 -47
- frogml_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
- frogml_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
- frogml_proto/qwak/kube_deployment_captain/batch_job_pb2.py +68 -322
- frogml_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
- frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
- frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
- frogml_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
- frogml_proto/qwak/logging/log_filter_pb2.py +12 -44
- frogml_proto/qwak/logging/log_line_pb2.py +8 -25
- frogml_proto/qwak/logging/log_reader_service_pb2.py +10 -27
- frogml_proto/qwak/logging/log_source_pb2.py +30 -134
- frogml_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
- frogml_proto/qwak/model_group/model_group_pb2.py +14 -47
- frogml_proto/qwak/model_group/model_group_repository_details_pb2.py +18 -74
- frogml_proto/qwak/models/models_pb2.py +88 -405
- frogml_proto/qwak/models/models_query_pb2.py +16 -56
- frogml_proto/qwak/models/models_query_pb2.pyi +4 -4
- frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
- frogml_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
- frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
- frogml_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
- frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
- frogml_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
- frogml_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
- frogml_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
- frogml_proto/qwak/projects/projects_pb2.py +44 -190
- frogml_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
- frogml_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
- frogml_proto/qwak/secret_service/secret_service_pb2.py +18 -67
- frogml_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
- frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
- frogml_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
- frogml_proto/qwak/self_service/account/v0/managing_account_pb2.py +30 -131
- frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
- frogml_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
- frogml_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
- frogml_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
- frogml_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
- frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
- frogml_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
- frogml_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
- frogml_proto/qwak/user_application/common/v0/resources_pb2.py +30 -138
- frogml_proto/qwak/user_application/v0/user_application_pb2.py +10 -43
- frogml_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
- frogml_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
- frogml_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
- frogml_proto/qwak/vectors/v1/filters_pb2.py +30 -134
- frogml_proto/qwak/vectors/v1/vector_pb2.py +14 -54
- frogml_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
- frogml_proto/qwak/workspace/workspace_pb2.py +22 -107
- frogml_proto/qwak/workspace/workspace_service_pb2.py +62 -287
- frogml_storage/__init__.py +1 -1
- {frogml_core-0.0.109.dist-info → frogml_core-0.0.111.dist-info}/WHEEL +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
frogml_core/__init__.py,sha256
|
1
|
+
frogml_core/__init__.py,sha256=-f3e-D_LuTHADxQ68XUpbIvlOLbc_XbCXZ2ccy2Wl4I,778
|
2
2
|
frogml_core/automations/__init__.py,sha256=j2gD15MN-xVWhI5rAFsDwhL0CIyICLNT0scXsKvNBkU,1547
|
3
3
|
frogml_core/automations/automation_executions.py,sha256=xpOb9Dq8gPPGNQDJTvBBZbNz4woZDRZY0HqnLSu7pwU,3230
|
4
4
|
frogml_core/automations/automations.py,sha256=GKEQyQMi8sxX5oZn62PaxPi0zD8IaJRjBkhczRJxHNs,13070
|
@@ -252,7 +252,7 @@ frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manage
|
|
252
252
|
frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/strategy.py,sha256=MocvnsB_0NAy8ab6NOWRhmNbApGnO_zttyBXvtx8CPE,1447
|
253
253
|
frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/zip/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
254
254
|
frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/zip/zip_strategy.py,sha256=wCDk5wQlEtCLVDFdC3lXEebpLIMECovHHTvyLsorki8,2276
|
255
|
-
frogml_core/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py,sha256=
|
255
|
+
frogml_core/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py,sha256=we9ab9WSKU_jtDkqTRVqRDBdKs5cqnlUjJmPozkcZuw,5468
|
256
256
|
frogml_core/inner/build_logic/phases/phase_010_fetch_model/pre_fetch_validation_step.py,sha256=_IGqNpO1qohHqzMh93NW1Z-DaphSLq-9kYfPCKz9Mz0,11263
|
257
257
|
frogml_core/inner/build_logic/phases/phase_010_fetch_model/set_version_step.py,sha256=XCfLmr5GWd4dkBB8rKc0FwivW3RbIwrgfGH8f7agKwU,1226
|
258
258
|
frogml_core/inner/build_logic/phases/phase_020_remote_register_frogml_build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -428,637 +428,637 @@ frogml_core/vector_store/rest_helpers.py,sha256=RV7yxBqXs-lcGZmFmht5yRpcAAPFXRVF
|
|
428
428
|
frogml_core/vector_store/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
429
429
|
frogml_core/vector_store/utils/filter_utils.py,sha256=n80IlmS7lGelCNEpZ8o3rAHzrZpHc-3EykEd8tZoeAE,854
|
430
430
|
frogml_core/vector_store/utils/upsert_utils.py,sha256=vqnyAJOl46WqpZMUiOa4I8Zf2CDIXQxR7wM4Z8rgooc,7517
|
431
|
-
frogml_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py,sha256=
|
431
|
+
frogml_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py,sha256=lVlIVLVmWgwUG0fqtk9mhryn82DFDzFHZxO_lBY3_D0,1884
|
432
432
|
frogml_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.pyi,sha256=HFrUIrEJFdKls7PhmadzZ-daVPV1i062w-71wPMMPa4,3116
|
433
433
|
frogml_proto/jfml/hosting_gateway/v1/build_upload_url_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
434
|
-
frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py,sha256=
|
434
|
+
frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py,sha256=vbMoCiRuex2nI2n3sQqyHBSIxcblf2IzaajEGEsWUTo,2135
|
435
435
|
frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.pyi,sha256=XV6h6X3zJnqXocbRvXqG_hr9AYAJJJVjExCgC5l7QBs,1729
|
436
436
|
frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2_grpc.py,sha256=tAHU1JMZ-5BODK4it2-yNAG6XzMGAmhoWcWoyeDjNAs,3277
|
437
|
-
frogml_proto/jfml/model_version/v1/artifact_pb2.py,sha256=
|
437
|
+
frogml_proto/jfml/model_version/v1/artifact_pb2.py,sha256=LxBCYbvGjeIU2iJ-WnKbNXzWHHG4-Z4e5PVHObFpXCQ,1472
|
438
438
|
frogml_proto/jfml/model_version/v1/artifact_pb2.pyi,sha256=5CGU58qXOSbe0KSu0ovjIbXWrpS9r-PIvdq4qhqPQIc,1673
|
439
439
|
frogml_proto/jfml/model_version/v1/artifact_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
440
|
-
frogml_proto/jfml/model_version/v1/build_spec_pb2.py,sha256=
|
440
|
+
frogml_proto/jfml/model_version/v1/build_spec_pb2.py,sha256=NsKPLv4DOKOBR-HPVvd4q9kt84vARwZVNLHPuutGKDE,2586
|
441
441
|
frogml_proto/jfml/model_version/v1/build_spec_pb2.pyi,sha256=CIBEscG5MQoOGddvsfGqxD2K4U342IS-kFpzyYFiFD8,4923
|
442
442
|
frogml_proto/jfml/model_version/v1/build_spec_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
443
|
-
frogml_proto/jfml/model_version/v1/model_repository_spec_pb2.py,sha256=
|
443
|
+
frogml_proto/jfml/model_version/v1/model_repository_spec_pb2.py,sha256=dn-z5G7CQG2HHkBR8gnicPJAyeaU9QGn-_PzL-CVXuA,1445
|
444
444
|
frogml_proto/jfml/model_version/v1/model_repository_spec_pb2.pyi,sha256=2yF-pKLxTFsxArlXdHFuPt4GzXjln2b1aYAYZQafjg4,1610
|
445
445
|
frogml_proto/jfml/model_version/v1/model_repository_spec_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
446
|
-
frogml_proto/jfml/model_version/v1/model_version_framework_pb2.py,sha256=
|
446
|
+
frogml_proto/jfml/model_version/v1/model_version_framework_pb2.py,sha256=IAi9NNubSA0snW4UwQAd_mrryEqTtC8SBYBYPo2bvEw,2707
|
447
447
|
frogml_proto/jfml/model_version/v1/model_version_framework_pb2.pyi,sha256=JgOE0Im69ir0PSgpbg6Zz4scRK_u7WAxWTtWcdzfyAw,3773
|
448
448
|
frogml_proto/jfml/model_version/v1/model_version_framework_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
449
|
-
frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2.py,sha256=
|
449
|
+
frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2.py,sha256=vTEUbi05sHveS6Om71qKRzxjyZsm1E7klk15c7Z8vjI,6598
|
450
450
|
frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2.pyi,sha256=8bf5oql0iGaHycutSuUZ4Aiam82sf6Z0JEm7xDOpxQw,12451
|
451
451
|
frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2_grpc.py,sha256=UEu8kUc6WeAOPNvV7-E_WDtglQoaYkg66ILnkBiWiRE,15395
|
452
|
-
frogml_proto/jfml/model_version/v1/model_version_pb2.py,sha256=
|
452
|
+
frogml_proto/jfml/model_version/v1/model_version_pb2.py,sha256=wvqLPhzl4WCoKXfz6blxEuy_TRrVFIXfcy-TcWPS_3c,6501
|
453
453
|
frogml_proto/jfml/model_version/v1/model_version_pb2.pyi,sha256=IYm2HzohQ8byr_K5zOXNeQn7SBChdHghT5gs2rqxgeY,13180
|
454
454
|
frogml_proto/jfml/model_version/v1/model_version_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
455
|
-
frogml_proto/qwak/administration/account/v1/account_pb2.py,sha256=
|
455
|
+
frogml_proto/qwak/administration/account/v1/account_pb2.py,sha256=8UhmLe6YCeFhG9Aqjbb6h8GxbV-WdNy4mhwgPTdFcMo,5564
|
456
456
|
frogml_proto/qwak/administration/account/v1/account_pb2.pyi,sha256=CsqJdDILBMpE0wczPFW4NtZ3RHrF6dxLYLwUdClflws,11975
|
457
457
|
frogml_proto/qwak/administration/account/v1/account_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
458
|
-
frogml_proto/qwak/administration/account/v1/account_service_pb2.py,sha256=
|
458
|
+
frogml_proto/qwak/administration/account/v1/account_service_pb2.py,sha256=AixxNbudoh0roo05bZ6mydJfgt_zgqul4PcRyWQHeIg,8784
|
459
459
|
frogml_proto/qwak/administration/account/v1/account_service_pb2.pyi,sha256=fen6z2AGluIHzkbet9ilLz7arngEj4eEM9AY4XS53Uc,15731
|
460
460
|
frogml_proto/qwak/administration/account/v1/account_service_pb2_grpc.py,sha256=YNK_XNZQW078YXqqKP7nbvjRZHn6W6WgW9v1ZB6D6RU,18748
|
461
|
-
frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py,sha256=
|
461
|
+
frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py,sha256=OK8qFU3d1DALCb6NgXD4VCFP2SYDrvBInPaHJqNGsSM,4567
|
462
462
|
frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.pyi,sha256=7LlzwNxFDMEAi6NuY2NxPgYs7IYPhJJ6E5Rq2OafjUk,8680
|
463
463
|
frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
464
|
-
frogml_proto/qwak/administration/account/v1/personalization_pb2.py,sha256=
|
464
|
+
frogml_proto/qwak/administration/account/v1/personalization_pb2.py,sha256=CqIt7ARdKNrp64KjWx9oQZWumnbYln0bk55-lBW1Nfo,1804
|
465
465
|
frogml_proto/qwak/administration/account/v1/personalization_pb2.pyi,sha256=sfLQNbqTtVl62YyeUdRDL6_yeCWo1k6JMAWYCiWp2KQ,1475
|
466
466
|
frogml_proto/qwak/administration/account/v1/personalization_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
467
|
-
frogml_proto/qwak/administration/account/v1/preferences_pb2.py,sha256=
|
467
|
+
frogml_proto/qwak/administration/account/v1/preferences_pb2.py,sha256=ccObmk9o7dYFlQGcvnHxI8lz_utXvflBr3Ecd80WoFY,1865
|
468
468
|
frogml_proto/qwak/administration/account/v1/preferences_pb2.pyi,sha256=5t0WHFHIsHuYGrGuRtCqHMDnfyj-MdvRzPNBISusgP0,1246
|
469
469
|
frogml_proto/qwak/administration/account/v1/preferences_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
470
|
-
frogml_proto/qwak/administration/account/v1/terms_pb2.py,sha256=
|
470
|
+
frogml_proto/qwak/administration/account/v1/terms_pb2.py,sha256=y9EtztkHhCsJBEn00KVGHehVxEmtRDPy-XS3aQyjHxo,2575
|
471
471
|
frogml_proto/qwak/administration/account/v1/terms_pb2.pyi,sha256=yWBoYuE9sOwlfTYHEOet86xSE2v7Mrp336SYcfE6eZs,3671
|
472
472
|
frogml_proto/qwak/administration/account/v1/terms_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
473
|
-
frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py,sha256=
|
473
|
+
frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py,sha256=Qq66HcX4ZR7x21r13VQqyjBbNysHuPf0niLupHazpQc,3977
|
474
474
|
frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.pyi,sha256=ydIcn4Je7lHPwNdHMeM7e4KPHAGr9hGB27BeTPyb5m0,4476
|
475
475
|
frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2_grpc.py,sha256=xkYW0Tdef6yTag2cryP8nsfWOgHJuyI6Jd2tAyYvDpI,7663
|
476
|
-
frogml_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py,sha256=
|
476
|
+
frogml_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py,sha256=DOnobDIzsqmxp4tr6I7mni50AKiew44glVemKTWjSqI,2037
|
477
477
|
frogml_proto/qwak/administration/authenticated_user/v1/credentials_pb2.pyi,sha256=iN2jhNzdxNmCRqlNpqZ4ybNmw3pG9hoixfgDvu48bg8,2650
|
478
478
|
frogml_proto/qwak/administration/authenticated_user/v1/credentials_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
479
|
-
frogml_proto/qwak/administration/authenticated_user/v1/details_pb2.py,sha256=
|
479
|
+
frogml_proto/qwak/administration/authenticated_user/v1/details_pb2.py,sha256=5_6VpPZR6SeGvadhc59gf6g-M3glxHOiYxRQ-NiPaSM,2907
|
480
480
|
frogml_proto/qwak/administration/authenticated_user/v1/details_pb2.pyi,sha256=zdQqQF0o1uv-II_bCMMsm3h-Em_RN1HKmrHcjjszkeE,5995
|
481
481
|
frogml_proto/qwak/administration/authenticated_user/v1/details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
482
|
-
frogml_proto/qwak/administration/cluster/v2/cluster_pb2.py,sha256=
|
482
|
+
frogml_proto/qwak/administration/cluster/v2/cluster_pb2.py,sha256=0JTSD-q--S2By5TwaBz4NPAHMcBiKEWlUhX7US1Z1rw,7650
|
483
483
|
frogml_proto/qwak/administration/cluster/v2/cluster_pb2.pyi,sha256=TdS6_2g79S0tnatVJ8uSRBQpwMO0R8eGNDkXA2dbTYE,17516
|
484
484
|
frogml_proto/qwak/administration/cluster/v2/cluster_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
485
|
-
frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py,sha256=
|
485
|
+
frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py,sha256=5p75Xkikq4X8DV5FWLqyeKtOCu3WbhhCUbVtp4Y2YnI,2153
|
486
486
|
frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.pyi,sha256=Upj1fAe7xv7M4qn62OVeIzJKFflrCT_-pK_sg5MBI-c,1458
|
487
487
|
frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
488
|
-
frogml_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py,sha256=
|
488
|
+
frogml_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py,sha256=lLIMh7ezzUrDtlR-oNi3eGDjnC9SD97TQJIzy1YwIEY,2087
|
489
489
|
frogml_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.pyi,sha256=e8WL8VLVMlRwtmweoGJKDPM6gVqmrZuO-btU-TLOa0I,1766
|
490
490
|
frogml_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
491
|
-
frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py,sha256=
|
491
|
+
frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py,sha256=ivi1qIIL4vAgTQfUC-_n-kKlakQC2DbwxMTlET6DNxc,2521
|
492
492
|
frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi,sha256=AVYGl9yfWtc89UdTOjnWG0qTJOPPZI4_BGWd8Qf27Nk,2530
|
493
493
|
frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
494
|
-
frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py,sha256
|
494
|
+
frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py,sha256=4x5juFYqbmwzJJeJYVJkYyX5pG3-uOzZKfoNVNEZCoc,2322
|
495
495
|
frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.pyi,sha256=w9LmaS6L8irJ3gJzuyHNWaHK2OF2JCRaEu1lH7G0-To,1564
|
496
496
|
frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
497
|
-
frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py,sha256=
|
497
|
+
frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py,sha256=Kd183js4a5RmYizkdH3zQrsglUcoVFh2QrkqOEnnoag,3223
|
498
498
|
frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.pyi,sha256=clCZQ9IKh9Sof_IiefMaaPP99nLNH9whytth3diiR0o,3493
|
499
499
|
frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
500
|
-
frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py,sha256=
|
500
|
+
frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py,sha256=SS97b0EJ1DKhsIuWXn7CRO-ZOc0Wz6pew1JToRdB25M,2168
|
501
501
|
frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi,sha256=JZezw1jbVfRvHBpbxavZt4Uz-l_LObe-cujUTlQL9oU,1558
|
502
502
|
frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
503
|
-
frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py,sha256=
|
503
|
+
frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py,sha256=46Qb0WtqHWYUnai4G-9GMF6_N-Iijhwaamp5i9od900,2250
|
504
504
|
frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.pyi,sha256=eZjYhz_rcAmnQFdU4KeTGZEeePP6GB11PV8SOi4kz9g,1540
|
505
505
|
frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
506
|
-
frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py,sha256=
|
506
|
+
frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py,sha256=wFJ0aPhj8TcgPlmHTT7Zs_cGELc4vcRmiWqDVAg1dd4,2324
|
507
507
|
frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi,sha256=4Tmc9QPFuKwNYo7yPiWFxiIeEJsAnpP5ZyL14PSouuc,1417
|
508
508
|
frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
509
|
-
frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py,sha256=
|
509
|
+
frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py,sha256=WlU1DaTFFricLMfbq6qTYsuCqIFfAa9Jp-RbCgkxBTs,2849
|
510
510
|
frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.pyi,sha256=A5OXe8GQmk3Rw60CpOvBqbiO56rPQv46-HdJCKfhQAk,3008
|
511
511
|
frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
512
|
-
frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py,sha256=
|
512
|
+
frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py,sha256=1zlcRr5W5bHHPp0Z9GEkcSD-rBx1Km_Nv6DZuP9sg30,3595
|
513
513
|
frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi,sha256=OawsIlbS3CXiw42XP1th5lpFBZi4YrVmzDYDUFLOy60,5356
|
514
514
|
frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
515
|
-
frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py,sha256=
|
515
|
+
frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py,sha256=DzaUhIIuHxyfAMNsBPMQfpgCBTb5fnPyy8fBNxrN8iw,2229
|
516
516
|
frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.pyi,sha256=9GXb76R5pgb1cU1VApbkB-flyMUCobUFUde_7ivUnNs,1448
|
517
517
|
frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
518
|
-
frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py,sha256=
|
518
|
+
frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py,sha256=9iFxFPUhNujjGRUZ1xqtBE8KFYxYjprkz9fmyeC6pc4,2279
|
519
519
|
frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.pyi,sha256=f9TRM2IiIXRHMrnoh_mZHRf1_ySXMXiEgHYTi7irKXk,1422
|
520
520
|
frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
521
|
-
frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py,sha256=
|
521
|
+
frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py,sha256=pUJgyoAAOGqwKSvvftl5nBXHbh1yp5X6dHAxQxooPPQ,3369
|
522
522
|
frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.pyi,sha256=04FcVWQy-KtUDqA5mSfmdX5BFL2GWMcnpcn8KOwpYCY,4524
|
523
523
|
frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
524
|
-
frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py,sha256=
|
524
|
+
frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py,sha256=GpJItCv4zYNCPjoONdQMnTHLmYqMF2Zy6fxAm-jbaFg,2386
|
525
525
|
frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi,sha256=I5lypi84OoePvdpz7FtuzVq8J2PRyU--mqV680WlNzc,2562
|
526
526
|
frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
527
|
-
frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py,sha256=
|
527
|
+
frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py,sha256=OquIjs0bT2ZxjCGMkl5ATtU7EW77PAZU-ASBvAzO7C0,3639
|
528
528
|
frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.pyi,sha256=8fJqSJJX4QVJdBZpYiGCGaotrPVqX_zEJnnxIRwvFG0,4403
|
529
529
|
frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
530
|
-
frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py,sha256=
|
530
|
+
frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py,sha256=7foPGriieMGO-1Ur0QEU-iGQi0lRQf1itnRRT93rW5U,5062
|
531
531
|
frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi,sha256=dnQAsKFrNsqpZ8idbAUNq8FKfpS4w0eQmBLZ1Y3owFg,5589
|
532
532
|
frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
533
|
-
frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py,sha256=
|
533
|
+
frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py,sha256=_YwDDVgfMqBKvcGN1jvyjn-RXAFi4GtH7mVNS0wV2_w,2477
|
534
534
|
frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi,sha256=86lYyaMcsIOIxqx3J0q9DKA6HdVQzFpzq_guhJcgV9s,2588
|
535
535
|
frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
536
|
-
frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2.py,sha256=
|
536
|
+
frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2.py,sha256=zno_Sr3iWraOOn17DKDhGw87eCq_-Dy-sQOnKwvqqEM,3013
|
537
537
|
frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2.pyi,sha256=jAAqlBaE5GmqYVzmYzJ37rS06-4gma5X9x1ZB8GvAqU,3664
|
538
538
|
frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2_grpc.py,sha256=QX3NOsb1EwPrw-cVl-qoTbbrYrPO0mgXxT1kAi3n7xk,3168
|
539
|
-
frogml_proto/qwak/administration/v0/environments/configuration_pb2.py,sha256=
|
539
|
+
frogml_proto/qwak/administration/v0/environments/configuration_pb2.py,sha256=3Ewqh0dp6bwYJxFd1mrESsXZvJw7OaqYq8XRkGL-hqw,5772
|
540
540
|
frogml_proto/qwak/administration/v0/environments/configuration_pb2.pyi,sha256=C_n4Phh9Fz6a-nCweCj9kbw8QTSSd0jQ-GCgThLnJnk,14045
|
541
541
|
frogml_proto/qwak/administration/v0/environments/configuration_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
542
|
-
frogml_proto/qwak/administration/v0/environments/environment_pb2.py,sha256=
|
542
|
+
frogml_proto/qwak/administration/v0/environments/environment_pb2.py,sha256=iB5iq7LLfRkkrR3QRafz_rto5alRCdzZans9Ly_3xfE,4452
|
543
543
|
frogml_proto/qwak/administration/v0/environments/environment_pb2.pyi,sha256=Rk73SiBa8QfQLRRPZji4RvPdZggkj1j7KWUZlvU-fDA,8405
|
544
544
|
frogml_proto/qwak/administration/v0/environments/environment_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
545
|
-
frogml_proto/qwak/administration/v0/environments/environment_service_pb2.py,sha256=
|
545
|
+
frogml_proto/qwak/administration/v0/environments/environment_service_pb2.py,sha256=mOdKiKN3_RIYsgY1ztK7sS9yk84XNWh4kkm8E8RyxwU,8172
|
546
546
|
frogml_proto/qwak/administration/v0/environments/environment_service_pb2.pyi,sha256=W7ndMyiPkDz1_uUqaFvr8qeA0QzXrDI5FYzjfRzBhfM,12660
|
547
547
|
frogml_proto/qwak/administration/v0/environments/environment_service_pb2_grpc.py,sha256=6nVOSJrgZvSZB7GJNAfidgEEQ-VCV2C6Pvzq5H4j0DQ,16459
|
548
|
-
frogml_proto/qwak/administration/v0/environments/personalization_pb2.py,sha256=
|
548
|
+
frogml_proto/qwak/administration/v0/environments/personalization_pb2.py,sha256=8Kv070QAMsBpmd6fMI_IkmFdxF8oi71LBzx7XN1-B5g,1837
|
549
549
|
frogml_proto/qwak/administration/v0/environments/personalization_pb2.pyi,sha256=I87_z8gRP_7eNWdJAlnldweeRExAm946u5e-Al8uY-8,1347
|
550
550
|
frogml_proto/qwak/administration/v0/environments/personalization_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
551
|
-
frogml_proto/qwak/administration/v0/users/user_pb2.py,sha256=
|
551
|
+
frogml_proto/qwak/administration/v0/users/user_pb2.py,sha256=wwp2viOb1ZRx84u8YLteTW4kRvHW8YoGY3IwOWobMBI,4689
|
552
552
|
frogml_proto/qwak/administration/v0/users/user_pb2.pyi,sha256=GFbJz424r1aTF1kC50ZDIvYTfgxO02C7OHu2SZyL-nc,10595
|
553
553
|
frogml_proto/qwak/administration/v0/users/user_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
554
|
-
frogml_proto/qwak/admiral/secret/v0/secret_pb2.py,sha256=
|
554
|
+
frogml_proto/qwak/admiral/secret/v0/secret_pb2.py,sha256=0CFtnad_RrAXp3EUTvxI5lsz2dQqoV9uReCqxWmVLJI,4790
|
555
555
|
frogml_proto/qwak/admiral/secret/v0/secret_pb2.pyi,sha256=fXUy0VYrTsIPYasdAr1t_sjmUi0czvpak71cMT4qO3U,9392
|
556
556
|
frogml_proto/qwak/admiral/secret/v0/secret_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
557
|
-
frogml_proto/qwak/admiral/secret/v0/secret_service_pb2.py,sha256=
|
557
|
+
frogml_proto/qwak/admiral/secret/v0/secret_service_pb2.py,sha256=qRvnsVLmVSPqC5aGxSRDEqSQ9wy3gnbQb_RfySRdq_M,3366
|
558
558
|
frogml_proto/qwak/admiral/secret/v0/secret_service_pb2.pyi,sha256=OB2D3ElfxZF8QAxPbU1-f1WAOoKXczAxW7HHLSetm8c,3418
|
559
559
|
frogml_proto/qwak/admiral/secret/v0/secret_service_pb2_grpc.py,sha256=lqk1lWs_6ob0hdeg32GTJesFgMk_YqA8PY6lXHEayBE,6872
|
560
|
-
frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py,sha256=
|
560
|
+
frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py,sha256=uX9TPieQyoaX_GoPDQDibOBP7bwc2GTNAITlZguuhE4,3363
|
561
561
|
frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2.pyi,sha256=Jb0_trD1-sAFrIC6x0L5MQlrGDni24qVTO_EwvuPv0w,3904
|
562
562
|
frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2_grpc.py,sha256=Y41usdRqbu3evJfk_IqixBDg_dYSZ9EQJyK4JoeTK8I,6917
|
563
|
-
frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py,sha256=
|
563
|
+
frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py,sha256=2EyFOgsY8qNtwqK9BlRP-8830DVeupe3PIhte-GdiDo,7968
|
564
564
|
frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.pyi,sha256=bsDjfGEkZr4WToRiT9kObXY6YHaz_k4xjKSh9rOU4bk,20850
|
565
565
|
frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
566
|
-
frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py,sha256=
|
566
|
+
frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py,sha256=41oxunHCAxxDwF6Cz6U23fAAYYJpOYpt1fRfu_iRlFs,4807
|
567
567
|
frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.pyi,sha256=qopHVA5rMGQO7-3Y5Y9FY6tT6I7IvpW-D8n0rsNw4IU,5714
|
568
568
|
frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2_grpc.py,sha256=wCH1Wk0wCw3vnrDqoVvD5pL1r_Fcpxr8KWX-r0nTPtk,10743
|
569
|
-
frogml_proto/qwak/analytics/analytics_pb2.py,sha256=
|
569
|
+
frogml_proto/qwak/analytics/analytics_pb2.py,sha256=8I3BWiW54tp8bkhkEiEPSgMTEnNyIePpnzJpPMtdsZ0,4233
|
570
570
|
frogml_proto/qwak/analytics/analytics_pb2.pyi,sha256=VzLL7uRLimx6pv4s31EvA-mcRv3oAd2b1m2k-J5GfWU,11995
|
571
571
|
frogml_proto/qwak/analytics/analytics_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
572
|
-
frogml_proto/qwak/analytics/analytics_service_pb2.py,sha256=
|
572
|
+
frogml_proto/qwak/analytics/analytics_service_pb2.py,sha256=Kf2gbQwk_dba4XRlgrM9gc3TMlQURlMn-k6zzja0sqg,6929
|
573
573
|
frogml_proto/qwak/analytics/analytics_service_pb2.pyi,sha256=LU_Jub19dcZkp7F0Z12s0jR_6R2DT1p-iqBRm8ifZL4,11955
|
574
574
|
frogml_proto/qwak/analytics/analytics_service_pb2_grpc.py,sha256=wrSo8GF28-hsQaVrnb68wBbC3yEfG-JsNQ2ytR4QyhY,19156
|
575
|
-
frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.py,sha256=
|
575
|
+
frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.py,sha256=29t8bBSJfldeJHSnUuulUZjZxOefLENnWcbiQnP0joY,1847
|
576
576
|
frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.pyi,sha256=sX3DzpDZWqnGfaiSeWlzhXiHcj7yZhrZuqENNJqfzC8,2220
|
577
577
|
frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
578
|
-
frogml_proto/qwak/audience/v1/audience_api_pb2.py,sha256=
|
578
|
+
frogml_proto/qwak/audience/v1/audience_api_pb2.py,sha256=v4jib_vCb9wjFNPUOMNVBctQ95oeiKQn5LD386LRwbI,4378
|
579
579
|
frogml_proto/qwak/audience/v1/audience_api_pb2.pyi,sha256=vX3v2-9zZNG_vya_ELGqyyxWHb2qUiY4Ltem54AbgbQ,5956
|
580
580
|
frogml_proto/qwak/audience/v1/audience_api_pb2_grpc.py,sha256=d5JKUBSuB6tN-QfNMYnglvsiRAVOsvu2-j7qOpIbaN8,11487
|
581
|
-
frogml_proto/qwak/audience/v1/audience_pb2.py,sha256=
|
581
|
+
frogml_proto/qwak/audience/v1/audience_pb2.py,sha256=obpUu9W2EUVwLeiuC1hbtqlRXlFQoza1InadsxAa-dc,5174
|
582
582
|
frogml_proto/qwak/audience/v1/audience_pb2.pyi,sha256=Ct_u4NbUj6aWQKsqjvf_D7Eu-7PSbQoHjteKLSe2Ro4,13789
|
583
583
|
frogml_proto/qwak/audience/v1/audience_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
584
|
-
frogml_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py,sha256=
|
584
|
+
frogml_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py,sha256=SG8OjWZ9Ds9WQqSFufaa92uq1X29zTpcz1bcJjSof48,3553
|
585
585
|
frogml_proto/qwak/auto_scaling/v1/auto_scaling_pb2.pyi,sha256=F5rXRMgmtI0-jD_Ds8Nt2TGg_YBZLIWueinwpQ_68JY,8264
|
586
586
|
frogml_proto/qwak/auto_scaling/v1/auto_scaling_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
587
|
-
frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py,sha256=
|
587
|
+
frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py,sha256=75hKU1TSntRUVlY60FNFt93XdNF2wjz-F_tzfz9r32I,2169
|
588
588
|
frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.pyi,sha256=GjV2EmRpw8uv3mv0BnMQoqzrFFwntz2lqDmnNETsSrc,2053
|
589
589
|
frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2_grpc.py,sha256=5N0NW3bsx9jFvr0KYcSkfiK0-FW2VvNQV-4X364qKX0,2992
|
590
|
-
frogml_proto/qwak/automation/v1/action_pb2.py,sha256=
|
590
|
+
frogml_proto/qwak/automation/v1/action_pb2.py,sha256=dGrBKbAD5_Z1xOzAna0Da3TMAiTJM9xtEtkpC0V7Zfg,9725
|
591
591
|
frogml_proto/qwak/automation/v1/action_pb2.pyi,sha256=rcearUp27mKV1dcbKb20JXzEIPtFIbvpT4DKzCIgSZY,24229
|
592
592
|
frogml_proto/qwak/automation/v1/action_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
593
|
-
frogml_proto/qwak/automation/v1/auto_scaling_pb2.py,sha256=
|
593
|
+
frogml_proto/qwak/automation/v1/auto_scaling_pb2.py,sha256=HKmgJWXdYZJrjPXETbUULYLwqxqh2yfMonpsgf3K5U4,3575
|
594
594
|
frogml_proto/qwak/automation/v1/auto_scaling_pb2.pyi,sha256=yNbnp_7V1qOCCgRuquFPEczo_MMfpISag_aHvU5gIiQ,8675
|
595
595
|
frogml_proto/qwak/automation/v1/auto_scaling_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
596
|
-
frogml_proto/qwak/automation/v1/automation_execution_pb2.py,sha256=
|
596
|
+
frogml_proto/qwak/automation/v1/automation_execution_pb2.py,sha256=cCbGpfV0Z3Z4J8Locon2K8UYps4pavVyIngpJ0B5NII,2641
|
597
597
|
frogml_proto/qwak/automation/v1/automation_execution_pb2.pyi,sha256=Ed-N6PChJkWypLSpFCwxdhn-lGkM0KHSSQY0-eEZWyU,5309
|
598
598
|
frogml_proto/qwak/automation/v1/automation_execution_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
599
|
-
frogml_proto/qwak/automation/v1/automation_management_service_pb2.py,sha256=
|
599
|
+
frogml_proto/qwak/automation/v1/automation_management_service_pb2.py,sha256=HCrXYaMncxpdMNQnEGXAFQQ055R7K0qhgkl8TgwaywU,9381
|
600
600
|
frogml_proto/qwak/automation/v1/automation_management_service_pb2.pyi,sha256=Zt3T45t9CXdTZyNkQYWY9k2Axn4HGEMc--VDvzByX10,15257
|
601
601
|
frogml_proto/qwak/automation/v1/automation_management_service_pb2_grpc.py,sha256=8vCWTmXc8c57mT6v-l9aNfvnK-OuEvgEygvZfwGDqwE,25476
|
602
|
-
frogml_proto/qwak/automation/v1/automation_pb2.py,sha256=
|
602
|
+
frogml_proto/qwak/automation/v1/automation_pb2.py,sha256=bM9Dkv_7IQY8zbc8p5CiLmDRbvm_6BnhDlADrCzZjpk,3030
|
603
603
|
frogml_proto/qwak/automation/v1/automation_pb2.pyi,sha256=lJ4sdwOmlUv4HESaCHDrtiDeoRJR7aCpf-J-DRunU1c,5594
|
604
604
|
frogml_proto/qwak/automation/v1/automation_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
605
|
-
frogml_proto/qwak/automation/v1/common_pb2.py,sha256=
|
605
|
+
frogml_proto/qwak/automation/v1/common_pb2.py,sha256=utKSnF45FNVIJ3M48QrP1tTYElHYrKVcgxJXaNGsl20,1788
|
606
606
|
frogml_proto/qwak/automation/v1/common_pb2.pyi,sha256=v1FL9ghFd_oy1WuQYnczXOEdl2Firmh52ofRO8GwVx4,2785
|
607
607
|
frogml_proto/qwak/automation/v1/common_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
608
|
-
frogml_proto/qwak/automation/v1/notification_pb2.py,sha256=
|
608
|
+
frogml_proto/qwak/automation/v1/notification_pb2.py,sha256=loSIp8_UkY3wVusMdJSY_5T2E4sWk24dFMEKt0-jCg8,3104
|
609
609
|
frogml_proto/qwak/automation/v1/notification_pb2.pyi,sha256=TBVbSk-865T7PZrEWKY0Cd-zOJKseNgqEk5gcBoT9tI,5492
|
610
610
|
frogml_proto/qwak/automation/v1/notification_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
611
|
-
frogml_proto/qwak/automation/v1/trigger_pb2.py,sha256=
|
611
|
+
frogml_proto/qwak/automation/v1/trigger_pb2.py,sha256=D8HnyuQBAnaqHTnoONMAK3I9ne0-0BQR2k8hMd20Yz8,2613
|
612
612
|
frogml_proto/qwak/automation/v1/trigger_pb2.pyi,sha256=drbUbj21hQIonJjHNHoHk2MngsfHv70o8Ua6-A9D1As,4811
|
613
613
|
frogml_proto/qwak/automation/v1/trigger_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
614
|
-
frogml_proto/qwak/batch_job/v1/batch_job_events_pb2.py,sha256=
|
614
|
+
frogml_proto/qwak/batch_job/v1/batch_job_events_pb2.py,sha256=_rb-bfVjJJxbPWBTMCstOLn-u9APdgvfsgknQqjxF0c,7238
|
615
615
|
frogml_proto/qwak/batch_job/v1/batch_job_events_pb2.pyi,sha256=bgHfABHJL_BWgReOcbILezduzzdmklBfArRB1nfcSL8,15649
|
616
616
|
frogml_proto/qwak/batch_job/v1/batch_job_events_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
617
|
-
frogml_proto/qwak/batch_job/v1/batch_job_resources_pb2.py,sha256=
|
617
|
+
frogml_proto/qwak/batch_job/v1/batch_job_resources_pb2.py,sha256=HH4jjHMD8AKtXXGH902LnXYB84I-jfvoHvSBOwgbWx4,1653
|
618
618
|
frogml_proto/qwak/batch_job/v1/batch_job_resources_pb2.pyi,sha256=e4WFKs7LbWS2M5XLyLrMQROhfSIpmh9Nj-qcSbEv9E0,1977
|
619
619
|
frogml_proto/qwak/batch_job/v1/batch_job_resources_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
620
|
-
frogml_proto/qwak/batch_job/v1/batch_job_service_pb2.py,sha256=
|
620
|
+
frogml_proto/qwak/batch_job/v1/batch_job_service_pb2.py,sha256=X250gI1s_QrTEFLs20rmiTEQStSD1yB8g2RVgS-cBfk,25684
|
621
621
|
frogml_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi,sha256=EA_3D4oXev1APAZ0Ec3DNNj1hubFmzrD_wWAuTdw4YU,62597
|
622
622
|
frogml_proto/qwak/batch_job/v1/batch_job_service_pb2_grpc.py,sha256=WKr2j1sDV2pXK-9VmI3GOmMLSnfnX66adusxXV1eucQ,33922
|
623
|
-
frogml_proto/qwak/build/v1/build_api_pb2.py,sha256=
|
623
|
+
frogml_proto/qwak/build/v1/build_api_pb2.py,sha256=Yb_h0sjxSpoFxkc82Oi9bFjEAGBmi2ZHTlQYV23Bjo4,15522
|
624
624
|
frogml_proto/qwak/build/v1/build_api_pb2.pyi,sha256=ce7qfBSmryXO90S8_xhg4raFj2lcCJAQgeQ8KJB8QJk,27102
|
625
625
|
frogml_proto/qwak/build/v1/build_api_pb2_grpc.py,sha256=ik4G_RFA2aQToqGRuzNIvDCNZSXBFdLDEoqG_KKvxnQ,31473
|
626
|
-
frogml_proto/qwak/build/v1/build_pb2.py,sha256=
|
626
|
+
frogml_proto/qwak/build/v1/build_pb2.py,sha256=bSQdaRS12HgqThU9IsPc9QuJGsVOmXmDWD1FBZBEBWw,19923
|
627
627
|
frogml_proto/qwak/build/v1/build_pb2.pyi,sha256=AQX9JIgwlsFATdrE5hwknVFLmjeBY4KXVDFUmltV-aw,58569
|
628
628
|
frogml_proto/qwak/build/v1/build_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
629
|
-
frogml_proto/qwak/build_settings/build_settings_api_pb2.py,sha256=
|
629
|
+
frogml_proto/qwak/build_settings/build_settings_api_pb2.py,sha256=fpz3dSMNhByLZ6DAl4427gWOIg4YywYO3bvE38ixiuI,3214
|
630
630
|
frogml_proto/qwak/build_settings/build_settings_api_pb2.pyi,sha256=TzUhfy7cSgR7ssnKPskfZc7E4vt_Ooe5k2IRBvxHsAw,4078
|
631
631
|
frogml_proto/qwak/build_settings/build_settings_api_pb2_grpc.py,sha256=t62VlkIu6blH0hksweaVw-NoWijd8kNaMuEAj0zSa_g,6784
|
632
|
-
frogml_proto/qwak/build_settings/build_settings_pb2.py,sha256=
|
632
|
+
frogml_proto/qwak/build_settings/build_settings_pb2.py,sha256=kTXGZ8yhbNxffVL9-oLTOWuZvFgTTs72dhrcXHCjoOM,3271
|
633
633
|
frogml_proto/qwak/build_settings/build_settings_pb2.pyi,sha256=MMYamilVLTgHn-WmsIqRCI8K9QJSehtxAclPeP75CWA,7049
|
634
634
|
frogml_proto/qwak/build_settings/build_settings_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
635
|
-
frogml_proto/qwak/builds/build_pb2.py,sha256=
|
635
|
+
frogml_proto/qwak/builds/build_pb2.py,sha256=FJ4i8Q86Ib_aJa8LZX6V9QqyuFwVEaEcYSWoc7pcEIQ,8878
|
636
636
|
frogml_proto/qwak/builds/build_pb2.pyi,sha256=YGGVicG6kMMQpYDT67WCoy4NJN5-iB1tLPnlIiDR4aw,25381
|
637
637
|
frogml_proto/qwak/builds/build_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
638
|
-
frogml_proto/qwak/builds/build_url_pb2.py,sha256=
|
638
|
+
frogml_proto/qwak/builds/build_url_pb2.py,sha256=t19KHMs1nz1p4NynYQGTd7jgcdvFm-zIv-MVRN6Jm4o,4624
|
639
639
|
frogml_proto/qwak/builds/build_url_pb2.pyi,sha256=qaYyuLRHN2hOqYXlN9mKJo9gpggUnPmTVZIu-zNA0dI,11372
|
640
640
|
frogml_proto/qwak/builds/build_url_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
641
|
-
frogml_proto/qwak/builds/builds_orchestrator_service_pb2.py,sha256=
|
641
|
+
frogml_proto/qwak/builds/builds_orchestrator_service_pb2.py,sha256=tgzaIM_wOP31Wq9_MORw5tQm8btLxjDGoK7TAJUKeOQ,10630
|
642
642
|
frogml_proto/qwak/builds/builds_orchestrator_service_pb2.pyi,sha256=OA9gYL04o3F-GyqNCehijnVB1xPgqMIQZa1-Q1p9eTY,17778
|
643
643
|
frogml_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py,sha256=q5w4NQGA6FAY9b0RblzDL2qY2xdC1Wz6Y5tD86Pj3wg,22845
|
644
|
-
frogml_proto/qwak/builds/builds_pb2.py,sha256=
|
644
|
+
frogml_proto/qwak/builds/builds_pb2.py,sha256=2TTcjsbuFK_Zq5tEMefFTIm5n4MvjsdF4tbpeQxdpIk,20339
|
645
645
|
frogml_proto/qwak/builds/builds_pb2.pyi,sha256=tZPIpz0OrcLmHjPlCg2uGSFquCTp3djJjojsvhP8Xow,53726
|
646
646
|
frogml_proto/qwak/builds/builds_pb2_grpc.py,sha256=iL3tgBh9XhBudqhLK1t-pXRp8zNdFbhNOKsViixNHSQ,11573
|
647
|
-
frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py,sha256=
|
647
|
+
frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py,sha256=32a4e5gGT_Ld2B5rLIMKW6nMs_mKwwXMXC6SbRqCHFQ,2289
|
648
648
|
frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2.pyi,sha256=w4V-bVh7P80HlTSUHnsp6ZyroDh5SQChMXmopPv4Jg8,2365
|
649
649
|
frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2_grpc.py,sha256=c8vr3qdquYbMSL4VJQ1t0YJuPaUnvqwfSu1NXh0KWUQ,3102
|
650
|
-
frogml_proto/qwak/data_versioning/data_versioning_pb2.py,sha256=
|
650
|
+
frogml_proto/qwak/data_versioning/data_versioning_pb2.py,sha256=D-cqImypy2fvbAXzbn4LgY7ral8Gdquaa9BU0AYyB5I,1707
|
651
651
|
frogml_proto/qwak/data_versioning/data_versioning_pb2.pyi,sha256=xd2FCe7PizJv6yL_7Vh5cKkjY34-qibPGgFBuZ8gs2k,2697
|
652
652
|
frogml_proto/qwak/data_versioning/data_versioning_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
653
|
-
frogml_proto/qwak/data_versioning/data_versioning_service_pb2.py,sha256=
|
653
|
+
frogml_proto/qwak/data_versioning/data_versioning_service_pb2.py,sha256=gZqEKv8hGSjXb95o6ulwfRgGzZmDSuiqRjN8ZlY2aWA,2772
|
654
654
|
frogml_proto/qwak/data_versioning/data_versioning_service_pb2.pyi,sha256=E3Nz0B6RD5s9QuRu7khukmTdTk4FAaPw8I-3QBvjJZk,3178
|
655
655
|
frogml_proto/qwak/data_versioning/data_versioning_service_pb2_grpc.py,sha256=ap_9GMwzbPWLKYcpBf94-x2_P51ZqGwtACb-fVIvIkU,5029
|
656
|
-
frogml_proto/qwak/deployment/alert_pb2.py,sha256=
|
656
|
+
frogml_proto/qwak/deployment/alert_pb2.py,sha256=x_MWbnd8hWYiyQgnmp5A76NckIpt_CJopqKpZNX8haI,4633
|
657
657
|
frogml_proto/qwak/deployment/alert_pb2.pyi,sha256=koLUUpD3H7WkniA7aUdoIm9oyR1WhMLEJIbuHwYmBsQ,11276
|
658
658
|
frogml_proto/qwak/deployment/alert_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
659
|
-
frogml_proto/qwak/deployment/alert_service_pb2.py,sha256
|
659
|
+
frogml_proto/qwak/deployment/alert_service_pb2.py,sha256=-LLXETgsmU-H2DdCdn9u0ZLGuIVlgGV5-AxGOWi5fog,6008
|
660
660
|
frogml_proto/qwak/deployment/alert_service_pb2.pyi,sha256=8sHxwzLMOv6vKMQw3X1eqLNAnAOCoiUqqqslWMqg-kY,8829
|
661
661
|
frogml_proto/qwak/deployment/alert_service_pb2_grpc.py,sha256=26OcWJMuBMFGQ5MnMsG9TlrrRlpLxWc5IPMzzPlnCTk,12804
|
662
|
-
frogml_proto/qwak/deployment/deployment_messages_pb2.py,sha256=
|
662
|
+
frogml_proto/qwak/deployment/deployment_messages_pb2.py,sha256=WGCjbCxzHSKG-l2zr1O8YwWIQNEEgBlqxaWoib-k3Ck,1859
|
663
663
|
frogml_proto/qwak/deployment/deployment_messages_pb2.pyi,sha256=wFaOTCsjA5UXlALxu3nOALpx5j5ZsOKT2Wl6Mno7cfA,2750
|
664
664
|
frogml_proto/qwak/deployment/deployment_messages_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
665
|
-
frogml_proto/qwak/deployment/deployment_pb2.py,sha256=
|
665
|
+
frogml_proto/qwak/deployment/deployment_pb2.py,sha256=yJe7QEFazqsImBJU7fH8_IWLlRRpypO29Oyc7EWHviw,28481
|
666
666
|
frogml_proto/qwak/deployment/deployment_pb2.pyi,sha256=UIk8yp7HUqTNCV_qT-s3CX7ZWxe4soykI5smnaiUmY8,77054
|
667
667
|
frogml_proto/qwak/deployment/deployment_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
668
|
-
frogml_proto/qwak/deployment/deployment_service_pb2.py,sha256=
|
668
|
+
frogml_proto/qwak/deployment/deployment_service_pb2.py,sha256=Pd1MTaaWo5WQlBPdzSLcxFBPsncaAmnpjWTS2iGxRcY,25920
|
669
669
|
frogml_proto/qwak/deployment/deployment_service_pb2.pyi,sha256=U43wEm09zS8pyjl_bHqym9b778pgodxPl-LrsP8gTrc,40993
|
670
670
|
frogml_proto/qwak/deployment/deployment_service_pb2_grpc.py,sha256=JTfQWEXtDmSa7E_wlCPFGuWe4mWF3BhbU5kphAJmEUk,27757
|
671
|
-
frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py,sha256=
|
671
|
+
frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py,sha256=yMA3H4FzYTGkxVPxT1l0RIcwug8aR3AIei67eOmUYKM,3005
|
672
672
|
frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.pyi,sha256=hnVo03rTflR9nBvNIYqHf-RB5PfrxJhn3hnKgnTQ5ac,2448
|
673
673
|
frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2_grpc.py,sha256=yrYrxN01Ty295xL0HDECbKVudyw98UKxAP_qsYx1gTQ,5294
|
674
|
-
frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py,sha256=
|
674
|
+
frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py,sha256=rk5G7dbSDKNSXuOWIsWYS599bdk9qKe32p6HQcITHTc,1842
|
675
675
|
frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.pyi,sha256=685WP-kcl5wFSPW9H8wPRES9XSrRdFnIAOknpfMsrbc,1639
|
676
676
|
frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
677
|
-
frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.py,sha256=
|
677
|
+
frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.py,sha256=PG03kg1hJUO1t5DDfcjx7t69TizNw4Oj-_f6tYLLABs,6849
|
678
678
|
frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.pyi,sha256=eZhdgcdWYETdyH8uKi8qHfqx97_i_JTzlI2SY_Pppoc,17104
|
679
679
|
frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
680
|
-
frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py,sha256=
|
680
|
+
frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py,sha256=gdH3cHduFEU0g1-33ua8OhAdJmHgxQnFv1De6cKitXo,4251
|
681
681
|
frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.pyi,sha256=-AU-RXZ_GYQPFB_ESaaNDYkedS-TAp7AJe6ZMt6R6gg,5638
|
682
682
|
frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2_grpc.py,sha256=LzyOygLpd4x-FFRZ1qkxDOi2Kmj3nYrwMmperhT3jGs,8824
|
683
|
-
frogml_proto/qwak/ecosystem/v0/credentials_pb2.py,sha256=
|
683
|
+
frogml_proto/qwak/ecosystem/v0/credentials_pb2.py,sha256=9lirXOWwsRljAFjO6IV0p_1Sq4LOFsOMYRUvxQQiMfA,2580
|
684
684
|
frogml_proto/qwak/ecosystem/v0/credentials_pb2.pyi,sha256=7sxOny-BUipUxrEpBxKVNuJF3-N77Z6Ov1eWI-87Uoo,4098
|
685
685
|
frogml_proto/qwak/ecosystem/v0/credentials_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
686
|
-
frogml_proto/qwak/ecosystem/v0/ecosystem_pb2.py,sha256=
|
686
|
+
frogml_proto/qwak/ecosystem/v0/ecosystem_pb2.py,sha256=y-z2R9huh8F42u4dRf1s7m8YT24nOBK2-hTb8LZ_E4w,8313
|
687
687
|
frogml_proto/qwak/ecosystem/v0/ecosystem_pb2.pyi,sha256=pftVQ9_osUAmmwHlbESeZ14GvnRBQQTiEiljjViTmSk,16067
|
688
688
|
frogml_proto/qwak/ecosystem/v0/ecosystem_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
689
|
-
frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py,sha256=
|
689
|
+
frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py,sha256=xrUsTQJZwX8uzMbryAqZdJikOJ4zprB0NgcySgFJI3Q,9226
|
690
690
|
frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.pyi,sha256=qoGgIDToRKMaBf7Kd_yWL9u9_Wf4UvCt0IS-Qorfbs4,19570
|
691
691
|
frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2_grpc.py,sha256=gM-I23Wf72vukkIdAlMi8lJGMSOUFL0hqFeif-g7qNc,12834
|
692
|
-
frogml_proto/qwak/execution/v1/backfill_pb2.py,sha256=
|
692
|
+
frogml_proto/qwak/execution/v1/backfill_pb2.py,sha256=JeNTJE_8asf9RqypZoaEKFfTOiLNnBTGJJNEU_ta714,3704
|
693
693
|
frogml_proto/qwak/execution/v1/backfill_pb2.pyi,sha256=rk_RkyDpRSvjfvE1gwsA18eu6O6H4X9NcOH3cZ8pe_k,7984
|
694
694
|
frogml_proto/qwak/execution/v1/backfill_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
695
|
-
frogml_proto/qwak/execution/v1/batch_pb2.py,sha256=
|
695
|
+
frogml_proto/qwak/execution/v1/batch_pb2.py,sha256=9OnJa1Asngjruf1V5ovlU-HmOyvOIhfyLaZxlmQxSCo,2026
|
696
696
|
frogml_proto/qwak/execution/v1/batch_pb2.pyi,sha256=fAGm7u5WPQjzeEebx8IR7X9BKYjn99zkBdXRQqY7drg,3266
|
697
697
|
frogml_proto/qwak/execution/v1/batch_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
698
|
-
frogml_proto/qwak/execution/v1/deletion_pb2.py,sha256=
|
698
|
+
frogml_proto/qwak/execution/v1/deletion_pb2.py,sha256=oKrkhk8pi4lXxRhfQJA9S7mQsLxs2O9odWWSqXGZMcE,2178
|
699
699
|
frogml_proto/qwak/execution/v1/deletion_pb2.pyi,sha256=p-fc2b9avBMSRusZd088Qf4mP-QFHe1bu2jh0pMcPxk,3019
|
700
700
|
frogml_proto/qwak/execution/v1/deletion_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
701
|
-
frogml_proto/qwak/execution/v1/execution_pb2.py,sha256=
|
701
|
+
frogml_proto/qwak/execution/v1/execution_pb2.py,sha256=Oh6LJXP8xtdBP1ypzYSXZVuGUrFahcVHViD9NVvLKcI,5460
|
702
702
|
frogml_proto/qwak/execution/v1/execution_pb2.pyi,sha256=s9NI8fiD__6UCh_Z9OJH85P7E1m0gpc7LeCiKOGt7dk,12262
|
703
703
|
frogml_proto/qwak/execution/v1/execution_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
704
|
-
frogml_proto/qwak/execution/v1/execution_service_pb2.py,sha256=
|
704
|
+
frogml_proto/qwak/execution/v1/execution_service_pb2.py,sha256=B692BZ_RrQa8RkQrWKrj2yGd4pWxoaGvL09epVqqE9o,13137
|
705
705
|
frogml_proto/qwak/execution/v1/execution_service_pb2.pyi,sha256=9hugkhcmB5RuqcLOIueUNGL8wEeT9b02KZ65Mrt8DsY,20480
|
706
706
|
frogml_proto/qwak/execution/v1/execution_service_pb2_grpc.py,sha256=2FxKwOxkds11-PnRqL1rPCX2bPamtzxroHXHtCXHzsA,30261
|
707
|
-
frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py,sha256=
|
707
|
+
frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py,sha256=GodNan2FKzL0Zxxs49ZLtQcCCnXUiBxUttWpJWwOnYc,1384
|
708
708
|
frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.pyi,sha256=jogH_vPOywMvcctcqXKHEW0LyTCya0HAWo5nVP37jlM,769
|
709
709
|
frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
710
|
-
frogml_proto/qwak/execution/v1/jobs/job_pb2.py,sha256=
|
710
|
+
frogml_proto/qwak/execution/v1/jobs/job_pb2.py,sha256=zQl2t8JsfZb9UK7xfSyhvN9jj9eWUC4GbUEFJsRhm1I,5201
|
711
711
|
frogml_proto/qwak/execution/v1/jobs/job_pb2.pyi,sha256=RjjrcuGwjDeWCzeQ2HizAnGCMn7_H3nGwlLFvtQP9iM,14998
|
712
712
|
frogml_proto/qwak/execution/v1/jobs/job_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
713
|
-
frogml_proto/qwak/execution/v1/jobs/job_service_pb2.py,sha256=
|
713
|
+
frogml_proto/qwak/execution/v1/jobs/job_service_pb2.py,sha256=tmr9pWRUckvxbVw5alLO4CRDTKYU42IPHm5Dxoel6jg,10459
|
714
714
|
frogml_proto/qwak/execution/v1/jobs/job_service_pb2.pyi,sha256=6Ip1itqD3Qsw31adZCjJoCFBQhMLkvYdO4pnxjN2BPs,20640
|
715
715
|
frogml_proto/qwak/execution/v1/jobs/job_service_pb2_grpc.py,sha256=-kV9PmFUZBUrh0nLjStG8R9LI99zY2NRYOCY7jL7mps,23232
|
716
|
-
frogml_proto/qwak/execution/v1/jobs/reports/report_pb2.py,sha256=
|
716
|
+
frogml_proto/qwak/execution/v1/jobs/reports/report_pb2.py,sha256=AvJwnVvKC--IS0kZwUHnxVjl6Qrc9s3yUcz0hPTbdMc,5336
|
717
717
|
frogml_proto/qwak/execution/v1/jobs/reports/report_pb2.pyi,sha256=ypFgD1wvZhhkqYLBCV3EeVDUHkmGadZztf14BHLXOlI,13610
|
718
718
|
frogml_proto/qwak/execution/v1/jobs/reports/report_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
719
|
-
frogml_proto/qwak/execution/v1/state/execution_state_pb2.py,sha256=
|
719
|
+
frogml_proto/qwak/execution/v1/state/execution_state_pb2.py,sha256=QYDa7kU34NrIJRxy4COMSHkRSTUbsJmveK6VRag1i9c,1828
|
720
720
|
frogml_proto/qwak/execution/v1/state/execution_state_pb2.pyi,sha256=OPbr0pO5CyZWcahpIdKK86JR_KSY_bsWKpXAjCaML8M,1991
|
721
721
|
frogml_proto/qwak/execution/v1/state/execution_state_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
722
|
-
frogml_proto/qwak/execution/v1/state/execution_state_service_pb2.py,sha256=
|
722
|
+
frogml_proto/qwak/execution/v1/state/execution_state_service_pb2.py,sha256=Ic91nk8K-PqhrQAtTn1Ml7K5ZvJSS8Dmx3IoKLoiXP0,6036
|
723
723
|
frogml_proto/qwak/execution/v1/state/execution_state_service_pb2.pyi,sha256=p2B2hTKs3wAx8_OAMyA0ljd0Yit-pNm66k8bShDRsnY,8008
|
724
724
|
frogml_proto/qwak/execution/v1/state/execution_state_service_pb2_grpc.py,sha256=VK5e25d_B8UlRdgJbyxjQlcFiuhO7H2QbfgHd4aAZz0,14213
|
725
|
-
frogml_proto/qwak/execution/v1/state/featureset_state_pb2.py,sha256=
|
725
|
+
frogml_proto/qwak/execution/v1/state/featureset_state_pb2.py,sha256=s4_xTooRactik_D2lIOChrmlvcVd0U0jbV1OYfO7vwE,1454
|
726
726
|
frogml_proto/qwak/execution/v1/state/featureset_state_pb2.pyi,sha256=ZbN29TTrzJ2wptWObPe5vooLEomor2z309yeask1lp8,1272
|
727
727
|
frogml_proto/qwak/execution/v1/state/featureset_state_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
728
|
-
frogml_proto/qwak/execution/v1/state/spark_execution_state_pb2.py,sha256=
|
728
|
+
frogml_proto/qwak/execution/v1/state/spark_execution_state_pb2.py,sha256=r2HA_bEu6cQyYHGDry3TINIs-PorhHKXHEbE0V2-4fw,3912
|
729
729
|
frogml_proto/qwak/execution/v1/state/spark_execution_state_pb2.pyi,sha256=RNuqy-wJU625PBzmiUXLtBFoP_zlRDuyVVuCWnMRrSQ,7677
|
730
730
|
frogml_proto/qwak/execution/v1/state/spark_execution_state_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
731
|
-
frogml_proto/qwak/execution/v1/streaming_aggregation_pb2.py,sha256=
|
731
|
+
frogml_proto/qwak/execution/v1/streaming_aggregation_pb2.py,sha256=XTRWPGLNbw15C29e-O6lwmM4nREaxufsXNnwCgvDgbc,2383
|
732
732
|
frogml_proto/qwak/execution/v1/streaming_aggregation_pb2.pyi,sha256=9fYbAdTDz7q5Ekok9yL4PjNNwtcYy-Ep3BaIny7-DJc,3514
|
733
733
|
frogml_proto/qwak/execution/v1/streaming_aggregation_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
734
|
-
frogml_proto/qwak/execution/v1/streaming_pb2.py,sha256=
|
734
|
+
frogml_proto/qwak/execution/v1/streaming_pb2.py,sha256=dEWLbqz6xx72OQJmjc3FFXj6oWYr6tZUDkNbMde-Eo4,2116
|
735
735
|
frogml_proto/qwak/execution/v1/streaming_pb2.pyi,sha256=23b3FBXUvbcNWqLNU-H-GE9a00ZFUOu5vpCu-EhsCUc,2938
|
736
736
|
frogml_proto/qwak/execution/v1/streaming_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
737
|
-
frogml_proto/qwak/feature_store/entities/entity_pb2.py,sha256=
|
737
|
+
frogml_proto/qwak/feature_store/entities/entity_pb2.py,sha256=etSjeppB1jnB61pqykHumvqF8L1OPqujkf25sDzTT2w,3124
|
738
738
|
frogml_proto/qwak/feature_store/entities/entity_pb2.pyi,sha256=1e5hV4Jtm7Q3GZCcD4tU9ka-cjArwDcf2SfVylOl2LY,6713
|
739
739
|
frogml_proto/qwak/feature_store/entities/entity_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
740
|
-
frogml_proto/qwak/feature_store/entities/entity_service_pb2.py,sha256=
|
740
|
+
frogml_proto/qwak/feature_store/entities/entity_service_pb2.py,sha256=SAwaxahbv8B2JYRVDha5hECb5r28m7ybkXWSQzOWLGg,4827
|
741
741
|
frogml_proto/qwak/feature_store/entities/entity_service_pb2.pyi,sha256=btFNWOdU85v6hneKmlIkGlwgL_Rh3ofe21_39FUXNhg,7578
|
742
742
|
frogml_proto/qwak/feature_store/entities/entity_service_pb2_grpc.py,sha256=-LCQUmJBBg_GFYfyTHcIYnCEKeqtPx3znAPKNvumyU8,12257
|
743
|
-
frogml_proto/qwak/feature_store/features/aggregation_pb2.py,sha256=
|
743
|
+
frogml_proto/qwak/feature_store/features/aggregation_pb2.py,sha256=p6w1C5eR0Ox3BPIkMYJOuVTu6FwrqTA8vI15PWCNWN8,5712
|
744
744
|
frogml_proto/qwak/feature_store/features/aggregation_pb2.pyi,sha256=nJOMIyOf9GOt0O_r6adwlL_jNTi6kFoFk8DCrtLZLLY,12882
|
745
745
|
frogml_proto/qwak/feature_store/features/aggregation_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
746
|
-
frogml_proto/qwak/feature_store/features/deployment_pb2.py,sha256=
|
746
|
+
frogml_proto/qwak/feature_store/features/deployment_pb2.py,sha256=stomwnmDaysiCOPOY6dXMDC4fCIGP71WEBWJUot_vys,7190
|
747
747
|
frogml_proto/qwak/feature_store/features/deployment_pb2.pyi,sha256=Jiz8P_BTj5rU5AnaVrq5LMCOrNKjkT4VzFiJp0Vh7Lo,19227
|
748
748
|
frogml_proto/qwak/feature_store/features/deployment_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
749
|
-
frogml_proto/qwak/feature_store/features/deployment_service_pb2.py,sha256=
|
749
|
+
frogml_proto/qwak/feature_store/features/deployment_service_pb2.py,sha256=AtY4q3-s5FtXfdie5Nqr8cRAcv7MajszNSjcBc6vkSs,2320
|
750
750
|
frogml_proto/qwak/feature_store/features/deployment_service_pb2.pyi,sha256=CTrOiFaop6RnNtf6cfqafOgNSA9wI7sIY5URLfU09hU,1650
|
751
751
|
frogml_proto/qwak/feature_store/features/deployment_service_pb2_grpc.py,sha256=aKQhpUMf0rHTl2KyFQnN2Fm0scWP4XDi8jUeFDCn7JY,3294
|
752
|
-
frogml_proto/qwak/feature_store/features/execution_pb2.py,sha256=
|
752
|
+
frogml_proto/qwak/feature_store/features/execution_pb2.py,sha256=bMwSp_ZR5Y9tLO0Z80NCMbj3I_1rwCbmAtYlPwhCO40,3547
|
753
753
|
frogml_proto/qwak/feature_store/features/execution_pb2.pyi,sha256=KBpxzsF6fMkzOKeXVBsbysGOS17OxUrXXmoUsV0QlqY,8604
|
754
754
|
frogml_proto/qwak/feature_store/features/execution_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
755
|
-
frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2.py,sha256=
|
755
|
+
frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2.py,sha256=DVkolbMtSFucd0l-088ug7DGA2TUf78OHDPyRE5yM-M,1723
|
756
756
|
frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2.pyi,sha256=sEmq12SVwQSyVGz8mic6ENWnEr1sJXF5LpBjw8vJmys,1226
|
757
757
|
frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
758
|
-
frogml_proto/qwak/feature_store/features/feature_set_pb2.py,sha256=
|
758
|
+
frogml_proto/qwak/feature_store/features/feature_set_pb2.py,sha256=OoaOR5kZyr253SN5i2h4aeCC5_JD1RTVZay_wvE46rM,10507
|
759
759
|
frogml_proto/qwak/feature_store/features/feature_set_pb2.pyi,sha256=-BN6qKizZwgZrIou1b_l7c49dtLitXW3oUOSUoFTk0k,22300
|
760
760
|
frogml_proto/qwak/feature_store/features/feature_set_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
761
|
-
frogml_proto/qwak/feature_store/features/feature_set_service_pb2.py,sha256=
|
761
|
+
frogml_proto/qwak/feature_store/features/feature_set_service_pb2.py,sha256=1zIlMlKdUrzUlL5KP9iC83xgNenJ47XlvXhL0nIvgp0,16546
|
762
762
|
frogml_proto/qwak/feature_store/features/feature_set_service_pb2.pyi,sha256=YH2VDwMtvqBDzsNcMeC07Oo7O9XVsJQPA-leX38KFWo,26645
|
763
763
|
frogml_proto/qwak/feature_store/features/feature_set_service_pb2_grpc.py,sha256=beQqGIpPYV1R25cY8ZHu2Qbqhdz4B5oaaUPpg7J7tjg,43686
|
764
|
-
frogml_proto/qwak/feature_store/features/feature_set_state_pb2.py,sha256=
|
764
|
+
frogml_proto/qwak/feature_store/features/feature_set_state_pb2.py,sha256=NCNgsUSs41qx8Dj2xeow_GlaGEfNr3DYso6PiHgT2dQ,6220
|
765
765
|
frogml_proto/qwak/feature_store/features/feature_set_state_pb2.pyi,sha256=8XYM1VvPDpl71qJH5BVjwkRvv4tVYq3EzscAUl81LDQ,14071
|
766
766
|
frogml_proto/qwak/feature_store/features/feature_set_state_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
767
|
-
frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2.py,sha256=
|
767
|
+
frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2.py,sha256=AgttcGwuJNnkPADwLi1w1W4W9oVES3fc8Ok1iL1bp20,5062
|
768
768
|
frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2.pyi,sha256=B4n0NG9y_johGTypJLSvl8k2_DtNCI8ZsDzGQ2oVkaw,6911
|
769
769
|
frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2_grpc.py,sha256=cZRumlpDjHGjb_6IvqgVM45ns3U7yoW-0KX8_XJn628,11648
|
770
|
-
frogml_proto/qwak/feature_store/features/feature_set_types_pb2.py,sha256=
|
770
|
+
frogml_proto/qwak/feature_store/features/feature_set_types_pb2.py,sha256=fiDG3ks3LfeRNnHkL-fpGGDXl9eX0tzGBxkqg6JLt3s,16496
|
771
771
|
frogml_proto/qwak/feature_store/features/feature_set_types_pb2.pyi,sha256=Q8Xc-gAwsKZm0UjAYo58lYSZdsavM6QY1eTsjboF1To,43855
|
772
772
|
frogml_proto/qwak/feature_store/features/feature_set_types_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
773
|
-
frogml_proto/qwak/feature_store/features/monitoring_pb2.py,sha256=
|
773
|
+
frogml_proto/qwak/feature_store/features/monitoring_pb2.py,sha256=sFl26pfOFdFFEcAg-VA4pCJvxa5Sp-qBHe1_5HJvuLI,1855
|
774
774
|
frogml_proto/qwak/feature_store/features/monitoring_pb2.pyi,sha256=MV8BvUlbVIyzqTJzzkBP2zodvYlpEtzYw221BkoOYXI,2428
|
775
775
|
frogml_proto/qwak/feature_store/features/monitoring_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
776
|
-
frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py,sha256=
|
776
|
+
frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py,sha256=D2rXK9cExYLHgvDGc2NI0OgF5DA_bzN9DNEksfLtP4U,7296
|
777
777
|
frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.pyi,sha256=c4_SgKlAUwNwL5JlTvaesB0smfJPTPwR-840dVvjkPU,18576
|
778
778
|
frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
779
|
-
frogml_proto/qwak/feature_store/jobs/job_pb2.py,sha256=
|
779
|
+
frogml_proto/qwak/feature_store/jobs/job_pb2.py,sha256=CPvgDJrXQU5uzUDj71OaWPO480Q7oaOnRklP4n0q0dU,3031
|
780
780
|
frogml_proto/qwak/feature_store/jobs/job_pb2.pyi,sha256=UPNSXsaeHQeZmZ8JHeaToPbp_PW_Xj69vi4nHLEKaJ8,7323
|
781
781
|
frogml_proto/qwak/feature_store/jobs/job_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
782
|
-
frogml_proto/qwak/feature_store/jobs/job_service_pb2.py,sha256=
|
782
|
+
frogml_proto/qwak/feature_store/jobs/job_service_pb2.py,sha256=Rn3v8xd8yj0FQ2G0M3uPMAqO_NTZzVzn6cZYp7zlnxA,5048
|
783
783
|
frogml_proto/qwak/feature_store/jobs/job_service_pb2.pyi,sha256=OSzX9gWX5sfVG6cGmpEtfs4HGI-Kx5IW_R2USIz7m98,9094
|
784
784
|
frogml_proto/qwak/feature_store/jobs/job_service_pb2_grpc.py,sha256=jLIi2rdw1G5X7-cpKEkRknuNUc8iQ4lR9-y-0V1ci5M,12091
|
785
|
-
frogml_proto/qwak/feature_store/jobs/v1/job_pb2.py,sha256=
|
785
|
+
frogml_proto/qwak/feature_store/jobs/v1/job_pb2.py,sha256=qu-GWjNFye-xDeyNuEIObhBHYFwbifG7aAlWxMZxpUk,3099
|
786
786
|
frogml_proto/qwak/feature_store/jobs/v1/job_pb2.pyi,sha256=tdXYhzo66OqGakylx-cQkjEvJdgqOgzd4sp73f8j2CE,7410
|
787
787
|
frogml_proto/qwak/feature_store/jobs/v1/job_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
788
|
-
frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.py,sha256=
|
788
|
+
frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.py,sha256=lpUt9zqneFdoZbn6d4dubBdsWyq8sruM31uDcg-wZNw,7473
|
789
789
|
frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.pyi,sha256=xv5A4PDffjBdcWokNO7lxTLfWW5G-YqUXPBsDSVR5nM,14178
|
790
790
|
frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2_grpc.py,sha256=z9JmMsr6730bYRpKcyaHuJGfwddDIPgoYaxVzmlC8iU,18466
|
791
|
-
frogml_proto/qwak/feature_store/platform/platform_details_pb2.py,sha256=
|
791
|
+
frogml_proto/qwak/feature_store/platform/platform_details_pb2.py,sha256=csn6DJ4kW24-PxviyCFVtgbi8ArWBb_IKBKkbXntw4s,1918
|
792
792
|
frogml_proto/qwak/feature_store/platform/platform_details_pb2.pyi,sha256=k1L4pBAFrxRt2PbbF_Im2dyVhFPkrYpmdtOdiyPQhQs,2108
|
793
793
|
frogml_proto/qwak/feature_store/platform/platform_details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
794
|
-
frogml_proto/qwak/feature_store/reports/report_pb2.py,sha256=
|
794
|
+
frogml_proto/qwak/feature_store/reports/report_pb2.py,sha256=bNSVfsb9nwF7Ocb38wWLGL2xtN9yHYmSS8Q8POm8ues,3315
|
795
795
|
frogml_proto/qwak/feature_store/reports/report_pb2.pyi,sha256=qcHoPr3wNQ5-dyCSwuJ5VdpzlzLKGJysY_K3appd1WM,7436
|
796
796
|
frogml_proto/qwak/feature_store/reports/report_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
797
|
-
frogml_proto/qwak/feature_store/repository/common/platform_pb2.py,sha256=
|
797
|
+
frogml_proto/qwak/feature_store/repository/common/platform_pb2.py,sha256=JSPAYhelaW7CD_KZCq8N9gx33rgRJNxdwDeRpCxQddk,1989
|
798
798
|
frogml_proto/qwak/feature_store/repository/common/platform_pb2.pyi,sha256=FpO12GJAtApZfCHaASsmjQOx-IEP14xiO-yUMb87kUk,2682
|
799
799
|
frogml_proto/qwak/feature_store/repository/common/platform_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
800
|
-
frogml_proto/qwak/feature_store/serving/management_pb2.py,sha256=
|
800
|
+
frogml_proto/qwak/feature_store/serving/management_pb2.py,sha256=ug6Bib8a11m_XiQQzbko5yifX6p2lFJEcN2lPER8_Uo,2954
|
801
801
|
frogml_proto/qwak/feature_store/serving/management_pb2.pyi,sha256=2ExtA-ih-U4M_KYhFaTxzeh5_yK06ahpTZ8htUhINZc,2778
|
802
802
|
frogml_proto/qwak/feature_store/serving/management_pb2_grpc.py,sha256=oQAF5jO94BcBLH6ew2HC6744B8Bk1dlPrybBhpIRe1Y,5437
|
803
|
-
frogml_proto/qwak/feature_store/serving/metadata_pb2.py,sha256=
|
803
|
+
frogml_proto/qwak/feature_store/serving/metadata_pb2.py,sha256=47FrDVizf9hVm0ZtUu2qhCeL6tf4zl7WBC7ybu7S48Y,3575
|
804
804
|
frogml_proto/qwak/feature_store/serving/metadata_pb2.pyi,sha256=BoKTu9Es3hPs2QLYCZvS1jziRSqpb097OafpLp3bblA,7733
|
805
805
|
frogml_proto/qwak/feature_store/serving/metadata_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
806
|
-
frogml_proto/qwak/feature_store/serving/serving_pb2.py,sha256=
|
806
|
+
frogml_proto/qwak/feature_store/serving/serving_pb2.py,sha256=yPyYI8m01QRn1NHce2S2wI8J_DoxThHtxp-tZqT2x5Y,9111
|
807
807
|
frogml_proto/qwak/feature_store/serving/serving_pb2.pyi,sha256=nKfOCD1PEDosY20JYk7d1BUW7DIlFdy4iCC_ZMa86xA,20355
|
808
808
|
frogml_proto/qwak/feature_store/serving/serving_pb2_grpc.py,sha256=34z2urm_j4E1p4Z1gFCb7fg4HUdjxPFjCOXlT155_YQ,4810
|
809
|
-
frogml_proto/qwak/feature_store/serving/v1/value_pb2.py,sha256=
|
809
|
+
frogml_proto/qwak/feature_store/serving/v1/value_pb2.py,sha256=A8vRE22p0PvwmzeE6ZDjmaiFslcW_gH3ZQ3IzRA0qgQ,2051
|
810
810
|
frogml_proto/qwak/feature_store/serving/v1/value_pb2.pyi,sha256=ngwdxA2ais10BD2jvDfx9I6--guIFWO363HMN6Sls0Y,4000
|
811
811
|
frogml_proto/qwak/feature_store/serving/v1/value_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
812
|
-
frogml_proto/qwak/feature_store/sinks/sink_pb2.py,sha256=
|
812
|
+
frogml_proto/qwak/feature_store/sinks/sink_pb2.py,sha256=IYZeQ0pcfvjrYkYZXCeNl6GtH6VhFbRjy5ypKBE0xZI,2887
|
813
813
|
frogml_proto/qwak/feature_store/sinks/sink_pb2.pyi,sha256=3nNMMk0_EA9IEFe8oPaR82MlzGRxcNO6ATr1h65rrwE,6278
|
814
814
|
frogml_proto/qwak/feature_store/sinks/sink_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
815
|
-
frogml_proto/qwak/feature_store/sources/batch_pb2.py,sha256=
|
815
|
+
frogml_proto/qwak/feature_store/sources/batch_pb2.py,sha256=5MLZXoavg_zJtkFQJ_up6Vn9fCojmvxuCOA6EGQJpMU,14479
|
816
816
|
frogml_proto/qwak/feature_store/sources/batch_pb2.pyi,sha256=RLTamMG6ssUj7z97txV6ZwBPjInOC3Isfpk1O4yvyHo,43393
|
817
817
|
frogml_proto/qwak/feature_store/sources/batch_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
818
|
-
frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2.py,sha256=
|
818
|
+
frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2.py,sha256=i2M8u_OVy1Zzk2LbbujdvnkyJ7Wa1TU_0rdanSOu6aA,1710
|
819
819
|
frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2.pyi,sha256=vNTcjSfyTgWQ4QFwhMSM0Hectaqmv5ouYOZSF0Yfki4,1229
|
820
820
|
frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
821
|
-
frogml_proto/qwak/feature_store/sources/data_source_pb2.py,sha256=
|
821
|
+
frogml_proto/qwak/feature_store/sources/data_source_pb2.py,sha256=2Q03Fd6jeo-kvCKYA6XmNmly6jIdDCHrnD0RdPp_xsw,4639
|
822
822
|
frogml_proto/qwak/feature_store/sources/data_source_pb2.pyi,sha256=gavTaSY12lz-S0aerHLSKD7tzDDMObqeUZKf-EAfxFE,8773
|
823
823
|
frogml_proto/qwak/feature_store/sources/data_source_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
824
|
-
frogml_proto/qwak/feature_store/sources/data_source_service_pb2.py,sha256=
|
824
|
+
frogml_proto/qwak/feature_store/sources/data_source_service_pb2.py,sha256=vBMY38_xBMpNy3mGoVDoCfBqoLFsLY74tVilki7perc,6242
|
825
825
|
frogml_proto/qwak/feature_store/sources/data_source_service_pb2.pyi,sha256=6sotd6lReW8R4nZlqVzspdNvtSgoSG-Ui8lPKegSEts,9413
|
826
826
|
frogml_proto/qwak/feature_store/sources/data_source_service_pb2_grpc.py,sha256=LEn3H0eBzwC5G3dDRYq-mxmsDW1c-D8i27PSzudZCCM,17072
|
827
|
-
frogml_proto/qwak/feature_store/sources/streaming_pb2.py,sha256=
|
827
|
+
frogml_proto/qwak/feature_store/sources/streaming_pb2.py,sha256=PHl4pF-x-fiSqwlHNxqdgGsbVgPSKQXeYziWDwhjkis,6238
|
828
828
|
frogml_proto/qwak/feature_store/sources/streaming_pb2.pyi,sha256=Gl9XE_awS5aLpFEW9m-sxwWxvcI3l_6EIq8OjBRzqnU,15942
|
829
829
|
frogml_proto/qwak/feature_store/sources/streaming_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
830
|
-
frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py,sha256=
|
830
|
+
frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py,sha256=TW1jJV9t42OWEwjjhwrCquimJJ8NLOrbOyBdqhHZRSk,1472
|
831
831
|
frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.pyi,sha256=S6F_Ugmy7LGP0eMrUpFQv3h-yaVAgTqEhIgGHNu_CP4,752
|
832
832
|
frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
833
|
-
frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py,sha256
|
833
|
+
frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py,sha256=-4uVh5gp0r8qG0kIuTK0A7k1YJx431mxhAu2DWV3wHU,2348
|
834
834
|
frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.pyi,sha256=YiyanY3mYTkXp92oG0HbLxhCZVX_KUSKntjPPmpCFH0,3300
|
835
835
|
frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
836
|
-
frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py,sha256=
|
836
|
+
frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py,sha256=VfrTWjPKR5WRC6zJlwMbbn0iZ2dc5wpCahUlVnKrH2M,3662
|
837
837
|
frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.pyi,sha256=dmf7pQ8ac8dMoG-yTPNGYcqI3i_aJagzAuVRk1sDm4c,3978
|
838
838
|
frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2_grpc.py,sha256=vDItq1YEaxnErMyswclxAKrEJ_MssqDqU6Ncj-bW_QU,5909
|
839
|
-
frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py,sha256=
|
839
|
+
frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py,sha256=VWh0me7OpAPkmMWpppJSpMoYQ9Q-GquCqr9vAxQlpPI,2150
|
840
840
|
frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.pyi,sha256=jmrIw0qDsqqu_kwLkBoszvfUgaZlu6iIqao-kXEsX5U,1467
|
841
841
|
frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2_grpc.py,sha256=J_DlFIAsT1aezJoKp98ZyUdzH71r6BkTHb1fBmeHkwA,3536
|
842
|
-
frogml_proto/qwak/features_operator/v1/features_operator_pb2.py,sha256=
|
842
|
+
frogml_proto/qwak/features_operator/v1/features_operator_pb2.py,sha256=f-0D6TRqiwFimvjm597nvmCKsJRvcoULg102M9LS3HY,2725
|
843
843
|
frogml_proto/qwak/features_operator/v1/features_operator_pb2.pyi,sha256=kFNkGwbmd3B6k4VMDdRpK1Pyznkx-yRadoTXwJe1kjI,5122
|
844
844
|
frogml_proto/qwak/features_operator/v1/features_operator_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
845
|
-
frogml_proto/qwak/features_operator/v1/features_operator_service_pb2.py,sha256=
|
845
|
+
frogml_proto/qwak/features_operator/v1/features_operator_service_pb2.py,sha256=ClE_Ith8yU1p7SHmox5q0ASuhmHZjSULs1dTxK46cdQ,3002
|
846
846
|
frogml_proto/qwak/features_operator/v1/features_operator_service_pb2.pyi,sha256=uSqVA-wpb13g-l38zrd_UX9aRsYJzAMY3BW9RvSxXmg,4235
|
847
847
|
frogml_proto/qwak/features_operator/v1/features_operator_service_pb2_grpc.py,sha256=ZeIk7wV9oS3KwC-0_8EamXMEMZZ0VWXy8BH24-4IAus,5152
|
848
|
-
frogml_proto/qwak/features_operator/v2/features_operator_pb2.py,sha256=
|
848
|
+
frogml_proto/qwak/features_operator/v2/features_operator_pb2.py,sha256=AcrAMNIt1mSsfITmPL3yRNJX__C2OdJ580r3eko-d34,2889
|
849
849
|
frogml_proto/qwak/features_operator/v2/features_operator_pb2.pyi,sha256=6UWOQ9ftjSKYekpCvreHcYOEbeKn6GhZPMVDGohlXAk,5363
|
850
850
|
frogml_proto/qwak/features_operator/v2/features_operator_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
851
|
-
frogml_proto/qwak/features_operator/v2/features_operator_service_pb2.py,sha256=
|
851
|
+
frogml_proto/qwak/features_operator/v2/features_operator_service_pb2.py,sha256=r4_ILERz44fucksa22UpVBK-662DumoLfcg1x0eCn50,3224
|
852
852
|
frogml_proto/qwak/features_operator/v2/features_operator_service_pb2.pyi,sha256=VdAnKM7Q51hmOfaKwwhIWIBUybsdhpK1GxZJacdIVGY,4270
|
853
853
|
frogml_proto/qwak/features_operator/v2/features_operator_service_pb2_grpc.py,sha256=vBn-cKUHtYY0V-xn1QoCNAqUPvkw-hf1s44bCWEZcYE,5152
|
854
|
-
frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py,sha256=
|
854
|
+
frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py,sha256=EtspPfBMM9ZFYFAcnIkPEnPIXjIEuUEeA6htqpctY5Q,5993
|
855
855
|
frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2.pyi,sha256=0ebF9vIDV56ZonODT0-zixXO0xNCs7Zf5LTlpyiaohU,11888
|
856
856
|
frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2_grpc.py,sha256=rTegD-ct-b-MnPIq9ktL98UOoRzCUCNG_C5luqprnO0,9459
|
857
|
-
frogml_proto/qwak/features_operator/v3/features_operator_pb2.py,sha256=
|
857
|
+
frogml_proto/qwak/features_operator/v3/features_operator_pb2.py,sha256=HRIS-HFCBcxqJUFRBSuKlfA5DROAYh4i1j0WMKgNnZI,2912
|
858
858
|
frogml_proto/qwak/features_operator/v3/features_operator_pb2.pyi,sha256=YtjHx0b5mxe0xe3Vzp97UxIrtXX98FDboY7cRI8TMwo,5484
|
859
859
|
frogml_proto/qwak/features_operator/v3/features_operator_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
860
|
-
frogml_proto/qwak/file_versioning/file_versioning_pb2.py,sha256=
|
860
|
+
frogml_proto/qwak/file_versioning/file_versioning_pb2.py,sha256=JBPRlTDSLNbyHXPofo9tic9-zrbgOkLFkHaIS3cyzUk,2198
|
861
861
|
frogml_proto/qwak/file_versioning/file_versioning_pb2.pyi,sha256=IMwPZgh4c2nzHQ_kd1gPCcxRNQ1UECIuqAVHgcBL4xQ,4026
|
862
862
|
frogml_proto/qwak/file_versioning/file_versioning_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
863
|
-
frogml_proto/qwak/file_versioning/file_versioning_service_pb2.py,sha256=
|
863
|
+
frogml_proto/qwak/file_versioning/file_versioning_service_pb2.py,sha256=pk63IAzVJ-_oidxXDQZ-BCzsLuwlEbNCQiBlnj70EKo,2769
|
864
864
|
frogml_proto/qwak/file_versioning/file_versioning_service_pb2.pyi,sha256=jc5uvQIIDVRJ2RaRTDX9uwd25mQ4FNmH_9uxcDMKsRM,3178
|
865
865
|
frogml_proto/qwak/file_versioning/file_versioning_service_pb2_grpc.py,sha256=JRLNML9FviSZx-2vZofvFmtKK8xpuaRDxF3fcitmMrI,5029
|
866
|
-
frogml_proto/qwak/fitness_service/constructs_pb2.py,sha256=
|
866
|
+
frogml_proto/qwak/fitness_service/constructs_pb2.py,sha256=dCsHz301uzmphHmmpBna5joaqPIB8J_Aj7qFZI-DRoI,4228
|
867
867
|
frogml_proto/qwak/fitness_service/constructs_pb2.pyi,sha256=e9JRxhSaoWRZPeuepaoRmYziNrX26uhVteITUvVwtZk,11560
|
868
868
|
frogml_proto/qwak/fitness_service/constructs_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
869
|
-
frogml_proto/qwak/fitness_service/fitness_pb2.py,sha256=
|
869
|
+
frogml_proto/qwak/fitness_service/fitness_pb2.py,sha256=_G5SEIfx_5SbqIupc-b0COBZsyet_kUGLH_J7pMvD6Y,2753
|
870
870
|
frogml_proto/qwak/fitness_service/fitness_pb2.pyi,sha256=0bhce22_VOOhXoA7MNWEM2liqy_khM9P9VOFv5GcVoE,6309
|
871
871
|
frogml_proto/qwak/fitness_service/fitness_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
872
|
-
frogml_proto/qwak/fitness_service/fitness_service_pb2.py,sha256=
|
872
|
+
frogml_proto/qwak/fitness_service/fitness_service_pb2.py,sha256=lo13le6coLXmdwu9wBPbdER8o3vhz1j1BDiQaCv5ycc,3672
|
873
873
|
frogml_proto/qwak/fitness_service/fitness_service_pb2.pyi,sha256=MRjFt7DSeAX_dkVujBDREkuAJyDZVUVKXfubrt4O7zc,4059
|
874
874
|
frogml_proto/qwak/fitness_service/fitness_service_pb2_grpc.py,sha256=E18sexzm5C1A4OzuuDw5MPU_gNmjWTjIdMGl6UpyBNA,8547
|
875
|
-
frogml_proto/qwak/fitness_service/status_pb2.py,sha256=
|
875
|
+
frogml_proto/qwak/fitness_service/status_pb2.py,sha256=SGNBR6SIGEw5PfryyV-c5n-dMNMwKQEPS4-zXvm5nsg,4889
|
876
876
|
frogml_proto/qwak/fitness_service/status_pb2.pyi,sha256=i2MhYQtfxosJbFbwr8Y5Bit4_4QhL4Z85F_UIhBvwTE,12440
|
877
877
|
frogml_proto/qwak/fitness_service/status_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
878
|
-
frogml_proto/qwak/inference/feedback/feedback_pb2.py,sha256=
|
878
|
+
frogml_proto/qwak/inference/feedback/feedback_pb2.py,sha256=wSg66Z4maYAa-JKtiG4IFUWpEjBIVrb7B1Q9SOxqPxg,5002
|
879
879
|
frogml_proto/qwak/inference/feedback/feedback_pb2.pyi,sha256=_gURfNxm6IMCDeAqEm1wP6oGmmvBedfktPsioOb0eiw,10867
|
880
880
|
frogml_proto/qwak/inference/feedback/feedback_pb2_grpc.py,sha256=XaZ2CtNxByqhkxpk5B36JsVKdlJIgVIIL7o4_l6_BfY,4701
|
881
|
-
frogml_proto/qwak/instance_template/instance_template_pb2.py,sha256=
|
881
|
+
frogml_proto/qwak/instance_template/instance_template_pb2.py,sha256=pLGrhOZp7B842C9fu54kuVYb1wRSIbA8jmw4w6xrR1k,2755
|
882
882
|
frogml_proto/qwak/instance_template/instance_template_pb2.pyi,sha256=CWVTrRmuYTqXI1JzvvQonGWNtvtee6JPBC7_wDXUv5E,4697
|
883
883
|
frogml_proto/qwak/instance_template/instance_template_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
884
|
-
frogml_proto/qwak/instance_template/instance_template_service_pb2.py,sha256=
|
884
|
+
frogml_proto/qwak/instance_template/instance_template_service_pb2.py,sha256=_vBmd4m9jDl4zymUbWd5Tl9VGCj6_tX73W9nZb9oSGs,2886
|
885
885
|
frogml_proto/qwak/instance_template/instance_template_service_pb2.pyi,sha256=ICzc61e6_76mLXIbkIuxxgVEOhBndSmWq4aodI7HWj4,3310
|
886
886
|
frogml_proto/qwak/instance_template/instance_template_service_pb2_grpc.py,sha256=leZFwKjLazycqk37oFWc-Q5H6nh7D9Hd9QH1YyWCHts,5241
|
887
|
-
frogml_proto/qwak/integration/hugging_face_integration_pb2.py,sha256=
|
887
|
+
frogml_proto/qwak/integration/hugging_face_integration_pb2.py,sha256=A6Z3IN3euuQ58_GOc4L5Xp8dkjHatyjqMQ3ZwyjXybw,2826
|
888
888
|
frogml_proto/qwak/integration/hugging_face_integration_pb2.pyi,sha256=i4uj9UwKIq1dT4yDcDWuM4nlpBR-GN1lW2yUksKVsHQ,4973
|
889
889
|
frogml_proto/qwak/integration/hugging_face_integration_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
890
|
-
frogml_proto/qwak/integration/integration_pb2.py,sha256=
|
890
|
+
frogml_proto/qwak/integration/integration_pb2.py,sha256=EGOawJvsB7d3v0Gfj_yjNFZpOSh0PHF1pEIHTAw4a8w,8235
|
891
891
|
frogml_proto/qwak/integration/integration_pb2.pyi,sha256=RwacReZLRu7u_odB1eaVf2tRlqXCsb3avZ8-69LTr0k,22661
|
892
892
|
frogml_proto/qwak/integration/integration_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
893
|
-
frogml_proto/qwak/integration/integration_service_pb2.py,sha256=
|
893
|
+
frogml_proto/qwak/integration/integration_service_pb2.py,sha256=kHkcOLtznXA-Fz9AxQXSvVW4zcmk8ZdLFPuFQZNQVx0,5777
|
894
894
|
frogml_proto/qwak/integration/integration_service_pb2.pyi,sha256=L65AI-3V6dzof_iP_hob5jwPSJ4tJGHx739o8CPYc3U,9089
|
895
895
|
frogml_proto/qwak/integration/integration_service_pb2_grpc.py,sha256=I1zLdR0j4dw41L0HyOKBR__R2aOL3gEmnkQQenRQVfI,14420
|
896
|
-
frogml_proto/qwak/integration/open_a_i_integration_pb2.py,sha256=
|
896
|
+
frogml_proto/qwak/integration/open_a_i_integration_pb2.py,sha256=8pBPlzF-3tV3EsR_PWr1nLAj9c5RK-qlWYDsdyt_n0A,2656
|
897
897
|
frogml_proto/qwak/integration/open_a_i_integration_pb2.pyi,sha256=z2yS0XneBagOG_lC565Go_7cqCEIHo-mPRNqEpwm16M,4745
|
898
898
|
frogml_proto/qwak/integration/open_a_i_integration_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
899
|
-
frogml_proto/qwak/integration/opsgenie_integration_pb2.py,sha256=
|
899
|
+
frogml_proto/qwak/integration/opsgenie_integration_pb2.py,sha256=ABTgzwHObnzlvGWkXMMJXGWlW_N_xRxRYoF8iXQjBgw,3720
|
900
900
|
frogml_proto/qwak/integration/opsgenie_integration_pb2.pyi,sha256=VHea_O-vyX_U-QXbzqgIiWD0a-3g643daDWLhpl2Hyg,7290
|
901
901
|
frogml_proto/qwak/integration/opsgenie_integration_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
902
|
-
frogml_proto/qwak/integration/pagerduty_integration_pb2.py,sha256=
|
902
|
+
frogml_proto/qwak/integration/pagerduty_integration_pb2.py,sha256=9rh0JUrSPvfhVJQ7I_pcF7QwaeFWGklJg3gyUhlPslA,4419
|
903
903
|
frogml_proto/qwak/integration/pagerduty_integration_pb2.pyi,sha256=GGIPE8OdQYuLrYtmt4OwAUqeUYmRj00cTCdjdgUnmlU,9409
|
904
904
|
frogml_proto/qwak/integration/pagerduty_integration_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
905
|
-
frogml_proto/qwak/integration/slack_app_integration_pb2.py,sha256=
|
905
|
+
frogml_proto/qwak/integration/slack_app_integration_pb2.py,sha256=QFFXpXBVXVI38NxcOBIVTfgFO1kjWSHRKdIZWX4CbSQ,3954
|
906
906
|
frogml_proto/qwak/integration/slack_app_integration_pb2.pyi,sha256=gcQk_mITzwJaYweIHqB7dv3itRwgLZvLC6z-nMmn82k,7971
|
907
907
|
frogml_proto/qwak/integration/slack_app_integration_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
908
|
-
frogml_proto/qwak/jfrog/gateway/v0/repository_pb2.py,sha256=
|
908
|
+
frogml_proto/qwak/jfrog/gateway/v0/repository_pb2.py,sha256=OY1rPHBUoqzLf_rDV2CCZjp8Wwh6FBcPqQ_FfCQVdak,2850
|
909
909
|
frogml_proto/qwak/jfrog/gateway/v0/repository_pb2.pyi,sha256=ISVTMGlT_TLtP-Lp0xype65MldQC4Tm84omdQiVifJw,4711
|
910
910
|
frogml_proto/qwak/jfrog/gateway/v0/repository_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
911
|
-
frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2.py,sha256=
|
911
|
+
frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2.py,sha256=pDz2U-waYTCpn_8pkv1cEEbKpR15CT03RuQYuuZefJ0,2662
|
912
912
|
frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2.pyi,sha256=PC0kTG8_NNAB1mm4pqR1yrJXuwIjs2D8YqioYpNmNTw,2660
|
913
913
|
frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2_grpc.py,sha256=XL6b6LqCaWSrL9W1qYyrXvh7mVMnewf3Xx8jWyXAJU4,5060
|
914
|
-
frogml_proto/qwak/kube_deployment_captain/alert_pb2.py,sha256=
|
914
|
+
frogml_proto/qwak/kube_deployment_captain/alert_pb2.py,sha256=7bSwRa-jeDB7kax58SbDhA1ezjGv7dg_lUUdDbeucxI,4540
|
915
915
|
frogml_proto/qwak/kube_deployment_captain/alert_pb2.pyi,sha256=KQQOS47dAVHM2F5oYvbbFEGsP7xhOgsWg5uwiMEd0bc,10487
|
916
916
|
frogml_proto/qwak/kube_deployment_captain/alert_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
917
|
-
frogml_proto/qwak/kube_deployment_captain/alerting_pb2.py,sha256=
|
917
|
+
frogml_proto/qwak/kube_deployment_captain/alerting_pb2.py,sha256=mlGUwyFI86gk9P2Y520o4fYmgks1Vljnep1X16SNwLY,2278
|
918
918
|
frogml_proto/qwak/kube_deployment_captain/alerting_pb2.pyi,sha256=AGXtot0uXW-mGd2xuixCCJB6eTt0UuF3b2oAhb4IsNc,3759
|
919
919
|
frogml_proto/qwak/kube_deployment_captain/alerting_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
920
|
-
frogml_proto/qwak/kube_deployment_captain/batch_job_pb2.py,sha256=
|
920
|
+
frogml_proto/qwak/kube_deployment_captain/batch_job_pb2.py,sha256=_e8bK2VQL3pHe3sNaj0EoztZL9xFby3xohu3Lsz5FYg,15800
|
921
921
|
frogml_proto/qwak/kube_deployment_captain/batch_job_pb2.pyi,sha256=K6ur4zoGL3GA3ZKCCDv46cvhs7bBCshP-p1us2ah8BY,39559
|
922
922
|
frogml_proto/qwak/kube_deployment_captain/batch_job_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
923
|
-
frogml_proto/qwak/kube_deployment_captain/deployment_pb2.py,sha256=
|
923
|
+
frogml_proto/qwak/kube_deployment_captain/deployment_pb2.py,sha256=DJ4ATus6P0bnPLB42KqNZEsAYmZV7t_tfJVqEW9fL9Q,8201
|
924
924
|
frogml_proto/qwak/kube_deployment_captain/deployment_pb2.pyi,sha256=Sz11iTrL3BlUEl1jXNf0Q1SDe1SX_MjjyB9bMrtsOVg,24090
|
925
925
|
frogml_proto/qwak/kube_deployment_captain/deployment_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
926
|
-
frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py,sha256=
|
926
|
+
frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py,sha256=jDXnzbbLYDAZ-fQ2tGDQ-r4WboRCpdxkFnvEsi4lnX4,7173
|
927
927
|
frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.pyi,sha256=15sSBt-7G0y_TtuHYIOzSl0cKRLDFsCdLswxTJFRAzc,16933
|
928
928
|
frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
929
|
-
frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py,sha256=
|
929
|
+
frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py,sha256=je4IOisrpYti-nS4R2wsVoxboicmUaYZgYq9ryI2r0c,25733
|
930
930
|
frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.pyi,sha256=iaP8VZ05GFQO_HaIS4vnS7kl8vFqV5eP4vNbaT9eqqc,42355
|
931
931
|
frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2_grpc.py,sha256=W51Ht69JgO70s3fQzuWdPUPB8gJAryQRVxa9RuICx7k,76072
|
932
|
-
frogml_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py,sha256=
|
932
|
+
frogml_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py,sha256=vQan_ro-ceBd7i6osCAsyRXdPtosp5D3bIH-3ri3voI,1776
|
933
933
|
frogml_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.pyi,sha256=Cv-8x8Hp0p9TNcUGGfp5fnPHajYAqgs_vO5vMkrKytM,2637
|
934
934
|
frogml_proto/qwak/kube_deployment_captain/traffic_mapping_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
935
|
-
frogml_proto/qwak/logging/log_filter_pb2.py,sha256=
|
935
|
+
frogml_proto/qwak/logging/log_filter_pb2.py,sha256=ii5gz8HBopRoMlM0FqvxZ5i9aqy4Z6kQ5wVD7nLFVHs,2254
|
936
936
|
frogml_proto/qwak/logging/log_filter_pb2.pyi,sha256=vlg9EHfvRBKRjqC1SvA907UaE2UG0QMFgxC66YIDExY,4169
|
937
937
|
frogml_proto/qwak/logging/log_filter_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
938
|
-
frogml_proto/qwak/logging/log_line_pb2.py,sha256=
|
938
|
+
frogml_proto/qwak/logging/log_line_pb2.py,sha256=7yux4L2gBZxuo1kkgCbJveEXwLah6MYEuO1Cp0aEJ_w,1690
|
939
939
|
frogml_proto/qwak/logging/log_line_pb2.pyi,sha256=bEilPNnaEv6xM6YyIvQ0MIIZoFeAjB85Rykdz6qsnk0,2135
|
940
940
|
frogml_proto/qwak/logging/log_line_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
941
|
-
frogml_proto/qwak/logging/log_reader_service_pb2.py,sha256=
|
941
|
+
frogml_proto/qwak/logging/log_reader_service_pb2.py,sha256=19IIVVKGZgj3pXqKdOdwiFbI1AqtXPzNkoZAHZ3AuGU,2500
|
942
942
|
frogml_proto/qwak/logging/log_reader_service_pb2.pyi,sha256=BwJV7tfXYSaUb-gAB77OueDJik86HOtniFkwHRTazh4,3570
|
943
943
|
frogml_proto/qwak/logging/log_reader_service_pb2_grpc.py,sha256=0if2INrwVUF_8NfgoMCboZKYoTRP9Xl2Cy3rGY3yM6E,2832
|
944
|
-
frogml_proto/qwak/logging/log_source_pb2.py,sha256=
|
944
|
+
frogml_proto/qwak/logging/log_source_pb2.py,sha256=bvYM_FO_gPQhvkH0Y2c6EFj0CtTjbSj0Mb1b13TDlW0,5344
|
945
945
|
frogml_proto/qwak/logging/log_source_pb2.pyi,sha256=ycRLEvqVgBL-bfQVhp7yWP1xVJoTUxmZHQR_w2uZK8o,14337
|
946
946
|
frogml_proto/qwak/logging/log_source_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
947
|
-
frogml_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py,sha256=
|
947
|
+
frogml_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py,sha256=1HNwxQcpsLtx7iVD7Yg7EPp7GHvbePvfy54feNFY27M,4145
|
948
948
|
frogml_proto/qwak/model_descriptor/open_ai_descriptor_pb2.pyi,sha256=G5CaQGczrZ9kGsMbmJXMFWAwnqMZ4jPSl9KQpSq0yMo,12345
|
949
949
|
frogml_proto/qwak/model_descriptor/open_ai_descriptor_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
950
|
-
frogml_proto/qwak/model_group/model_group_pb2.py,sha256=
|
950
|
+
frogml_proto/qwak/model_group/model_group_pb2.py,sha256=k5DRvZrzw8Z4CV6flh0TTUZJuVWZYz6ptfj66D7qKEk,3434
|
951
951
|
frogml_proto/qwak/model_group/model_group_pb2.pyi,sha256=sOHTXNJjDNGUpIcgqzrCcV_lmwaUt2MJiW6RN0YOAEA,5086
|
952
952
|
frogml_proto/qwak/model_group/model_group_pb2_grpc.py,sha256=10iHVXBKc3FXdBh5u5SqQFIn5qZaOsVGuKVaI4kHMZk,5126
|
953
|
-
frogml_proto/qwak/model_group/model_group_repository_details_pb2.py,sha256=
|
953
|
+
frogml_proto/qwak/model_group/model_group_repository_details_pb2.py,sha256=nJisYeTY3qHpEXnvuiAb3cGWPMeCrLd5cLae3e3r6Es,3102
|
954
954
|
frogml_proto/qwak/model_group/model_group_repository_details_pb2.pyi,sha256=GgYhrSXu8L2RdEV0clooKgB9Gye3_no4q0YrMy8QrZw,5701
|
955
955
|
frogml_proto/qwak/model_group/model_group_repository_details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
956
|
-
frogml_proto/qwak/models/models_pb2.py,sha256=
|
956
|
+
frogml_proto/qwak/models/models_pb2.py,sha256=CTvYhYuPcZcPgxm2W_ZjcU1w3NSKwO195epjVi_fzSo,17312
|
957
957
|
frogml_proto/qwak/models/models_pb2.pyi,sha256=277mGQradMyhof3J54ilaW_SKN0d-dan7DAy_6Zkmo8,39261
|
958
958
|
frogml_proto/qwak/models/models_pb2_grpc.py,sha256=dE-D9iLNznyqNcn3nWMrNd1kAYd8hqXbezOqDP41as4,21681
|
959
|
-
frogml_proto/qwak/models/models_query_pb2.py,sha256=
|
960
|
-
frogml_proto/qwak/models/models_query_pb2.pyi,sha256=
|
959
|
+
frogml_proto/qwak/models/models_query_pb2.py,sha256=1QDjgF0hd_sN3O501f7qfudVz2Qz7EzA80IPcuzOcnM,2822
|
960
|
+
frogml_proto/qwak/models/models_query_pb2.pyi,sha256=MYheg8TQtQuDv4BqHOWinzemOKhj35ZIVMHQy3YrAQA,7631
|
961
961
|
frogml_proto/qwak/models/models_query_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
962
|
-
frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py,sha256=
|
962
|
+
frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py,sha256=ZbLDlHJ-2GboL9D_kojialc7YaX8z7LaZNtilpJWRiI,5061
|
963
963
|
frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.pyi,sha256=enqAQBr8RW_FLVL1BkZ_MGjeklQkhIZZ2OU2jczePdk,6907
|
964
964
|
frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2_grpc.py,sha256=r-RVpwiZrMaAo3zlGh__DvR6GwL5i0Z4p6Kp7amdFFM,13658
|
965
|
-
frogml_proto/qwak/monitoring/v0/alerting_channel_pb2.py,sha256=
|
965
|
+
frogml_proto/qwak/monitoring/v0/alerting_channel_pb2.py,sha256=nudk4ujAL2TWGKbQnsFpqzkOIzyAI1LjAlkyQlCHefU,5816
|
966
966
|
frogml_proto/qwak/monitoring/v0/alerting_channel_pb2.pyi,sha256=m0Y3Ou1tQ_klWPHpjXX_kQRkuaXW_azeHRj8-CI2b-w,14927
|
967
967
|
frogml_proto/qwak/monitoring/v0/alerting_channel_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
968
|
-
frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py,sha256=
|
968
|
+
frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py,sha256=P5e4tbkN9DYF2RGbXWbuC21NopFNftLq3gvytnskTc4,3129
|
969
969
|
frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.pyi,sha256=fKa2zl5LBF2jZYQDaPzTbp5Bi74KEnTAc4bCu3xpJJw,3810
|
970
970
|
frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2_grpc.py,sha256=HkSKKOFTaSMPleDZBNFVkDY0hgIT1McPI-0sl5Dmap8,5552
|
971
|
-
frogml_proto/qwak/offline/serving/v1/feature_values_pb2.py,sha256=
|
971
|
+
frogml_proto/qwak/offline/serving/v1/feature_values_pb2.py,sha256=TI-JjplbKZnOYWxkK1KmmN3g-hgZgH8Az_8k-3HzLfE,1346
|
972
972
|
frogml_proto/qwak/offline/serving/v1/feature_values_pb2.pyi,sha256=b3tlv0xZd8KqormvhSUVMrb6YbsYoCkEK_zO64a8MCE,1221
|
973
973
|
frogml_proto/qwak/offline/serving/v1/feature_values_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
974
|
-
frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py,sha256=
|
974
|
+
frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py,sha256=tlzbKCSEA42u8PnUp2zBMjwlJHAh4xbXCsHnmmtIVYE,6690
|
975
975
|
frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.pyi,sha256=t1dW0WG-hJyZJ9xAMlWnUhrVGLe6xE3_Rdpss4-4fR0,13028
|
976
976
|
frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2_grpc.py,sha256=JvOqphCQCfEoXMVLhMA4xwq-A8e-pmam_q_IY2VIWsw,9794
|
977
|
-
frogml_proto/qwak/offline/serving/v1/options_pb2.py,sha256=
|
977
|
+
frogml_proto/qwak/offline/serving/v1/options_pb2.py,sha256=CCwi-C3m0Gn7Q_2PsTBSIWxWZYdkHy9GQNE1OS-Hfek,1307
|
978
978
|
frogml_proto/qwak/offline/serving/v1/options_pb2.pyi,sha256=CQLi2k6b6bdBPnlatAJKHGGAK4-s4wkyfo5DwPN2ZRg,999
|
979
979
|
frogml_proto/qwak/offline/serving/v1/options_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
980
|
-
frogml_proto/qwak/offline/serving/v1/population_pb2.py,sha256=
|
980
|
+
frogml_proto/qwak/offline/serving/v1/population_pb2.py,sha256=FSpX27UtKU6HxX248Ce_V0qiWGQ6okpcDlbSalEfWiE,2251
|
981
981
|
frogml_proto/qwak/offline/serving/v1/population_pb2.pyi,sha256=O9khD516sbdaY5FZHcDOGxTFSoOOUa__SiJN8wkteLs,3906
|
982
982
|
frogml_proto/qwak/offline/serving/v1/population_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
983
|
-
frogml_proto/qwak/projects/jfrog_project_spec_pb2.py,sha256=
|
983
|
+
frogml_proto/qwak/projects/jfrog_project_spec_pb2.py,sha256=ZK5_I93pV6iDxuWsBVefGkIyY6jV5r3z2ww9ptlcPvY,1323
|
984
984
|
frogml_proto/qwak/projects/jfrog_project_spec_pb2.pyi,sha256=Ovtqc19hCDGuOaaXKfMplDFnuMjVnzI7GX1lep8NrjA,1279
|
985
985
|
frogml_proto/qwak/projects/jfrog_project_spec_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
986
|
-
frogml_proto/qwak/projects/projects_pb2.py,sha256=
|
986
|
+
frogml_proto/qwak/projects/projects_pb2.py,sha256=l0Ycbbed1td3hQkRDvEzoqFbKexhRihIFSauAGOfxlY,7983
|
987
987
|
frogml_proto/qwak/projects/projects_pb2.pyi,sha256=jTswNOXBUxEBzDiLBInc64IR3ldEma-wXrZ-h9UcysM,17854
|
988
988
|
frogml_proto/qwak/projects/projects_pb2_grpc.py,sha256=Lzofyas6Bwx2z-5kgB5MGwxp_CJ_au2k8-QgNzzunqo,9643
|
989
|
-
frogml_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py,sha256=
|
989
|
+
frogml_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py,sha256=PDLKZKlZnlWv-XicYpS09pE-Z7pgv-Wmas7tLtjJEuE,9036
|
990
990
|
frogml_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.pyi,sha256=SPZ0n_Jc29nhIkU2UKZQlq9M5XRz-tNVCqdIHooUjm0,16539
|
991
991
|
frogml_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2_grpc.py,sha256=obGRBSL4UzS0__m3NaM9WPhOjdlnelkmdL_hsonTOvY,24986
|
992
|
-
frogml_proto/qwak/prompt/v1/prompt/prompt_pb2.py,sha256=
|
992
|
+
frogml_proto/qwak/prompt/v1/prompt/prompt_pb2.py,sha256=6Q7ruMiHftJE1zsLh8-xkd0sLii-wNiGUXj3W4v2UXo,6887
|
993
993
|
frogml_proto/qwak/prompt/v1/prompt/prompt_pb2.pyi,sha256=gvbgxIy3MAb24g9hzGTXQGDOc58_RkNB3p5vKNgkQsE,17747
|
994
994
|
frogml_proto/qwak/prompt/v1/prompt/prompt_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
995
|
-
frogml_proto/qwak/secret_service/secret_service_pb2.py,sha256=
|
995
|
+
frogml_proto/qwak/secret_service/secret_service_pb2.py,sha256=YiYErSwXYYWmJjY-KwNi5RlhnCNkB7mAyzQPf3ckCo4,2566
|
996
996
|
frogml_proto/qwak/secret_service/secret_service_pb2.pyi,sha256=YiLNDCYiObqrXckY2AxHu2uwRmNkfedm5-qR1h6fUUk,2818
|
997
997
|
frogml_proto/qwak/secret_service/secret_service_pb2_grpc.py,sha256=pId7OklMYe-UOIBq26xKb0fvF3G5-HePsS2Zhe4rEwE,6254
|
998
|
-
frogml_proto/qwak/self_service/account/v0/account_membership_pb2.py,sha256=
|
998
|
+
frogml_proto/qwak/self_service/account/v0/account_membership_pb2.py,sha256=x4zK3OE9fhnI3R0UUgWr7AXNu5i_xnd06ShP9V_7QiQ,6280
|
999
999
|
frogml_proto/qwak/self_service/account/v0/account_membership_pb2.pyi,sha256=_2Gq_9A1YPwqlvvGobgxkatMUmyQ37lNl1_1E4Qr8Xg,12731
|
1000
1000
|
frogml_proto/qwak/self_service/account/v0/account_membership_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
1001
|
-
frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2.py,sha256=
|
1001
|
+
frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2.py,sha256=IWA_xEN1RkbwqgO1uYUwDatEdDodF3RZvG81uO7RH_4,9203
|
1002
1002
|
frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2.pyi,sha256=iGTDy7edWid5rZlQ0WT4yPGD8KtA-FzUSpsS8HYXQbY,13636
|
1003
1003
|
frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2_grpc.py,sha256=NixVJrbO2yS68NKyg6EQessZf7xe50mNnqXm4vt82n4,24353
|
1004
|
-
frogml_proto/qwak/self_service/account/v0/account_status_pb2.py,sha256=
|
1004
|
+
frogml_proto/qwak/self_service/account/v0/account_status_pb2.py,sha256=fppRWc_3ZW8wD2pwB3genz-rmD-pd-daPOOYQjjIzg8,5023
|
1005
1005
|
frogml_proto/qwak/self_service/account/v0/account_status_pb2.pyi,sha256=0mnXXIQ9YXMi-RJ6HMDgmnQ14GIa2G1DpxcwX-GnJm4,8429
|
1006
1006
|
frogml_proto/qwak/self_service/account/v0/account_status_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
1007
|
-
frogml_proto/qwak/self_service/account/v0/managing_account_pb2.py,sha256=
|
1007
|
+
frogml_proto/qwak/self_service/account/v0/managing_account_pb2.py,sha256=w0_T8wvu8JjmjY-nDDpzjNk2sJJC3nZjrBzn3DUwrzA,5669
|
1008
1008
|
frogml_proto/qwak/self_service/account/v0/managing_account_pb2.pyi,sha256=BHH4kyqZnwsDUScIVs-5mNaoPA6xA3GnGq9Eu7WE8Vw,11661
|
1009
1009
|
frogml_proto/qwak/self_service/account/v0/managing_account_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
1010
|
-
frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2.py,sha256=
|
1010
|
+
frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2.py,sha256=AR9MtgKZ6Q282Whwq_Id20VFa2spDOJKX7iyFPzODC4,4778
|
1011
1011
|
frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2.pyi,sha256=2WO6BzSdnMxsJ3GpJpY6ia-zs88nktxHfMCsY6Ipzu0,5746
|
1012
1012
|
frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2_grpc.py,sha256=XAo4aOOGszkVv0LrYTkXtuwqvPiN0I5dyDZSAwpWNmo,9802
|
1013
|
-
frogml_proto/qwak/self_service/user/v1/api_key_pb2.py,sha256=
|
1013
|
+
frogml_proto/qwak/self_service/user/v1/api_key_pb2.py,sha256=sdx52X47JIQgLrP5Z-z1AbWuJpQmSuWtGYrgxP1Gqqs,1546
|
1014
1014
|
frogml_proto/qwak/self_service/user/v1/api_key_pb2.pyi,sha256=fD-qvc-MonsWivx8i5eqLtrkXNc8P0tpTdfKwWDQ5dM,777
|
1015
1015
|
frogml_proto/qwak/self_service/user/v1/api_key_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
1016
|
-
frogml_proto/qwak/self_service/user/v1/user_pb2.py,sha256=
|
1016
|
+
frogml_proto/qwak/self_service/user/v1/user_pb2.py,sha256=aspJp74U_GKn-Nu2ldhzRojn4q_R12DIp-vNPWCJ0ew,2287
|
1017
1017
|
frogml_proto/qwak/self_service/user/v1/user_pb2.pyi,sha256=1GqP7MwTOQ4SNyyfu2cjJwYoIc3R3TaKKQFLH4YGuxs,2770
|
1018
1018
|
frogml_proto/qwak/self_service/user/v1/user_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
1019
|
-
frogml_proto/qwak/self_service/user/v1/user_service_pb2.py,sha256=
|
1019
|
+
frogml_proto/qwak/self_service/user/v1/user_service_pb2.py,sha256=NtZiGq2qGJORaXTki-rUQX6ctGDWmIlroZKfUOLgU3Q,5562
|
1020
1020
|
frogml_proto/qwak/self_service/user/v1/user_service_pb2.pyi,sha256=e3OA_PP-BzlZxm05tM9IJ0LDjKd8iW0E9a9I0-R8_Q8,8278
|
1021
1021
|
frogml_proto/qwak/self_service/user/v1/user_service_pb2_grpc.py,sha256=B8i4v8j4UdQu331789PPN2tWLKi2hwS8mtZU57nutXY,10513
|
1022
|
-
frogml_proto/qwak/service_discovery/service_discovery_location_pb2.py,sha256=
|
1022
|
+
frogml_proto/qwak/service_discovery/service_discovery_location_pb2.py,sha256=mknHUIRcXxDVzQMOX75FF03QRrHyTf4TjG5swByW9yk,1997
|
1023
1023
|
frogml_proto/qwak/service_discovery/service_discovery_location_pb2.pyi,sha256=33gciRiYabLn_gmN5Ksw5reequ4GkfUbGxFW4gionf4,2406
|
1024
1024
|
frogml_proto/qwak/service_discovery/service_discovery_location_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
1025
|
-
frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2.py,sha256=
|
1025
|
+
frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2.py,sha256=M5eYigFlj15N5kT9cY4cqxHjnkLW8QsjGkBGoToPqPc,2996
|
1026
1026
|
frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2.pyi,sha256=g3ooXHZr8fgpGnIm5NFqD2ZJ9caK6Hkt5484x1ZmpU4,1396
|
1027
1027
|
frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2_grpc.py,sha256=3s2fslqiAsckASNky0FzqVVtVA5801fdbI1UvmBHqLA,13685
|
1028
|
-
frogml_proto/qwak/traffic/v1/traffic_api_pb2.py,sha256=
|
1028
|
+
frogml_proto/qwak/traffic/v1/traffic_api_pb2.py,sha256=IcGD7lP77uGDxFbtkIpZJUTlU5v5LXY-zewUwvRd_3w,3624
|
1029
1029
|
frogml_proto/qwak/traffic/v1/traffic_api_pb2.pyi,sha256=1InzqfEe36axD60wEF0_S7NjISDTTalrfzBY-7kgeBE,5251
|
1030
1030
|
frogml_proto/qwak/traffic/v1/traffic_api_pb2_grpc.py,sha256=rxTMb-vkj5ZpaKg7uEpgj-CKW7fajw0FX64AFzScQZU,8229
|
1031
|
-
frogml_proto/qwak/traffic/v1/traffic_pb2.py,sha256=
|
1031
|
+
frogml_proto/qwak/traffic/v1/traffic_pb2.py,sha256=8T2JkqeojCVQvv3rRYMdw_xxsT_-KUGw8FkTZCDgmCg,4307
|
1032
1032
|
frogml_proto/qwak/traffic/v1/traffic_pb2.pyi,sha256=f70a7ubisNu5sPtrn-yNSlvg6tiWQvsRWtkgLYHwP8o,12177
|
1033
1033
|
frogml_proto/qwak/traffic/v1/traffic_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
1034
|
-
frogml_proto/qwak/user_application/common/v0/resources_pb2.py,sha256=
|
1034
|
+
frogml_proto/qwak/user_application/common/v0/resources_pb2.py,sha256=8pPiN0oqIHmpEbABcI1Da6LTxVZ5Q8MgkwLJcbgXIuo,6440
|
1035
1035
|
frogml_proto/qwak/user_application/common/v0/resources_pb2.pyi,sha256=v_a0e5Q38Qt1vYcXKN0HpphXkDAyXjUFfVy7LU6u8w4,15139
|
1036
1036
|
frogml_proto/qwak/user_application/common/v0/resources_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
1037
|
-
frogml_proto/qwak/user_application/v0/user_application_pb2.py,sha256=
|
1037
|
+
frogml_proto/qwak/user_application/v0/user_application_pb2.py,sha256=kmwtqc9aYpmoWsXCrMA5jRb0Q4Z4T9L4MVX3106-MPE,2864
|
1038
1038
|
frogml_proto/qwak/user_application/v0/user_application_pb2.pyi,sha256=aG9WBCAmYmlh9xnSSi6xzC0DYVmaODAupUvYkcMsPjk,3189
|
1039
1039
|
frogml_proto/qwak/user_application/v0/user_application_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
1040
|
-
frogml_proto/qwak/vectors/v1/collection/collection_pb2.py,sha256=
|
1040
|
+
frogml_proto/qwak/vectors/v1/collection/collection_pb2.py,sha256=Gf2KvfbSZ5H2JlcAiMdQ_5fY1yGmtrqqEAdy86lPX-E,4976
|
1041
1041
|
frogml_proto/qwak/vectors/v1/collection/collection_pb2.pyi,sha256=R2yugrWoJQ8vRebxNXUp4qVpZvcGiNwo-GAHLJF7xvo,12852
|
1042
1042
|
frogml_proto/qwak/vectors/v1/collection/collection_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
1043
|
-
frogml_proto/qwak/vectors/v1/collection/collection_service_pb2.py,sha256=
|
1043
|
+
frogml_proto/qwak/vectors/v1/collection/collection_service_pb2.py,sha256=jGtXATtPtzUSk8E7wKXxyfD-IqMRk3YOMRmHz-kdie0,6551
|
1044
1044
|
frogml_proto/qwak/vectors/v1/collection/collection_service_pb2.pyi,sha256=l19j3SIpJYMjTPvnHd9zihE_VOVdaqF1JgKsr7LMEeY,10518
|
1045
1045
|
frogml_proto/qwak/vectors/v1/collection/collection_service_pb2_grpc.py,sha256=qYOaYcbXhPKY199QLiSEoKIxOBKmjIZzIHxfvX0mtY0,17184
|
1046
|
-
frogml_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py,sha256=
|
1046
|
+
frogml_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py,sha256=k3ubK-MXxnuFEewzmt2F3KVI2hqeA7AtcvVQhrmRfAM,1642
|
1047
1047
|
frogml_proto/qwak/vectors/v1/collection/event/collection_event_pb2.pyi,sha256=LfFB6-5nKHxF8xY9BKJftf_Vn8y7rjN9oUgj3TrkkLU,1550
|
1048
1048
|
frogml_proto/qwak/vectors/v1/collection/event/collection_event_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
1049
|
-
frogml_proto/qwak/vectors/v1/filters_pb2.py,sha256=
|
1049
|
+
frogml_proto/qwak/vectors/v1/filters_pb2.py,sha256=mZk6NAWCmE6rT8OXf9mz3xIkVb-nCpa4Fy8XYWsJn6c,5043
|
1050
1050
|
frogml_proto/qwak/vectors/v1/filters_pb2.pyi,sha256=ZdDa_jCDsBkzhHgvbPtwqX2PxYJyf_GWRdpSK2NfewU,11380
|
1051
1051
|
frogml_proto/qwak/vectors/v1/filters_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
1052
|
-
frogml_proto/qwak/vectors/v1/vector_pb2.py,sha256=
|
1052
|
+
frogml_proto/qwak/vectors/v1/vector_pb2.py,sha256=baX3s1ioWM_c30HBifUob6hUV3LRyZ4YLBsn9AgOb58,2964
|
1053
1053
|
frogml_proto/qwak/vectors/v1/vector_pb2.pyi,sha256=ssNBqdiQJbYId4_m2CUVZD-ie9Q1KRpVKhOI1a6Qp3o,6103
|
1054
1054
|
frogml_proto/qwak/vectors/v1/vector_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
1055
|
-
frogml_proto/qwak/vectors/v1/vector_service_pb2.py,sha256=
|
1055
|
+
frogml_proto/qwak/vectors/v1/vector_service_pb2.py,sha256=Rtz-ze2JbDGs2lManKTba82tpIK5SEHbJ48EySP__Zw,5658
|
1056
1056
|
frogml_proto/qwak/vectors/v1/vector_service_pb2.pyi,sha256=TH6-VMhjN0jYnuikRB1vUb-8t4Sd2zdk3dWL9FQqJs8,11107
|
1057
1057
|
frogml_proto/qwak/vectors/v1/vector_service_pb2_grpc.py,sha256=Rm5VYDI2t5ADPN7zgmtTbLtJ05XC8B48kMOXBimWaV8,10158
|
1058
|
-
frogml_proto/qwak/workspace/workspace_pb2.py,sha256=
|
1058
|
+
frogml_proto/qwak/workspace/workspace_pb2.py,sha256=zS08AYfWY5U5fI4RJevnpcM45IXPxvHkc1-SI7ZpZ4w,7119
|
1059
1059
|
frogml_proto/qwak/workspace/workspace_pb2.pyi,sha256=YBNrJXreJseq_S2zUr1AUPSOTYTx83z13mGs2fK7zaE,17225
|
1060
1060
|
frogml_proto/qwak/workspace/workspace_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
1061
|
-
frogml_proto/qwak/workspace/workspace_service_pb2.py,sha256=
|
1061
|
+
frogml_proto/qwak/workspace/workspace_service_pb2.py,sha256=2Nj78CSPEmUU-r9GuS76p-D7ldUAe76MbBaywJ2ssDM,9253
|
1062
1062
|
frogml_proto/qwak/workspace/workspace_service_pb2.pyi,sha256=FHNTyGxvdewsKzvSYOxSx9IYje0tLnypX8h9ZL6EIsc,13869
|
1063
1063
|
frogml_proto/qwak/workspace/workspace_service_pb2_grpc.py,sha256=h8km3_lj2GKeLmqaq6LoTupZTWfL2KcOCquZ4G_lmf8,27194
|
1064
1064
|
frogml_services_mock/__init__.py,sha256=0T7bNPpbIApVHcQ9vn5RXKy1PNaD5hl3sFnkMvscIlI,48
|
@@ -1114,7 +1114,7 @@ frogml_services_mock/mocks/workspace_manager_service_mock.py,sha256=WbOiWgOyr-xT
|
|
1114
1114
|
frogml_services_mock/services_mock.py,sha256=sgKgwhu2W0YOHtzil8x7f1znK_sZr_i27XSeiF4xqVE,21200
|
1115
1115
|
frogml_services_mock/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1116
1116
|
frogml_services_mock/utils/service_utils.py,sha256=ZlB0CnB1J6oBn6_m7fQO2U8tKoboHdUa6ljjkRMYNXU,265
|
1117
|
-
frogml_storage/__init__.py,sha256=
|
1117
|
+
frogml_storage/__init__.py,sha256=BtvlzlO7UNG5nD9ftqoP0J2wHDhVCXpzuMsjYBw0Wfg,24
|
1118
1118
|
frogml_storage/_environment.py,sha256=zuzOJBtBwFaguwn_JkKjfhXStZoustgP30KzOP3mYv8,707
|
1119
1119
|
frogml_storage/artifactory/__init__.py,sha256=C02rcm7kqsZBVA6c6Gztxamj96hn8Aj6BuzYWFRmWbQ,71
|
1120
1120
|
frogml_storage/artifactory/_artifactory_api.py,sha256=Oz0HOpQPSNwWIVAy94UJUyPhLetc7sdZjoTfSXtrFug,11200
|
@@ -1153,6 +1153,6 @@ frogml_storage/utils/__init__.py,sha256=HQUWfuGUIPZY7kfS795TRW8BQ4WmNqrNjS7lUrbx
|
|
1153
1153
|
frogml_storage/utils/_input_checks_utility.py,sha256=CFiJOdTBS9piJMtR3lemEz27wZcQ6_-7XESu8iy-mrw,3221
|
1154
1154
|
frogml_storage/utils/_storage_utils.py,sha256=HB2g7uY5A3b33yIcAUM1OjHb5jWsnpESsiDrEviQwrI,366
|
1155
1155
|
frogml_storage/utils/_url_utils.py,sha256=NUEfz9Fp1iE8b676-A5wrMlSTsJVRKrUhcUItOFAJD8,821
|
1156
|
-
frogml_core-0.0.
|
1157
|
-
frogml_core-0.0.
|
1158
|
-
frogml_core-0.0.
|
1156
|
+
frogml_core-0.0.111.dist-info/METADATA,sha256=0ex2N3QIInUw4C1Ad9sNbNpL99D99rEMjgp1X84fLPA,14898
|
1157
|
+
frogml_core-0.0.111.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
1158
|
+
frogml_core-0.0.111.dist-info/RECORD,,
|