frogml-core 0.0.114__tar.gz → 0.0.115__tar.gz
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-0.0.114 → frogml_core-0.0.115}/PKG-INFO +1 -1
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/__init__.py +1 -1
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/administration/authentication/client.py +2 -2
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/batch_job_management/client.py +4 -4
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/build_orchestrator/build_model_request_getter.py +6 -6
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/build_orchestrator/client.py +12 -12
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/build_orchestrator/internal_client.py +10 -10
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/build_api_helpers/build_api_steps.py +3 -3
- frogml_core-0.0.115/frogml_core/inner/build_logic/constants/upload_tag.py +7 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/interface/context_interface.py +1 -1
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/strategy.py +4 -4
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_010_fetch_model/set_version_step.py +3 -3
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_020_remote_register_frogml_build/start_remote_build_step.py +3 -3
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_020_remote_register_frogml_build/upload_step.py +11 -9
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/tools/ignore_files.py +3 -3
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/__init__.py +1 -1
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/analytics_logging.py +1 -1
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/adapters/input.py +6 -6
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/adapters/output.py +8 -8
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/run_model_locally.py +2 -2
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/utils/feature_utils.py +1 -1
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/analytics_api.py +6 -6
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/ecosystem_service_api.py +2 -2
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/services_mock.py +4 -4
- frogml_core-0.0.115/frogml_storage/__init__.py +1 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/pyproject.toml +1 -1
- frogml_core-0.0.114/frogml_core/inner/build_logic/constants/upload_tag.py +0 -7
- frogml_core-0.0.114/frogml_storage/__init__.py +0 -1
- {frogml_core-0.0.114 → frogml_core-0.0.115}/README.md +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/automations/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/automations/automation_executions.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/automations/automations.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/automations/batch_execution_action.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/automations/build_and_deploy_action.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/automations/common.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/_inner/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/_inner/edge_communications.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/administration/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/administration/authenticated_user/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/administration/authenticated_user/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/administration/authentication/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/administration/eco_system/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/administration/eco_system/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/administration/eco_system/eco_system_utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/administration/environment/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/administration/environment/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/administration/self_service/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/administration/self_service/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/alert_management/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/alert_management/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/alerts_registry/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/alerts_registry/channel.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/alerts_registry/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/analytics/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/analytics/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/audience/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/audience/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/automation_management/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/automation_management/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/autoscaling/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/autoscaling/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/batch_job_management/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/batch_job_management/executions_config.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/batch_job_management/results.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/build_management/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/build_management/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/build_orchestrator/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/data_versioning/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/data_versioning/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/data_versioning/data_tag_filter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/deployment/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/deployment/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/feature_store/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/feature_store/execution_management_client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/feature_store/job_registry_client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/feature_store/management_client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/feature_store/offline_serving_client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/feature_store/operator_client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/file_versioning/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/file_versioning/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/file_versioning/file_tag_filter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/instance_template/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/instance_template/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/integration_management/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/integration_management/integration_manager_client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/integration_management/integration_utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/integration_management/openai/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/integration_management/openai/openai_system_secret.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/jfrog_gateway/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/jfrog_gateway/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/kube_deployment_captain/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/kube_deployment_captain/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/location_discovery/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/location_discovery/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/logging_client/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/logging_client/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/model_management/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/model_management/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/model_version_manager/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/model_version_manager/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/project/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/project/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/secret_service/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/secret_service/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/system_secret/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/system_secret/system_secret_client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/user_application_instance/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/user_application_instance/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/exceptions/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/exceptions/frogml_decode_exception.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/exceptions/frogml_exception.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/exceptions/frogml_external_exception.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/exceptions/frogml_general_build_exception.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/exceptions/frogml_http_exception.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/exceptions/frogml_inference_exception.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/exceptions/frogml_load_configuration_exception.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/exceptions/frogml_load_model_failed_exception.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/exceptions/frogml_login_exception.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/exceptions/frogml_mock_http_exception.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/exceptions/frogml_model_initialization_exception.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/exceptions/frogml_not_found_exception.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/exceptions/frogml_remote_build_failed.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/exceptions/frogml_suggestion_exception.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/exceptions/quiet_error.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/_common/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/_common/artifact_utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/_common/feature_set_utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/_common/featureset_asterisk_handler.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/_common/functions.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/_common/packaging.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/_common/source_code_spec.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/_common/source_code_spec_factory.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/_common/value.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/attributes.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/base.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/_batch.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/_jdbc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/athena.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/big_query.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/clickhouse.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/csv.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/elastic_search.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/filesystem/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/filesystem/aws.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/filesystem/base_config.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/filesystem/gcp.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/filesystem/utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/mongodb.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/mysql.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/parquet.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/postgres.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/redshift.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/snowflake.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/batch/vertica.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/source_authentication.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/streaming/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/streaming/_streaming.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/streaming/kafka/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/streaming/kafka/authentication.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/streaming/kafka/deserialization.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/streaming/kafka/kafka.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/data_sources/time_partition_columns.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/entities/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/entities/entity.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/execution/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/execution/backfill.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/execution/execution.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/execution/execution_query.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/_utils/_featureset_utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/backfill.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/base_feature_set.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/batch.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/context.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/execution_spec.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/metadata.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/read_policies.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/streaming.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/streaming_backfill.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/transformations/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/transformations/aggregations/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/transformations/aggregations/aggregations.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/transformations/aggregations/windows.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/transformations/functions/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/transformations/functions/frogml_pandas.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/transformations/functions/schema.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/transformations/transformations.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/feature_sets/transformations/validations/validations_util.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/offline/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/offline/_offline_serving_validations.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/offline/client_v2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/offline/feature_set_features.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/online/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/online/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/online/endpoint_utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/sinks/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/sinks/base.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/sinks/kafka.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/sinks/streaming/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/sinks/streaming/attachment.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/sinks/streaming/factory.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/validations/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/validations/validation_options.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/validations/validation_response.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/feature_store/validations/validator.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/batch_jobs/execution.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/batch_jobs/task.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/build_api_helpers/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/build_api_helpers/messages.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/build_api_helpers/trigger_build_api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/builds/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/builds/build.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/builds/filters/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/builds/filters/metric_filter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/builds/filters/parameter_filter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/data_versioning/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/data_versioning/data_tag.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/deployments/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/deployments/deployment.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/file_versioning/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/file_versioning/file_tag.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/models/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/models/model.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/models/model_metadata.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/projects/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/frogml_client/projects/project.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_config/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_config/build_config_v1.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/build_loggers/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/build_loggers/trigger_build_logger.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/constants/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/constants/dependencies.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/constants/host_resource.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/constants/messages.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/constants/temp_dir.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/dependency_manager_type.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/execute_build_pipeline.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/interface/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/interface/build_logger_interface.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/interface/build_phase.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/interface/phase_run_handler.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/interface/step_inteface.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/interface/time_source.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_010_fetch_model/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_model_step.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/common.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/fetch_strategy_manager.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/folder/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/folder/folder_strategy.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/git/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/git/git_strategy.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/zip/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/zip/zip_strategy.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_010_fetch_model/pre_fetch_validation_step.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_020_remote_register_frogml_build/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phase_020_remote_register_frogml_build/cleanup_step.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/phases/phases_pipeline.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/run_handlers/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/run_handlers/programmatic_phase_run_handler.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/tools/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/tools/dependencies_tools.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/tools/files.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/tools/text.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/trigger_build_context.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/const.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/di_configuration/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/di_configuration/account.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/di_configuration/config.yml +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/di_configuration/containers.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/instance_template/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/instance_template/verify_template_id.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/model_loggers_utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/provider.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/runtime_di/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/runtime_di/containers.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/singleton_meta.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/tool/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/tool/auth.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/tool/grpc/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/tool/grpc/grpc_auth.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/tool/grpc/grpc_tools.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/tool/grpc/grpc_try_wrapping.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/tool/protobuf_factory.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/tool/retry_utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/tool/run_config/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/tool/run_config/base.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/tool/run_config/utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/_entity_extraction.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/input_adapters/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/input_adapters/base_input_adapter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/input_adapters/dataframe_input_adapter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/input_adapters/file_input_adapter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/input_adapters/image_input_adapter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/input_adapters/json_input_adapter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/input_adapters/multi_input_adapter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/input_adapters/numpy_input_adapter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/input_adapters/proto_input_adapter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/input_adapters/string_input_adapter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/input_adapters/tf_tensor_input_adapter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/output_adapters/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/output_adapters/base_output_adapter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/output_adapters/dataframe_output_adapter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/output_adapters/default_output_adapter.py +0 -0
- /frogml_core-0.0.114/frogml_core/model/adapters/output_adapters/qwak_with_default_fallback.py → /frogml_core-0.0.115/frogml_core/model/adapters/output_adapters/frogml_with_default_fallback.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/output_adapters/json_output_adapter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/output_adapters/numpy_output_adapter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/output_adapters/proto_output_adapter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/adapters/output_adapters/tf_tensor_output_adapter.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/base.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/decorators/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/decorators/api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/decorators/impl/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/decorators/impl/api_implementation.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/decorators/impl/timer_implementation.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/decorators/timer.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/fs_info_mapping_retriever.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/model_version_tracking.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/schema.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/schema_entities.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/adapters/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/adapters/encoders.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/adapters/input_adapters/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/adapters/input_adapters/base_input.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/adapters/input_adapters/dataframe_input.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/adapters/input_adapters/file_input.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/adapters/input_adapters/image_input.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/adapters/input_adapters/json_input.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/adapters/input_adapters/string_input.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/adapters/input_adapters/tf_tensor_input.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/adapters/output_adapters/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/adapters/output_adapters/base_output.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/adapters/output_adapters/dataframe_output.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/adapters/output_adapters/default_output.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/adapters/output_adapters/json_output.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/tools/adapters/output_adapters/tf_tensor_output.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/utils/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model/utils/extract_wrapped_function.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model_loggers/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model_loggers/artifact_logger.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model_loggers/data_logger.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/model_loggers/model_logger.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/testing/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/testing/fixtures.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/tools/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/tools/logger/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/tools/logger/logger.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/tools/logger/logging.yml +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/utils/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/utils/datetime_utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/utils/dict_utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/utils/model_utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/utils/proto_utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/hosting_gateway/v1/build_upload_url_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/model_version/v1/artifact_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/model_version/v1/artifact_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/model_version/v1/artifact_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/model_version/v1/build_spec_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/model_version/v1/build_spec_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/model_version/v1/build_spec_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/model_version/v1/model_repository_spec_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/model_version/v1/model_repository_spec_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/model_version/v1/model_repository_spec_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/model_version/v1/model_version_framework_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/model_version/v1/model_version_framework_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/model_version/v1/model_version_framework_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/model_version/v1/model_version_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/model_version/v1/model_version_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/jfml/model_version/v1/model_version_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/account/v1/account_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/account/v1/account_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/account/v1/account_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/account/v1/account_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/account/v1/account_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/account/v1/account_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/account/v1/personalization_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/account/v1/personalization_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/account/v1/personalization_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/account/v1/preferences_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/account/v1/preferences_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/account/v1/preferences_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/account/v1/terms_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/account/v1/terms_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/account/v1/terms_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/authenticated_user/v1/credentials_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/authenticated_user/v1/credentials_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/authenticated_user/v1/details_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/authenticated_user/v1/details_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/authenticated_user/v1/details_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/cluster/v2/cluster_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/cluster/v2/cluster_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/cluster/v2/cluster_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/v0/environments/configuration_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/v0/environments/configuration_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/v0/environments/configuration_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/v0/environments/environment_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/v0/environments/environment_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/v0/environments/environment_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/v0/environments/environment_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/v0/environments/environment_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/v0/environments/environment_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/v0/environments/personalization_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/v0/environments/personalization_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/v0/environments/personalization_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/v0/users/user_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/v0/users/user_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/administration/v0/users/user_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/admiral/secret/v0/secret_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/admiral/secret/v0/secret_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/admiral/secret/v0/secret_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/admiral/secret/v0/secret_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/admiral/secret/v0/secret_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/admiral/secret/v0/secret_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/analytics/analytics_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/analytics/analytics_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/analytics/analytics_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/analytics/analytics_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/analytics/analytics_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/analytics/analytics_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/audience/v1/audience_api_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/audience/v1/audience_api_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/audience/v1/audience_api_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/audience/v1/audience_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/audience/v1/audience_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/audience/v1/audience_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/auto_scaling/v1/auto_scaling_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/auto_scaling/v1/auto_scaling_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/action_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/action_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/action_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/auto_scaling_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/auto_scaling_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/auto_scaling_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/automation_execution_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/automation_execution_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/automation_execution_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/automation_management_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/automation_management_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/automation_management_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/automation_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/automation_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/automation_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/common_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/common_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/common_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/notification_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/notification_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/notification_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/trigger_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/trigger_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/automation/v1/trigger_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/batch_job/v1/batch_job_events_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/batch_job/v1/batch_job_events_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/batch_job/v1/batch_job_events_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/batch_job/v1/batch_job_resources_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/batch_job/v1/batch_job_resources_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/batch_job/v1/batch_job_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/batch_job/v1/batch_job_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/build/v1/build_api_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/build/v1/build_api_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/build/v1/build_api_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/build/v1/build_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/build/v1/build_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/build/v1/build_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/build_settings/build_settings_api_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/build_settings/build_settings_api_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/build_settings/build_settings_api_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/build_settings/build_settings_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/build_settings/build_settings_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/build_settings/build_settings_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/builds/build_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/builds/build_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/builds/build_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/builds/build_url_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/builds/build_url_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/builds/build_url_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/builds/builds_orchestrator_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/builds/builds_orchestrator_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/builds/builds_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/builds/builds_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/builds/builds_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/data_versioning/data_versioning_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/data_versioning/data_versioning_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/data_versioning/data_versioning_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/data_versioning/data_versioning_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/data_versioning/data_versioning_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/data_versioning/data_versioning_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/deployment/alert_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/deployment/alert_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/deployment/alert_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/deployment/alert_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/deployment/alert_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/deployment/alert_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/deployment/deployment_messages_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/deployment/deployment_messages_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/deployment/deployment_messages_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/deployment/deployment_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/deployment/deployment_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/deployment/deployment_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/deployment/deployment_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/deployment/deployment_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/deployment/deployment_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/v0/credentials_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/v0/credentials_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/v0/credentials_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/v0/ecosystem_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/v0/ecosystem_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/v0/ecosystem_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/backfill_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/backfill_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/backfill_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/batch_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/batch_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/batch_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/deletion_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/deletion_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/deletion_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/execution_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/execution_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/execution_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/execution_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/execution_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/execution_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/jobs/job_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/jobs/job_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/jobs/job_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/jobs/job_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/jobs/job_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/jobs/job_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/jobs/reports/report_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/jobs/reports/report_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/jobs/reports/report_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/state/execution_state_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/state/execution_state_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/state/execution_state_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/state/execution_state_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/state/execution_state_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/state/execution_state_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/state/featureset_state_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/state/featureset_state_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/state/featureset_state_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/state/spark_execution_state_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/state/spark_execution_state_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/streaming_aggregation_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/streaming_aggregation_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/streaming_aggregation_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/streaming_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/streaming_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/execution/v1/streaming_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/entities/entity_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/entities/entity_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/entities/entity_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/entities/entity_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/entities/entity_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/entities/entity_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/aggregation_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/aggregation_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/aggregation_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/deployment_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/deployment_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/deployment_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/deployment_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/deployment_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/deployment_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/execution_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/execution_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/execution_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/feature_set_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/feature_set_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/feature_set_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/feature_set_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/feature_set_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/feature_set_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/feature_set_state_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/feature_set_state_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/feature_set_state_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/feature_set_types_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/feature_set_types_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/feature_set_types_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/monitoring_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/monitoring_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/monitoring_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/jobs/job_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/jobs/job_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/jobs/job_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/jobs/job_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/jobs/job_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/jobs/job_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/jobs/v1/job_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/jobs/v1/job_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/jobs/v1/job_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/platform/platform_details_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/platform/platform_details_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/platform/platform_details_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/reports/report_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/reports/report_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/reports/report_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/repository/common/platform_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/repository/common/platform_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/repository/common/platform_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/serving/management_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/serving/management_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/serving/management_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/serving/metadata_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/serving/metadata_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/serving/metadata_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/serving/serving_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/serving/serving_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/serving/serving_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/serving/v1/value_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/serving/v1/value_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/serving/v1/value_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/sinks/sink_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/sinks/sink_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/sinks/sink_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/sources/batch_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/sources/batch_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/sources/batch_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/sources/data_source_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/sources/data_source_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/sources/data_source_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/sources/data_source_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/sources/data_source_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/sources/data_source_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/sources/streaming_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/sources/streaming_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/sources/streaming_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/features_operator/v1/features_operator_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/features_operator/v1/features_operator_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/features_operator/v1/features_operator_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/features_operator/v1/features_operator_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/features_operator/v1/features_operator_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/features_operator/v1/features_operator_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/features_operator/v2/features_operator_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/features_operator/v2/features_operator_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/features_operator/v2/features_operator_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/features_operator/v2/features_operator_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/features_operator/v2/features_operator_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/features_operator/v2/features_operator_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/features_operator/v3/features_operator_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/features_operator/v3/features_operator_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/features_operator/v3/features_operator_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/file_versioning/file_versioning_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/file_versioning/file_versioning_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/file_versioning/file_versioning_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/file_versioning/file_versioning_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/file_versioning/file_versioning_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/file_versioning/file_versioning_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/fitness_service/constructs_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/fitness_service/constructs_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/fitness_service/constructs_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/fitness_service/fitness_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/fitness_service/fitness_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/fitness_service/fitness_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/fitness_service/fitness_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/fitness_service/fitness_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/fitness_service/fitness_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/fitness_service/status_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/fitness_service/status_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/fitness_service/status_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/inference/feedback/feedback_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/inference/feedback/feedback_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/inference/feedback/feedback_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/instance_template/instance_template_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/instance_template/instance_template_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/instance_template/instance_template_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/instance_template/instance_template_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/instance_template/instance_template_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/instance_template/instance_template_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/hugging_face_integration_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/hugging_face_integration_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/hugging_face_integration_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/integration_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/integration_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/integration_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/integration_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/integration_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/integration_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/open_a_i_integration_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/open_a_i_integration_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/open_a_i_integration_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/opsgenie_integration_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/opsgenie_integration_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/opsgenie_integration_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/pagerduty_integration_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/pagerduty_integration_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/pagerduty_integration_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/slack_app_integration_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/slack_app_integration_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/integration/slack_app_integration_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/jfrog/gateway/v0/repository_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/jfrog/gateway/v0/repository_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/jfrog/gateway/v0/repository_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/alert_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/alert_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/alert_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/alerting_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/alerting_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/alerting_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/batch_job_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/batch_job_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/batch_job_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/deployment_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/deployment_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/deployment_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/kube_deployment_captain/traffic_mapping_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/logging/log_filter_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/logging/log_filter_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/logging/log_filter_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/logging/log_line_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/logging/log_line_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/logging/log_line_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/logging/log_reader_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/logging/log_reader_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/logging/log_reader_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/logging/log_source_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/logging/log_source_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/logging/log_source_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/model_descriptor/open_ai_descriptor_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/model_descriptor/open_ai_descriptor_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/model_group/model_group_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/model_group/model_group_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/model_group/model_group_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/model_group/model_group_repository_details_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/model_group/model_group_repository_details_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/model_group/model_group_repository_details_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/models/models_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/models/models_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/models/models_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/models/models_query_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/models/models_query_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/models/models_query_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/monitoring/v0/alerting_channel_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/monitoring/v0/alerting_channel_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/monitoring/v0/alerting_channel_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/offline/serving/v1/feature_values_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/offline/serving/v1/feature_values_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/offline/serving/v1/feature_values_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/offline/serving/v1/options_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/offline/serving/v1/options_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/offline/serving/v1/options_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/offline/serving/v1/population_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/offline/serving/v1/population_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/offline/serving/v1/population_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/projects/jfrog_project_spec_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/projects/jfrog_project_spec_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/projects/jfrog_project_spec_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/projects/projects_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/projects/projects_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/projects/projects_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/secret_service/secret_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/secret_service/secret_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/secret_service/secret_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/account/v0/account_membership_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/account/v0/account_membership_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/account/v0/account_membership_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/account/v0/account_status_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/account/v0/account_status_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/account/v0/account_status_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/account/v0/managing_account_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/account/v0/managing_account_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/account/v0/managing_account_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/user/v1/api_key_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/user/v1/api_key_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/user/v1/api_key_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/user/v1/user_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/user/v1/user_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/user/v1/user_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/user/v1/user_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/user/v1/user_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/self_service/user/v1/user_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/service_discovery/service_discovery_location_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/service_discovery/service_discovery_location_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/service_discovery/service_discovery_location_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/traffic/v1/traffic_api_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/traffic/v1/traffic_api_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/traffic/v1/traffic_api_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/traffic/v1/traffic_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/traffic/v1/traffic_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/traffic/v1/traffic_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/user_application/common/v0/resources_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/user_application/common/v0/resources_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/user_application/common/v0/resources_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/user_application/v0/user_application_pb2.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/user_application/v0/user_application_pb2.pyi +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_proto/qwak/user_application/v0/user_application_pb2_grpc.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/alert_manager_service_api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/alert_registry_service_api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/audience_service_api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/authentication_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/automation_management_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/autoscaling_service_api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/batch_job_manager_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/build_management.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/build_orchestrator_build_api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/build_orchestrator_build_settings_api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/build_orchestrator_service_api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/data_versioning_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/deployment_management_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/execution_management_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/feature_store_data_sources_manager_api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/feature_store_entities_manager_api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/feature_store_feature_set_manager_api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/features_online_serving_api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/features_operator_v3_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/features_set_state_service_api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/feedback_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/file_versioning_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/frogml_mocks.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/fs_offline_serving_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/instance_template_management_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/integration_management_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/internal_build_orchestrator_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/jfrog_tenant_info_service_mock.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/job_registry_service_api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/kube_captain_service_api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/location_discovery_service_api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/logging_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/model_management_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/model_version_manager_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/project_manager_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/repository_service_mock.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/secret_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/self_service_user_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/system_secret_service.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/user_application_instance_service_api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/utils/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/utils/exception_handlers.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/utils/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/utils/service_utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/_environment.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/artifactory/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/artifactory/_artifactory_api.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/authentication/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/authentication/login/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/authentication/login/_login_cli.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/authentication/login/_login_command.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/authentication/models/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/authentication/models/_auth.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/authentication/models/_auth_config.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/authentication/models/_login.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/authentication/utils/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/authentication/utils/_authentication_utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/authentication/utils/_login_checks_utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/base_storage.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/constants.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/exceptions/checksum_verification_error.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/exceptions/validation_error.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/frog_ml.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/http/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/http/http_client.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/logging/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/logging/_log_config.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/logging/log_utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/models/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/models/_download_context.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/models/dataset_manifest.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/models/entity_manifest.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/models/frogml_dataset_version.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/models/frogml_entity_type_info.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/models/frogml_entity_version.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/models/frogml_model_version.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/models/model_manifest.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/models/serialization_metadata.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/utils/__init__.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/utils/_input_checks_utility.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/utils/_storage_utils.py +0 -0
- {frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_storage/utils/_url_utils.py +0 -0
@@ -5,7 +5,7 @@ from frogml_proto.qwak.administration.v0.authentication.authentication_service_p
|
|
5
5
|
AuthenticateRequest,
|
6
6
|
)
|
7
7
|
from frogml_proto.qwak.administration.v0.authentication.authentication_service_pb2 import (
|
8
|
-
QwakApiKeyMethod
|
8
|
+
QwakApiKeyMethod,
|
9
9
|
)
|
10
10
|
from frogml_proto.qwak.administration.v0.authentication.authentication_service_pb2_grpc import (
|
11
11
|
AuthenticationServiceStub,
|
@@ -26,7 +26,7 @@ class AuthenticationClient:
|
|
26
26
|
|
27
27
|
def authenticate(self, api_key=None):
|
28
28
|
request = AuthenticateRequest(
|
29
|
-
qwak_api_key_method=
|
29
|
+
qwak_api_key_method=QwakApiKeyMethod(qwak_api_key=api_key)
|
30
30
|
)
|
31
31
|
try:
|
32
32
|
return self._authentication_service.Authenticate(request)
|
{frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/batch_job_management/client.py
RENAMED
@@ -407,7 +407,7 @@ class BatchJobManagerClient:
|
|
407
407
|
self, model_id: str, number_of_batches: int, file_type: str = "csv"
|
408
408
|
) -> GetBatchJobPreSignedUploadUrlResult:
|
409
409
|
"""
|
410
|
-
Get pre signed upload urls details in order to start a job using
|
410
|
+
Get pre signed upload urls details in order to start a job using FrogML cloud bucket
|
411
411
|
Args:
|
412
412
|
model_id: The model id for the execution
|
413
413
|
number_of_batches: The number of pre-signed urls to request
|
@@ -445,7 +445,7 @@ class BatchJobManagerClient:
|
|
445
445
|
self, execution_id: str
|
446
446
|
) -> GetBatchJobPreSignedDownloadUrlResult:
|
447
447
|
"""
|
448
|
-
Get pre signed urls links in order to download files using
|
448
|
+
Get pre signed urls links in order to download files using FrogML cloud bucket
|
449
449
|
Args:
|
450
450
|
execution_id: The execution id of the files
|
451
451
|
|
@@ -475,7 +475,7 @@ class BatchJobManagerClient:
|
|
475
475
|
|
476
476
|
def get_upload_details(self, model_id: str) -> GetBatchJobUploadDetailsResponse:
|
477
477
|
"""
|
478
|
-
Get upload details in order to start a job using
|
478
|
+
Get upload details in order to start a job using FrogML cloud bucket
|
479
479
|
Args:
|
480
480
|
model_id: The model id for the execution
|
481
481
|
|
@@ -496,7 +496,7 @@ class BatchJobManagerClient:
|
|
496
496
|
self, execution_id: str
|
497
497
|
) -> GetBatchJobDownloadDetailsResponse:
|
498
498
|
"""
|
499
|
-
Get download details in order to download files using
|
499
|
+
Get download details in order to download files using FrogML cloud bucket
|
500
500
|
Args:
|
501
501
|
execution_id: The execution id of the files
|
502
502
|
|
@@ -32,10 +32,10 @@ def _get_build_model_spec(
|
|
32
32
|
build_code_path: str = "",
|
33
33
|
build_v1_flag: bool = False,
|
34
34
|
build_config_url: str = "",
|
35
|
-
|
36
|
-
|
35
|
+
frogml_cli_wheel_url: str = "",
|
36
|
+
frogml_cli_version_url: str = "",
|
37
37
|
build_steps: Optional[List[str]] = None,
|
38
|
-
|
38
|
+
cli_version: str = "",
|
39
39
|
) -> RemoteBuildSpec:
|
40
40
|
build_spec = RemoteBuildSpec(
|
41
41
|
build_properties=BuildProperties(
|
@@ -65,7 +65,7 @@ def _get_build_model_spec(
|
|
65
65
|
python_env=PythonEnv(
|
66
66
|
git_credentials=build_conf.build_properties.model_uri.git_credentials,
|
67
67
|
git_credentials_secret=build_conf.build_properties.model_uri.git_credentials_secret,
|
68
|
-
qwak_sdk_version=
|
68
|
+
qwak_sdk_version=cli_version,
|
69
69
|
),
|
70
70
|
),
|
71
71
|
verbose=verbose,
|
@@ -75,8 +75,8 @@ def _get_build_model_spec(
|
|
75
75
|
),
|
76
76
|
build_properties_v1=BuildPropertiesV1(
|
77
77
|
build_config_url=build_config_url,
|
78
|
-
qwak_sdk_wheel_url=
|
79
|
-
qwak_sdk_version_url=
|
78
|
+
qwak_sdk_wheel_url=frogml_cli_wheel_url,
|
79
|
+
qwak_sdk_version_url=frogml_cli_version_url,
|
80
80
|
),
|
81
81
|
build_v1_flag=build_v1_flag,
|
82
82
|
build_steps=build_steps,
|
{frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/clients/build_orchestrator/client.py
RENAMED
@@ -365,10 +365,10 @@ class BuildOrchestratorClient:
|
|
365
365
|
build_code_path: str = "",
|
366
366
|
build_v1_flag: bool = False,
|
367
367
|
build_config_url: str = "",
|
368
|
-
|
369
|
-
|
368
|
+
frogml_cli_wheel_url: str = "",
|
369
|
+
frogml_cli_version_url: str = "",
|
370
370
|
build_steps: Optional[List[str]] = None,
|
371
|
-
|
371
|
+
cli_version: str = "",
|
372
372
|
):
|
373
373
|
"""Initiate remote build
|
374
374
|
|
@@ -380,13 +380,13 @@ class BuildOrchestratorClient:
|
|
380
380
|
build_code_path: The code path saved by frogml
|
381
381
|
build_v1_flag:
|
382
382
|
build_config_url:
|
383
|
-
|
384
|
-
|
383
|
+
frogml_cli_wheel_url: Url for wheel file
|
384
|
+
frogml_cli_version_url: The cli version
|
385
385
|
build_steps: List of the steps the build is comprised from
|
386
|
-
|
386
|
+
cli_version: The cli version to build the
|
387
387
|
|
388
388
|
Raises:
|
389
|
-
|
389
|
+
FrogmlException: In case of failing to connect the service
|
390
390
|
"""
|
391
391
|
build_steps = build_steps if build_steps else []
|
392
392
|
|
@@ -399,10 +399,10 @@ class BuildOrchestratorClient:
|
|
399
399
|
build_code_path,
|
400
400
|
build_v1_flag,
|
401
401
|
build_config_url,
|
402
|
-
|
403
|
-
|
402
|
+
frogml_cli_wheel_url,
|
403
|
+
frogml_cli_version_url,
|
404
404
|
build_steps,
|
405
|
-
|
405
|
+
cli_version,
|
406
406
|
)
|
407
407
|
self._builds_orchestrator_stub.BuildModel(
|
408
408
|
BuildModelRequest(build_spec=build_spec)
|
@@ -424,7 +424,7 @@ class BuildOrchestratorClient:
|
|
424
424
|
build_id: The build ID to cancel
|
425
425
|
|
426
426
|
Raises:
|
427
|
-
|
427
|
+
FrogmlException: In case of failing to connect the service
|
428
428
|
"""
|
429
429
|
try:
|
430
430
|
self._builds_orchestrator_stub.CancelBuildModel(
|
@@ -444,7 +444,7 @@ class BuildOrchestratorClient:
|
|
444
444
|
Returns:
|
445
445
|
The base docker image name
|
446
446
|
Raises:
|
447
|
-
|
447
|
+
FrogmlException: In case of failing to connect the service
|
448
448
|
"""
|
449
449
|
try:
|
450
450
|
return self._builds_orchestrator_stub.GetBaseDockerImageName(
|
@@ -43,11 +43,11 @@ class InternalBuildOrchestratorClient:
|
|
43
43
|
build_code_path: str = "",
|
44
44
|
build_v1_flag: bool = False,
|
45
45
|
build_config_url: str = "",
|
46
|
-
|
47
|
-
|
46
|
+
frogml_cli_wheel_url: str = "",
|
47
|
+
frogml_cli_version_url: str = "",
|
48
48
|
build_steps: Optional[List[str]] = None,
|
49
49
|
build_initiator: BuildInitiator = None,
|
50
|
-
|
50
|
+
cli_version: str = "",
|
51
51
|
):
|
52
52
|
"""Initiate remote build
|
53
53
|
|
@@ -59,14 +59,14 @@ class InternalBuildOrchestratorClient:
|
|
59
59
|
build_code_path: The code path saved by frogml
|
60
60
|
build_v1_flag:
|
61
61
|
build_config_url:
|
62
|
-
|
63
|
-
|
62
|
+
frogml_cli_wheel_url: Url for wheel file
|
63
|
+
frogml_cli_version_url: The cli version
|
64
64
|
build_steps: List of the steps the build is comprised from
|
65
65
|
build_initiator: Override the initiator of build
|
66
|
-
|
66
|
+
cli_version: The cli version to build the
|
67
67
|
|
68
68
|
Raises:
|
69
|
-
|
69
|
+
FrogmlException: In case of failing to connect the service
|
70
70
|
"""
|
71
71
|
if not self._internal_builds_orchestrator_stub:
|
72
72
|
grpc_channel = self.grpc_channel_factory(
|
@@ -91,10 +91,10 @@ class InternalBuildOrchestratorClient:
|
|
91
91
|
build_code_path,
|
92
92
|
build_v1_flag,
|
93
93
|
build_config_url,
|
94
|
-
|
95
|
-
|
94
|
+
frogml_cli_wheel_url,
|
95
|
+
frogml_cli_version_url,
|
96
96
|
build_steps,
|
97
|
-
|
97
|
+
cli_version,
|
98
98
|
)
|
99
99
|
self._internal_builds_orchestrator_stub.BuildModel(
|
100
100
|
InternalBuildModelRequest(
|
@@ -24,8 +24,8 @@ from frogml_core.inner.build_logic.phases.phase_020_remote_register_frogml_build
|
|
24
24
|
from frogml_core.inner.build_logic.phases.phases_pipeline import PhasesPipeline
|
25
25
|
from frogml_core.inner.build_logic.trigger_build_context import TriggerBuildContext
|
26
26
|
|
27
|
-
FETCHING_MODEL_CODE_PHASE = "FETCHING_MODEL_CODE"
|
28
|
-
|
27
|
+
FETCHING_MODEL_CODE_PHASE: str = "FETCHING_MODEL_CODE"
|
28
|
+
REGISTERING_FROGML_BUILD_PHASE: str = "REGISTERING_FROGML_BUILD"
|
29
29
|
|
30
30
|
|
31
31
|
def get_trigger_build_api_steps(
|
@@ -47,7 +47,7 @@ def get_trigger_build_api_steps(
|
|
47
47
|
StartRemoteBuildStep(),
|
48
48
|
CleanupStep(),
|
49
49
|
],
|
50
|
-
build_phase=BuildPhase(phase_id=
|
50
|
+
build_phase=BuildPhase(phase_id=REGISTERING_FROGML_BUILD_PHASE),
|
51
51
|
)
|
52
52
|
|
53
53
|
return steps_root
|
@@ -0,0 +1,7 @@
|
|
1
|
+
MODEL_CODE_TAG: str = "code.zip"
|
2
|
+
SKINNY_MODEL_CODE_TAG: str = "skinny_code.zip"
|
3
|
+
FROGML_CLI_VERSION_TAG: str = "frogml_cli_version"
|
4
|
+
FROGML_RUNTIME_WHEEL_TAG: str = "frogml_runtime_wheel"
|
5
|
+
FROGML_CORE_WHEEL_TAG: str = "frogml_core_wheel"
|
6
|
+
BUILD_CONFIG_TAG: str = "frogml_build_config"
|
7
|
+
FROGML_BUILT_MODEL_TAG: str = "frogml_built_model"
|
@@ -48,7 +48,7 @@ class Context(metaclass=ABCMeta):
|
|
48
48
|
|
49
49
|
# Upload model
|
50
50
|
model_code_remote_url: Optional[str] = field(default=None)
|
51
|
-
|
51
|
+
frogml_cli_version: Optional[str] = field(default=None)
|
52
52
|
|
53
53
|
# Image
|
54
54
|
base_image: Optional[str] = field(default=None)
|
@@ -11,16 +11,16 @@ from frogml_core.inner.build_logic.tools.ignore_files import (
|
|
11
11
|
)
|
12
12
|
|
13
13
|
_IGNORED_PATTERNS = [r"\..*", r"__pycache__"]
|
14
|
-
|
14
|
+
FROGML_IGNORE_FILE_NAME: str = ".frogmlignore"
|
15
15
|
|
16
16
|
|
17
17
|
def get_ignore_pattern(
|
18
18
|
src: str, main_dir: str, build_logger: BuildLogger
|
19
19
|
) -> Tuple[Callable[[Any, list[str]], set[str]], list[str]]:
|
20
|
-
if (Path(src) / main_dir /
|
21
|
-
ignore_file_path = Path(src) / main_dir /
|
20
|
+
if (Path(src) / main_dir / FROGML_IGNORE_FILE_NAME).is_file():
|
21
|
+
ignore_file_path: Path = Path(src) / main_dir / FROGML_IGNORE_FILE_NAME
|
22
22
|
else:
|
23
|
-
ignore_file_path = Path(src) /
|
23
|
+
ignore_file_path: Path = Path(src) / FROGML_IGNORE_FILE_NAME
|
24
24
|
|
25
25
|
ignored_patterns = (
|
26
26
|
load_patterns_from_ignore_file(
|
@@ -17,8 +17,8 @@ class SetVersionStep(Step):
|
|
17
17
|
def execute(self) -> None:
|
18
18
|
try:
|
19
19
|
self.build_logger.debug("Getting sdk version")
|
20
|
-
frogml_sdk_version = importlib.import_module("frogml_sdk").__version__
|
21
|
-
self.context.
|
20
|
+
frogml_sdk_version: str = importlib.import_module("frogml_sdk").__version__
|
21
|
+
self.context.frogml_cli_version = frogml_sdk_version
|
22
22
|
self.build_logger.debug(
|
23
23
|
self.SDK_VERSION_FOUND_MSG_FORMAT.format(
|
24
24
|
frogml_sdk_version=frogml_sdk_version
|
@@ -30,4 +30,4 @@ class SetVersionStep(Step):
|
|
30
30
|
frogml_core_version=frogml_core_version
|
31
31
|
)
|
32
32
|
)
|
33
|
-
self.context.
|
33
|
+
self.context.frogml_cli_version = frogml_core_version
|
@@ -3,7 +3,7 @@ from copy import deepcopy
|
|
3
3
|
from frogml_proto.qwak.builds.build_url_pb2 import BuildVersioningTagsType
|
4
4
|
from frogml_core.inner.build_logic.constants.upload_tag import (
|
5
5
|
BUILD_CONFIG_TAG,
|
6
|
-
|
6
|
+
FROGML_CLI_VERSION_TAG,
|
7
7
|
MODEL_CODE_TAG,
|
8
8
|
)
|
9
9
|
from frogml_core.inner.build_logic.interface.step_inteface import Step
|
@@ -24,10 +24,10 @@ class StartRemoteBuildStep(Step):
|
|
24
24
|
build_conf=config_copy,
|
25
25
|
build_v1_flag=False,
|
26
26
|
build_config_url=self.get_download_url(BUILD_CONFIG_TAG),
|
27
|
-
|
27
|
+
frogml_cli_version_url=self.get_download_url(FROGML_CLI_VERSION_TAG),
|
28
28
|
resolved_model_url=self.get_download_url(MODEL_CODE_TAG),
|
29
29
|
git_commit_id=self.context.git_commit_id,
|
30
|
-
|
30
|
+
cli_version=self.context.frogml_cli_version,
|
31
31
|
)
|
32
32
|
self.build_logger.info("Remote build started successfully")
|
33
33
|
|
@@ -19,7 +19,7 @@ from frogml_core.inner.build_logic.constants.upload_tag import (
|
|
19
19
|
FROGML_BUILT_MODEL_TAG,
|
20
20
|
FROGML_CORE_WHEEL_TAG,
|
21
21
|
FROGML_RUNTIME_WHEEL_TAG,
|
22
|
-
|
22
|
+
FROGML_CLI_VERSION_TAG,
|
23
23
|
MODEL_CODE_TAG,
|
24
24
|
SKINNY_MODEL_CODE_TAG,
|
25
25
|
)
|
@@ -37,13 +37,13 @@ from frogml_core.inner.build_logic.tools.ignore_files import (
|
|
37
37
|
_MAX_FILE_SIZE_BYTES = 10000000
|
38
38
|
|
39
39
|
|
40
|
-
def should_retry(
|
40
|
+
def should_retry(frogml_exception: FrogmlException) -> bool:
|
41
41
|
# when Got 403 from Jfrog it means that the reposity doesn't exist. It may happen when in the first build in the project
|
42
|
-
return str(
|
42
|
+
return "403" in str(frogml_exception.message)
|
43
43
|
|
44
44
|
|
45
45
|
class UploadStep(Step):
|
46
|
-
STEP_DESCRIPTION = "Saving
|
46
|
+
STEP_DESCRIPTION = "Saving FrogML Model"
|
47
47
|
|
48
48
|
def description(self) -> str:
|
49
49
|
return self.STEP_DESCRIPTION
|
@@ -124,13 +124,15 @@ class UploadStep(Step):
|
|
124
124
|
config_file_temp.write_text(self.config.to_yaml())
|
125
125
|
|
126
126
|
# Dump frogml-sdk version for upload
|
127
|
-
|
128
|
-
|
127
|
+
frogml_cli_version_temp_file_path: Path = (
|
128
|
+
self.context.host_temp_local_build_dir / "VERSION"
|
129
|
+
)
|
130
|
+
frogml_cli_version_temp_file_path.write_text(self.context.frogml_cli_version)
|
129
131
|
|
130
132
|
files_tag_iterator = [
|
131
133
|
(full_size_zip_file, MODEL_CODE_TAG),
|
132
134
|
(skinny_size_zip_file, SKINNY_MODEL_CODE_TAG),
|
133
|
-
(
|
135
|
+
(frogml_cli_version_temp_file_path, FROGML_CLI_VERSION_TAG),
|
134
136
|
(config_file_temp, BUILD_CONFIG_TAG),
|
135
137
|
]
|
136
138
|
|
@@ -211,13 +213,13 @@ class UploadStep(Step):
|
|
211
213
|
headers = {}
|
212
214
|
|
213
215
|
try:
|
214
|
-
self.build_logger.debug(f"Upload file {file} to
|
216
|
+
self.build_logger.debug(f"Upload file {file} to FrogML storage")
|
215
217
|
|
216
218
|
self.send_request(
|
217
219
|
upload_url, file, all_files_size_to_upload, read_so_far, headers
|
218
220
|
)
|
219
221
|
self.build_logger.debug(
|
220
|
-
f"File {file} uploaded to
|
222
|
+
f"File {file} uploaded to FrogML storage successfully"
|
221
223
|
)
|
222
224
|
except Exception as e:
|
223
225
|
raise FrogmlGeneralBuildException(
|
{frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/inner/build_logic/tools/ignore_files.py
RENAMED
@@ -5,16 +5,16 @@ from frogml_core.inner.build_logic.interface.build_logger_interface import Build
|
|
5
5
|
|
6
6
|
def load_patterns_from_ignore_file(build_logger: BuildLogger, ignore_file_path: Path):
|
7
7
|
if Path(ignore_file_path).is_file():
|
8
|
-
build_logger.info("Found a
|
8
|
+
build_logger.info("Found a FrogML ignore file - will ignore listed patterns")
|
9
9
|
|
10
10
|
with open(ignore_file_path, "r") as igonre_file:
|
11
11
|
patterns_to_ignore = [
|
12
12
|
pattern.strip() for pattern in igonre_file.readlines()
|
13
13
|
]
|
14
14
|
build_logger.debug(
|
15
|
-
f"Patterns from
|
15
|
+
f"Patterns from FrogML igonre file detected - {str(patterns_to_ignore)}"
|
16
16
|
)
|
17
17
|
return patterns_to_ignore
|
18
18
|
|
19
|
-
build_logger.debug("no
|
19
|
+
build_logger.debug("no FrogML ignore file was found, skipping")
|
20
20
|
return []
|
@@ -14,7 +14,7 @@ from .output_adapters.default_output_adapter import DefaultOutputAdapter
|
|
14
14
|
from .output_adapters.json_output_adapter import JsonOutputAdapter
|
15
15
|
from .output_adapters.numpy_output_adapter import NumpyOutputAdapter
|
16
16
|
from .output_adapters.proto_output_adapter import ProtoOutputAdapter
|
17
|
-
from .output_adapters.
|
17
|
+
from .output_adapters.frogml_with_default_fallback import AutodetectOutputAdapter
|
18
18
|
from .output_adapters.tf_tensor_output_adapter import TfTensorOutputAdapter
|
19
19
|
|
20
20
|
__all__ = [
|
@@ -27,7 +27,7 @@ def get_input_adapter(
|
|
27
27
|
) -> Union[JsonInput, DataframeInput, StringInput]:
|
28
28
|
adapter = getattr(model.predict, "_input_adapter", "")
|
29
29
|
|
30
|
-
class
|
30
|
+
class FrogMLInput(StringInput):
|
31
31
|
def extract_user_func_args(self, data: str) -> Any:
|
32
32
|
try:
|
33
33
|
return adapter.extract_user_func_arg(data)
|
@@ -38,15 +38,15 @@ def get_input_adapter(
|
|
38
38
|
f"please check model logs.",
|
39
39
|
)
|
40
40
|
|
41
|
-
class MultiFormatInput(
|
41
|
+
class MultiFormatInput(FrogMLInput):
|
42
42
|
pass
|
43
43
|
|
44
44
|
mapping = {
|
45
45
|
JsonInputAdapter: JsonInput,
|
46
46
|
DataFrameInputAdapter: DataframeInput,
|
47
47
|
StringInputAdapter: StringInput,
|
48
|
-
ProtoInputAdapter:
|
49
|
-
NumpyInputAdapter:
|
48
|
+
ProtoInputAdapter: FrogMLInput,
|
49
|
+
NumpyInputAdapter: FrogMLInput,
|
50
50
|
MultiInputAdapter: MultiFormatInput,
|
51
51
|
TfTensorInputAdapter: TfTensorInput,
|
52
52
|
ImageInputAdapter: ImageInput,
|
@@ -55,8 +55,8 @@ def get_input_adapter(
|
|
55
55
|
|
56
56
|
if adapter:
|
57
57
|
adapter.mappings = mapping
|
58
|
-
for
|
59
|
-
if isinstance(adapter,
|
58
|
+
for frogml_impl, runtime_impl in mapping.items():
|
59
|
+
if isinstance(adapter, frogml_impl):
|
60
60
|
if isinstance(adapter, DataFrameInputAdapter) and hasattr(
|
61
61
|
adapter, "input_orient"
|
62
62
|
):
|
@@ -23,7 +23,7 @@ def get_output_adapter(
|
|
23
23
|
):
|
24
24
|
adapter = getattr(model.predict, "_output_adapter", "")
|
25
25
|
|
26
|
-
class
|
26
|
+
class FrogMLOutput(JsonOutput):
|
27
27
|
def __init__(self, **kwargs):
|
28
28
|
super().__init__(**kwargs)
|
29
29
|
|
@@ -37,7 +37,7 @@ def get_output_adapter(
|
|
37
37
|
status_code=500,
|
38
38
|
)
|
39
39
|
|
40
|
-
class
|
40
|
+
class FrogMLOutputWithDefaultFallbackOutput(FrogMLOutput):
|
41
41
|
def __init__(self, **kwargs):
|
42
42
|
super().__init__(**kwargs)
|
43
43
|
|
@@ -50,7 +50,7 @@ def get_output_adapter(
|
|
50
50
|
else return_result
|
51
51
|
)
|
52
52
|
if issubclass(type(first_result), Message):
|
53
|
-
response =
|
53
|
+
response = FrogMLOutput().pack_user_func_return_value(return_result)
|
54
54
|
return response
|
55
55
|
else:
|
56
56
|
return DefaultOutput().pack_user_func_return_value(return_result)
|
@@ -59,13 +59,13 @@ def get_output_adapter(
|
|
59
59
|
JsonOutputAdapter: JsonOutput,
|
60
60
|
DataFrameOutputAdapter: DataFrameOutput,
|
61
61
|
DefaultOutputAdapter: DefaultOutput,
|
62
|
-
AutodetectOutputAdapter:
|
63
|
-
ProtoOutputAdapter:
|
64
|
-
NumpyOutputAdapter:
|
62
|
+
AutodetectOutputAdapter: FrogMLOutputWithDefaultFallbackOutput,
|
63
|
+
ProtoOutputAdapter: FrogMLOutput,
|
64
|
+
NumpyOutputAdapter: FrogMLOutput,
|
65
65
|
TfTensorOutputAdapter: TfTensorOutput,
|
66
66
|
}
|
67
|
-
for
|
68
|
-
if isinstance(adapter,
|
67
|
+
for frogml_impl, runtime_impl in mapping.items():
|
68
|
+
if isinstance(adapter, frogml_impl):
|
69
69
|
if isinstance(adapter, DataFrameOutputAdapter) and hasattr(
|
70
70
|
adapter, "output_orient"
|
71
71
|
):
|
@@ -61,8 +61,8 @@ def _extract_online_features(model, df):
|
|
61
61
|
|
62
62
|
@contextmanager
|
63
63
|
def _set_local_mode():
|
64
|
-
os.environ["
|
64
|
+
os.environ["FROGML_IS_RUN_LOCAL"] = "true"
|
65
65
|
try:
|
66
66
|
yield
|
67
67
|
finally:
|
68
|
-
del os.environ["
|
68
|
+
del os.environ["FROGML_IS_RUN_LOCAL"]
|
@@ -27,7 +27,7 @@ def validate_and_sanitize_features_name(
|
|
27
27
|
Add the current env qualifier if env is missing and transform name to lowercase
|
28
28
|
:param features:
|
29
29
|
:return: sanitized features with lower case (to support case-insensitive) fully qualified feature names
|
30
|
-
:exception
|
30
|
+
:exception FrogmlException: if the feature name does not adhere to the convention
|
31
31
|
"""
|
32
32
|
ecosystem_utils = EcosystemUtils()
|
33
33
|
current_env_name = ecosystem_utils.get_current_environment_name()
|
@@ -12,12 +12,12 @@ SUCCESSFUL_QUERY = "select * from successful"
|
|
12
12
|
FAILED_QUERY = "select * from failed"
|
13
13
|
TIMEOUT_QUERY = "select * from timeout"
|
14
14
|
CANCELLED_QUERY = "select * from cancelled"
|
15
|
-
SUCCESSFUL_QUERY_ID = "successful"
|
16
|
-
FAILED_QUERY_ID = "failed"
|
17
|
-
TIMEOUT_QUERY_ID = "timeout"
|
18
|
-
CANCELLED_QUERY_ID = "cancelled"
|
19
|
-
FAILURE_REASON = "failure reason"
|
20
|
-
DOWNLOAD_URL = "https://
|
15
|
+
SUCCESSFUL_QUERY_ID: str = "successful"
|
16
|
+
FAILED_QUERY_ID: str = "failed"
|
17
|
+
TIMEOUT_QUERY_ID: str = "timeout"
|
18
|
+
CANCELLED_QUERY_ID: str = "cancelled"
|
19
|
+
FAILURE_REASON: str = "failure reason"
|
20
|
+
DOWNLOAD_URL: str = "https://jfrog.com/download"
|
21
21
|
|
22
22
|
|
23
23
|
class AnalyticsApiMock(AnalyticsQueryServiceServicer):
|
{frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_services_mock/mocks/ecosystem_service_api.py
RENAMED
@@ -7,14 +7,14 @@ from frogml_proto.qwak.ecosystem.v0.ecosystem_runtime_service_pb2 import (
|
|
7
7
|
GetCloudCredentialsResponse,
|
8
8
|
)
|
9
9
|
from frogml_proto.qwak.ecosystem.v0.ecosystem_runtime_service_pb2_grpc import (
|
10
|
-
QwakEcosystemRuntimeServicer,
|
10
|
+
QwakEcosystemRuntimeServicer as FrogmlEcosystemRuntimeServicer,
|
11
11
|
)
|
12
12
|
from frogml_services_mock.mocks.utils.exception_handlers import (
|
13
13
|
raise_internal_grpc_error,
|
14
14
|
)
|
15
15
|
|
16
16
|
|
17
|
-
class EcoSystemServiceMock(
|
17
|
+
class EcoSystemServiceMock(FrogmlEcosystemRuntimeServicer):
|
18
18
|
def __init__(self):
|
19
19
|
self._aws_temp_credentials = None
|
20
20
|
self._authenticated_user_context = None
|
@@ -57,7 +57,7 @@ from frogml_proto.qwak.deployment.deployment_service_pb2_grpc import (
|
|
57
57
|
from frogml_proto.qwak.ecosystem.jfrog.v0.jfrog_tenant_info_service_pb2_grpc import \
|
58
58
|
add_JFrogTenantInfoServiceServicer_to_server
|
59
59
|
from frogml_proto.qwak.ecosystem.v0.ecosystem_runtime_service_pb2_grpc import (
|
60
|
-
add_QwakEcosystemRuntimeServicer_to_server,
|
60
|
+
add_QwakEcosystemRuntimeServicer_to_server as add_FrogmlEcosystemRuntimeServicer_to_server,
|
61
61
|
)
|
62
62
|
from frogml_proto.qwak.execution.v1.execution_service_pb2_grpc import (
|
63
63
|
add_FeatureStoreExecutionServiceServicer_to_server,
|
@@ -363,7 +363,7 @@ def attach_servicers(free_port, server):
|
|
363
363
|
(
|
364
364
|
"ecosystem_client_mock",
|
365
365
|
EcoSystemServiceMock,
|
366
|
-
|
366
|
+
add_FrogmlEcosystemRuntimeServicer_to_server,
|
367
367
|
),
|
368
368
|
(
|
369
369
|
"job_registry_service_mock",
|
@@ -511,11 +511,11 @@ def frogml_services_mock() -> Generator[FrogmlMocks, None, None]:
|
|
511
511
|
free_port = frogml_container()
|
512
512
|
|
513
513
|
server = grpc.server(futures.ThreadPoolExecutor(max_workers=10))
|
514
|
-
|
514
|
+
frogml_mocks: FrogmlMocks = attach_servicers(free_port, server)
|
515
515
|
|
516
516
|
server.add_insecure_port(f"[::]:{free_port}")
|
517
517
|
server.start()
|
518
518
|
|
519
|
-
yield
|
519
|
+
yield frogml_mocks
|
520
520
|
|
521
521
|
server.stop(0)
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.0.115"
|
@@ -1,7 +0,0 @@
|
|
1
|
-
MODEL_CODE_TAG = "code.zip"
|
2
|
-
SKINNY_MODEL_CODE_TAG = "skinny_code.zip"
|
3
|
-
FROGML_SDK_VERSION_TAG = "frogml_sdk_version"
|
4
|
-
FROGML_RUNTIME_WHEEL_TAG = "frogml_runtime_wheel"
|
5
|
-
FROGML_CORE_WHEEL_TAG = "frogml_core_wheel"
|
6
|
-
BUILD_CONFIG_TAG = "frogml_build_config"
|
7
|
-
FROGML_BUILT_MODEL_TAG = "frogml_built_model"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.0.114"
|
File without changes
|
File without changes
|
{frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/automations/automation_executions.py
RENAMED
File without changes
|
File without changes
|
{frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/automations/batch_execution_action.py
RENAMED
File without changes
|
{frogml_core-0.0.114 → frogml_core-0.0.115}/frogml_core/automations/build_and_deploy_action.py
RENAMED
File without changes
|
File without changes
|