frogml-core 0.0.116__py3-none-any.whl → 0.0.118__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- _proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +29 -0
- _proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +32 -0
- _proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.pyi +48 -0
- _proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2_grpc.py +67 -0
- _proto/jfml/model_version/v1/artifact_pb2.py +29 -0
- _proto/jfml/model_version/v1/build_spec_pb2.py +35 -0
- _proto/jfml/model_version/v1/build_spec_pb2.pyi +120 -0
- _proto/jfml/model_version/v1/model_repository_spec_pb2.py +27 -0
- _proto/jfml/model_version/v1/model_version_framework_pb2.py +39 -0
- _proto/jfml/model_version/v1/model_version_manager_service_pb2.py +58 -0
- _proto/jfml/model_version/v1/model_version_manager_service_pb2.pyi +278 -0
- _proto/jfml/model_version/v1/model_version_manager_service_pb2_grpc.py +271 -0
- _proto/jfml/model_version/v1/model_version_pb2.py +65 -0
- _proto/jfml/model_version/v1/model_version_pb2.pyi +297 -0
- _proto/qwak/administration/account/v1/account_pb2.py +49 -0
- _proto/qwak/administration/account/v1/account_pb2.pyi +266 -0
- _proto/qwak/administration/account/v1/account_service_pb2.py +67 -0
- _proto/qwak/administration/account/v1/account_service_pb2.pyi +345 -0
- _proto/qwak/administration/account/v1/account_service_pb2_grpc.py +338 -0
- _proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +49 -0
- _proto/qwak/administration/account/v1/personalization_pb2.py +29 -0
- _proto/qwak/administration/account/v1/preferences_pb2.py +28 -0
- _proto/qwak/administration/account/v1/preferences_pb2.pyi +35 -0
- _proto/qwak/administration/account/v1/terms_pb2.py +35 -0
- _proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +42 -0
- _proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.pyi +108 -0
- _proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2_grpc.py +135 -0
- _proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +30 -0
- _proto/qwak/administration/authenticated_user/v1/details_pb2.py +35 -0
- _proto/qwak/administration/cluster/v2/cluster_pb2.py +62 -0
- _proto/qwak/administration/cluster/v2/cluster_pb2.pyi +354 -0
- _proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +28 -0
- _proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.pyi +36 -0
- _proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +29 -0
- _proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +31 -0
- _proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +28 -0
- _proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.pyi +39 -0
- _proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +34 -0
- _proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.pyi +79 -0
- _proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +29 -0
- _proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +28 -0
- _proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.pyi +39 -0
- _proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +28 -0
- _proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +33 -0
- _proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +32 -0
- _proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.pyi +66 -0
- _proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +36 -0
- _proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +114 -0
- _proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +28 -0
- _proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.pyi +33 -0
- _proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +28 -0
- _proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.pyi +33 -0
- _proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +36 -0
- _proto/qwak/administration/runtime_configuration/v0/network_config_pb2.pyi +107 -0
- _proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +31 -0
- _proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +33 -0
- _proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.pyi +79 -0
- _proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +35 -0
- _proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi +67 -0
- _proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +31 -0
- _proto/qwak/administration/v0/authentication/authentication_service_pb2.py +36 -0
- _proto/qwak/administration/v0/authentication/authentication_service_pb2_grpc.py +67 -0
- _proto/qwak/administration/v0/environments/configuration_pb2.py +43 -0
- _proto/qwak/administration/v0/environments/configuration_pb2.pyi +264 -0
- _proto/qwak/administration/v0/environments/environment_pb2.py +40 -0
- _proto/qwak/administration/v0/environments/environment_pb2.pyi +168 -0
- _proto/qwak/administration/v0/environments/environment_service_pb2.py +62 -0
- _proto/qwak/administration/v0/environments/environment_service_pb2.pyi +274 -0
- _proto/qwak/administration/v0/environments/environment_service_pb2_grpc.py +272 -0
- _proto/qwak/administration/v0/environments/personalization_pb2.py +29 -0
- _proto/qwak/administration/v0/users/user_pb2.py +44 -0
- _proto/qwak/admiral/secret/v0/secret_pb2.py +51 -0
- _proto/qwak/admiral/secret/v0/secret_service_pb2.py +40 -0
- _proto/qwak/admiral/secret/v0/secret_service_pb2.pyi +93 -0
- _proto/qwak/admiral/secret/v0/secret_service_pb2_grpc.py +135 -0
- _proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +40 -0
- _proto/qwak/admiral/secret/v0/system_secret_service_pb2.pyi +101 -0
- _proto/qwak/admiral/secret/v0/system_secret_service_pb2_grpc.py +135 -0
- _proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +62 -0
- _proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.pyi +431 -0
- _proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +44 -0
- _proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.pyi +128 -0
- _proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2_grpc.py +169 -0
- _proto/qwak/analytics/analytics_pb2.py +47 -0
- _proto/qwak/analytics/analytics_service_pb2.py +68 -0
- _proto/qwak/analytics/analytics_service_pb2.pyi +339 -0
- _proto/qwak/analytics/analytics_service_pb2_grpc.py +370 -0
- _proto/qwak/artifactory_settings/artifactory_settings_pb2.py +29 -0
- _proto/qwak/audience/v1/audience_api_pb2.py +52 -0
- _proto/qwak/audience/v1/audience_api_pb2.pyi +176 -0
- _proto/qwak/audience/v1/audience_api_pb2_grpc.py +240 -0
- _proto/qwak/audience/v1/audience_pb2.py +50 -0
- _proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +39 -0
- _proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +32 -0
- _proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.pyi +55 -0
- _proto/qwak/auto_scaling/v1/auto_scaling_service_pb2_grpc.py +67 -0
- _proto/qwak/automation/v1/action_pb2.py +80 -0
- _proto/qwak/automation/v1/action_pb2.pyi +513 -0
- _proto/qwak/automation/v1/auto_scaling_pb2.py +39 -0
- _proto/qwak/automation/v1/automation_execution_pb2.py +34 -0
- _proto/qwak/automation/v1/automation_management_service_pb2.py +81 -0
- _proto/qwak/automation/v1/automation_management_service_pb2.pyi +386 -0
- _proto/qwak/automation/v1/automation_management_service_pb2_grpc.py +429 -0
- _proto/qwak/automation/v1/automation_pb2.py +35 -0
- _proto/qwak/automation/v1/automation_pb2.pyi +124 -0
- _proto/qwak/automation/v1/common_pb2.py +31 -0
- _proto/qwak/automation/v1/notification_pb2.py +41 -0
- _proto/qwak/automation/v1/trigger_pb2.py +36 -0
- _proto/qwak/automation/v1/trigger_pb2.pyi +112 -0
- _proto/qwak/batch_job/v1/batch_job_events_pb2.py +58 -0
- _proto/qwak/batch_job/v1/batch_job_events_pb2.pyi +307 -0
- _proto/qwak/batch_job/v1/batch_job_resources_pb2.py +29 -0
- _proto/qwak/batch_job/v1/batch_job_service_pb2.py +167 -0
- _proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +1387 -0
- _proto/qwak/batch_job/v1/batch_job_service_pb2_grpc.py +608 -0
- _proto/qwak/build/v1/build_api_pb2.py +125 -0
- _proto/qwak/build/v1/build_api_pb2.pyi +682 -0
- _proto/qwak/build/v1/build_api_pb2_grpc.py +594 -0
- _proto/qwak/build/v1/build_pb2.py +143 -0
- _proto/qwak/build/v1/build_pb2.pyi +1340 -0
- _proto/qwak/build_settings/build_settings_api_pb2.py +40 -0
- _proto/qwak/build_settings/build_settings_api_pb2.pyi +106 -0
- _proto/qwak/build_settings/build_settings_api_pb2_grpc.py +132 -0
- _proto/qwak/build_settings/build_settings_pb2.py +39 -0
- _proto/qwak/builds/build_pb2.py +71 -0
- _proto/qwak/builds/build_pb2.pyi +586 -0
- _proto/qwak/builds/build_url_pb2.py +49 -0
- _proto/qwak/builds/builds_orchestrator_service_pb2.py +89 -0
- _proto/qwak/builds/builds_orchestrator_service_pb2.pyi +444 -0
- _proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py +406 -0
- _proto/qwak/builds/builds_pb2.py +147 -0
- _proto/qwak/builds/builds_pb2.pyi +1271 -0
- _proto/qwak/builds/builds_pb2_grpc.py +237 -0
- _proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +34 -0
- _proto/qwak/builds/internal_builds_orchestrator_service_pb2.pyi +64 -0
- _proto/qwak/builds/internal_builds_orchestrator_service_pb2_grpc.py +67 -0
- _proto/qwak/data_versioning/data_versioning_pb2.py +29 -0
- _proto/qwak/data_versioning/data_versioning_service_pb2.py +36 -0
- _proto/qwak/data_versioning/data_versioning_service_pb2.pyi +83 -0
- _proto/qwak/data_versioning/data_versioning_service_pb2_grpc.py +101 -0
- _proto/qwak/deployment/alert_pb2.py +47 -0
- _proto/qwak/deployment/alert_service_pb2.py +56 -0
- _proto/qwak/deployment/alert_service_pb2.pyi +218 -0
- _proto/qwak/deployment/alert_service_pb2_grpc.py +237 -0
- _proto/qwak/deployment/deployment_messages_pb2.py +28 -0
- _proto/qwak/deployment/deployment_messages_pb2.pyi +61 -0
- _proto/qwak/deployment/deployment_pb2.py +180 -0
- _proto/qwak/deployment/deployment_pb2.pyi +1582 -0
- _proto/qwak/deployment/deployment_service_pb2.py +187 -0
- _proto/qwak/deployment/deployment_service_pb2.pyi +817 -0
- _proto/qwak/deployment/deployment_service_pb2_grpc.py +509 -0
- _proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py +36 -0
- _proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.pyi +69 -0
- _proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2_grpc.py +102 -0
- _proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py +29 -0
- _proto/qwak/ecosystem/jfrog/v0/token_pb2.py +62 -0
- _proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +44 -0
- _proto/qwak/ecosystem/jfrog/v0/token_service_pb2.pyi +144 -0
- _proto/qwak/ecosystem/jfrog/v0/token_service_pb2_grpc.py +169 -0
- _proto/qwak/ecosystem/v0/credentials_pb2.py +32 -0
- _proto/qwak/ecosystem/v0/ecosystem_pb2.py +65 -0
- _proto/qwak/ecosystem/v0/ecosystem_pb2.pyi +340 -0
- _proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +79 -0
- _proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.pyi +434 -0
- _proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2_grpc.py +238 -0
- _proto/qwak/execution/v1/backfill_pb2.py +41 -0
- _proto/qwak/execution/v1/backfill_pb2.pyi +167 -0
- _proto/qwak/execution/v1/batch_pb2.py +32 -0
- _proto/qwak/execution/v1/deletion_pb2.py +33 -0
- _proto/qwak/execution/v1/execution_pb2.py +43 -0
- _proto/qwak/execution/v1/execution_pb2.pyi +201 -0
- _proto/qwak/execution/v1/execution_service_pb2.py +93 -0
- _proto/qwak/execution/v1/execution_service_pb2.pyi +473 -0
- _proto/qwak/execution/v1/execution_service_pb2_grpc.py +500 -0
- _proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +27 -0
- _proto/qwak/execution/v1/jobs/job_pb2.py +43 -0
- _proto/qwak/execution/v1/jobs/job_pb2.pyi +282 -0
- _proto/qwak/execution/v1/jobs/job_service_pb2.py +77 -0
- _proto/qwak/execution/v1/jobs/job_service_pb2.pyi +469 -0
- _proto/qwak/execution/v1/jobs/job_service_pb2_grpc.py +396 -0
- _proto/qwak/execution/v1/jobs/reports/report_pb2.py +45 -0
- _proto/qwak/execution/v1/jobs/reports/report_pb2.pyi +266 -0
- _proto/qwak/execution/v1/state/execution_state_pb2.py +28 -0
- _proto/qwak/execution/v1/state/execution_state_pb2.pyi +45 -0
- _proto/qwak/execution/v1/state/execution_state_service_pb2.py +53 -0
- _proto/qwak/execution/v1/state/execution_state_service_pb2.pyi +192 -0
- _proto/qwak/execution/v1/state/execution_state_service_pb2_grpc.py +237 -0
- _proto/qwak/execution/v1/state/featureset_state_pb2.py +27 -0
- _proto/qwak/execution/v1/state/spark_execution_state_pb2.py +37 -0
- _proto/qwak/execution/v1/streaming_aggregation_pb2.py +35 -0
- _proto/qwak/execution/v1/streaming_pb2.py +33 -0
- _proto/qwak/feature_store/entities/entity_pb2.py +38 -0
- _proto/qwak/feature_store/entities/entity_service_pb2.py +52 -0
- _proto/qwak/feature_store/entities/entity_service_pb2.pyi +203 -0
- _proto/qwak/feature_store/entities/entity_service_pb2_grpc.py +237 -0
- _proto/qwak/feature_store/features/aggregation_pb2.py +59 -0
- _proto/qwak/feature_store/features/deployment_pb2.py +58 -0
- _proto/qwak/feature_store/features/deployment_service_pb2.py +32 -0
- _proto/qwak/feature_store/features/deployment_service_pb2.pyi +45 -0
- _proto/qwak/feature_store/features/deployment_service_pb2_grpc.py +67 -0
- _proto/qwak/feature_store/features/execution_pb2.py +35 -0
- _proto/qwak/feature_store/features/feature_set_attribute_pb2.py +28 -0
- _proto/qwak/feature_store/features/feature_set_attribute_pb2.pyi +33 -0
- _proto/qwak/feature_store/features/feature_set_pb2.py +77 -0
- _proto/qwak/feature_store/features/feature_set_pb2.pyi +443 -0
- _proto/qwak/feature_store/features/feature_set_service_pb2.py +122 -0
- _proto/qwak/feature_store/features/feature_set_service_pb2.pyi +663 -0
- _proto/qwak/feature_store/features/feature_set_service_pb2_grpc.py +746 -0
- _proto/qwak/feature_store/features/feature_set_state_pb2.py +60 -0
- _proto/qwak/feature_store/features/feature_set_state_service_pb2.py +48 -0
- _proto/qwak/feature_store/features/feature_set_state_service_pb2.pyi +175 -0
- _proto/qwak/feature_store/features/feature_set_state_service_pb2_grpc.py +203 -0
- _proto/qwak/feature_store/features/feature_set_types_pb2.py +113 -0
- _proto/qwak/feature_store/features/feature_set_types_pb2.pyi +862 -0
- _proto/qwak/feature_store/features/monitoring_pb2.py +31 -0
- _proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +56 -0
- _proto/qwak/feature_store/features/real_time_feature_extractor_pb2.pyi +359 -0
- _proto/qwak/feature_store/jobs/job_pb2.py +34 -0
- _proto/qwak/feature_store/jobs/job_service_pb2.py +52 -0
- _proto/qwak/feature_store/jobs/job_service_pb2.pyi +237 -0
- _proto/qwak/feature_store/jobs/job_service_pb2_grpc.py +237 -0
- _proto/qwak/feature_store/jobs/v1/job_pb2.py +34 -0
- _proto/qwak/feature_store/jobs/v1/job_service_pb2.py +65 -0
- _proto/qwak/feature_store/jobs/v1/job_service_pb2.pyi +349 -0
- _proto/qwak/feature_store/jobs/v1/job_service_pb2_grpc.py +338 -0
- _proto/qwak/feature_store/platform/platform_details_pb2.py +30 -0
- _proto/qwak/feature_store/platform/platform_details_pb2.pyi +54 -0
- _proto/qwak/feature_store/reports/report_pb2.py +36 -0
- _proto/qwak/feature_store/repository/common/platform_pb2.py +31 -0
- _proto/qwak/feature_store/serving/management_pb2.py +36 -0
- _proto/qwak/feature_store/serving/management_pb2.pyi +72 -0
- _proto/qwak/feature_store/serving/management_pb2_grpc.py +101 -0
- _proto/qwak/feature_store/serving/metadata_pb2.py +35 -0
- _proto/qwak/feature_store/serving/metadata_pb2.pyi +158 -0
- _proto/qwak/feature_store/serving/serving_pb2.py +82 -0
- _proto/qwak/feature_store/serving/serving_pb2_grpc.py +101 -0
- _proto/qwak/feature_store/serving/v1/value_pb2.py +30 -0
- _proto/qwak/feature_store/sinks/sink_pb2.py +36 -0
- _proto/qwak/feature_store/sinks/sink_pb2.pyi +137 -0
- _proto/qwak/feature_store/sources/batch_pb2.py +98 -0
- _proto/qwak/feature_store/sources/data_source_attribute_pb2.py +28 -0
- _proto/qwak/feature_store/sources/data_source_attribute_pb2.pyi +33 -0
- _proto/qwak/feature_store/sources/data_source_pb2.py +44 -0
- _proto/qwak/feature_store/sources/data_source_pb2.pyi +169 -0
- _proto/qwak/feature_store/sources/data_source_service_pb2.py +58 -0
- _proto/qwak/feature_store/sources/data_source_service_pb2.pyi +237 -0
- _proto/qwak/feature_store/sources/data_source_service_pb2_grpc.py +305 -0
- _proto/qwak/feature_store/sources/streaming_pb2.py +63 -0
- _proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +27 -0
- _proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +32 -0
- _proto/qwak/feature_store/v1/common/source_code/source_code_pb2.pyi +77 -0
- _proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +39 -0
- _proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2_grpc.py +99 -0
- _proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +31 -0
- _proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2_grpc.py +66 -0
- _proto/qwak/features_operator/v1/features_operator_pb2.py +36 -0
- _proto/qwak/features_operator/v1/features_operator_service_pb2.py +36 -0
- _proto/qwak/features_operator/v1/features_operator_service_pb2.pyi +98 -0
- _proto/qwak/features_operator/v1/features_operator_service_pb2_grpc.py +99 -0
- _proto/qwak/features_operator/v2/features_operator_pb2.py +38 -0
- _proto/qwak/features_operator/v2/features_operator_service_pb2.py +36 -0
- _proto/qwak/features_operator/v2/features_operator_service_pb2.pyi +89 -0
- _proto/qwak/features_operator/v2/features_operator_service_pb2_grpc.py +99 -0
- _proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +51 -0
- _proto/qwak/features_operator/v3/features_operator_async_service_pb2.pyi +218 -0
- _proto/qwak/features_operator/v3/features_operator_async_service_pb2_grpc.py +165 -0
- _proto/qwak/features_operator/v3/features_operator_pb2.py +38 -0
- _proto/qwak/file_versioning/file_versioning_pb2.py +33 -0
- _proto/qwak/file_versioning/file_versioning_service_pb2.py +36 -0
- _proto/qwak/file_versioning/file_versioning_service_pb2.pyi +83 -0
- _proto/qwak/file_versioning/file_versioning_service_pb2_grpc.py +101 -0
- _proto/qwak/fitness_service/constructs_pb2.py +43 -0
- _proto/qwak/fitness_service/fitness_pb2.py +32 -0
- _proto/qwak/fitness_service/fitness_pb2.pyi +126 -0
- _proto/qwak/fitness_service/fitness_service_pb2.py +45 -0
- _proto/qwak/fitness_service/fitness_service_pb2.pyi +121 -0
- _proto/qwak/fitness_service/fitness_service_pb2_grpc.py +169 -0
- _proto/qwak/fitness_service/status_pb2.py +46 -0
- _proto/qwak/inference/feedback/feedback_pb2.py +50 -0
- _proto/qwak/inference/feedback/feedback_pb2_grpc.py +100 -0
- _proto/qwak/instance_template/instance_template_pb2.py +34 -0
- _proto/qwak/instance_template/instance_template_pb2.pyi +108 -0
- _proto/qwak/instance_template/instance_template_service_pb2.py +36 -0
- _proto/qwak/instance_template/instance_template_service_pb2.pyi +79 -0
- _proto/qwak/instance_template/instance_template_service_pb2_grpc.py +101 -0
- _proto/qwak/integration/hugging_face_integration_pb2.py +37 -0
- _proto/qwak/integration/integration_pb2.py +55 -0
- _proto/qwak/integration/integration_pb2.pyi +357 -0
- _proto/qwak/integration/integration_service_pb2.py +56 -0
- _proto/qwak/integration/integration_service_pb2.pyi +234 -0
- _proto/qwak/integration/integration_service_pb2_grpc.py +271 -0
- _proto/qwak/integration/open_a_i_integration_pb2.py +37 -0
- _proto/qwak/integration/opsgenie_integration_pb2.py +43 -0
- _proto/qwak/integration/pagerduty_integration_pb2.py +47 -0
- _proto/qwak/integration/slack_app_integration_pb2.py +47 -0
- _proto/qwak/jfrog/gateway/v0/repository_pb2.py +39 -0
- _proto/qwak/jfrog/gateway/v0/repository_service_pb2.py +36 -0
- _proto/qwak/jfrog/gateway/v0/repository_service_pb2.pyi +71 -0
- _proto/qwak/jfrog/gateway/v0/repository_service_pb2_grpc.py +101 -0
- _proto/qwak/kube_deployment_captain/alert_pb2.py +45 -0
- _proto/qwak/kube_deployment_captain/alerting_pb2.py +33 -0
- _proto/qwak/kube_deployment_captain/batch_job_pb2.py +114 -0
- _proto/qwak/kube_deployment_captain/deployment_pb2.py +66 -0
- _proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +60 -0
- _proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.pyi +370 -0
- _proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +151 -0
- _proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.pyi +924 -0
- _proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2_grpc.py +1226 -0
- _proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +29 -0
- _proto/qwak/logging/log_filter_pb2.py +34 -0
- _proto/qwak/logging/log_line_pb2.py +31 -0
- _proto/qwak/logging/log_reader_service_pb2.py +34 -0
- _proto/qwak/logging/log_reader_service_pb2.pyi +83 -0
- _proto/qwak/logging/log_reader_service_pb2_grpc.py +67 -0
- _proto/qwak/logging/log_source_pb2.py +51 -0
- _proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +40 -0
- _proto/qwak/model_group/model_group_pb2.py +37 -0
- _proto/qwak/model_group/model_group_pb2.pyi +104 -0
- _proto/qwak/model_group/model_group_pb2_grpc.py +99 -0
- _proto/qwak/model_group/model_group_repository_details_pb2.py +39 -0
- _proto/qwak/models/models_pb2.py +132 -0
- _proto/qwak/models/models_pb2.pyi +914 -0
- _proto/qwak/models/models_pb2_grpc.py +436 -0
- _proto/qwak/models/models_query_pb2.py +37 -0
- _proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +52 -0
- _proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.pyi +183 -0
- _proto/qwak/monitoring/v0/alerting_channel_management_service_pb2_grpc.py +237 -0
- _proto/qwak/monitoring/v0/alerting_channel_pb2.py +57 -0
- _proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +37 -0
- _proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.pyi +85 -0
- _proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2_grpc.py +101 -0
- _proto/qwak/offline/serving/v1/feature_values_pb2.py +27 -0
- _proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +55 -0
- _proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.pyi +279 -0
- _proto/qwak/offline/serving/v1/offline_serving_async_service_pb2_grpc.py +165 -0
- _proto/qwak/offline/serving/v1/options_pb2.py +27 -0
- _proto/qwak/offline/serving/v1/population_pb2.py +35 -0
- _proto/qwak/projects/jfrog_project_spec_pb2.py +27 -0
- _proto/qwak/projects/projects_pb2.py +70 -0
- _proto/qwak/projects/projects_pb2.pyi +420 -0
- _proto/qwak/projects/projects_pb2_grpc.py +203 -0
- _proto/qwak/secret_service/secret_service_pb2.py +39 -0
- _proto/qwak/secret_service/secret_service_pb2_grpc.py +135 -0
- _proto/qwak/self_service/account/v0/account_membership_pb2.py +52 -0
- _proto/qwak/self_service/account/v0/account_membership_pb2.pyi +274 -0
- _proto/qwak/self_service/account/v0/account_membership_service_pb2.py +74 -0
- _proto/qwak/self_service/account/v0/account_membership_service_pb2.pyi +337 -0
- _proto/qwak/self_service/account/v0/account_membership_service_pb2_grpc.py +407 -0
- _proto/qwak/self_service/account/v0/account_status_pb2.py +44 -0
- _proto/qwak/self_service/account/v0/account_status_pb2.pyi +172 -0
- _proto/qwak/self_service/account/v0/managing_account_pb2.py +54 -0
- _proto/qwak/self_service/account/v0/managing_account_service_pb2.py +45 -0
- _proto/qwak/self_service/account/v0/managing_account_service_pb2.pyi +136 -0
- _proto/qwak/self_service/account/v0/managing_account_service_pb2_grpc.py +169 -0
- _proto/qwak/self_service/user/v1/api_key_pb2.py +27 -0
- _proto/qwak/self_service/user/v1/user_pb2.py +29 -0
- _proto/qwak/self_service/user/v1/user_pb2.pyi +62 -0
- _proto/qwak/self_service/user/v1/user_service_pb2.py +55 -0
- _proto/qwak/self_service/user/v1/user_service_pb2.pyi +209 -0
- _proto/qwak/self_service/user/v1/user_service_pb2_grpc.py +203 -0
- _proto/qwak/service_discovery/service_discovery_location_pb2.py +33 -0
- _proto/qwak/service_discovery/service_discovery_location_service_pb2.py +32 -0
- _proto/qwak/service_discovery/service_discovery_location_service_pb2.pyi +41 -0
- _proto/qwak/service_discovery/service_discovery_location_service_pb2_grpc.py +231 -0
- _proto/qwak/traffic/v1/traffic_api_pb2.py +44 -0
- _proto/qwak/traffic/v1/traffic_api_pb2.pyi +137 -0
- _proto/qwak/traffic/v1/traffic_api_pb2_grpc.py +169 -0
- _proto/qwak/traffic/v1/traffic_pb2.py +47 -0
- _proto/qwak/user_application/common/v0/resources_pb2.py +51 -0
- _proto/qwak/user_application/v0/user_application_pb2.py +36 -0
- core/__init__.py +10 -0
- core/automations/__init__.py +70 -0
- core/automations/automation_executions.py +99 -0
- core/automations/automations.py +399 -0
- core/automations/batch_execution_action.py +336 -0
- core/automations/build_and_deploy_action.py +850 -0
- core/automations/common.py +106 -0
- core/clients/_inner/edge_communications.py +24 -0
- core/clients/administration/authenticated_user/client.py +41 -0
- core/clients/administration/authentication/client.py +34 -0
- core/clients/administration/eco_system/client.py +152 -0
- core/clients/administration/eco_system/eco_system_utils.py +15 -0
- core/clients/administration/environment/client.py +77 -0
- core/clients/administration/self_service/client.py +73 -0
- core/clients/alert_management/client.py +64 -0
- core/clients/alerts_registry/channel.py +132 -0
- core/clients/alerts_registry/client.py +137 -0
- core/clients/analytics/client.py +108 -0
- core/clients/audience/client.py +53 -0
- core/clients/automation_management/client.py +274 -0
- core/clients/autoscaling/client.py +34 -0
- core/clients/batch_job_management/client.py +583 -0
- core/clients/batch_job_management/executions_config.py +201 -0
- core/clients/build_management/client.py +115 -0
- core/clients/build_orchestrator/build_model_request_getter.py +138 -0
- core/clients/build_orchestrator/client.py +456 -0
- core/clients/build_orchestrator/internal_client.py +114 -0
- core/clients/data_versioning/client.py +76 -0
- core/clients/data_versioning/data_tag_filter.py +32 -0
- core/clients/deployment/client.py +191 -0
- core/clients/feature_store/execution_management_client.py +102 -0
- core/clients/feature_store/job_registry_client.py +71 -0
- core/clients/feature_store/management_client.py +570 -0
- core/clients/feature_store/offline_serving_client.py +251 -0
- core/clients/feature_store/operator_client.py +164 -0
- core/clients/file_versioning/client.py +77 -0
- core/clients/file_versioning/file_tag_filter.py +32 -0
- core/clients/instance_template/client.py +69 -0
- core/clients/integration_management/integration_manager_client.py +35 -0
- core/clients/integration_management/integration_utils.py +27 -0
- core/clients/integration_management/openai/openai_system_secret.py +58 -0
- core/clients/jfrog_gateway/client.py +60 -0
- core/clients/kube_deployment_captain/client.py +233 -0
- core/clients/location_discovery/client.py +73 -0
- core/clients/logging_client/client.py +148 -0
- core/clients/model_management/client.py +139 -0
- core/clients/model_version_manager/client.py +224 -0
- core/clients/project/client.py +72 -0
- core/clients/secret_service/client.py +96 -0
- core/clients/system_secret/system_secret_client.py +31 -0
- core/clients/user_application_instance/client.py +177 -0
- core/exceptions/frogml_external_exception.py +11 -0
- core/feature_store/_common/source_code_spec.py +62 -0
- core/feature_store/data_sources/attributes.py +25 -0
- core/feature_store/data_sources/source_authentication.py +35 -0
- core/feature_store/data_sources/time_partition_columns.py +178 -0
- core/feature_store/entities/entity.py +73 -0
- core/feature_store/execution/backfill.py +197 -0
- core/feature_store/execution/execution.py +595 -0
- core/feature_store/execution/execution_query.py +91 -0
- core/feature_store/feature_sets/_utils/_featureset_utils.py +45 -0
- core/feature_store/feature_sets/backfill.py +72 -0
- core/feature_store/feature_sets/execution_spec.py +75 -0
- core/feature_store/feature_sets/metadata.py +75 -0
- core/feature_store/feature_sets/read_policies.py +245 -0
- core/feature_store/feature_sets/transformations/__init__.py +35 -0
- core/feature_store/feature_sets/transformations/aggregations/aggregations.py +443 -0
- core/feature_store/feature_sets/transformations/aggregations/windows.py +70 -0
- core/feature_store/feature_sets/transformations/functions/__init__.py +10 -0
- core/feature_store/feature_sets/transformations/functions/frogml_pandas.py +66 -0
- core/feature_store/feature_sets/transformations/transformations.py +467 -0
- core/feature_store/feature_sets/transformations/validations/validations_util.py +78 -0
- core/feature_store/offline/_offline_serving_validations.py +32 -0
- core/feature_store/offline/feature_set_features.py +25 -0
- core/feature_store/online/endpoint_utils.py +65 -0
- core/feature_store/sinks/base.py +18 -0
- core/feature_store/sinks/streaming/attachment.py +34 -0
- core/feature_store/validations/validation_options.py +82 -0
- core/feature_store/validations/validation_response.py +121 -0
- core/inner/build_config/build_config_v1.py +317 -0
- core/inner/build_logic/build_loggers/trigger_build_logger.py +50 -0
- core/inner/build_logic/execute_build_pipeline.py +64 -0
- core/inner/build_logic/interface/context_interface.py +58 -0
- core/inner/build_logic/interface/phase_run_handler.py +71 -0
- core/inner/build_logic/interface/step_inteface.py +26 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_model_step.py +41 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/common.py +32 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/fetch_strategy_manager.py +62 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/folder/folder_strategy.py +131 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/git/git_strategy.py +184 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/strategy.py +50 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/zip/zip_strategy.py +64 -0
- core/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +139 -0
- core/inner/build_logic/phases/phase_010_fetch_model/pre_fetch_validation_step.py +267 -0
- core/inner/build_logic/phases/phase_010_fetch_model/set_version_step.py +33 -0
- core/inner/build_logic/phases/phase_020_remote_register_frogml_build/cleanup_step.py +20 -0
- core/inner/build_logic/phases/phase_020_remote_register_frogml_build/start_remote_build_step.py +42 -0
- core/inner/build_logic/phases/phase_020_remote_register_frogml_build/upload_step.py +261 -0
- core/inner/build_logic/phases/phases_pipeline.py +44 -0
- core/inner/build_logic/run_handlers/programmatic_phase_run_handler.py +101 -0
- core/inner/build_logic/tools/dependencies_tools.py +68 -0
- core/inner/build_logic/tools/files.py +237 -0
- core/inner/build_logic/tools/ignore_files.py +20 -0
- core/inner/build_logic/trigger_build_context.py +10 -0
- core/inner/di_configuration/__init__.py +69 -0
- core/inner/di_configuration/account.py +106 -0
- core/inner/di_configuration/containers.py +40 -0
- core/inner/instance_template/verify_template_id.py +50 -0
- core/inner/model_loggers_utils.py +96 -0
- core/inner/tool/auth.py +75 -0
- core/inner/tool/grpc/grpc_auth.py +42 -0
- core/inner/tool/grpc/grpc_tools.py +209 -0
- core/inner/tool/grpc/grpc_try_wrapping.py +23 -0
- core/inner/tool/protobuf_factory.py +45 -0
- core/inner/tool/run_config/base.py +127 -0
- core/model_loggers/artifact_logger.py +128 -0
- core/model_loggers/data_logger.py +177 -0
- core/tools/logger/logger.py +287 -0
- core/utils/proto_utils.py +63 -0
- feature_store/_common/artifact_utils.py +57 -0
- feature_store/_common/feature_set_utils.py +261 -0
- feature_store/_common/featureset_asterisk_handler.py +115 -0
- feature_store/_common/packaging.py +244 -0
- feature_store/_common/source_code_spec_factory.py +54 -0
- feature_store/data_sources/__init__.py +67 -0
- feature_store/data_sources/base.py +128 -0
- feature_store/data_sources/batch/_batch.py +9 -0
- feature_store/data_sources/batch/_jdbc.py +23 -0
- feature_store/data_sources/batch/athena.py +274 -0
- feature_store/data_sources/batch/big_query.py +82 -0
- feature_store/data_sources/batch/clickhouse.py +62 -0
- feature_store/data_sources/batch/csv.py +64 -0
- feature_store/data_sources/batch/elastic_search.py +63 -0
- feature_store/data_sources/batch/filesystem/aws.py +93 -0
- feature_store/data_sources/batch/filesystem/gcp.py +54 -0
- feature_store/data_sources/batch/filesystem/utils.py +59 -0
- feature_store/data_sources/batch/mongodb.py +60 -0
- feature_store/data_sources/batch/mysql.py +51 -0
- feature_store/data_sources/batch/parquet.py +59 -0
- feature_store/data_sources/batch/postgres.py +51 -0
- feature_store/data_sources/batch/redshift.py +88 -0
- feature_store/data_sources/batch/snowflake.py +79 -0
- feature_store/data_sources/batch/vertica.py +60 -0
- feature_store/data_sources/streaming/_streaming.py +9 -0
- feature_store/data_sources/streaming/kafka/__init__.py +25 -0
- feature_store/data_sources/streaming/kafka/authentication.py +124 -0
- feature_store/data_sources/streaming/kafka/deserialization.py +115 -0
- feature_store/data_sources/streaming/kafka/kafka.py +126 -0
- feature_store/feature_sets/base_feature_set.py +151 -0
- feature_store/feature_sets/batch.py +484 -0
- feature_store/feature_sets/streaming.py +646 -0
- feature_store/feature_sets/streaming_backfill.py +271 -0
- feature_store/offline/__init__.py +3 -0
- feature_store/offline/client_v2.py +340 -0
- feature_store/online/client.py +355 -0
- feature_store/sinks/kafka.py +61 -0
- feature_store/sinks/streaming/factory.py +60 -0
- feature_store/validations/validator.py +106 -0
- frogml_core-0.0.118.dist-info/METADATA +410 -0
- frogml_core-0.0.118.dist-info/RECORD +1016 -0
- sdk/__init__.py +8 -0
- sdk/frogml_client/batch_jobs/execution.py +49 -0
- sdk/frogml_client/batch_jobs/task.py +43 -0
- sdk/frogml_client/build_api_helpers/build_api_steps.py +53 -0
- sdk/frogml_client/build_api_helpers/trigger_build_api.py +67 -0
- sdk/frogml_client/builds/build.py +97 -0
- sdk/frogml_client/builds/filters/metric_filter.py +38 -0
- sdk/frogml_client/builds/filters/parameter_filter.py +36 -0
- sdk/frogml_client/client.py +900 -0
- sdk/frogml_client/data_versioning/data_tag.py +24 -0
- sdk/frogml_client/deployments/deployment.py +409 -0
- sdk/frogml_client/file_versioning/file_tag.py +24 -0
- sdk/frogml_client/models/model.py +52 -0
- sdk/frogml_client/models/model_metadata.py +31 -0
- sdk/frogml_client/projects/project.py +56 -0
- sdk/inner/runtime_di/__init__.py +16 -0
- sdk/inner/runtime_di/containers.py +19 -0
- sdk/model/__init__.py +0 -0
- sdk/model/_entity_extraction.py +116 -0
- sdk/model/adapters/input_adapters/__init__.py +0 -0
- sdk/model/adapters/input_adapters/numpy_input_adapter.py +100 -0
- sdk/model/adapters/output_adapters/__init__.py +0 -0
- sdk/model/adapters/output_adapters/numpy_output_adapter.py +32 -0
- sdk/model/analytics_logging.py +14 -0
- sdk/model/base.py +86 -0
- sdk/model/decorators/__init__.py +0 -0
- sdk/model/decorators/api.py +66 -0
- sdk/model/decorators/impl/__init__.py +0 -0
- sdk/model/decorators/impl/api_implementation.py +29 -0
- sdk/model/decorators/timer.py +20 -0
- sdk/model/fs_info_mapping_retriever.py +63 -0
- sdk/model/model_version_tracking.py +57 -0
- sdk/model/schema.py +52 -0
- sdk/model/schema_entities.py +107 -0
- sdk/model/tools/__init__.py +24 -0
- sdk/model/tools/adapters/__init__.py +0 -0
- sdk/model/tools/adapters/input.py +66 -0
- sdk/model/tools/adapters/input_adapters/__init__.py +0 -0
- sdk/model/tools/adapters/input_adapters/dataframe_input.py +48 -0
- sdk/model/tools/adapters/input_adapters/image_input.py +45 -0
- sdk/model/tools/adapters/input_adapters/json_input.py +20 -0
- sdk/model/tools/adapters/input_adapters/tf_tensor_input.py +44 -0
- sdk/model/tools/adapters/output.py +75 -0
- sdk/model/tools/adapters/output_adapters/__init__.py +0 -0
- sdk/model/tools/adapters/output_adapters/dataframe_output.py +30 -0
- sdk/model/tools/adapters/output_adapters/json_output.py +17 -0
- sdk/model/tools/adapters/output_adapters/tf_tensor_output.py +41 -0
- sdk/model/tools/run_model_locally.py +68 -0
- sdk/model/utils/__init__.py +0 -0
- sdk/model/utils/feature_utils.py +71 -0
- sdk/model_loggers/__init__.py +0 -0
- sdk/model_loggers/model_logger.py +30 -0
- storage/__init__.py +0 -0
- storage/artifactory/_artifactory_api.py +315 -0
- storage/authentication/login/_login_cli.py +229 -0
- storage/authentication/login/_login_command.py +71 -0
- storage/authentication/models/_auth_config.py +70 -0
- storage/authentication/utils/_authentication_utils.py +281 -0
- storage/authentication/utils/_login_checks_utils.py +114 -0
- storage/base_storage.py +140 -0
- storage/frog_ml.py +668 -0
- storage/http/http_client.py +83 -0
- storage/logging/log_utils.py +21 -0
- storage/models/_download_context.py +54 -0
- storage/models/dataset_manifest.py +13 -0
- storage/models/entity_manifest.py +93 -0
- storage/models/frogml_dataset_version.py +21 -0
- storage/models/frogml_entity_type_info.py +48 -0
- storage/models/frogml_entity_version.py +34 -0
- storage/models/frogml_model_version.py +21 -0
- storage/models/model_manifest.py +60 -0
- storage/utils/_input_checks_utility.py +104 -0
- frogml_core/__init__.py +0 -25
- frogml_core/automations/__init__.py +0 -70
- frogml_core/automations/automation_executions.py +0 -99
- frogml_core/automations/automations.py +0 -399
- frogml_core/automations/batch_execution_action.py +0 -336
- frogml_core/automations/build_and_deploy_action.py +0 -850
- frogml_core/automations/common.py +0 -106
- frogml_core/clients/_inner/edge_communications.py +0 -24
- frogml_core/clients/administration/authenticated_user/client.py +0 -41
- frogml_core/clients/administration/authentication/client.py +0 -34
- frogml_core/clients/administration/eco_system/client.py +0 -152
- frogml_core/clients/administration/eco_system/eco_system_utils.py +0 -15
- frogml_core/clients/administration/environment/client.py +0 -77
- frogml_core/clients/administration/self_service/client.py +0 -73
- frogml_core/clients/alert_management/client.py +0 -64
- frogml_core/clients/alerts_registry/channel.py +0 -132
- frogml_core/clients/alerts_registry/client.py +0 -137
- frogml_core/clients/analytics/client.py +0 -108
- frogml_core/clients/audience/client.py +0 -53
- frogml_core/clients/automation_management/client.py +0 -274
- frogml_core/clients/autoscaling/client.py +0 -34
- frogml_core/clients/batch_job_management/client.py +0 -583
- frogml_core/clients/batch_job_management/executions_config.py +0 -201
- frogml_core/clients/build_management/client.py +0 -115
- frogml_core/clients/build_orchestrator/build_model_request_getter.py +0 -138
- frogml_core/clients/build_orchestrator/client.py +0 -456
- frogml_core/clients/build_orchestrator/internal_client.py +0 -114
- frogml_core/clients/data_versioning/client.py +0 -76
- frogml_core/clients/data_versioning/data_tag_filter.py +0 -32
- frogml_core/clients/deployment/client.py +0 -191
- frogml_core/clients/feature_store/execution_management_client.py +0 -102
- frogml_core/clients/feature_store/job_registry_client.py +0 -71
- frogml_core/clients/feature_store/management_client.py +0 -570
- frogml_core/clients/feature_store/offline_serving_client.py +0 -251
- frogml_core/clients/feature_store/operator_client.py +0 -164
- frogml_core/clients/file_versioning/client.py +0 -77
- frogml_core/clients/file_versioning/file_tag_filter.py +0 -32
- frogml_core/clients/instance_template/client.py +0 -69
- frogml_core/clients/integration_management/integration_manager_client.py +0 -35
- frogml_core/clients/integration_management/integration_utils.py +0 -27
- frogml_core/clients/integration_management/openai/openai_system_secret.py +0 -58
- frogml_core/clients/jfrog_gateway/client.py +0 -60
- frogml_core/clients/kube_deployment_captain/client.py +0 -233
- frogml_core/clients/location_discovery/client.py +0 -73
- frogml_core/clients/logging_client/client.py +0 -148
- frogml_core/clients/model_management/client.py +0 -139
- frogml_core/clients/model_version_manager/client.py +0 -224
- frogml_core/clients/project/client.py +0 -72
- frogml_core/clients/secret_service/client.py +0 -96
- frogml_core/clients/system_secret/system_secret_client.py +0 -31
- frogml_core/clients/user_application_instance/client.py +0 -177
- frogml_core/exceptions/frogml_external_exception.py +0 -11
- frogml_core/feature_store/_common/artifact_utils.py +0 -57
- frogml_core/feature_store/_common/feature_set_utils.py +0 -261
- frogml_core/feature_store/_common/featureset_asterisk_handler.py +0 -115
- frogml_core/feature_store/_common/packaging.py +0 -244
- frogml_core/feature_store/_common/source_code_spec.py +0 -62
- frogml_core/feature_store/_common/source_code_spec_factory.py +0 -54
- frogml_core/feature_store/data_sources/__init__.py +0 -67
- frogml_core/feature_store/data_sources/attributes.py +0 -25
- frogml_core/feature_store/data_sources/base.py +0 -128
- frogml_core/feature_store/data_sources/batch/_batch.py +0 -9
- frogml_core/feature_store/data_sources/batch/_jdbc.py +0 -23
- frogml_core/feature_store/data_sources/batch/athena.py +0 -274
- frogml_core/feature_store/data_sources/batch/big_query.py +0 -82
- frogml_core/feature_store/data_sources/batch/clickhouse.py +0 -62
- frogml_core/feature_store/data_sources/batch/csv.py +0 -64
- frogml_core/feature_store/data_sources/batch/elastic_search.py +0 -63
- frogml_core/feature_store/data_sources/batch/filesystem/aws.py +0 -93
- frogml_core/feature_store/data_sources/batch/filesystem/gcp.py +0 -54
- frogml_core/feature_store/data_sources/batch/filesystem/utils.py +0 -59
- frogml_core/feature_store/data_sources/batch/mongodb.py +0 -60
- frogml_core/feature_store/data_sources/batch/mysql.py +0 -51
- frogml_core/feature_store/data_sources/batch/parquet.py +0 -59
- frogml_core/feature_store/data_sources/batch/postgres.py +0 -51
- frogml_core/feature_store/data_sources/batch/redshift.py +0 -88
- frogml_core/feature_store/data_sources/batch/snowflake.py +0 -79
- frogml_core/feature_store/data_sources/batch/vertica.py +0 -60
- frogml_core/feature_store/data_sources/source_authentication.py +0 -35
- frogml_core/feature_store/data_sources/streaming/_streaming.py +0 -9
- frogml_core/feature_store/data_sources/streaming/kafka/__init__.py +0 -25
- frogml_core/feature_store/data_sources/streaming/kafka/authentication.py +0 -124
- frogml_core/feature_store/data_sources/streaming/kafka/deserialization.py +0 -115
- frogml_core/feature_store/data_sources/streaming/kafka/kafka.py +0 -126
- frogml_core/feature_store/data_sources/time_partition_columns.py +0 -178
- frogml_core/feature_store/entities/entity.py +0 -73
- frogml_core/feature_store/execution/backfill.py +0 -197
- frogml_core/feature_store/execution/execution.py +0 -595
- frogml_core/feature_store/execution/execution_query.py +0 -91
- frogml_core/feature_store/feature_sets/_utils/_featureset_utils.py +0 -45
- frogml_core/feature_store/feature_sets/backfill.py +0 -72
- frogml_core/feature_store/feature_sets/base_feature_set.py +0 -151
- frogml_core/feature_store/feature_sets/batch.py +0 -484
- frogml_core/feature_store/feature_sets/execution_spec.py +0 -75
- frogml_core/feature_store/feature_sets/metadata.py +0 -75
- frogml_core/feature_store/feature_sets/read_policies.py +0 -245
- frogml_core/feature_store/feature_sets/streaming.py +0 -646
- frogml_core/feature_store/feature_sets/streaming_backfill.py +0 -271
- frogml_core/feature_store/feature_sets/transformations/__init__.py +0 -35
- frogml_core/feature_store/feature_sets/transformations/aggregations/aggregations.py +0 -443
- frogml_core/feature_store/feature_sets/transformations/aggregations/windows.py +0 -70
- frogml_core/feature_store/feature_sets/transformations/functions/__init__.py +0 -10
- frogml_core/feature_store/feature_sets/transformations/functions/frogml_pandas.py +0 -66
- frogml_core/feature_store/feature_sets/transformations/transformations.py +0 -467
- frogml_core/feature_store/feature_sets/transformations/validations/validations_util.py +0 -78
- frogml_core/feature_store/offline/__init__.py +0 -3
- frogml_core/feature_store/offline/_offline_serving_validations.py +0 -32
- frogml_core/feature_store/offline/client_v2.py +0 -340
- frogml_core/feature_store/offline/feature_set_features.py +0 -25
- frogml_core/feature_store/online/client.py +0 -355
- frogml_core/feature_store/online/endpoint_utils.py +0 -65
- frogml_core/feature_store/sinks/base.py +0 -18
- frogml_core/feature_store/sinks/kafka.py +0 -61
- frogml_core/feature_store/sinks/streaming/attachment.py +0 -34
- frogml_core/feature_store/sinks/streaming/factory.py +0 -60
- frogml_core/feature_store/validations/validation_options.py +0 -82
- frogml_core/feature_store/validations/validation_response.py +0 -121
- frogml_core/feature_store/validations/validator.py +0 -106
- frogml_core/frogml_client/batch_jobs/execution.py +0 -49
- frogml_core/frogml_client/batch_jobs/task.py +0 -43
- frogml_core/frogml_client/build_api_helpers/build_api_steps.py +0 -53
- frogml_core/frogml_client/build_api_helpers/trigger_build_api.py +0 -67
- frogml_core/frogml_client/builds/build.py +0 -97
- frogml_core/frogml_client/builds/filters/metric_filter.py +0 -38
- frogml_core/frogml_client/builds/filters/parameter_filter.py +0 -36
- frogml_core/frogml_client/client.py +0 -900
- frogml_core/frogml_client/data_versioning/data_tag.py +0 -24
- frogml_core/frogml_client/deployments/deployment.py +0 -409
- frogml_core/frogml_client/file_versioning/file_tag.py +0 -24
- frogml_core/frogml_client/models/model.py +0 -52
- frogml_core/frogml_client/models/model_metadata.py +0 -31
- frogml_core/frogml_client/projects/project.py +0 -56
- frogml_core/inner/build_config/build_config_v1.py +0 -315
- frogml_core/inner/build_logic/build_loggers/trigger_build_logger.py +0 -50
- frogml_core/inner/build_logic/execute_build_pipeline.py +0 -64
- frogml_core/inner/build_logic/interface/context_interface.py +0 -58
- frogml_core/inner/build_logic/interface/phase_run_handler.py +0 -71
- frogml_core/inner/build_logic/interface/step_inteface.py +0 -26
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_model_step.py +0 -41
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/common.py +0 -32
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/fetch_strategy_manager.py +0 -62
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/folder/folder_strategy.py +0 -131
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/git/git_strategy.py +0 -184
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/strategy.py +0 -50
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/zip/zip_strategy.py +0 -64
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +0 -139
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/pre_fetch_validation_step.py +0 -263
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/set_version_step.py +0 -33
- frogml_core/inner/build_logic/phases/phase_020_remote_register_frogml_build/cleanup_step.py +0 -20
- frogml_core/inner/build_logic/phases/phase_020_remote_register_frogml_build/start_remote_build_step.py +0 -42
- frogml_core/inner/build_logic/phases/phase_020_remote_register_frogml_build/upload_step.py +0 -261
- frogml_core/inner/build_logic/phases/phases_pipeline.py +0 -44
- frogml_core/inner/build_logic/run_handlers/programmatic_phase_run_handler.py +0 -101
- frogml_core/inner/build_logic/tools/dependencies_tools.py +0 -68
- frogml_core/inner/build_logic/tools/files.py +0 -237
- frogml_core/inner/build_logic/tools/ignore_files.py +0 -20
- frogml_core/inner/build_logic/trigger_build_context.py +0 -10
- frogml_core/inner/di_configuration/__init__.py +0 -69
- frogml_core/inner/di_configuration/account.py +0 -106
- frogml_core/inner/di_configuration/containers.py +0 -40
- frogml_core/inner/instance_template/verify_template_id.py +0 -50
- frogml_core/inner/model_loggers_utils.py +0 -96
- frogml_core/inner/runtime_di/__init__.py +0 -16
- frogml_core/inner/runtime_di/containers.py +0 -19
- frogml_core/inner/tool/auth.py +0 -75
- frogml_core/inner/tool/grpc/grpc_auth.py +0 -42
- frogml_core/inner/tool/grpc/grpc_tools.py +0 -209
- frogml_core/inner/tool/grpc/grpc_try_wrapping.py +0 -23
- frogml_core/inner/tool/protobuf_factory.py +0 -45
- frogml_core/inner/tool/run_config/base.py +0 -127
- frogml_core/model/_entity_extraction.py +0 -116
- frogml_core/model/adapters/input_adapters/numpy_input_adapter.py +0 -100
- frogml_core/model/adapters/output_adapters/numpy_output_adapter.py +0 -32
- frogml_core/model/analytics_logging.py +0 -14
- frogml_core/model/base.py +0 -86
- frogml_core/model/decorators/api.py +0 -66
- frogml_core/model/decorators/impl/api_implementation.py +0 -29
- frogml_core/model/decorators/timer.py +0 -20
- frogml_core/model/fs_info_mapping_retriever.py +0 -63
- frogml_core/model/model_version_tracking.py +0 -57
- frogml_core/model/schema.py +0 -52
- frogml_core/model/schema_entities.py +0 -107
- frogml_core/model/tools/__init__.py +0 -24
- frogml_core/model/tools/adapters/input.py +0 -66
- frogml_core/model/tools/adapters/input_adapters/dataframe_input.py +0 -48
- frogml_core/model/tools/adapters/input_adapters/image_input.py +0 -45
- frogml_core/model/tools/adapters/input_adapters/json_input.py +0 -20
- frogml_core/model/tools/adapters/input_adapters/tf_tensor_input.py +0 -44
- frogml_core/model/tools/adapters/output.py +0 -75
- frogml_core/model/tools/adapters/output_adapters/dataframe_output.py +0 -30
- frogml_core/model/tools/adapters/output_adapters/json_output.py +0 -17
- frogml_core/model/tools/adapters/output_adapters/tf_tensor_output.py +0 -41
- frogml_core/model/tools/run_model_locally.py +0 -68
- frogml_core/model/utils/feature_utils.py +0 -71
- frogml_core/model_loggers/artifact_logger.py +0 -128
- frogml_core/model_loggers/data_logger.py +0 -177
- frogml_core/model_loggers/model_logger.py +0 -30
- frogml_core/tools/logger/logger.py +0 -287
- frogml_core/utils/proto_utils.py +0 -63
- frogml_core-0.0.116.dist-info/METADATA +0 -410
- frogml_core-0.0.116.dist-info/RECORD +0 -1051
- frogml_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +0 -29
- frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +0 -32
- frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.pyi +0 -48
- frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2_grpc.py +0 -67
- frogml_proto/jfml/model_version/v1/artifact_pb2.py +0 -29
- frogml_proto/jfml/model_version/v1/build_spec_pb2.py +0 -35
- frogml_proto/jfml/model_version/v1/build_spec_pb2.pyi +0 -120
- frogml_proto/jfml/model_version/v1/model_repository_spec_pb2.py +0 -27
- frogml_proto/jfml/model_version/v1/model_version_framework_pb2.py +0 -39
- frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2.py +0 -58
- frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2.pyi +0 -278
- frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2_grpc.py +0 -271
- frogml_proto/jfml/model_version/v1/model_version_pb2.py +0 -65
- frogml_proto/jfml/model_version/v1/model_version_pb2.pyi +0 -297
- frogml_proto/qwak/administration/account/v1/account_pb2.py +0 -49
- frogml_proto/qwak/administration/account/v1/account_pb2.pyi +0 -266
- frogml_proto/qwak/administration/account/v1/account_service_pb2.py +0 -67
- frogml_proto/qwak/administration/account/v1/account_service_pb2.pyi +0 -345
- frogml_proto/qwak/administration/account/v1/account_service_pb2_grpc.py +0 -338
- frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +0 -49
- frogml_proto/qwak/administration/account/v1/personalization_pb2.py +0 -29
- frogml_proto/qwak/administration/account/v1/preferences_pb2.py +0 -28
- frogml_proto/qwak/administration/account/v1/preferences_pb2.pyi +0 -35
- frogml_proto/qwak/administration/account/v1/terms_pb2.py +0 -35
- frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +0 -42
- frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.pyi +0 -108
- frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2_grpc.py +0 -135
- frogml_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +0 -30
- frogml_proto/qwak/administration/authenticated_user/v1/details_pb2.py +0 -35
- frogml_proto/qwak/administration/cluster/v2/cluster_pb2.py +0 -62
- frogml_proto/qwak/administration/cluster/v2/cluster_pb2.pyi +0 -354
- frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +0 -28
- frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.pyi +0 -36
- frogml_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +0 -29
- frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +0 -31
- frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +0 -28
- frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.pyi +0 -39
- frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +0 -34
- frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.pyi +0 -79
- frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +0 -29
- frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +0 -28
- frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.pyi +0 -39
- frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +0 -28
- frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +0 -33
- frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +0 -32
- frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.pyi +0 -66
- frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +0 -36
- frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +0 -114
- frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +0 -28
- frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.pyi +0 -33
- frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +0 -28
- frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.pyi +0 -33
- frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +0 -36
- frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.pyi +0 -107
- frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +0 -31
- frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +0 -33
- frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.pyi +0 -79
- frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +0 -35
- frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi +0 -67
- frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +0 -31
- frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +0 -36
- frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2_grpc.py +0 -67
- frogml_proto/qwak/administration/v0/environments/configuration_pb2.py +0 -43
- frogml_proto/qwak/administration/v0/environments/configuration_pb2.pyi +0 -264
- frogml_proto/qwak/administration/v0/environments/environment_pb2.py +0 -40
- frogml_proto/qwak/administration/v0/environments/environment_pb2.pyi +0 -168
- frogml_proto/qwak/administration/v0/environments/environment_service_pb2.py +0 -62
- frogml_proto/qwak/administration/v0/environments/environment_service_pb2.pyi +0 -274
- frogml_proto/qwak/administration/v0/environments/environment_service_pb2_grpc.py +0 -272
- frogml_proto/qwak/administration/v0/environments/personalization_pb2.py +0 -29
- frogml_proto/qwak/administration/v0/users/user_pb2.py +0 -44
- frogml_proto/qwak/admiral/secret/v0/secret_pb2.py +0 -51
- frogml_proto/qwak/admiral/secret/v0/secret_service_pb2.py +0 -40
- frogml_proto/qwak/admiral/secret/v0/secret_service_pb2.pyi +0 -93
- frogml_proto/qwak/admiral/secret/v0/secret_service_pb2_grpc.py +0 -135
- frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +0 -40
- frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2.pyi +0 -101
- frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2_grpc.py +0 -135
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +0 -62
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.pyi +0 -431
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +0 -44
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.pyi +0 -128
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2_grpc.py +0 -169
- frogml_proto/qwak/analytics/analytics_pb2.py +0 -47
- frogml_proto/qwak/analytics/analytics_service_pb2.py +0 -68
- frogml_proto/qwak/analytics/analytics_service_pb2.pyi +0 -339
- frogml_proto/qwak/analytics/analytics_service_pb2_grpc.py +0 -370
- frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +0 -29
- frogml_proto/qwak/audience/v1/audience_api_pb2.py +0 -52
- frogml_proto/qwak/audience/v1/audience_api_pb2.pyi +0 -176
- frogml_proto/qwak/audience/v1/audience_api_pb2_grpc.py +0 -240
- frogml_proto/qwak/audience/v1/audience_pb2.py +0 -50
- frogml_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +0 -39
- frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +0 -32
- frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.pyi +0 -55
- frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2_grpc.py +0 -67
- frogml_proto/qwak/automation/v1/action_pb2.py +0 -80
- frogml_proto/qwak/automation/v1/action_pb2.pyi +0 -513
- frogml_proto/qwak/automation/v1/auto_scaling_pb2.py +0 -39
- frogml_proto/qwak/automation/v1/automation_execution_pb2.py +0 -34
- frogml_proto/qwak/automation/v1/automation_management_service_pb2.py +0 -81
- frogml_proto/qwak/automation/v1/automation_management_service_pb2.pyi +0 -386
- frogml_proto/qwak/automation/v1/automation_management_service_pb2_grpc.py +0 -429
- frogml_proto/qwak/automation/v1/automation_pb2.py +0 -35
- frogml_proto/qwak/automation/v1/automation_pb2.pyi +0 -124
- frogml_proto/qwak/automation/v1/common_pb2.py +0 -31
- frogml_proto/qwak/automation/v1/notification_pb2.py +0 -41
- frogml_proto/qwak/automation/v1/trigger_pb2.py +0 -36
- frogml_proto/qwak/automation/v1/trigger_pb2.pyi +0 -112
- frogml_proto/qwak/batch_job/v1/batch_job_events_pb2.py +0 -58
- frogml_proto/qwak/batch_job/v1/batch_job_events_pb2.pyi +0 -307
- frogml_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +0 -29
- frogml_proto/qwak/batch_job/v1/batch_job_service_pb2.py +0 -167
- frogml_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +0 -1387
- frogml_proto/qwak/batch_job/v1/batch_job_service_pb2_grpc.py +0 -608
- frogml_proto/qwak/build/v1/build_api_pb2.py +0 -125
- frogml_proto/qwak/build/v1/build_api_pb2.pyi +0 -682
- frogml_proto/qwak/build/v1/build_api_pb2_grpc.py +0 -594
- frogml_proto/qwak/build/v1/build_pb2.py +0 -143
- frogml_proto/qwak/build/v1/build_pb2.pyi +0 -1340
- frogml_proto/qwak/build_settings/build_settings_api_pb2.py +0 -40
- frogml_proto/qwak/build_settings/build_settings_api_pb2.pyi +0 -106
- frogml_proto/qwak/build_settings/build_settings_api_pb2_grpc.py +0 -132
- frogml_proto/qwak/build_settings/build_settings_pb2.py +0 -39
- frogml_proto/qwak/builds/build_pb2.py +0 -71
- frogml_proto/qwak/builds/build_pb2.pyi +0 -586
- frogml_proto/qwak/builds/build_url_pb2.py +0 -49
- frogml_proto/qwak/builds/builds_orchestrator_service_pb2.py +0 -89
- frogml_proto/qwak/builds/builds_orchestrator_service_pb2.pyi +0 -444
- frogml_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py +0 -406
- frogml_proto/qwak/builds/builds_pb2.py +0 -147
- frogml_proto/qwak/builds/builds_pb2.pyi +0 -1271
- frogml_proto/qwak/builds/builds_pb2_grpc.py +0 -237
- frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +0 -34
- frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2.pyi +0 -64
- frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2_grpc.py +0 -67
- frogml_proto/qwak/data_versioning/data_versioning_pb2.py +0 -29
- frogml_proto/qwak/data_versioning/data_versioning_service_pb2.py +0 -36
- frogml_proto/qwak/data_versioning/data_versioning_service_pb2.pyi +0 -83
- frogml_proto/qwak/data_versioning/data_versioning_service_pb2_grpc.py +0 -101
- frogml_proto/qwak/deployment/alert_pb2.py +0 -47
- frogml_proto/qwak/deployment/alert_service_pb2.py +0 -56
- frogml_proto/qwak/deployment/alert_service_pb2.pyi +0 -218
- frogml_proto/qwak/deployment/alert_service_pb2_grpc.py +0 -237
- frogml_proto/qwak/deployment/deployment_messages_pb2.py +0 -28
- frogml_proto/qwak/deployment/deployment_messages_pb2.pyi +0 -61
- frogml_proto/qwak/deployment/deployment_pb2.py +0 -180
- frogml_proto/qwak/deployment/deployment_pb2.pyi +0 -1582
- frogml_proto/qwak/deployment/deployment_service_pb2.py +0 -187
- frogml_proto/qwak/deployment/deployment_service_pb2.pyi +0 -817
- frogml_proto/qwak/deployment/deployment_service_pb2_grpc.py +0 -509
- frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py +0 -36
- frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.pyi +0 -69
- frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2_grpc.py +0 -102
- frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py +0 -29
- frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +0 -62
- frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +0 -44
- frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.pyi +0 -144
- frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2_grpc.py +0 -169
- frogml_proto/qwak/ecosystem/v0/credentials_pb2.py +0 -32
- frogml_proto/qwak/ecosystem/v0/ecosystem_pb2.py +0 -65
- frogml_proto/qwak/ecosystem/v0/ecosystem_pb2.pyi +0 -340
- frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +0 -79
- frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.pyi +0 -434
- frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2_grpc.py +0 -238
- frogml_proto/qwak/execution/v1/backfill_pb2.py +0 -41
- frogml_proto/qwak/execution/v1/backfill_pb2.pyi +0 -167
- frogml_proto/qwak/execution/v1/batch_pb2.py +0 -32
- frogml_proto/qwak/execution/v1/deletion_pb2.py +0 -33
- frogml_proto/qwak/execution/v1/execution_pb2.py +0 -43
- frogml_proto/qwak/execution/v1/execution_pb2.pyi +0 -201
- frogml_proto/qwak/execution/v1/execution_service_pb2.py +0 -93
- frogml_proto/qwak/execution/v1/execution_service_pb2.pyi +0 -473
- frogml_proto/qwak/execution/v1/execution_service_pb2_grpc.py +0 -500
- frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +0 -27
- frogml_proto/qwak/execution/v1/jobs/job_pb2.py +0 -43
- frogml_proto/qwak/execution/v1/jobs/job_pb2.pyi +0 -282
- frogml_proto/qwak/execution/v1/jobs/job_service_pb2.py +0 -77
- frogml_proto/qwak/execution/v1/jobs/job_service_pb2.pyi +0 -469
- frogml_proto/qwak/execution/v1/jobs/job_service_pb2_grpc.py +0 -396
- frogml_proto/qwak/execution/v1/jobs/reports/report_pb2.py +0 -45
- frogml_proto/qwak/execution/v1/jobs/reports/report_pb2.pyi +0 -266
- frogml_proto/qwak/execution/v1/state/execution_state_pb2.py +0 -28
- frogml_proto/qwak/execution/v1/state/execution_state_pb2.pyi +0 -45
- frogml_proto/qwak/execution/v1/state/execution_state_service_pb2.py +0 -53
- frogml_proto/qwak/execution/v1/state/execution_state_service_pb2.pyi +0 -192
- frogml_proto/qwak/execution/v1/state/execution_state_service_pb2_grpc.py +0 -237
- frogml_proto/qwak/execution/v1/state/featureset_state_pb2.py +0 -27
- frogml_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +0 -37
- frogml_proto/qwak/execution/v1/streaming_aggregation_pb2.py +0 -35
- frogml_proto/qwak/execution/v1/streaming_pb2.py +0 -33
- frogml_proto/qwak/feature_store/entities/entity_pb2.py +0 -38
- frogml_proto/qwak/feature_store/entities/entity_service_pb2.py +0 -52
- frogml_proto/qwak/feature_store/entities/entity_service_pb2.pyi +0 -203
- frogml_proto/qwak/feature_store/entities/entity_service_pb2_grpc.py +0 -237
- frogml_proto/qwak/feature_store/features/aggregation_pb2.py +0 -59
- frogml_proto/qwak/feature_store/features/deployment_pb2.py +0 -58
- frogml_proto/qwak/feature_store/features/deployment_service_pb2.py +0 -32
- frogml_proto/qwak/feature_store/features/deployment_service_pb2.pyi +0 -45
- frogml_proto/qwak/feature_store/features/deployment_service_pb2_grpc.py +0 -67
- frogml_proto/qwak/feature_store/features/execution_pb2.py +0 -35
- frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +0 -28
- frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2.pyi +0 -33
- frogml_proto/qwak/feature_store/features/feature_set_pb2.py +0 -77
- frogml_proto/qwak/feature_store/features/feature_set_pb2.pyi +0 -443
- frogml_proto/qwak/feature_store/features/feature_set_service_pb2.py +0 -122
- frogml_proto/qwak/feature_store/features/feature_set_service_pb2.pyi +0 -663
- frogml_proto/qwak/feature_store/features/feature_set_service_pb2_grpc.py +0 -746
- frogml_proto/qwak/feature_store/features/feature_set_state_pb2.py +0 -60
- frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +0 -48
- frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2.pyi +0 -175
- frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2_grpc.py +0 -203
- frogml_proto/qwak/feature_store/features/feature_set_types_pb2.py +0 -113
- frogml_proto/qwak/feature_store/features/feature_set_types_pb2.pyi +0 -862
- frogml_proto/qwak/feature_store/features/monitoring_pb2.py +0 -31
- frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +0 -56
- frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.pyi +0 -359
- frogml_proto/qwak/feature_store/jobs/job_pb2.py +0 -34
- frogml_proto/qwak/feature_store/jobs/job_service_pb2.py +0 -52
- frogml_proto/qwak/feature_store/jobs/job_service_pb2.pyi +0 -237
- frogml_proto/qwak/feature_store/jobs/job_service_pb2_grpc.py +0 -237
- frogml_proto/qwak/feature_store/jobs/v1/job_pb2.py +0 -34
- frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +0 -65
- frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.pyi +0 -349
- frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2_grpc.py +0 -338
- frogml_proto/qwak/feature_store/platform/platform_details_pb2.py +0 -30
- frogml_proto/qwak/feature_store/platform/platform_details_pb2.pyi +0 -54
- frogml_proto/qwak/feature_store/reports/report_pb2.py +0 -36
- frogml_proto/qwak/feature_store/repository/common/platform_pb2.py +0 -31
- frogml_proto/qwak/feature_store/serving/management_pb2.py +0 -36
- frogml_proto/qwak/feature_store/serving/management_pb2.pyi +0 -72
- frogml_proto/qwak/feature_store/serving/management_pb2_grpc.py +0 -101
- frogml_proto/qwak/feature_store/serving/metadata_pb2.py +0 -35
- frogml_proto/qwak/feature_store/serving/metadata_pb2.pyi +0 -158
- frogml_proto/qwak/feature_store/serving/serving_pb2.py +0 -82
- frogml_proto/qwak/feature_store/serving/serving_pb2_grpc.py +0 -101
- frogml_proto/qwak/feature_store/serving/v1/value_pb2.py +0 -30
- frogml_proto/qwak/feature_store/sinks/sink_pb2.py +0 -36
- frogml_proto/qwak/feature_store/sinks/sink_pb2.pyi +0 -137
- frogml_proto/qwak/feature_store/sources/batch_pb2.py +0 -98
- frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +0 -28
- frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2.pyi +0 -33
- frogml_proto/qwak/feature_store/sources/data_source_pb2.py +0 -44
- frogml_proto/qwak/feature_store/sources/data_source_pb2.pyi +0 -169
- frogml_proto/qwak/feature_store/sources/data_source_service_pb2.py +0 -58
- frogml_proto/qwak/feature_store/sources/data_source_service_pb2.pyi +0 -237
- frogml_proto/qwak/feature_store/sources/data_source_service_pb2_grpc.py +0 -305
- frogml_proto/qwak/feature_store/sources/streaming_pb2.py +0 -63
- frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +0 -27
- frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +0 -32
- frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.pyi +0 -77
- frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +0 -39
- frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2_grpc.py +0 -99
- frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +0 -31
- frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2_grpc.py +0 -66
- frogml_proto/qwak/features_operator/v1/features_operator_pb2.py +0 -36
- frogml_proto/qwak/features_operator/v1/features_operator_service_pb2.py +0 -36
- frogml_proto/qwak/features_operator/v1/features_operator_service_pb2.pyi +0 -98
- frogml_proto/qwak/features_operator/v1/features_operator_service_pb2_grpc.py +0 -99
- frogml_proto/qwak/features_operator/v2/features_operator_pb2.py +0 -38
- frogml_proto/qwak/features_operator/v2/features_operator_service_pb2.py +0 -36
- frogml_proto/qwak/features_operator/v2/features_operator_service_pb2.pyi +0 -89
- frogml_proto/qwak/features_operator/v2/features_operator_service_pb2_grpc.py +0 -99
- frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +0 -51
- frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2.pyi +0 -218
- frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2_grpc.py +0 -165
- frogml_proto/qwak/features_operator/v3/features_operator_pb2.py +0 -38
- frogml_proto/qwak/file_versioning/file_versioning_pb2.py +0 -33
- frogml_proto/qwak/file_versioning/file_versioning_service_pb2.py +0 -36
- frogml_proto/qwak/file_versioning/file_versioning_service_pb2.pyi +0 -83
- frogml_proto/qwak/file_versioning/file_versioning_service_pb2_grpc.py +0 -101
- frogml_proto/qwak/fitness_service/constructs_pb2.py +0 -43
- frogml_proto/qwak/fitness_service/fitness_pb2.py +0 -32
- frogml_proto/qwak/fitness_service/fitness_pb2.pyi +0 -126
- frogml_proto/qwak/fitness_service/fitness_service_pb2.py +0 -45
- frogml_proto/qwak/fitness_service/fitness_service_pb2.pyi +0 -121
- frogml_proto/qwak/fitness_service/fitness_service_pb2_grpc.py +0 -169
- frogml_proto/qwak/fitness_service/status_pb2.py +0 -46
- frogml_proto/qwak/inference/feedback/feedback_pb2.py +0 -50
- frogml_proto/qwak/inference/feedback/feedback_pb2_grpc.py +0 -100
- frogml_proto/qwak/instance_template/instance_template_pb2.py +0 -34
- frogml_proto/qwak/instance_template/instance_template_pb2.pyi +0 -108
- frogml_proto/qwak/instance_template/instance_template_service_pb2.py +0 -36
- frogml_proto/qwak/instance_template/instance_template_service_pb2.pyi +0 -79
- frogml_proto/qwak/instance_template/instance_template_service_pb2_grpc.py +0 -101
- frogml_proto/qwak/integration/hugging_face_integration_pb2.py +0 -37
- frogml_proto/qwak/integration/integration_pb2.py +0 -55
- frogml_proto/qwak/integration/integration_pb2.pyi +0 -357
- frogml_proto/qwak/integration/integration_service_pb2.py +0 -56
- frogml_proto/qwak/integration/integration_service_pb2.pyi +0 -234
- frogml_proto/qwak/integration/integration_service_pb2_grpc.py +0 -271
- frogml_proto/qwak/integration/open_a_i_integration_pb2.py +0 -37
- frogml_proto/qwak/integration/opsgenie_integration_pb2.py +0 -43
- frogml_proto/qwak/integration/pagerduty_integration_pb2.py +0 -47
- frogml_proto/qwak/integration/slack_app_integration_pb2.py +0 -47
- frogml_proto/qwak/jfrog/gateway/v0/repository_pb2.py +0 -39
- frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2.py +0 -36
- frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2.pyi +0 -71
- frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2_grpc.py +0 -101
- frogml_proto/qwak/kube_deployment_captain/alert_pb2.py +0 -45
- frogml_proto/qwak/kube_deployment_captain/alerting_pb2.py +0 -33
- frogml_proto/qwak/kube_deployment_captain/batch_job_pb2.py +0 -114
- frogml_proto/qwak/kube_deployment_captain/deployment_pb2.py +0 -66
- frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +0 -60
- frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.pyi +0 -370
- frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +0 -151
- frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.pyi +0 -924
- frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2_grpc.py +0 -1226
- frogml_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +0 -29
- frogml_proto/qwak/logging/log_filter_pb2.py +0 -34
- frogml_proto/qwak/logging/log_line_pb2.py +0 -31
- frogml_proto/qwak/logging/log_reader_service_pb2.py +0 -34
- frogml_proto/qwak/logging/log_reader_service_pb2.pyi +0 -83
- frogml_proto/qwak/logging/log_reader_service_pb2_grpc.py +0 -67
- frogml_proto/qwak/logging/log_source_pb2.py +0 -51
- frogml_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +0 -40
- frogml_proto/qwak/model_group/model_group_pb2.py +0 -37
- frogml_proto/qwak/model_group/model_group_pb2.pyi +0 -104
- frogml_proto/qwak/model_group/model_group_pb2_grpc.py +0 -99
- frogml_proto/qwak/model_group/model_group_repository_details_pb2.py +0 -39
- frogml_proto/qwak/models/models_pb2.py +0 -132
- frogml_proto/qwak/models/models_pb2.pyi +0 -914
- frogml_proto/qwak/models/models_pb2_grpc.py +0 -436
- frogml_proto/qwak/models/models_query_pb2.py +0 -37
- frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +0 -52
- frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.pyi +0 -183
- frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2_grpc.py +0 -237
- frogml_proto/qwak/monitoring/v0/alerting_channel_pb2.py +0 -57
- frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +0 -37
- frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.pyi +0 -85
- frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2_grpc.py +0 -101
- frogml_proto/qwak/offline/serving/v1/feature_values_pb2.py +0 -27
- frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +0 -55
- frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.pyi +0 -279
- frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2_grpc.py +0 -165
- frogml_proto/qwak/offline/serving/v1/options_pb2.py +0 -27
- frogml_proto/qwak/offline/serving/v1/population_pb2.py +0 -35
- frogml_proto/qwak/projects/jfrog_project_spec_pb2.py +0 -27
- frogml_proto/qwak/projects/projects_pb2.py +0 -70
- frogml_proto/qwak/projects/projects_pb2.pyi +0 -420
- frogml_proto/qwak/projects/projects_pb2_grpc.py +0 -203
- frogml_proto/qwak/secret_service/secret_service_pb2.py +0 -39
- frogml_proto/qwak/secret_service/secret_service_pb2_grpc.py +0 -135
- frogml_proto/qwak/self_service/account/v0/account_membership_pb2.py +0 -52
- frogml_proto/qwak/self_service/account/v0/account_membership_pb2.pyi +0 -274
- frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +0 -74
- frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2.pyi +0 -337
- frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2_grpc.py +0 -407
- frogml_proto/qwak/self_service/account/v0/account_status_pb2.py +0 -44
- frogml_proto/qwak/self_service/account/v0/account_status_pb2.pyi +0 -172
- frogml_proto/qwak/self_service/account/v0/managing_account_pb2.py +0 -54
- frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +0 -45
- frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2.pyi +0 -136
- frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2_grpc.py +0 -169
- frogml_proto/qwak/self_service/user/v1/api_key_pb2.py +0 -27
- frogml_proto/qwak/self_service/user/v1/user_pb2.py +0 -29
- frogml_proto/qwak/self_service/user/v1/user_pb2.pyi +0 -62
- frogml_proto/qwak/self_service/user/v1/user_service_pb2.py +0 -55
- frogml_proto/qwak/self_service/user/v1/user_service_pb2.pyi +0 -209
- frogml_proto/qwak/self_service/user/v1/user_service_pb2_grpc.py +0 -203
- frogml_proto/qwak/service_discovery/service_discovery_location_pb2.py +0 -33
- frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +0 -32
- frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2.pyi +0 -41
- frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2_grpc.py +0 -231
- frogml_proto/qwak/traffic/v1/traffic_api_pb2.py +0 -44
- frogml_proto/qwak/traffic/v1/traffic_api_pb2.pyi +0 -137
- frogml_proto/qwak/traffic/v1/traffic_api_pb2_grpc.py +0 -169
- frogml_proto/qwak/traffic/v1/traffic_pb2.py +0 -47
- frogml_proto/qwak/user_application/common/v0/resources_pb2.py +0 -51
- frogml_proto/qwak/user_application/v0/user_application_pb2.py +0 -36
- frogml_services_mock/__init__.py +0 -1
- frogml_services_mock/mocks/alert_manager_service_api.py +0 -56
- frogml_services_mock/mocks/alert_registry_service_api.py +0 -62
- frogml_services_mock/mocks/analytics_api.py +0 -54
- frogml_services_mock/mocks/audience_service_api.py +0 -79
- frogml_services_mock/mocks/authentication_service.py +0 -33
- frogml_services_mock/mocks/automation_management_service.py +0 -228
- frogml_services_mock/mocks/autoscaling_service_api.py +0 -31
- frogml_services_mock/mocks/batch_job_manager_service.py +0 -360
- frogml_services_mock/mocks/build_management.py +0 -101
- frogml_services_mock/mocks/build_orchestrator_build_api.py +0 -138
- frogml_services_mock/mocks/build_orchestrator_build_settings_api.py +0 -38
- frogml_services_mock/mocks/build_orchestrator_service_api.py +0 -132
- frogml_services_mock/mocks/data_versioning_service.py +0 -63
- frogml_services_mock/mocks/deployment_management_service.py +0 -459
- frogml_services_mock/mocks/ecosystem_service_api.py +0 -45
- frogml_services_mock/mocks/execution_management_service.py +0 -26
- frogml_services_mock/mocks/feature_store_data_sources_manager_api.py +0 -99
- frogml_services_mock/mocks/feature_store_entities_manager_api.py +0 -99
- frogml_services_mock/mocks/feature_store_feature_set_manager_api.py +0 -269
- frogml_services_mock/mocks/features_online_serving_api.py +0 -169
- frogml_services_mock/mocks/features_operator_v3_service.py +0 -29
- frogml_services_mock/mocks/features_set_state_service_api.py +0 -57
- frogml_services_mock/mocks/feedback_service.py +0 -35
- frogml_services_mock/mocks/file_versioning_service.py +0 -66
- frogml_services_mock/mocks/frogml_mocks.py +0 -128
- frogml_services_mock/mocks/fs_offline_serving_service.py +0 -53
- frogml_services_mock/mocks/instance_template_management_service.py +0 -150
- frogml_services_mock/mocks/integration_management_service.py +0 -73
- frogml_services_mock/mocks/internal_build_orchestrator_service.py +0 -27
- frogml_services_mock/mocks/jfrog_tenant_info_service_mock.py +0 -42
- frogml_services_mock/mocks/job_registry_service_api.py +0 -74
- frogml_services_mock/mocks/kube_captain_service_api.py +0 -41
- frogml_services_mock/mocks/location_discovery_service_api.py +0 -104
- frogml_services_mock/mocks/logging_service.py +0 -203
- frogml_services_mock/mocks/model_management_service.py +0 -115
- frogml_services_mock/mocks/model_version_manager_service.py +0 -96
- frogml_services_mock/mocks/project_manager_service.py +0 -96
- frogml_services_mock/mocks/repository_service_mock.py +0 -41
- frogml_services_mock/mocks/secret_service.py +0 -43
- frogml_services_mock/mocks/self_service_user_service.py +0 -31
- frogml_services_mock/mocks/system_secret_service.py +0 -55
- frogml_services_mock/mocks/user_application_instance_service_api.py +0 -107
- frogml_services_mock/mocks/utils/exception_handlers.py +0 -13
- frogml_services_mock/services_mock.py +0 -521
- frogml_services_mock/utils/service_utils.py +0 -9
- frogml_storage/__init__.py +0 -1
- frogml_storage/artifactory/_artifactory_api.py +0 -315
- frogml_storage/authentication/login/_login_cli.py +0 -229
- frogml_storage/authentication/login/_login_command.py +0 -71
- frogml_storage/authentication/models/_auth_config.py +0 -70
- frogml_storage/authentication/utils/_authentication_utils.py +0 -281
- frogml_storage/authentication/utils/_login_checks_utils.py +0 -114
- frogml_storage/base_storage.py +0 -140
- frogml_storage/frog_ml.py +0 -668
- frogml_storage/http/http_client.py +0 -83
- frogml_storage/logging/log_utils.py +0 -21
- frogml_storage/models/_download_context.py +0 -54
- frogml_storage/models/dataset_manifest.py +0 -13
- frogml_storage/models/entity_manifest.py +0 -93
- frogml_storage/models/frogml_dataset_version.py +0 -21
- frogml_storage/models/frogml_entity_type_info.py +0 -48
- frogml_storage/models/frogml_entity_version.py +0 -34
- frogml_storage/models/frogml_model_version.py +0 -21
- frogml_storage/models/model_manifest.py +0 -60
- frogml_storage/utils/_input_checks_utility.py +0 -104
- {frogml_proto → _proto}/jfml/hosting_gateway/v1/build_upload_url_pb2.pyi +0 -0
- {frogml_proto → _proto}/jfml/hosting_gateway/v1/build_upload_url_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/artifact_pb2.pyi +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/artifact_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/build_spec_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/model_repository_spec_pb2.pyi +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/model_repository_spec_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/model_version_framework_pb2.pyi +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/model_version_framework_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/model_version_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/account_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/jfrog_tenant_details_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/jfrog_tenant_details_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/personalization_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/personalization_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/preferences_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/terms_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/terms_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/authenticated_user/v1/credentials_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/authenticated_user/v1/credentials_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/authenticated_user/v1/details_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/authenticated_user/v1/details_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/cluster/v2/cluster_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/creds/auth_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/creds/secret_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/creds/secret_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/external/redis_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/feature_store_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/hosting_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/network_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/object_storage_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/observability_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/runtime_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/authentication/authentication_service_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/environments/configuration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/environments/environment_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/environments/personalization_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/environments/personalization_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/users/user_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/users/user_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/admiral/secret/v0/secret_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/admiral/secret/v0/secret_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/admiral/user_application_instance/v0/user_application_instance_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/analytics/analytics_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/analytics/analytics_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/artifactory_settings/artifactory_settings_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/artifactory_settings/artifactory_settings_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/audience/v1/audience_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/audience/v1/audience_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/auto_scaling/v1/auto_scaling_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/auto_scaling/v1/auto_scaling_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/action_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/auto_scaling_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/auto_scaling_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/automation_execution_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/automation_execution_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/automation_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/common_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/common_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/notification_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/notification_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/trigger_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/batch_job/v1/batch_job_events_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/batch_job/v1/batch_job_resources_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/batch_job/v1/batch_job_resources_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/build/v1/build_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/build_settings/build_settings_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/build_settings/build_settings_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/builds/build_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/builds/build_url_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/builds/build_url_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/data_versioning/data_versioning_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/data_versioning/data_versioning_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/deployment/alert_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/deployment/alert_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/deployment/deployment_messages_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/deployment/deployment_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/jfrog/v0/token_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/jfrog/v0/token_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/v0/credentials_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/v0/credentials_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/v0/ecosystem_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/backfill_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/batch_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/batch_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/deletion_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/deletion_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/execution_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/internal/deployment/platform_details_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/internal/deployment/platform_details_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/jobs/job_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/jobs/reports/report_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/state/execution_state_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/state/featureset_state_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/state/featureset_state_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/state/spark_execution_state_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/state/spark_execution_state_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/streaming_aggregation_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/streaming_aggregation_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/streaming_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/streaming_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/entities/entity_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/entities/entity_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/aggregation_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/aggregation_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/deployment_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/deployment_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/execution_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/execution_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/feature_set_attribute_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/feature_set_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/feature_set_state_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/feature_set_state_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/feature_set_types_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/monitoring_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/monitoring_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/real_time_feature_extractor_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/jobs/job_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/jobs/job_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/jobs/v1/job_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/jobs/v1/job_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/platform/platform_details_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/reports/report_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/reports/report_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/repository/common/platform_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/repository/common/platform_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/serving/metadata_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/serving/serving_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/serving/v1/value_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/serving/v1/value_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sinks/sink_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sources/batch_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sources/batch_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sources/data_source_attribute_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sources/data_source_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sources/streaming_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sources/streaming_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/v1/common/source_code/source_code_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/features_operator/v1/features_operator_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/features_operator/v1/features_operator_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/features_operator/v2/features_operator_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/features_operator/v2/features_operator_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/features_operator/v3/features_operator_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/features_operator/v3/features_operator_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/file_versioning/file_versioning_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/file_versioning/file_versioning_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/fitness_service/constructs_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/fitness_service/constructs_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/fitness_service/fitness_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/fitness_service/status_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/fitness_service/status_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/inference/feedback/feedback_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/instance_template/instance_template_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/integration/hugging_face_integration_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/integration/hugging_face_integration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/integration/integration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/integration/open_a_i_integration_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/integration/open_a_i_integration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/integration/opsgenie_integration_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/integration/opsgenie_integration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/integration/pagerduty_integration_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/integration/pagerduty_integration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/integration/slack_app_integration_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/integration/slack_app_integration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/jfrog/gateway/v0/repository_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/jfrog/gateway/v0/repository_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/alert_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/alert_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/alerting_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/alerting_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/batch_job_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/batch_job_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/deployment_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/deployment_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/feature_set_deployment_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/traffic_mapping_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/traffic_mapping_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/logging/log_filter_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/logging/log_filter_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/logging/log_line_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/logging/log_line_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/logging/log_source_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/logging/log_source_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/model_descriptor/open_ai_descriptor_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/model_descriptor/open_ai_descriptor_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/model_group/model_group_repository_details_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/model_group/model_group_repository_details_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/models/models_query_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/models/models_query_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/monitoring/v0/alerting_channel_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/monitoring/v0/alerting_channel_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/offline/serving/v1/feature_values_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/offline/serving/v1/feature_values_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/offline/serving/v1/options_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/offline/serving/v1/options_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/offline/serving/v1/population_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/offline/serving/v1/population_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/projects/jfrog_project_spec_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/projects/jfrog_project_spec_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/secret_service/secret_service_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/self_service/account/v0/account_membership_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/self_service/account/v0/account_status_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/self_service/account/v0/managing_account_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/self_service/account/v0/managing_account_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/self_service/user/v1/api_key_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/self_service/user/v1/api_key_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/self_service/user/v1/user_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/service_discovery/service_discovery_location_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/service_discovery/service_discovery_location_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/traffic/v1/traffic_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/traffic/v1/traffic_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/user_application/common/v0/resources_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/user_application/common/v0/resources_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/user_application/v0/user_application_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/user_application/v0/user_application_pb2_grpc.py +0 -0
- {frogml_core → core}/clients/__init__.py +0 -0
- {frogml_core → core}/clients/_inner/__init__.py +0 -0
- {frogml_core → core}/clients/administration/__init__.py +0 -0
- {frogml_core → core}/clients/administration/authenticated_user/__init__.py +0 -0
- {frogml_core → core}/clients/administration/authentication/__init__.py +0 -0
- {frogml_core → core}/clients/administration/eco_system/__init__.py +0 -0
- {frogml_core → core}/clients/administration/environment/__init__.py +0 -0
- {frogml_core → core}/clients/administration/self_service/__init__.py +0 -0
- {frogml_core → core}/clients/alert_management/__init__.py +0 -0
- {frogml_core → core}/clients/alerts_registry/__init__.py +0 -0
- {frogml_core → core}/clients/analytics/__init__.py +0 -0
- {frogml_core → core}/clients/audience/__init__.py +0 -0
- {frogml_core → core}/clients/automation_management/__init__.py +0 -0
- {frogml_core → core}/clients/autoscaling/__init__.py +0 -0
- {frogml_core → core}/clients/batch_job_management/__init__.py +0 -0
- {frogml_core → core}/clients/batch_job_management/results.py +0 -0
- {frogml_core → core}/clients/build_management/__init__.py +0 -0
- {frogml_core → core}/clients/build_orchestrator/__init__.py +0 -0
- {frogml_core → core}/clients/data_versioning/__init__.py +0 -0
- {frogml_core → core}/clients/deployment/__init__.py +0 -0
- {frogml_core → core}/clients/feature_store/__init__.py +0 -0
- {frogml_core → core}/clients/file_versioning/__init__.py +0 -0
- {frogml_core → core}/clients/instance_template/__init__.py +0 -0
- {frogml_core → core}/clients/integration_management/__init__.py +0 -0
- {frogml_core → core}/clients/integration_management/openai/__init__.py +0 -0
- {frogml_core → core}/clients/jfrog_gateway/__init__.py +0 -0
- {frogml_core → core}/clients/kube_deployment_captain/__init__.py +0 -0
- {frogml_core → core}/clients/location_discovery/__init__.py +0 -0
- {frogml_core → core}/clients/logging_client/__init__.py +0 -0
- {frogml_core → core}/clients/model_management/__init__.py +0 -0
- {frogml_core → core}/clients/model_version_manager/__init__.py +0 -0
- {frogml_core → core}/clients/project/__init__.py +0 -0
- {frogml_core → core}/clients/secret_service/__init__.py +0 -0
- {frogml_core → core}/clients/system_secret/__init__.py +0 -0
- {frogml_core → core}/clients/user_application_instance/__init__.py +0 -0
- {frogml_core → core}/exceptions/__init__.py +0 -0
- {frogml_core → core}/exceptions/frogml_decode_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_general_build_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_http_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_inference_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_load_configuration_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_load_model_failed_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_login_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_mock_http_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_model_initialization_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_not_found_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_remote_build_failed.py +0 -0
- {frogml_core → core}/exceptions/frogml_suggestion_exception.py +0 -0
- {frogml_core → core}/exceptions/quiet_error.py +0 -0
- {frogml_core → core}/feature_store/__init__.py +0 -0
- {frogml_core → core}/feature_store/_common/__init__.py +0 -0
- {frogml_core → core}/feature_store/_common/functions.py +0 -0
- {frogml_core → core}/feature_store/_common/value.py +0 -0
- {frogml_core/feature_store/data_sources/batch → core/feature_store/data_sources}/__init__.py +0 -0
- {frogml_core/feature_store/data_sources/batch/filesystem → core/feature_store/entities}/__init__.py +0 -0
- {frogml_core/feature_store/data_sources/streaming → core/feature_store/execution}/__init__.py +0 -0
- {frogml_core/feature_store/entities → core/feature_store/feature_sets}/__init__.py +0 -0
- {frogml_core/feature_store/execution → core/feature_store/feature_sets/_utils}/__init__.py +0 -0
- {frogml_core → core}/feature_store/feature_sets/context.py +0 -0
- {frogml_core/feature_store/feature_sets → core/feature_store/feature_sets/transformations/aggregations}/__init__.py +0 -0
- {frogml_core → core}/feature_store/feature_sets/transformations/functions/schema.py +0 -0
- {frogml_core/feature_store/feature_sets/transformations/aggregations → core/feature_store/feature_sets/transformations/validations}/__init__.py +0 -0
- {frogml_core/feature_store/online → core/feature_store/offline}/__init__.py +0 -0
- {frogml_core/feature_store/sinks → core/feature_store/online}/__init__.py +0 -0
- {frogml_core/feature_store/sinks/streaming → core/feature_store/sinks}/__init__.py +0 -0
- {frogml_core/feature_store/validations → core/feature_store/sinks/streaming}/__init__.py +0 -0
- {frogml_core/frogml_client → core/feature_store/validations}/__init__.py +0 -0
- {frogml_core → core}/inner/__init__.py +0 -0
- {frogml_core/frogml_client/build_api_helpers → core/inner/build_config}/__init__.py +0 -0
- {frogml_core/frogml_client/builds → core/inner/build_logic}/__init__.py +0 -0
- {frogml_core/frogml_client/builds/filters → core/inner/build_logic/build_loggers}/__init__.py +0 -0
- {frogml_core/frogml_client/data_versioning → core/inner/build_logic/constants}/__init__.py +0 -0
- {frogml_core → core}/inner/build_logic/constants/dependencies.py +0 -0
- {frogml_core → core}/inner/build_logic/constants/host_resource.py +0 -0
- {frogml_core → core}/inner/build_logic/constants/messages.py +0 -0
- {frogml_core → core}/inner/build_logic/constants/temp_dir.py +0 -0
- {frogml_core → core}/inner/build_logic/constants/upload_tag.py +0 -0
- {frogml_core → core}/inner/build_logic/dependency_manager_type.py +0 -0
- {frogml_core/frogml_client/deployments → core/inner/build_logic/interface}/__init__.py +0 -0
- {frogml_core → core}/inner/build_logic/interface/build_logger_interface.py +0 -0
- {frogml_core → core}/inner/build_logic/interface/build_phase.py +0 -0
- {frogml_core → core}/inner/build_logic/interface/time_source.py +0 -0
- {frogml_core/frogml_client/file_versioning → core/inner/build_logic/phases}/__init__.py +0 -0
- {frogml_core/frogml_client/models → core/inner/build_logic/phases/phase_010_fetch_model}/__init__.py +0 -0
- {frogml_core/frogml_client/projects → core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager}/__init__.py +0 -0
- {frogml_core/inner/build_config → core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy}/__init__.py +0 -0
- {frogml_core/inner/build_logic → core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/folder}/__init__.py +0 -0
- {frogml_core/inner/build_logic/build_loggers → core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/git}/__init__.py +0 -0
- {frogml_core/inner/build_logic/constants → core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/zip}/__init__.py +0 -0
- {frogml_core/inner/build_logic/interface → core/inner/build_logic/phases/phase_020_remote_register_frogml_build}/__init__.py +0 -0
- {frogml_core/inner/build_logic/phases → core/inner/build_logic/run_handlers}/__init__.py +0 -0
- {frogml_core/inner/build_logic/phases/phase_010_fetch_model → core/inner/build_logic/tools}/__init__.py +0 -0
- {frogml_core → core}/inner/build_logic/tools/text.py +0 -0
- {frogml_core → core}/inner/const.py +0 -0
- {frogml_core → core}/inner/di_configuration/config.yml +0 -0
- {frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager → core/inner/instance_template}/__init__.py +0 -0
- {frogml_core → core}/inner/provider.py +0 -0
- {frogml_core → core}/inner/singleton_meta.py +0 -0
- {frogml_core → core}/inner/tool/__init__.py +0 -0
- {frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy → core/inner/tool/grpc}/__init__.py +0 -0
- {frogml_core → core}/inner/tool/retry_utils.py +0 -0
- {frogml_core → core}/inner/tool/run_config/__init__.py +0 -0
- {frogml_core → core}/inner/tool/run_config/utils.py +0 -0
- {frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/folder → core/model_loggers}/__init__.py +0 -0
- {frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/git → core/testing}/__init__.py +0 -0
- {frogml_core → core}/testing/fixtures.py +0 -0
- {frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/zip → core/tools}/__init__.py +0 -0
- {frogml_core → core}/tools/logger/__init__.py +0 -0
- {frogml_core → core}/tools/logger/logging.yml +0 -0
- {frogml_core/inner/build_logic/phases/phase_020_remote_register_frogml_build → core/utils}/__init__.py +0 -0
- {frogml_core → core}/utils/datetime_utils.py +0 -0
- {frogml_core → core}/utils/dict_utils.py +0 -0
- {frogml_core → core}/utils/model_utils.py +0 -0
- {frogml_core/inner/build_logic/run_handlers → feature_store}/__init__.py +0 -0
- {frogml_core/inner/build_logic/tools → feature_store/_common}/__init__.py +0 -0
- {frogml_core/inner/instance_template → feature_store/data_sources/batch}/__init__.py +0 -0
- {frogml_core/inner/tool/grpc → feature_store/data_sources/batch/filesystem}/__init__.py +0 -0
- {frogml_core/feature_store → feature_store}/data_sources/batch/filesystem/base_config.py +0 -0
- {frogml_core/model → feature_store/data_sources/streaming}/__init__.py +0 -0
- {frogml_core/model/adapters/input_adapters → feature_store/feature_sets}/__init__.py +0 -0
- {frogml_core/model/adapters/output_adapters → feature_store/online}/__init__.py +0 -0
- {frogml_core/model/decorators → feature_store/sinks}/__init__.py +0 -0
- {frogml_core/model/decorators/impl → feature_store/sinks/streaming}/__init__.py +0 -0
- {frogml_core/model/tools/adapters → feature_store/validations}/__init__.py +0 -0
- {frogml_core-0.0.116.dist-info → frogml_core-0.0.118.dist-info}/WHEEL +0 -0
- {frogml_core/model/tools/adapters/input_adapters → sdk/frogml_client}/__init__.py +0 -0
- {frogml_core/model/tools/adapters/output_adapters → sdk/frogml_client/batch_jobs}/__init__.py +0 -0
- {frogml_core/model/utils → sdk/frogml_client/build_api_helpers}/__init__.py +0 -0
- {frogml_core → sdk}/frogml_client/build_api_helpers/messages.py +0 -0
- {frogml_core/model_loggers → sdk/frogml_client/builds}/__init__.py +0 -0
- {frogml_core/testing → sdk/frogml_client/builds/filters}/__init__.py +0 -0
- {frogml_core/tools → sdk/frogml_client/data_versioning}/__init__.py +0 -0
- {frogml_core/utils → sdk/frogml_client/deployments}/__init__.py +0 -0
- {frogml_services_mock/mocks → sdk/frogml_client/file_versioning}/__init__.py +0 -0
- {frogml_services_mock/mocks/utils → sdk/frogml_client/models}/__init__.py +0 -0
- {frogml_services_mock/utils → sdk/frogml_client/projects}/__init__.py +0 -0
- {frogml_storage/authentication → sdk/inner}/__init__.py +0 -0
- {frogml_core → sdk}/model/adapters/__init__.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/base_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/dataframe_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/file_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/image_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/json_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/multi_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/proto_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/string_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/tf_tensor_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/base_output_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/dataframe_output_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/default_output_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/frogml_with_default_fallback.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/json_output_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/proto_output_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/tf_tensor_output_adapter.py +0 -0
- {frogml_core → sdk}/model/decorators/impl/timer_implementation.py +0 -0
- {frogml_core → sdk}/model/tools/adapters/encoders.py +0 -0
- {frogml_core → sdk}/model/tools/adapters/input_adapters/base_input.py +0 -0
- {frogml_core → sdk}/model/tools/adapters/input_adapters/file_input.py +0 -0
- {frogml_core → sdk}/model/tools/adapters/input_adapters/string_input.py +0 -0
- {frogml_core → sdk}/model/tools/adapters/output_adapters/base_output.py +0 -0
- {frogml_core → sdk}/model/tools/adapters/output_adapters/default_output.py +0 -0
- {frogml_core → sdk}/model/utils/extract_wrapped_function.py +0 -0
- {frogml_storage → storage}/_environment.py +0 -0
- {frogml_storage → storage}/artifactory/__init__.py +0 -0
- {frogml_storage → storage}/authentication/login/__init__.py +0 -0
- {frogml_storage → storage}/authentication/models/__init__.py +0 -0
- {frogml_storage → storage}/authentication/models/_auth.py +0 -0
- {frogml_storage → storage}/authentication/models/_login.py +0 -0
- {frogml_storage → storage}/authentication/utils/__init__.py +0 -0
- {frogml_storage → storage}/constants.py +0 -0
- {frogml_storage → storage}/exceptions/checksum_verification_error.py +0 -0
- {frogml_storage → storage}/exceptions/validation_error.py +0 -0
- {frogml_storage → storage}/http/__init__.py +0 -0
- {frogml_storage → storage}/logging/__init__.py +0 -0
- {frogml_storage → storage}/logging/_log_config.py +0 -0
- {frogml_storage → storage}/models/__init__.py +0 -0
- {frogml_storage → storage}/models/serialization_metadata.py +0 -0
- {frogml_storage → storage}/utils/__init__.py +0 -0
- {frogml_storage → storage}/utils/_storage_utils.py +0 -0
- {frogml_storage → storage}/utils/_url_utils.py +0 -0
@@ -0,0 +1,1016 @@
|
|
1
|
+
_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py,sha256=g_pAkNvm7mx4uCokca8ZKJEd6LNGt9yOKdiBCvGNoyg,1885
|
2
|
+
_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.pyi,sha256=HFrUIrEJFdKls7PhmadzZ-daVPV1i062w-71wPMMPa4,3116
|
3
|
+
_proto/jfml/hosting_gateway/v1/build_upload_url_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
4
|
+
_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py,sha256=YmE_jZ9rL-NEY7tmWtVNOxlSpf5X6ypJD0kWzFCaS28,2137
|
5
|
+
_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.pyi,sha256=VdNxUM5gAUY0x5saWcAQyqOc-F2jcHOhtmomp8C336g,1732
|
6
|
+
_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2_grpc.py,sha256=ONHWjy863_8VlH3yS3EKFOdQnynWBNDbHdt-_l_51aM,3278
|
7
|
+
_proto/jfml/model_version/v1/artifact_pb2.py,sha256=h5xdv3S741WnI3F5blB6osAhX05rJOs5ewPk5BJ-fUs,1473
|
8
|
+
_proto/jfml/model_version/v1/artifact_pb2.pyi,sha256=5CGU58qXOSbe0KSu0ovjIbXWrpS9r-PIvdq4qhqPQIc,1673
|
9
|
+
_proto/jfml/model_version/v1/artifact_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
10
|
+
_proto/jfml/model_version/v1/build_spec_pb2.py,sha256=u4TiZ8aUuRcvXJ36st_-BDd4wACkAYFvLw3M1BhctY4,2589
|
11
|
+
_proto/jfml/model_version/v1/build_spec_pb2.pyi,sha256=hgyW-H4QflYDyRf6u714PjNax-1Fm9A0ksR6UMc2x_w,4929
|
12
|
+
_proto/jfml/model_version/v1/build_spec_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
13
|
+
_proto/jfml/model_version/v1/model_repository_spec_pb2.py,sha256=Db7EeH3sWQbxt8VQFQBGJxs80fdoAplPh_4nTO32n8M,1446
|
14
|
+
_proto/jfml/model_version/v1/model_repository_spec_pb2.pyi,sha256=2yF-pKLxTFsxArlXdHFuPt4GzXjln2b1aYAYZQafjg4,1610
|
15
|
+
_proto/jfml/model_version/v1/model_repository_spec_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
16
|
+
_proto/jfml/model_version/v1/model_version_framework_pb2.py,sha256=5EWEb_HDSB2zC1hwB83PwwmvFJigafG-QrBH4pVBVng,2708
|
17
|
+
_proto/jfml/model_version/v1/model_version_framework_pb2.pyi,sha256=JgOE0Im69ir0PSgpbg6Zz4scRK_u7WAxWTtWcdzfyAw,3773
|
18
|
+
_proto/jfml/model_version/v1/model_version_framework_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
19
|
+
_proto/jfml/model_version/v1/model_version_manager_service_pb2.py,sha256=1gBeU4Bzcur6nzad6LcshDdVf56atIOSacZpLHxZnNs,6602
|
20
|
+
_proto/jfml/model_version/v1/model_version_manager_service_pb2.pyi,sha256=jq4AYTwepkrA6eCMQ3pwVAVLl5xfGS_uWjWIziwqgBU,12470
|
21
|
+
_proto/jfml/model_version/v1/model_version_manager_service_pb2_grpc.py,sha256=GYdp-MA5HBOlZHrj_BnUHdOSg11M6q57OMHf-M25yr4,15396
|
22
|
+
_proto/jfml/model_version/v1/model_version_pb2.py,sha256=bXDOuoBUoHlNJlaMK_zuwGI-3vJSz3_sIvipVGl5Nys,6505
|
23
|
+
_proto/jfml/model_version/v1/model_version_pb2.pyi,sha256=ANJfaR_wzlyeY7zEf4JTQi6KHJ1FYpxlIoKFkNbcXeA,13187
|
24
|
+
_proto/jfml/model_version/v1/model_version_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
25
|
+
_proto/qwak/administration/account/v1/account_pb2.py,sha256=Eho0KT7LWhsvyginVPj0kVpqGm5V_fTbv3LXNN6dsNA,5568
|
26
|
+
_proto/qwak/administration/account/v1/account_pb2.pyi,sha256=khR5xRX81AdJXL4nZMlmuWzui5JUnFVioTL6xFlEWng,11986
|
27
|
+
_proto/qwak/administration/account/v1/account_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
28
|
+
_proto/qwak/administration/account/v1/account_service_pb2.py,sha256=L3fHH-Pnk_jMx53uzs4i9kpeGUFknPJsyvBLeuevRA4,8789
|
29
|
+
_proto/qwak/administration/account/v1/account_service_pb2.pyi,sha256=KaXsy0WZb86W1CP-icehuNENfx0zdOT1emG7QL_f2BE,15765
|
30
|
+
_proto/qwak/administration/account/v1/account_service_pb2_grpc.py,sha256=Q9t8wAVWPbhuAHzwE_0uOE5eeBK2ZX9SCeQDBAZ3eYw,18749
|
31
|
+
_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py,sha256=UhYXSIE5PBZE18ZciPNlKBcAqO_B8jX4_Kbm-RfD0Tc,4568
|
32
|
+
_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.pyi,sha256=7LlzwNxFDMEAi6NuY2NxPgYs7IYPhJJ6E5Rq2OafjUk,8680
|
33
|
+
_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
34
|
+
_proto/qwak/administration/account/v1/personalization_pb2.py,sha256=nnJCdWgHdaJ8wlX3V_BIV0-sm8EoZjUCFx8V8lTDGrI,1805
|
35
|
+
_proto/qwak/administration/account/v1/personalization_pb2.pyi,sha256=sfLQNbqTtVl62YyeUdRDL6_yeCWo1k6JMAWYCiWp2KQ,1475
|
36
|
+
_proto/qwak/administration/account/v1/personalization_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
37
|
+
_proto/qwak/administration/account/v1/preferences_pb2.py,sha256=MqXExSMl4O0YwG1-Q8z4uOnSyB-qgDycH_I3hYF8HNE,1867
|
38
|
+
_proto/qwak/administration/account/v1/preferences_pb2.pyi,sha256=44KCNQ9d8CKPFZKZdTM7jCtlh-M2SITui5IxFYusMUw,1249
|
39
|
+
_proto/qwak/administration/account/v1/preferences_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
40
|
+
_proto/qwak/administration/account/v1/terms_pb2.py,sha256=1WosBO1Rry83AQ9FY8MnxOPCmfgZMd4juzFaOvTIBIc,2576
|
41
|
+
_proto/qwak/administration/account/v1/terms_pb2.pyi,sha256=yWBoYuE9sOwlfTYHEOet86xSE2v7Mrp336SYcfE6eZs,3671
|
42
|
+
_proto/qwak/administration/account/v1/terms_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
43
|
+
_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py,sha256=p-MUWe5-R_IibI-FsVy3HZu_qUvAk-DLZQ9wgEZm1yw,3980
|
44
|
+
_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.pyi,sha256=sco88E6TinVILlkgnJtCO2thMSQoAf-ETiy_29nD9zM,4486
|
45
|
+
_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2_grpc.py,sha256=D38IN_58VwlGzWrqkp66diEs4MwPJHYDANSKNeVQzUY,7664
|
46
|
+
_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py,sha256=GHmFYF8vJmAUuJkQn4kAuHEHSbgnRUe9HsbH0mLxTYA,2038
|
47
|
+
_proto/qwak/administration/authenticated_user/v1/credentials_pb2.pyi,sha256=iN2jhNzdxNmCRqlNpqZ4ybNmw3pG9hoixfgDvu48bg8,2650
|
48
|
+
_proto/qwak/administration/authenticated_user/v1/credentials_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
49
|
+
_proto/qwak/administration/authenticated_user/v1/details_pb2.py,sha256=iHZZ-_NDPGdMGV2u7rDvubFwuaXnKo1YPClUl9SkWWo,2908
|
50
|
+
_proto/qwak/administration/authenticated_user/v1/details_pb2.pyi,sha256=zdQqQF0o1uv-II_bCMMsm3h-Em_RN1HKmrHcjjszkeE,5995
|
51
|
+
_proto/qwak/administration/authenticated_user/v1/details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
52
|
+
_proto/qwak/administration/cluster/v2/cluster_pb2.py,sha256=JIdZjBTcjBQ5Gr_SZaxrjv8smKiS-6LEFKlKkQXFQj0,7653
|
53
|
+
_proto/qwak/administration/cluster/v2/cluster_pb2.pyi,sha256=f0LpqIIiSv_oA_nCXP8KwhEDRIAEK8YPc7yVJlnAjZ0,17526
|
54
|
+
_proto/qwak/administration/cluster/v2/cluster_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
55
|
+
_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py,sha256=9D3Tj4TF66dJM0kLqs_zcHR5nRdQp-mEsAarxT69MVA,2155
|
56
|
+
_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.pyi,sha256=cY592GsfD5COMP6qSDKFKa7MoD9QlujJEgJLmelfqic,1463
|
57
|
+
_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
58
|
+
_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py,sha256=eaJD7PwvWsfbP04CadIB0-Kug4r7x3hz1QIU5FyXIPc,2088
|
59
|
+
_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.pyi,sha256=e8WL8VLVMlRwtmweoGJKDPM6gVqmrZuO-btU-TLOa0I,1766
|
60
|
+
_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
61
|
+
_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py,sha256=5z4jzsewkahAFiV-V3k4AlHzdX3mlSsR7j21MbNQPQM,2522
|
62
|
+
_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi,sha256=AVYGl9yfWtc89UdTOjnWG0qTJOPPZI4_BGWd8Qf27Nk,2530
|
63
|
+
_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
64
|
+
_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py,sha256=wDNYY81Lt0CsHqOtpbm_QCR4uZNKsQp0GvaOLtPmG0M,2324
|
65
|
+
_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.pyi,sha256=iR4pR_1LH6hO3l3VapOFeeQCMV9s37LDlfDEhXJ05yU,1567
|
66
|
+
_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
67
|
+
_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py,sha256=VTskba-mZr6nHBENqrQZOnf6sKf6I_r4h0IqUO8two0,3225
|
68
|
+
_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.pyi,sha256=4WtV7y-t0fimeNtY8I1tp-OYCygFYp7p6w99QYOndAc,3496
|
69
|
+
_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
70
|
+
_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py,sha256=AFJulT358-QiRhhwa-9oF-UvYB9DMNb5m2Wzv9eTcyg,2169
|
71
|
+
_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi,sha256=JZezw1jbVfRvHBpbxavZt4Uz-l_LObe-cujUTlQL9oU,1558
|
72
|
+
_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
73
|
+
_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py,sha256=VfWnKs0aCDMeIIyE8hQX3uhthhlWxTWgIMaujXJ-8R8,2252
|
74
|
+
_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.pyi,sha256=9Zgq4tO3v16HVNVtHIlzB7CVJ43GzOzJHLSHXc4DQiY,1543
|
75
|
+
_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
76
|
+
_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py,sha256=nTHLibL9RvUUZURUv0Af0l1M9rfR3uefC2Cz9FOobcE,2326
|
77
|
+
_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi,sha256=04SZijYA5BteEkw8-avRyET6BKuWGdAaWck5VB5bHhU,1420
|
78
|
+
_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
79
|
+
_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py,sha256=V_4ucY8Pb6uKQ46QTB5DCn3D_vrv1oG3BdCyjiaEU-Q,2851
|
80
|
+
_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.pyi,sha256=6038a8HfJaPj6UaSM2t5lzzmSEvQElVsyZrOGnYJkIQ,3011
|
81
|
+
_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
82
|
+
_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py,sha256=x4fVWACIQHlir1tmtJ9YUBGvyRdU-5w7De7G6w7rZZU,3597
|
83
|
+
_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi,sha256=uT4QZSQy9uw2_ESrPOKk-eQrWbogYyzsW6RLykFqeTc,5359
|
84
|
+
_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
85
|
+
_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py,sha256=bEPzePRwAmrOQh4nhIXiYClL3YOp8LDqKcI2QZWvpyc,2231
|
86
|
+
_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.pyi,sha256=KHQMvi0B1lZ6LGz0pGJWfFRyyTBAE8FYNkmDKXTnvvQ,1451
|
87
|
+
_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
88
|
+
_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py,sha256=NvBQ4m-E3c8zacu1R2MsW57GzYgHOOYLWIocVm_5ASM,2281
|
89
|
+
_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.pyi,sha256=eO8G-bSmVplTctCkTuK7buzHLKP8zFFVIjTJEPg6ghA,1425
|
90
|
+
_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
91
|
+
_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py,sha256=PEl8z2tvRgjxXzs4MzyB-Y4ToM4p33lFX83-1fOtAhk,3371
|
92
|
+
_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.pyi,sha256=xEJght3cW_PUkOFTsuY_Dp3v0sFv6K-2GFX5aDlisyY,4529
|
93
|
+
_proto/qwak/administration/runtime_configuration/v0/network_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
94
|
+
_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py,sha256=crqXutjJuz24O_Sbe2icDjAZvmbr950J_bHh-nZ0F7s,2387
|
95
|
+
_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi,sha256=I5lypi84OoePvdpz7FtuzVq8J2PRyU--mqV680WlNzc,2562
|
96
|
+
_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
97
|
+
_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py,sha256=yIVeC30hHsIB3M1jOZs_OMe1pxEHp6qjZ0GZBGOceiQ,3642
|
98
|
+
_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.pyi,sha256=G7pl96jnRYJ4vKm1ZeBYq-8F6n2XwCdyD-5JBugbfmA,4413
|
99
|
+
_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
100
|
+
_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py,sha256=CmRz3Czwlm2psqdkQC__SDh_8oLakY1rRkSOJ8axtR4,5071
|
101
|
+
_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi,sha256=AF8RW1H8caXR6iFLcKT0MhJCA5muTsfLlQOGuLT78AY,5613
|
102
|
+
_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
103
|
+
_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py,sha256=5KSSst0RoPoKrKHu_PoHN_oY5elcmkvauDKJHiZsfZg,2478
|
104
|
+
_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi,sha256=86lYyaMcsIOIxqx3J0q9DKA6HdVQzFpzq_guhJcgV9s,2588
|
105
|
+
_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
106
|
+
_proto/qwak/administration/v0/authentication/authentication_service_pb2.py,sha256=LfcIxLUloix9uUKUaI1jixlSgGPVgSg6dEuxlpPdvKQ,3014
|
107
|
+
_proto/qwak/administration/v0/authentication/authentication_service_pb2.pyi,sha256=jAAqlBaE5GmqYVzmYzJ37rS06-4gma5X9x1ZB8GvAqU,3664
|
108
|
+
_proto/qwak/administration/v0/authentication/authentication_service_pb2_grpc.py,sha256=B-f0b6_MJET1ltN_f0FQcUs1o0rVs5YekOzfklOYOo4,3169
|
109
|
+
_proto/qwak/administration/v0/environments/configuration_pb2.py,sha256=pycldKFGKqXbL5dET4gNJAlr2L6Aib9h_g-yCEaR7XA,5775
|
110
|
+
_proto/qwak/administration/v0/environments/configuration_pb2.pyi,sha256=QfqdMyTce_D_4pqXDiq902p3hdE5QmdLtu5grx_hxoE,14051
|
111
|
+
_proto/qwak/administration/v0/environments/configuration_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
112
|
+
_proto/qwak/administration/v0/environments/environment_pb2.py,sha256=AW-W1mMRW92hsDcbID_oq1xLBbOyAcYz2vCGeRWuOqM,4457
|
113
|
+
_proto/qwak/administration/v0/environments/environment_pb2.pyi,sha256=FXd-mFBSHRmK09ePImtxFrandGvQ1X3BXPbtHRDdZCg,8417
|
114
|
+
_proto/qwak/administration/v0/environments/environment_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
115
|
+
_proto/qwak/administration/v0/environments/environment_service_pb2.py,sha256=dARD43HBk-GfQSl4ymYZo45y36wkehsFi3MIhIhu7tM,8176
|
116
|
+
_proto/qwak/administration/v0/environments/environment_service_pb2.pyi,sha256=w9NO9w8fRBDQFfwPXcTElwgHXFxs1KVtq07iYFQGWRs,12681
|
117
|
+
_proto/qwak/administration/v0/environments/environment_service_pb2_grpc.py,sha256=X_nBZC1fgfjcC_XR50MjHWD5RMPv0DANd8uS8_W59mI,16460
|
118
|
+
_proto/qwak/administration/v0/environments/personalization_pb2.py,sha256=hKovyTcQlpkmAsno5PRQIgWyHSFX5nY2C_Rt9LWGsf0,1838
|
119
|
+
_proto/qwak/administration/v0/environments/personalization_pb2.pyi,sha256=I87_z8gRP_7eNWdJAlnldweeRExAm946u5e-Al8uY-8,1347
|
120
|
+
_proto/qwak/administration/v0/environments/personalization_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
121
|
+
_proto/qwak/administration/v0/users/user_pb2.py,sha256=weaaJIQwG-e0cHTcby5EupTkvdNQIo2gMqHtBVaq1-I,4690
|
122
|
+
_proto/qwak/administration/v0/users/user_pb2.pyi,sha256=GFbJz424r1aTF1kC50ZDIvYTfgxO02C7OHu2SZyL-nc,10595
|
123
|
+
_proto/qwak/administration/v0/users/user_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
124
|
+
_proto/qwak/admiral/secret/v0/secret_pb2.py,sha256=2yEejaPn-RVBpNzGhPIuQ5tg_X3BsTwF8hnQ7hqYZa4,4791
|
125
|
+
_proto/qwak/admiral/secret/v0/secret_pb2.pyi,sha256=fXUy0VYrTsIPYasdAr1t_sjmUi0czvpak71cMT4qO3U,9392
|
126
|
+
_proto/qwak/admiral/secret/v0/secret_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
127
|
+
_proto/qwak/admiral/secret/v0/secret_service_pb2.py,sha256=gS0pQbhjh-NrSmk54ge9x5NfTdq6v70ufAY1wIBUkVc,3368
|
128
|
+
_proto/qwak/admiral/secret/v0/secret_service_pb2.pyi,sha256=Ssm-ny1bt4zOX9fl7UGWVP1Ab5f9mzbBBCQa-5oISKM,3425
|
129
|
+
_proto/qwak/admiral/secret/v0/secret_service_pb2_grpc.py,sha256=95auDdnyLijxuVsxlU213MXYF595jjWvz1L5i-HVd1Y,6873
|
130
|
+
_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py,sha256=g6E7MV4xm1pqZyLNDciGRc84x_wvzYahbmhkHNmE9V0,3365
|
131
|
+
_proto/qwak/admiral/secret/v0/system_secret_service_pb2.pyi,sha256=PqIPJe5wGfan5SDd5EQTB46s7nLTmRkiFha69YDQ9t0,3913
|
132
|
+
_proto/qwak/admiral/secret/v0/system_secret_service_pb2_grpc.py,sha256=dGG6SxGjs4V-M6aKR9G5YPPcds-PNImvqdmY7l1Lp8k,6918
|
133
|
+
_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py,sha256=e79jR3WraPc4TAKVCgBRRMeIEImVBSxhCN7ZFFeXvi8,7971
|
134
|
+
_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.pyi,sha256=yHbWZNGJu7DLNJrmIB_bxpi2leZt1uf37N_QhFhm7RI,20864
|
135
|
+
_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
136
|
+
_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py,sha256=rm06Bbp__4rUKVftOkmPJV2q9-qx4xo0izgN4R4vxoQ,4809
|
137
|
+
_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.pyi,sha256=UkHCrz52cnCssP3kvi3KoWhklCvvK1yYqMjO_pfosYo,5725
|
138
|
+
_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2_grpc.py,sha256=Nkv6IFkgldUE5D-SqqbNwMkLmcXyHgzt_y8Jbxxanvg,10744
|
139
|
+
_proto/qwak/analytics/analytics_pb2.py,sha256=gsTEUhfccrU0FowxzC2eUf9gkq0sksQ19YSCDS8WLtc,4234
|
140
|
+
_proto/qwak/analytics/analytics_pb2.pyi,sha256=VzLL7uRLimx6pv4s31EvA-mcRv3oAd2b1m2k-J5GfWU,11995
|
141
|
+
_proto/qwak/analytics/analytics_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
142
|
+
_proto/qwak/analytics/analytics_service_pb2.py,sha256=uP4zMnkRoDnfar1hRhLV_6aahBQmblgeOX6UUzcNdlA,6931
|
143
|
+
_proto/qwak/analytics/analytics_service_pb2.pyi,sha256=3akG_7dFK-LLQut98R7MT0yNwZN9lk1Si6I2bO1Qv0A,11966
|
144
|
+
_proto/qwak/analytics/analytics_service_pb2_grpc.py,sha256=xwRGkMPcIjiho8vWxUc1yokkTPaSaVastiQInX99VHs,19157
|
145
|
+
_proto/qwak/artifactory_settings/artifactory_settings_pb2.py,sha256=EQon_UR_O-QIvj5BavfJe1wgFHAkmpSOPScj7257u7Y,1848
|
146
|
+
_proto/qwak/artifactory_settings/artifactory_settings_pb2.pyi,sha256=sX3DzpDZWqnGfaiSeWlzhXiHcj7yZhrZuqENNJqfzC8,2220
|
147
|
+
_proto/qwak/artifactory_settings/artifactory_settings_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
148
|
+
_proto/qwak/audience/v1/audience_api_pb2.py,sha256=cVp2Qid6u_eTZ0qdIb43Oloocakgvo_j2tkNI5524IE,4380
|
149
|
+
_proto/qwak/audience/v1/audience_api_pb2.pyi,sha256=Py15yaRn94bldOLtJkmTvN9VqrlaJkt72hMnm-B-sS8,5963
|
150
|
+
_proto/qwak/audience/v1/audience_api_pb2_grpc.py,sha256=b7J0_8NTw48W-kH7WOhgod-W9j_zMNFhgDuttqtheJU,11488
|
151
|
+
_proto/qwak/audience/v1/audience_pb2.py,sha256=GSzcDLjKA2M9A2Z6cdU282wdeg57P-Jjeddkv2uzcks,5175
|
152
|
+
_proto/qwak/audience/v1/audience_pb2.pyi,sha256=Ct_u4NbUj6aWQKsqjvf_D7Eu-7PSbQoHjteKLSe2Ro4,13789
|
153
|
+
_proto/qwak/audience/v1/audience_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
154
|
+
_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py,sha256=AUrnzM-MP3kiSlOteudmrlQnAy_z2GmpTNUHvN_tGjY,3554
|
155
|
+
_proto/qwak/auto_scaling/v1/auto_scaling_pb2.pyi,sha256=F5rXRMgmtI0-jD_Ds8Nt2TGg_YBZLIWueinwpQ_68JY,8264
|
156
|
+
_proto/qwak/auto_scaling/v1/auto_scaling_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
157
|
+
_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py,sha256=ljvq9lwsL2rLL-K1aBjvvsvbHowwC82Pq7aJDR-zWDU,2171
|
158
|
+
_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.pyi,sha256=2guBEDKIIl5BdU3ErA48NvWLOrYRbrL5DVmUqZhUOlk,2056
|
159
|
+
_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2_grpc.py,sha256=rEEbGyQg1lXHpX5rTZDSHMI7BREt1JxQpVzg_7xzpLA,2993
|
160
|
+
_proto/qwak/automation/v1/action_pb2.py,sha256=tt26SPuJljtMBINstLqJqkMmxHlgI8qxc1sde4dHTF0,9730
|
161
|
+
_proto/qwak/automation/v1/action_pb2.pyi,sha256=yK1lE1_O292K7Y_X0-ooO1lKo18RI4CEHFpk3E2omAk,24245
|
162
|
+
_proto/qwak/automation/v1/action_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
163
|
+
_proto/qwak/automation/v1/auto_scaling_pb2.py,sha256=usE_KbmLGz-bpARpGdwn0FVNkY4vk2lcHLASxnKFgmg,3576
|
164
|
+
_proto/qwak/automation/v1/auto_scaling_pb2.pyi,sha256=yNbnp_7V1qOCCgRuquFPEczo_MMfpISag_aHvU5gIiQ,8675
|
165
|
+
_proto/qwak/automation/v1/auto_scaling_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
166
|
+
_proto/qwak/automation/v1/automation_execution_pb2.py,sha256=5VXV0PSymYJA3ubRvlSnOfYvIrnkUdF6aoHg3OqmioU,2642
|
167
|
+
_proto/qwak/automation/v1/automation_execution_pb2.pyi,sha256=Ed-N6PChJkWypLSpFCwxdhn-lGkM0KHSSQY0-eEZWyU,5309
|
168
|
+
_proto/qwak/automation/v1/automation_execution_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
169
|
+
_proto/qwak/automation/v1/automation_management_service_pb2.py,sha256=pUA6dpyy7YRraIDflWhBP4Z6UV2r5gmmm-GgP1Qapek,9384
|
170
|
+
_proto/qwak/automation/v1/automation_management_service_pb2.pyi,sha256=gnzlxoIs1hhutKhunlrWdSlkQIR4sxxD-4FdkjRDxeM,15273
|
171
|
+
_proto/qwak/automation/v1/automation_management_service_pb2_grpc.py,sha256=oPC1Uk72TJctyuQxCUoOeAI6dHEv_jj9YTNY_pO2DFc,25477
|
172
|
+
_proto/qwak/automation/v1/automation_pb2.py,sha256=qo2hTG0LqeR6DFHR1ErS5SmhdIHLIJSe5_XMrKCIQJY,3034
|
173
|
+
_proto/qwak/automation/v1/automation_pb2.pyi,sha256=-D-I9wOK3q9fRZPjdPBWVBLpL2gp1VPtNvlyVeYeaKk,5605
|
174
|
+
_proto/qwak/automation/v1/automation_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
175
|
+
_proto/qwak/automation/v1/common_pb2.py,sha256=sJmGL8RmQtB-m1rxHHtE_PQRsiarNLLD3wY_UltEpa8,1789
|
176
|
+
_proto/qwak/automation/v1/common_pb2.pyi,sha256=v1FL9ghFd_oy1WuQYnczXOEdl2Firmh52ofRO8GwVx4,2785
|
177
|
+
_proto/qwak/automation/v1/common_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
178
|
+
_proto/qwak/automation/v1/notification_pb2.py,sha256=HyZrHfD6mnM30IBjzHyLNWqPcmfp4E3R2QTKINTHtsE,3105
|
179
|
+
_proto/qwak/automation/v1/notification_pb2.pyi,sha256=TBVbSk-865T7PZrEWKY0Cd-zOJKseNgqEk5gcBoT9tI,5492
|
180
|
+
_proto/qwak/automation/v1/notification_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
181
|
+
_proto/qwak/automation/v1/trigger_pb2.py,sha256=-XcMZo7HhLoZ6mISfPjx6Ov9FOWWzWSo3QGcMDCw-RA,2615
|
182
|
+
_proto/qwak/automation/v1/trigger_pb2.pyi,sha256=xRyTTvIolgISB6vC4Ot37138vBNGxzMz5sExsVrkYrQ,4816
|
183
|
+
_proto/qwak/automation/v1/trigger_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
184
|
+
_proto/qwak/batch_job/v1/batch_job_events_pb2.py,sha256=tR2BJNdYbQ3ESQDvM0BTb0woxHvttF8Ohm-KVC3TWSk,7240
|
185
|
+
_proto/qwak/batch_job/v1/batch_job_events_pb2.pyi,sha256=fuDa9AgzkEHVW11Pd9POZeuyREP33VjNTBuKcpMDDbk,15654
|
186
|
+
_proto/qwak/batch_job/v1/batch_job_events_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
187
|
+
_proto/qwak/batch_job/v1/batch_job_resources_pb2.py,sha256=vUD-q2h4ovmBz9aIaJh8tYd_qngfJh6fc_1-wJjBdFY,1654
|
188
|
+
_proto/qwak/batch_job/v1/batch_job_resources_pb2.pyi,sha256=e4WFKs7LbWS2M5XLyLrMQROhfSIpmh9Nj-qcSbEv9E0,1977
|
189
|
+
_proto/qwak/batch_job/v1/batch_job_resources_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
190
|
+
_proto/qwak/batch_job/v1/batch_job_service_pb2.py,sha256=UQdVYDzgSOi9mpkMgTjNObLxfkCrAISHoKJOwnur2Mw,25688
|
191
|
+
_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi,sha256=gpc30XX13a27A_cYI5A8bO7sp4Am4jQ03F5jgfg285s,62610
|
192
|
+
_proto/qwak/batch_job/v1/batch_job_service_pb2_grpc.py,sha256=wnJ-VKU4hd10tB-n_wNHetW5i7vmkiC68ZBxPh8lf3M,33923
|
193
|
+
_proto/qwak/build/v1/build_api_pb2.py,sha256=bKcQhKAQUMsYyxtF05pz5LBQjoQjKQKcyAJZSZlmcKk,15526
|
194
|
+
_proto/qwak/build/v1/build_api_pb2.pyi,sha256=f34sLYv2-0f9kUB4k-74ehzEhPtG3QBq6rBKNEmFfVc,27129
|
195
|
+
_proto/qwak/build/v1/build_api_pb2_grpc.py,sha256=7SPyGBxvep6jkKl2FM7_sraZkjX3e7btk8pHoNyLhG4,31474
|
196
|
+
_proto/qwak/build/v1/build_pb2.py,sha256=0MulRJIMC7xEFHYvZlXc94crkXIm0GLZBBbge9y12zc,19925
|
197
|
+
_proto/qwak/build/v1/build_pb2.pyi,sha256=ivQtysdhEcGCLoWBRLfoOlngf_IT6XNu6ULaCMae2LY,58572
|
198
|
+
_proto/qwak/build/v1/build_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
199
|
+
_proto/qwak/build_settings/build_settings_api_pb2.py,sha256=KTD6fFvwdkEiMlll6T7w-TPXLW4O3cIF-Xj3C8RCapo,3216
|
200
|
+
_proto/qwak/build_settings/build_settings_api_pb2.pyi,sha256=V4kyCQkyEBr0J7IKZ5T1BjbiIUTOrqTWmRF8-ci0FmI,4083
|
201
|
+
_proto/qwak/build_settings/build_settings_api_pb2_grpc.py,sha256=Oe1Zhgdx_77KceYSBaj61xZttcYVuXkAr8JFaQmgTGw,6785
|
202
|
+
_proto/qwak/build_settings/build_settings_pb2.py,sha256=5Psl_fYgOQuGoyM5ZGRe0uA5g7_luXQdf3_gzA7Sd_g,3272
|
203
|
+
_proto/qwak/build_settings/build_settings_pb2.pyi,sha256=MMYamilVLTgHn-WmsIqRCI8K9QJSehtxAclPeP75CWA,7049
|
204
|
+
_proto/qwak/build_settings/build_settings_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
205
|
+
_proto/qwak/builds/build_pb2.py,sha256=DOuZBos_p2Nvt0d-OPPuZI-akqVx91pVSZPShwWKR-M,8881
|
206
|
+
_proto/qwak/builds/build_pb2.pyi,sha256=MlTxHX22Sxsbm0myF_P7CNyTxIzleTVi17Dtxb4K5Qw,25388
|
207
|
+
_proto/qwak/builds/build_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
208
|
+
_proto/qwak/builds/build_url_pb2.py,sha256=yaIAq8EpdTefLdbYbwc11BU-0mU4geoyyBvpOm6V5Fw,4625
|
209
|
+
_proto/qwak/builds/build_url_pb2.pyi,sha256=qaYyuLRHN2hOqYXlN9mKJo9gpggUnPmTVZIu-zNA0dI,11372
|
210
|
+
_proto/qwak/builds/build_url_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
211
|
+
_proto/qwak/builds/builds_orchestrator_service_pb2.py,sha256=dXUAZIBIsfsWruWjP7Boiv19Q6znXeGuMpOUDrPaJBM,10633
|
212
|
+
_proto/qwak/builds/builds_orchestrator_service_pb2.pyi,sha256=aQhA3YhtHmujH8kPOaBbhEeg3qsP3SSkFwt8sGzVSwo,17794
|
213
|
+
_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py,sha256=R0_lsjIacMTub52rDBMN_O08cSuHDUzDkttvlayvqmc,22846
|
214
|
+
_proto/qwak/builds/builds_pb2.py,sha256=QSO31Zcs4pZ3JtdW-nbGvLom_zLgofSspoHrpEGxbDU,20343
|
215
|
+
_proto/qwak/builds/builds_pb2.pyi,sha256=XZB9nEs9lNz2mKhh8Wm_QpctnowshIfCmdnDarQB7ok,53739
|
216
|
+
_proto/qwak/builds/builds_pb2_grpc.py,sha256=ZpudIqVegphmktVbxWBi3t2OOj7yZWIHagkxG1ggzdc,11574
|
217
|
+
_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py,sha256=izmKvBviNxyV6HhZaXpuOMEX-JBcEHqEAAEso8FgyOo,2291
|
218
|
+
_proto/qwak/builds/internal_builds_orchestrator_service_pb2.pyi,sha256=S_CoXAHlCygUu9g_IPXxU26dzwz2Y6Qn7Gkcg1UZGk8,2370
|
219
|
+
_proto/qwak/builds/internal_builds_orchestrator_service_pb2_grpc.py,sha256=WBwXy6OeARU26grAnZ_MUuvkPKlA_qz6wczZCr0vIWM,3103
|
220
|
+
_proto/qwak/data_versioning/data_versioning_pb2.py,sha256=lkZRdObithrPIrGHl8hWo1N1v--AiRmNdpi_Jk1rJD0,1708
|
221
|
+
_proto/qwak/data_versioning/data_versioning_pb2.pyi,sha256=xd2FCe7PizJv6yL_7Vh5cKkjY34-qibPGgFBuZ8gs2k,2697
|
222
|
+
_proto/qwak/data_versioning/data_versioning_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
223
|
+
_proto/qwak/data_versioning/data_versioning_service_pb2.py,sha256=Li8fncaFJXcj_iiRAQ6jh1Husbctl5Gi4XSxTUXJJ1Y,2774
|
224
|
+
_proto/qwak/data_versioning/data_versioning_service_pb2.pyi,sha256=zJALl6yu6eKIIJy-AXKt5VmPjtdmRNoAlRwWf6MGvjM,3183
|
225
|
+
_proto/qwak/data_versioning/data_versioning_service_pb2_grpc.py,sha256=XAdjQFJnog_sk_nJrQnTdsB1IWNpsuJNCkBmRu6slOY,5030
|
226
|
+
_proto/qwak/deployment/alert_pb2.py,sha256=U0oI6w_C8Xzz3-aFZVTKE1BZngLvidWsOBQ04JlXb0Q,4634
|
227
|
+
_proto/qwak/deployment/alert_pb2.pyi,sha256=koLUUpD3H7WkniA7aUdoIm9oyR1WhMLEJIbuHwYmBsQ,11276
|
228
|
+
_proto/qwak/deployment/alert_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
229
|
+
_proto/qwak/deployment/alert_service_pb2.py,sha256=T1G29rU8CDQZXBCeAiMfiTiUmU22kBz55Jpm29OzRx8,6010
|
230
|
+
_proto/qwak/deployment/alert_service_pb2.pyi,sha256=Ut0zBi566AGZ-43KkF6UXxiub2IulO45nx8O2-vdTxs,8832
|
231
|
+
_proto/qwak/deployment/alert_service_pb2_grpc.py,sha256=M8_pAtlwUa44gnkLqrmDye5wIH56v3xS_cLnTHwZXVs,12805
|
232
|
+
_proto/qwak/deployment/deployment_messages_pb2.py,sha256=wGeeX600pHCVOgS2Dtd6eQGdjoOnSG0aZYKS-1JmxcA,1861
|
233
|
+
_proto/qwak/deployment/deployment_messages_pb2.pyi,sha256=XdnMoJtz5_SETHMhZk5yX_Z7Wub4jHEjLSc6jgwosUQ,2755
|
234
|
+
_proto/qwak/deployment/deployment_messages_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
235
|
+
_proto/qwak/deployment/deployment_pb2.py,sha256=WuTXx9KW_vj_bRKtjvFVCTPAyWKduPxBvOuxd0YRA_w,28485
|
236
|
+
_proto/qwak/deployment/deployment_pb2.pyi,sha256=kG41iNSSgI6ozm0ZxHWzvJxtWpWJSRl9Kj5FMamypp0,77065
|
237
|
+
_proto/qwak/deployment/deployment_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
238
|
+
_proto/qwak/deployment/deployment_service_pb2.py,sha256=5F-sI-8npAKezlEMBmxGAHEfThHXcJsvow0vg9JpxWQ,25923
|
239
|
+
_proto/qwak/deployment/deployment_service_pb2.pyi,sha256=ad-XWXswSu-zqJHrqmrilkWEkQZCTcPTcDIyraz1WP0,41042
|
240
|
+
_proto/qwak/deployment/deployment_service_pb2_grpc.py,sha256=mrJW8uX2M10YRqOQUarIx-zC8k_GkKJ4sqWqSIXGi5w,27758
|
241
|
+
_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py,sha256=Aa7qqjAvN4rRDjessN1a_TzQ7Cuie2SMiabbfNxnVjA,3007
|
242
|
+
_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.pyi,sha256=Gse6TZdxP_-vR4UD28Sq4USrWhw7Spvmb9IVKGTULq4,2451
|
243
|
+
_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2_grpc.py,sha256=WRha69Z8AoT9dtg26YJO7YDWiVGUhHP5K_UWl4km4gQ,5295
|
244
|
+
_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py,sha256=vTUMc21fwiB0bRueVAKA3vCoMqu7CO_E32G8Oc8vIAE,1843
|
245
|
+
_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.pyi,sha256=685WP-kcl5wFSPW9H8wPRES9XSrRdFnIAOknpfMsrbc,1639
|
246
|
+
_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
247
|
+
_proto/qwak/ecosystem/jfrog/v0/token_pb2.py,sha256=JjUy7tobKmfgtTiQPijMMJv87ljCG_uy33rchwzcXf4,6850
|
248
|
+
_proto/qwak/ecosystem/jfrog/v0/token_pb2.pyi,sha256=eZhdgcdWYETdyH8uKi8qHfqx97_i_JTzlI2SY_Pppoc,17104
|
249
|
+
_proto/qwak/ecosystem/jfrog/v0/token_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
250
|
+
_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py,sha256=H2VjVGhjmkb0euyyTib7DFeuNJpKZjqWHujS0aZPr0A,4253
|
251
|
+
_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.pyi,sha256=Xwd9roF5D7kqsnkiErny7j-6HvKsPQi5rOa83Der-gY,5651
|
252
|
+
_proto/qwak/ecosystem/jfrog/v0/token_service_pb2_grpc.py,sha256=LZEVFS9GEpWlRTDE7-3Bk-f2F0WhGbUdF2Q_WMBrdLg,8825
|
253
|
+
_proto/qwak/ecosystem/v0/credentials_pb2.py,sha256=g84R4EKmZHmb75rrYgU5sk-Tp_rsLZ-HUgo0MuwWP7o,2581
|
254
|
+
_proto/qwak/ecosystem/v0/credentials_pb2.pyi,sha256=7sxOny-BUipUxrEpBxKVNuJF3-N77Z6Ov1eWI-87Uoo,4098
|
255
|
+
_proto/qwak/ecosystem/v0/credentials_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
256
|
+
_proto/qwak/ecosystem/v0/ecosystem_pb2.py,sha256=sCKWEXcde_SxJSWBlJtTvYpoySXEM2eCb9ui5MTACRw,8320
|
257
|
+
_proto/qwak/ecosystem/v0/ecosystem_pb2.pyi,sha256=t7owAV2OWuqAiShoZ0FCafeu46vaRXzweiDUnN1_Ka8,16097
|
258
|
+
_proto/qwak/ecosystem/v0/ecosystem_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
259
|
+
_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py,sha256=fkiOrmYMltbPWjEk-ov4wetUujklzAI4Iv7Y5pm2cG8,9229
|
260
|
+
_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.pyi,sha256=HsJ9HVGdsVQGU6nvMP0DsoPPwJVmGMBsW6ocyF41vHo,19586
|
261
|
+
_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2_grpc.py,sha256=L11d2Vu3-FhL3LdURmG8h6qMiCMS8pDxklyVXAfperE,12835
|
262
|
+
_proto/qwak/execution/v1/backfill_pb2.py,sha256=3uCuXo8nMe39H4aKfF-PFT1C7KJXSmEdOioqGu-688g,3706
|
263
|
+
_proto/qwak/execution/v1/backfill_pb2.pyi,sha256=6_2f1Z2JEhZtNAlYNQLiC6aRZHd4vjHXt7bGbqveV1M,7987
|
264
|
+
_proto/qwak/execution/v1/backfill_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
265
|
+
_proto/qwak/execution/v1/batch_pb2.py,sha256=klCG6WVjCAtFkwiy-z9JorAJLZZNUSWIl5iJ3jtNC2g,2027
|
266
|
+
_proto/qwak/execution/v1/batch_pb2.pyi,sha256=fAGm7u5WPQjzeEebx8IR7X9BKYjn99zkBdXRQqY7drg,3266
|
267
|
+
_proto/qwak/execution/v1/batch_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
268
|
+
_proto/qwak/execution/v1/deletion_pb2.py,sha256=QfJjD7ZzRD0ZfKZ_l287trM0USo_wiRVPRS-iD-5fs0,2179
|
269
|
+
_proto/qwak/execution/v1/deletion_pb2.pyi,sha256=p-fc2b9avBMSRusZd088Qf4mP-QFHe1bu2jh0pMcPxk,3019
|
270
|
+
_proto/qwak/execution/v1/deletion_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
271
|
+
_proto/qwak/execution/v1/execution_pb2.py,sha256=5rbV9yQ07EPhkv2RIAZiJ1HgLTqVLT4kQ21zM-Z4a-U,5466
|
272
|
+
_proto/qwak/execution/v1/execution_pb2.pyi,sha256=bG0gv2BBaefTkYwonL7GuLRTQXSj9F6Y1u2h-apvBv0,12283
|
273
|
+
_proto/qwak/execution/v1/execution_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
274
|
+
_proto/qwak/execution/v1/execution_service_pb2.py,sha256=oCdW3YfoJXIUKDpJEbiaIEB6Xxk3x1pm5yXQUru2UB0,13144
|
275
|
+
_proto/qwak/execution/v1/execution_service_pb2.pyi,sha256=oRBcOBqJE2KDLHdzeJE21H2AWqY9sGuQ_BtEPmB82Oo,20505
|
276
|
+
_proto/qwak/execution/v1/execution_service_pb2_grpc.py,sha256=mU-NtS1-zJZixX_DuznM_1UggWXb0nH6wXpWnOW4Jqc,30262
|
277
|
+
_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py,sha256=tO3Z-wvMpL9msA3yQ5fB5IZt9AUQh-UP1XLzfi33dTs,1385
|
278
|
+
_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.pyi,sha256=jogH_vPOywMvcctcqXKHEW0LyTCya0HAWo5nVP37jlM,769
|
279
|
+
_proto/qwak/execution/v1/internal/deployment/platform_details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
280
|
+
_proto/qwak/execution/v1/jobs/job_pb2.py,sha256=KJKrOchB1PUkbXdufKMHbOWPs0aHGXDEQkUfbo6n5wY,5203
|
281
|
+
_proto/qwak/execution/v1/jobs/job_pb2.pyi,sha256=bpc-4zuKw5AE0_EifxF9KM7zLQYs9zmnFqDmrzVHHY4,15001
|
282
|
+
_proto/qwak/execution/v1/jobs/job_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
283
|
+
_proto/qwak/execution/v1/jobs/job_service_pb2.py,sha256=vlLvhixEixGvnIT09oRlobkmfF2WSAxANC8bizKIL68,10461
|
284
|
+
_proto/qwak/execution/v1/jobs/job_service_pb2.pyi,sha256=F-6PQZhfE2MtCHCn7Hc3otXzEjI3J1XToYoyqRXS9WY,20653
|
285
|
+
_proto/qwak/execution/v1/jobs/job_service_pb2_grpc.py,sha256=95HZekdR1Hfy2zFDvrTz12oNErvkmSzT1A960v9Uato,23233
|
286
|
+
_proto/qwak/execution/v1/jobs/reports/report_pb2.py,sha256=WShnx3KTyjS0n5XbpTDSZr01OpYIB-UI1Lo52x1ODfM,5338
|
287
|
+
_proto/qwak/execution/v1/jobs/reports/report_pb2.pyi,sha256=vS4dFCovpC8Zjrgkia6Ta_0jhwM1Ekz6l4gBP-eZXL8,13613
|
288
|
+
_proto/qwak/execution/v1/jobs/reports/report_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
289
|
+
_proto/qwak/execution/v1/state/execution_state_pb2.py,sha256=OC_4SwduOGSo0G71uwB06mrThYfJj6Icn7z9jG8rRFc,1830
|
290
|
+
_proto/qwak/execution/v1/state/execution_state_pb2.pyi,sha256=wnb8fd-ILnc8i0z4nHZtAqeHwQaFaBChdx0E56l7t3I,1994
|
291
|
+
_proto/qwak/execution/v1/state/execution_state_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
292
|
+
_proto/qwak/execution/v1/state/execution_state_service_pb2.py,sha256=aPLadZh65xAZWORUgMZPYE-pGCR0SsMwGNEHUd4NXRs,6039
|
293
|
+
_proto/qwak/execution/v1/state/execution_state_service_pb2.pyi,sha256=9KwaTRAOX8j74Q9nK3M_HxhcyQHU0ct9eIJEuMnx4jo,8014
|
294
|
+
_proto/qwak/execution/v1/state/execution_state_service_pb2_grpc.py,sha256=N6y4ZuBDCFFe3JCFjzQwUEpM9VH-AtdxngyIFl962s0,14214
|
295
|
+
_proto/qwak/execution/v1/state/featureset_state_pb2.py,sha256=_Zvlph_wqgVBl92GxYlDrlekF9e0HELu8aUFSbWXOlQ,1455
|
296
|
+
_proto/qwak/execution/v1/state/featureset_state_pb2.pyi,sha256=ZbN29TTrzJ2wptWObPe5vooLEomor2z309yeask1lp8,1272
|
297
|
+
_proto/qwak/execution/v1/state/featureset_state_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
298
|
+
_proto/qwak/execution/v1/state/spark_execution_state_pb2.py,sha256=G5wAGaunkRdkrNJ5k1XwprBXOnCyEbdwt_ZARgdAu88,3913
|
299
|
+
_proto/qwak/execution/v1/state/spark_execution_state_pb2.pyi,sha256=RNuqy-wJU625PBzmiUXLtBFoP_zlRDuyVVuCWnMRrSQ,7677
|
300
|
+
_proto/qwak/execution/v1/state/spark_execution_state_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
301
|
+
_proto/qwak/execution/v1/streaming_aggregation_pb2.py,sha256=3aL0k4gMPoaQkPG8r3FiL5QdQ1XYER__xb7xB5_8J0Y,2384
|
302
|
+
_proto/qwak/execution/v1/streaming_aggregation_pb2.pyi,sha256=9fYbAdTDz7q5Ekok9yL4PjNNwtcYy-Ep3BaIny7-DJc,3514
|
303
|
+
_proto/qwak/execution/v1/streaming_aggregation_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
304
|
+
_proto/qwak/execution/v1/streaming_pb2.py,sha256=7CMARrgZJaySiJJzYarH6vLszvVXgDTbzf5PZbDcmfY,2117
|
305
|
+
_proto/qwak/execution/v1/streaming_pb2.pyi,sha256=23b3FBXUvbcNWqLNU-H-GE9a00ZFUOu5vpCu-EhsCUc,2938
|
306
|
+
_proto/qwak/execution/v1/streaming_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
307
|
+
_proto/qwak/feature_store/entities/entity_pb2.py,sha256=YJEcRbpFri5lsnFGXOh4wkJy-Xo4zbQqqx6Ax8c-4_M,3125
|
308
|
+
_proto/qwak/feature_store/entities/entity_pb2.pyi,sha256=1e5hV4Jtm7Q3GZCcD4tU9ka-cjArwDcf2SfVylOl2LY,6713
|
309
|
+
_proto/qwak/feature_store/entities/entity_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
310
|
+
_proto/qwak/feature_store/entities/entity_service_pb2.py,sha256=Zgo_-04Hd0ssApMLXQXEWrUMpZwJvhPO6BmXHoOXUwY,4829
|
311
|
+
_proto/qwak/feature_store/entities/entity_service_pb2.pyi,sha256=IN1CcR6-K0ls7DXtgiGCJRdZo5ddSKFECcV4SVSIIgQ,7591
|
312
|
+
_proto/qwak/feature_store/entities/entity_service_pb2_grpc.py,sha256=zLkwYOyy_qZKnAutBQtn7CNg6q6hK4mCTTeRwx6Ye0Y,12258
|
313
|
+
_proto/qwak/feature_store/features/aggregation_pb2.py,sha256=ekXilrEewiLL8ta0szRSh6UZFMLnQ-bdoEHhW3RMYW0,5713
|
314
|
+
_proto/qwak/feature_store/features/aggregation_pb2.pyi,sha256=nJOMIyOf9GOt0O_r6adwlL_jNTi6kFoFk8DCrtLZLLY,12882
|
315
|
+
_proto/qwak/feature_store/features/aggregation_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
316
|
+
_proto/qwak/feature_store/features/deployment_pb2.py,sha256=ckamiTNgaJ1EPpu7zyAHAd7PlLZp5bC9_rQ4D9lw0Mc,7191
|
317
|
+
_proto/qwak/feature_store/features/deployment_pb2.pyi,sha256=Jiz8P_BTj5rU5AnaVrq5LMCOrNKjkT4VzFiJp0Vh7Lo,19227
|
318
|
+
_proto/qwak/feature_store/features/deployment_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
319
|
+
_proto/qwak/feature_store/features/deployment_service_pb2.py,sha256=MdKjEBS6BYhR8W3EcLNtarIs5gOs0Bf5f1CW6JtPUCk,2322
|
320
|
+
_proto/qwak/feature_store/features/deployment_service_pb2.pyi,sha256=1FnT2MvhmJIUzt0oeBAo5RZjR8hBARxeJItjOYW90PY,1651
|
321
|
+
_proto/qwak/feature_store/features/deployment_service_pb2_grpc.py,sha256=3plgagi6MrFRSfzgNwn49022qagcPxjIHQVwyrq0X0Q,3295
|
322
|
+
_proto/qwak/feature_store/features/execution_pb2.py,sha256=F_RfIRnVqbtu85idM1i93raNOWMoq4GgsC4J5gxmlTA,3548
|
323
|
+
_proto/qwak/feature_store/features/execution_pb2.pyi,sha256=KBpxzsF6fMkzOKeXVBsbysGOS17OxUrXXmoUsV0QlqY,8604
|
324
|
+
_proto/qwak/feature_store/features/execution_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
325
|
+
_proto/qwak/feature_store/features/feature_set_attribute_pb2.py,sha256=lpzsSq-ql-affwFjQWdxAr8_heF_MK41yXUfJJcYcos,1725
|
326
|
+
_proto/qwak/feature_store/features/feature_set_attribute_pb2.pyi,sha256=ZXkJZVES1V56ofWT4iYeMqi0Zvrf8ne7G88chvaCEN4,1229
|
327
|
+
_proto/qwak/feature_store/features/feature_set_attribute_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
328
|
+
_proto/qwak/feature_store/features/feature_set_pb2.py,sha256=ioKi4yB8b6hc7U9DyJKHSH5DdW4GheU9Y8CWros0FJM,10515
|
329
|
+
_proto/qwak/feature_store/features/feature_set_pb2.pyi,sha256=ugvLzzf1UL0hIcNpDh9sCD94qlpDtlbAJnn8_70cTZo,22322
|
330
|
+
_proto/qwak/feature_store/features/feature_set_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
331
|
+
_proto/qwak/feature_store/features/feature_set_service_pb2.py,sha256=YDKU-NVhgzYjhw8hoIc2hWqtjP5O0Uy0v97wb4cZGgY,16550
|
332
|
+
_proto/qwak/feature_store/features/feature_set_service_pb2.pyi,sha256=ziAzRBx2eNtRmsgtfDz5uFL62Em4kcaFaQye_9YMubo,26672
|
333
|
+
_proto/qwak/feature_store/features/feature_set_service_pb2_grpc.py,sha256=TvOzhqFYrnqFv7WREdr32E-a6gXEH2liI8e2KwkhZ9k,43687
|
334
|
+
_proto/qwak/feature_store/features/feature_set_state_pb2.py,sha256=gP7MjV-nvxFnebfh1JALQscbUmG6GhJ4VKrY-1bH0oI,6221
|
335
|
+
_proto/qwak/feature_store/features/feature_set_state_pb2.pyi,sha256=8XYM1VvPDpl71qJH5BVjwkRvv4tVYq3EzscAUl81LDQ,14071
|
336
|
+
_proto/qwak/feature_store/features/feature_set_state_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
337
|
+
_proto/qwak/feature_store/features/feature_set_state_service_pb2.py,sha256=paRF6b_6QDWCiAvJd3ZjSy05rRRxePi3XZaxv2Zj8RM,5064
|
338
|
+
_proto/qwak/feature_store/features/feature_set_state_service_pb2.pyi,sha256=a3cYBtcz6JV7kZf8cVq0ICyyG6Nm27VAPC0tMRabib4,6916
|
339
|
+
_proto/qwak/feature_store/features/feature_set_state_service_pb2_grpc.py,sha256=yT0knmt0gPMDE4JIEvnhapwKRmw4bzadhas0mAPy07o,11649
|
340
|
+
_proto/qwak/feature_store/features/feature_set_types_pb2.py,sha256=lp5ThZ4EgbOhl9iadI4c-KszMFWx7tMQBSlKAygAYXU,16504
|
341
|
+
_proto/qwak/feature_store/features/feature_set_types_pb2.pyi,sha256=edB5NaXUmy5oe01JRjNKNs5RKbWl9_Q5OYspcqWg8xw,43880
|
342
|
+
_proto/qwak/feature_store/features/feature_set_types_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
343
|
+
_proto/qwak/feature_store/features/monitoring_pb2.py,sha256=3EKwX7MD_XiX4-siVSgezx4Zi-JC3pFy9C_cR67qd90,1856
|
344
|
+
_proto/qwak/feature_store/features/monitoring_pb2.pyi,sha256=MV8BvUlbVIyzqTJzzkBP2zodvYlpEtzYw221BkoOYXI,2428
|
345
|
+
_proto/qwak/feature_store/features/monitoring_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
346
|
+
_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py,sha256=tAwR7UTwZIja8C_RXxzmAlBHG-XHK6rxMXsHOBHo52w,7299
|
347
|
+
_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.pyi,sha256=zTb2-rZrlEi0Z7imUL9QoadArAmzYl0SwUczrnRZxBo,18588
|
348
|
+
_proto/qwak/feature_store/features/real_time_feature_extractor_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
349
|
+
_proto/qwak/feature_store/jobs/job_pb2.py,sha256=4CuNhq7MotTnjfpwa_ydk16XkVH8q_GK4Mf0xEkIM4g,3032
|
350
|
+
_proto/qwak/feature_store/jobs/job_pb2.pyi,sha256=UPNSXsaeHQeZmZ8JHeaToPbp_PW_Xj69vi4nHLEKaJ8,7323
|
351
|
+
_proto/qwak/feature_store/jobs/job_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
352
|
+
_proto/qwak/feature_store/jobs/job_service_pb2.py,sha256=dxXzQGgBn3vO3jS2DpFUMYZotusxdvpDcEHMTb7aN3s,5050
|
353
|
+
_proto/qwak/feature_store/jobs/job_service_pb2.pyi,sha256=SQMUae9zObcCuxpYR1m0PqmaFEY0loBVQU2fIogJ_Mk,9099
|
354
|
+
_proto/qwak/feature_store/jobs/job_service_pb2_grpc.py,sha256=SZfhF_f0Zyxx5aQts2ouR_chaast_EIeCogznn-PrVg,12092
|
355
|
+
_proto/qwak/feature_store/jobs/v1/job_pb2.py,sha256=hzjk9C3oh74CxZXHCAQ8EsFCbV7W51ePF2HYGrotrNA,3100
|
356
|
+
_proto/qwak/feature_store/jobs/v1/job_pb2.pyi,sha256=tdXYhzo66OqGakylx-cQkjEvJdgqOgzd4sp73f8j2CE,7410
|
357
|
+
_proto/qwak/feature_store/jobs/v1/job_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
358
|
+
_proto/qwak/feature_store/jobs/v1/job_service_pb2.py,sha256=1skLOLZ7t5PTG20tpSK-QdX-nB8WAYy2ej1RKdqOCjo,7475
|
359
|
+
_proto/qwak/feature_store/jobs/v1/job_service_pb2.pyi,sha256=pnLyVVHCXheN3PUn7EdpMWOQGcOChvMJ3eI8QE1j9iA,14185
|
360
|
+
_proto/qwak/feature_store/jobs/v1/job_service_pb2_grpc.py,sha256=bV9gn8ENWDDuf5Y_ZCuGE2EODonT-NxzdoQf2ckjWFs,18467
|
361
|
+
_proto/qwak/feature_store/platform/platform_details_pb2.py,sha256=OnVFbUK85TCzMeHw8PLrH8TTwH880fgvVMUDlC-807M,1920
|
362
|
+
_proto/qwak/feature_store/platform/platform_details_pb2.pyi,sha256=tuZR-d6L4VwGlm0qPhehMGSKLe6m5YuiUYsLhXngEjM,2111
|
363
|
+
_proto/qwak/feature_store/platform/platform_details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
364
|
+
_proto/qwak/feature_store/reports/report_pb2.py,sha256=w6RaWIFEke_W-_loV1APCkY2nVqIakTry7mZq2QQ4EU,3316
|
365
|
+
_proto/qwak/feature_store/reports/report_pb2.pyi,sha256=qcHoPr3wNQ5-dyCSwuJ5VdpzlzLKGJysY_K3appd1WM,7436
|
366
|
+
_proto/qwak/feature_store/reports/report_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
367
|
+
_proto/qwak/feature_store/repository/common/platform_pb2.py,sha256=V80-P4WV9GMn90vkGbRAtH9Qf3TN9Ac3378E57AZGBo,1990
|
368
|
+
_proto/qwak/feature_store/repository/common/platform_pb2.pyi,sha256=FpO12GJAtApZfCHaASsmjQOx-IEP14xiO-yUMb87kUk,2682
|
369
|
+
_proto/qwak/feature_store/repository/common/platform_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
370
|
+
_proto/qwak/feature_store/serving/management_pb2.py,sha256=lQ7Ez5W_L59lgMyNb3OLwt4Hd8-nftvpR-43YqzGgQg,2956
|
371
|
+
_proto/qwak/feature_store/serving/management_pb2.pyi,sha256=WElAYeicefp5wlD4uXdMz9j-YkbajET3FDASgjGFpRo,2781
|
372
|
+
_proto/qwak/feature_store/serving/management_pb2_grpc.py,sha256=j2E_8N7iLm49YrzdWYmaHgoIxzX7RE2FkeVPVcDfbiI,5438
|
373
|
+
_proto/qwak/feature_store/serving/metadata_pb2.py,sha256=1MNv_O1DI7unCG_OSjjjE6AG4Auc48EjeyXkb3LqjBE,3578
|
374
|
+
_proto/qwak/feature_store/serving/metadata_pb2.pyi,sha256=gGItbqNKKxiQYbNmUsWtrcchcXCPVi5aGYEfYOYMmiU,7747
|
375
|
+
_proto/qwak/feature_store/serving/metadata_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
376
|
+
_proto/qwak/feature_store/serving/serving_pb2.py,sha256=x3GcQIiiMQ62F0gBUiUb6fpkXOWh-yrjVGM-wgbqOAA,9112
|
377
|
+
_proto/qwak/feature_store/serving/serving_pb2.pyi,sha256=nKfOCD1PEDosY20JYk7d1BUW7DIlFdy4iCC_ZMa86xA,20355
|
378
|
+
_proto/qwak/feature_store/serving/serving_pb2_grpc.py,sha256=B3sClHl5S0MmIZaA_L25yUxa05V_vbYTY3y0sXtSJXw,4811
|
379
|
+
_proto/qwak/feature_store/serving/v1/value_pb2.py,sha256=6Vu7O5KzNw9O9f2kVk0TCdxTamOTZPu1VdvSh3jjUOg,2052
|
380
|
+
_proto/qwak/feature_store/serving/v1/value_pb2.pyi,sha256=ngwdxA2ais10BD2jvDfx9I6--guIFWO363HMN6Sls0Y,4000
|
381
|
+
_proto/qwak/feature_store/serving/v1/value_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
382
|
+
_proto/qwak/feature_store/sinks/sink_pb2.py,sha256=djuw2V5YBkI1wv2rEx35hS2AUHr5ES5KzjbMmtbghiI,2889
|
383
|
+
_proto/qwak/feature_store/sinks/sink_pb2.pyi,sha256=_hNKBHkskqqzVYzaAQkomn7GLc2lonLp5H3cL49zZeM,6283
|
384
|
+
_proto/qwak/feature_store/sinks/sink_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
385
|
+
_proto/qwak/feature_store/sources/batch_pb2.py,sha256=LvNPRg7FrfFfG0DW5_NGEztSOKIZtGTKWUU0M9QIYQc,14480
|
386
|
+
_proto/qwak/feature_store/sources/batch_pb2.pyi,sha256=RLTamMG6ssUj7z97txV6ZwBPjInOC3Isfpk1O4yvyHo,43393
|
387
|
+
_proto/qwak/feature_store/sources/batch_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
388
|
+
_proto/qwak/feature_store/sources/data_source_attribute_pb2.py,sha256=0L7Hc0LxQYcT8vXYKJDGybDo_RKN3wX7tazpYRiojm4,1712
|
389
|
+
_proto/qwak/feature_store/sources/data_source_attribute_pb2.pyi,sha256=E-YJTCTHI6VJVAjhQB2SrsZ5vOSb-wxZAvEDbQXu2z8,1232
|
390
|
+
_proto/qwak/feature_store/sources/data_source_attribute_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
391
|
+
_proto/qwak/feature_store/sources/data_source_pb2.py,sha256=_1rQD7lBX8dFWBLXBNxIojeEIaNALXi3vFLVpuRh6JY,4644
|
392
|
+
_proto/qwak/feature_store/sources/data_source_pb2.pyi,sha256=l6URzbtAsaCe5-e2LuUC7wqi2g3ITyZlAR6Zs14C8iM,8785
|
393
|
+
_proto/qwak/feature_store/sources/data_source_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
394
|
+
_proto/qwak/feature_store/sources/data_source_service_pb2.py,sha256=JEsnAMfsN36rieUOGRGPbZn2ipIWmGcIwfNYu6G7PFg,6244
|
395
|
+
_proto/qwak/feature_store/sources/data_source_service_pb2.pyi,sha256=d4dUfwndYChXzh5C6Pu5jXNsmFxe0OEdcywZs2NNC04,9426
|
396
|
+
_proto/qwak/feature_store/sources/data_source_service_pb2_grpc.py,sha256=qQb5qOhPsVsaqnpnLtW_Cp--UbvqgIbvGNrePGB_cuw,17073
|
397
|
+
_proto/qwak/feature_store/sources/streaming_pb2.py,sha256=9S7ajwaXgPXx84hPcX0OE-V3eDt_bvGLvU0smOpARxc,6239
|
398
|
+
_proto/qwak/feature_store/sources/streaming_pb2.pyi,sha256=Gl9XE_awS5aLpFEW9m-sxwWxvcI3l_6EIq8OjBRzqnU,15942
|
399
|
+
_proto/qwak/feature_store/sources/streaming_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
400
|
+
_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py,sha256=cucitrPgCeFXuifvcwA0YOKuvXL-3mMe6_QUiUnJNPQ,1473
|
401
|
+
_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.pyi,sha256=S6F_Ugmy7LGP0eMrUpFQv3h-yaVAgTqEhIgGHNu_CP4,752
|
402
|
+
_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
403
|
+
_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py,sha256=ArgH1Yms6l3-W_eKcPHS1iiHZJt6qRQSJR6iO3J2VIQ,2350
|
404
|
+
_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.pyi,sha256=sVfneRC4-MTn0BxxsxDjPsSLQavGoMb3j-jSnSE52sI,3303
|
405
|
+
_proto/qwak/feature_store/v1/common/source_code/source_code_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
406
|
+
_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py,sha256=dJFm1nuWTtsC97g2LHL8iKzuFA-vNQIvR_R4_YwqlC4,3663
|
407
|
+
_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.pyi,sha256=dmf7pQ8ac8dMoG-yTPNGYcqI3i_aJagzAuVRk1sDm4c,3978
|
408
|
+
_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2_grpc.py,sha256=WzuNgV3qBczzF_UTCI5GU6KTSHggGSKE08B6r2F-kxc,5910
|
409
|
+
_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py,sha256=Cy4Ihq0c6EcwWghh2Zoy0mYJ9QYDakYhgOOKdTizX0M,2151
|
410
|
+
_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.pyi,sha256=jmrIw0qDsqqu_kwLkBoszvfUgaZlu6iIqao-kXEsX5U,1467
|
411
|
+
_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2_grpc.py,sha256=leXG476X2XR6Pdhic50aOFzQRWYtBdfaOu1AsbcUFLQ,3537
|
412
|
+
_proto/qwak/features_operator/v1/features_operator_pb2.py,sha256=qUDRtqi31vUtvW0y6i6qlA4wAmcXKTEoYfMXwn1iqec,2726
|
413
|
+
_proto/qwak/features_operator/v1/features_operator_pb2.pyi,sha256=kFNkGwbmd3B6k4VMDdRpK1Pyznkx-yRadoTXwJe1kjI,5122
|
414
|
+
_proto/qwak/features_operator/v1/features_operator_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
415
|
+
_proto/qwak/features_operator/v1/features_operator_service_pb2.py,sha256=GD_tWoVlVezdY_qp1nqoh1iDBwDYa1v5RRdK_gcZvNw,3004
|
416
|
+
_proto/qwak/features_operator/v1/features_operator_service_pb2.pyi,sha256=OaQgHiKBPyxGCVdmfVTAQNzbRrLlupyold4zl_qsp4I,4240
|
417
|
+
_proto/qwak/features_operator/v1/features_operator_service_pb2_grpc.py,sha256=G5NNFrHeu7BHe2UY9Y0nHoaDqbPDo8kAb0vnXrrLXYU,5153
|
418
|
+
_proto/qwak/features_operator/v2/features_operator_pb2.py,sha256=aKEYRA-4CxvwgCkSPhCVU16BrJsN5A7XMUuyRh9_3iE,2890
|
419
|
+
_proto/qwak/features_operator/v2/features_operator_pb2.pyi,sha256=6UWOQ9ftjSKYekpCvreHcYOEbeKn6GhZPMVDGohlXAk,5363
|
420
|
+
_proto/qwak/features_operator/v2/features_operator_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
421
|
+
_proto/qwak/features_operator/v2/features_operator_service_pb2.py,sha256=dRBuZEFjnrtmcpq9eHvxxYDBhnMj36O_FKBTGQNvsWg,3228
|
422
|
+
_proto/qwak/features_operator/v2/features_operator_service_pb2.pyi,sha256=asdAoqW1dK93wS7Bd74LpICCMXaE73QdC9hVMEev35U,4281
|
423
|
+
_proto/qwak/features_operator/v2/features_operator_service_pb2_grpc.py,sha256=lca8cDgQyu7I9iLaRB4-vIV15MBX_uE1QlAmRWu-Jsk,5153
|
424
|
+
_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py,sha256=w7-bd50k8Hq84TuqI9jBHVGZvGOdWsAa4WmRtte-G8c,5997
|
425
|
+
_proto/qwak/features_operator/v3/features_operator_async_service_pb2.pyi,sha256=BGOZs_gMDTSFLn2eRdbSGzUtqSl6P172wouea3hFiy0,11901
|
426
|
+
_proto/qwak/features_operator/v3/features_operator_async_service_pb2_grpc.py,sha256=RgsotDCmCrx5yqqD6C9En2xVpamC8MqWuP83AeQKNEY,9460
|
427
|
+
_proto/qwak/features_operator/v3/features_operator_pb2.py,sha256=0lgURatSoqX-R9xZybQb17944YgQIRTFq0g3ZrALOVU,2913
|
428
|
+
_proto/qwak/features_operator/v3/features_operator_pb2.pyi,sha256=YtjHx0b5mxe0xe3Vzp97UxIrtXX98FDboY7cRI8TMwo,5484
|
429
|
+
_proto/qwak/features_operator/v3/features_operator_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
430
|
+
_proto/qwak/file_versioning/file_versioning_pb2.py,sha256=7IOSgC7jvsFXDYAQI8eqq9P3KWrUjESSHrJXo8A0Yls,2199
|
431
|
+
_proto/qwak/file_versioning/file_versioning_pb2.pyi,sha256=IMwPZgh4c2nzHQ_kd1gPCcxRNQ1UECIuqAVHgcBL4xQ,4026
|
432
|
+
_proto/qwak/file_versioning/file_versioning_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
433
|
+
_proto/qwak/file_versioning/file_versioning_service_pb2.py,sha256=--zOSqnRWqme5bDmxorY8YNNMLol3wf3WBUnNG_wLKQ,2771
|
434
|
+
_proto/qwak/file_versioning/file_versioning_service_pb2.pyi,sha256=0mibYrNkFAd6Nk-JCkNdsd09b8j7VDVYrpnkAhrL3bc,3183
|
435
|
+
_proto/qwak/file_versioning/file_versioning_service_pb2_grpc.py,sha256=uVrDPD4FK9eWUxaslSuDawlQk_X5n8xnzHe69y6o6z4,5030
|
436
|
+
_proto/qwak/fitness_service/constructs_pb2.py,sha256=Z8F401u0PeBVT4s7pBarTm1_4iLjFSqUr-06aZPnFlM,4229
|
437
|
+
_proto/qwak/fitness_service/constructs_pb2.pyi,sha256=e9JRxhSaoWRZPeuepaoRmYziNrX26uhVteITUvVwtZk,11560
|
438
|
+
_proto/qwak/fitness_service/constructs_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
439
|
+
_proto/qwak/fitness_service/fitness_pb2.py,sha256=umof3meELB7wcIkJzSVkrSBgnrlTNGm3p4aarwpSn1E,2755
|
440
|
+
_proto/qwak/fitness_service/fitness_pb2.pyi,sha256=pdEkxbxkMIdRr0Xiz3m8ac1LBwpXklG-1LmTezRFqXM,6319
|
441
|
+
_proto/qwak/fitness_service/fitness_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
442
|
+
_proto/qwak/fitness_service/fitness_service_pb2.py,sha256=ryZkvnboP0jJQ1jKDSbgctu3pV-VIgy8pZWCat4uni4,3675
|
443
|
+
_proto/qwak/fitness_service/fitness_service_pb2.pyi,sha256=O1s9Jl4MwEHAHJJUYIORKnFsEarbxRT6Xc9VQxvz3bo,4065
|
444
|
+
_proto/qwak/fitness_service/fitness_service_pb2_grpc.py,sha256=ZwaUwU3Q9lX36QL_42j2ErjXwHdDrLm0LiYUbVsHYfo,8548
|
445
|
+
_proto/qwak/fitness_service/status_pb2.py,sha256=E_7w2iFZ-2ATeGW1337nCkPhj48ICM52w7VwlDTAGDg,4890
|
446
|
+
_proto/qwak/fitness_service/status_pb2.pyi,sha256=i2MhYQtfxosJbFbwr8Y5Bit4_4QhL4Z85F_UIhBvwTE,12440
|
447
|
+
_proto/qwak/fitness_service/status_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
448
|
+
_proto/qwak/inference/feedback/feedback_pb2.py,sha256=TQcpRurS146ku8O4pN38ug4LUdv31_Wo4-OFikYtFmE,5003
|
449
|
+
_proto/qwak/inference/feedback/feedback_pb2.pyi,sha256=_gURfNxm6IMCDeAqEm1wP6oGmmvBedfktPsioOb0eiw,10867
|
450
|
+
_proto/qwak/inference/feedback/feedback_pb2_grpc.py,sha256=1Fjen6Rx90dDLbbL1uU-NLAeQne9223Q1fxjuIMhmiI,4702
|
451
|
+
_proto/qwak/instance_template/instance_template_pb2.py,sha256=nXcdvHLytwcZFWHPkgKAn1HNyrfbnW9j2OkV8Bs2Erg,2757
|
452
|
+
_proto/qwak/instance_template/instance_template_pb2.pyi,sha256=rTUBC4I6FWRDLuMNAZ06yGM04-Vn3avOEHXsTgmZdx4,4700
|
453
|
+
_proto/qwak/instance_template/instance_template_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
454
|
+
_proto/qwak/instance_template/instance_template_service_pb2.py,sha256=rDuACBIiyIVVxgr2xJyZT3HXOMfS9eHvYpSXM32NI6Q,2888
|
455
|
+
_proto/qwak/instance_template/instance_template_service_pb2.pyi,sha256=3AqqTJaWVSXcaht4JYrwSBkL9CFe--BQy2_pnzABlAc,3315
|
456
|
+
_proto/qwak/instance_template/instance_template_service_pb2_grpc.py,sha256=fNEoOe9huETT1moc71hW1Nq1QQT1hzn158ijPjjrNwA,5242
|
457
|
+
_proto/qwak/integration/hugging_face_integration_pb2.py,sha256=CXB6aZMHEq2aV5Z5jVvbL75bQ7meefUSQcpmbhLFMfo,2827
|
458
|
+
_proto/qwak/integration/hugging_face_integration_pb2.pyi,sha256=i4uj9UwKIq1dT4yDcDWuM4nlpBR-GN1lW2yUksKVsHQ,4973
|
459
|
+
_proto/qwak/integration/hugging_face_integration_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
460
|
+
_proto/qwak/integration/integration_pb2.py,sha256=3gaBNEnhGqK-JFoAcWc_XoKhh5BJZBYGzXGPBkBQdUY,8241
|
461
|
+
_proto/qwak/integration/integration_pb2.pyi,sha256=eI_A13TIcHR3B98SMZ-IbSdy8uWVxxw48ekDFrFOcZk,22706
|
462
|
+
_proto/qwak/integration/integration_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
463
|
+
_proto/qwak/integration/integration_service_pb2.py,sha256=XZSC65CRtSTR9_N115z7salGcx9Ypzh463vxLCOv6ww,5779
|
464
|
+
_proto/qwak/integration/integration_service_pb2.pyi,sha256=kpyVrgnpfzfFwaljeqJauKQEQ__k6cx7CA-4fasLOBc,9102
|
465
|
+
_proto/qwak/integration/integration_service_pb2_grpc.py,sha256=Fi-UhDBy5fh4CLPSVoPh-TzN7Tlsr948BqfAISgFSdc,14421
|
466
|
+
_proto/qwak/integration/open_a_i_integration_pb2.py,sha256=q5GAFZkKImQyKFR5TXqBN0L_oDjHDeVUP8rYIm0UE5c,2657
|
467
|
+
_proto/qwak/integration/open_a_i_integration_pb2.pyi,sha256=z2yS0XneBagOG_lC565Go_7cqCEIHo-mPRNqEpwm16M,4745
|
468
|
+
_proto/qwak/integration/open_a_i_integration_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
469
|
+
_proto/qwak/integration/opsgenie_integration_pb2.py,sha256=sAMm8xCrdWEVWup-gYZRAwxtbvEHuoAJ4HwWiKb0Vmo,3721
|
470
|
+
_proto/qwak/integration/opsgenie_integration_pb2.pyi,sha256=VHea_O-vyX_U-QXbzqgIiWD0a-3g643daDWLhpl2Hyg,7290
|
471
|
+
_proto/qwak/integration/opsgenie_integration_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
472
|
+
_proto/qwak/integration/pagerduty_integration_pb2.py,sha256=dKz6akuETr8lM9y8atjVNsr5dDSx9gtbMRtsXSCvtsU,4420
|
473
|
+
_proto/qwak/integration/pagerduty_integration_pb2.pyi,sha256=GGIPE8OdQYuLrYtmt4OwAUqeUYmRj00cTCdjdgUnmlU,9409
|
474
|
+
_proto/qwak/integration/pagerduty_integration_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
475
|
+
_proto/qwak/integration/slack_app_integration_pb2.py,sha256=AJvHu71Ego2Ue2gasHPA7azTT9OvkdEZxa69YrIJhUk,3955
|
476
|
+
_proto/qwak/integration/slack_app_integration_pb2.pyi,sha256=gcQk_mITzwJaYweIHqB7dv3itRwgLZvLC6z-nMmn82k,7971
|
477
|
+
_proto/qwak/integration/slack_app_integration_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
478
|
+
_proto/qwak/jfrog/gateway/v0/repository_pb2.py,sha256=Pf4PKDP6iZhvCifSnqbHCL-bzWteTgiY0JNfOGjMHMM,2851
|
479
|
+
_proto/qwak/jfrog/gateway/v0/repository_pb2.pyi,sha256=ISVTMGlT_TLtP-Lp0xype65MldQC4Tm84omdQiVifJw,4711
|
480
|
+
_proto/qwak/jfrog/gateway/v0/repository_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
481
|
+
_proto/qwak/jfrog/gateway/v0/repository_service_pb2.py,sha256=SLjk1OpGQdnpAaEQjMoHA4vLxKT3_G1cClLz_EPrj1k,2664
|
482
|
+
_proto/qwak/jfrog/gateway/v0/repository_service_pb2.pyi,sha256=KBBMQBVcs9z0IJ5ZzhL0lQWEYYVhAXl4O9CDmaE4RPY,2665
|
483
|
+
_proto/qwak/jfrog/gateway/v0/repository_service_pb2_grpc.py,sha256=zy2E8-b5nukfLJVBtM7V3FmOdBAByfYJ8IqATa7n0is,5061
|
484
|
+
_proto/qwak/kube_deployment_captain/alert_pb2.py,sha256=ORjuNwZxrX2eFQT64dVCq7kA7ZMFRqb-4ne4gYHOrcM,4541
|
485
|
+
_proto/qwak/kube_deployment_captain/alert_pb2.pyi,sha256=KQQOS47dAVHM2F5oYvbbFEGsP7xhOgsWg5uwiMEd0bc,10487
|
486
|
+
_proto/qwak/kube_deployment_captain/alert_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
487
|
+
_proto/qwak/kube_deployment_captain/alerting_pb2.py,sha256=eRItPGnSovHsOGnc8ZwdXcnOscnJzhN5AgNoIlB4g2c,2279
|
488
|
+
_proto/qwak/kube_deployment_captain/alerting_pb2.pyi,sha256=AGXtot0uXW-mGd2xuixCCJB6eTt0UuF3b2oAhb4IsNc,3759
|
489
|
+
_proto/qwak/kube_deployment_captain/alerting_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
490
|
+
_proto/qwak/kube_deployment_captain/batch_job_pb2.py,sha256=TJtcpRQ-N_L3J2H4XdOmap2E1uP_xDpNw0p7gfcdAsc,15801
|
491
|
+
_proto/qwak/kube_deployment_captain/batch_job_pb2.pyi,sha256=K6ur4zoGL3GA3ZKCCDv46cvhs7bBCshP-p1us2ah8BY,39559
|
492
|
+
_proto/qwak/kube_deployment_captain/batch_job_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
493
|
+
_proto/qwak/kube_deployment_captain/deployment_pb2.py,sha256=1_WgMQy0LtDMwkzbfUgWW2zhcS1nQcO0dMJW8uPZeoo,8202
|
494
|
+
_proto/qwak/kube_deployment_captain/deployment_pb2.pyi,sha256=Sz11iTrL3BlUEl1jXNf0Q1SDe1SX_MjjyB9bMrtsOVg,24090
|
495
|
+
_proto/qwak/kube_deployment_captain/deployment_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
496
|
+
_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py,sha256=J7RBRgyJVbwuuxeSUqA_RYv_HdbHVCesGq32HrOEyEU,7176
|
497
|
+
_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.pyi,sha256=G13CoJQGC9YOxQr7XDUhUApQ1RnhLZRLI16wNSRrSYw,16943
|
498
|
+
_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
499
|
+
_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py,sha256=m1YVv1m5BGCA34rhM9A1IEhe75BUqs7ldg1_9USnihE,25741
|
500
|
+
_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.pyi,sha256=HWK70qBPqsOr8Q1Zh9cQ-uXd2kuKLKkRCig4sz2mZN0,42417
|
501
|
+
_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2_grpc.py,sha256=ogPPqMhWIghhkcH6z3KxGfd3HlE2kxMEPAd_h1pfltg,76074
|
502
|
+
_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py,sha256=r54WI7_uEH0WHLQDTjsKhm9thuteYXUdhfWd3MIAB6o,1777
|
503
|
+
_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.pyi,sha256=Cv-8x8Hp0p9TNcUGGfp5fnPHajYAqgs_vO5vMkrKytM,2637
|
504
|
+
_proto/qwak/kube_deployment_captain/traffic_mapping_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
505
|
+
_proto/qwak/logging/log_filter_pb2.py,sha256=3moC9_19YSVZCBDGYZxeW-s-b6FNzaAzBz3-8djGX-w,2255
|
506
|
+
_proto/qwak/logging/log_filter_pb2.pyi,sha256=vlg9EHfvRBKRjqC1SvA907UaE2UG0QMFgxC66YIDExY,4169
|
507
|
+
_proto/qwak/logging/log_filter_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
508
|
+
_proto/qwak/logging/log_line_pb2.py,sha256=23SMmubd4uJy-ayftk-Rq7xg5jWVIIltTaTwp0L1j-M,1691
|
509
|
+
_proto/qwak/logging/log_line_pb2.pyi,sha256=bEilPNnaEv6xM6YyIvQ0MIIZoFeAjB85Rykdz6qsnk0,2135
|
510
|
+
_proto/qwak/logging/log_line_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
511
|
+
_proto/qwak/logging/log_reader_service_pb2.py,sha256=HIzcUUseIStLOH-UH8eYYSBwOWjV0aB6LZWyUvJeKOU,2504
|
512
|
+
_proto/qwak/logging/log_reader_service_pb2.pyi,sha256=4cqwmGmeiuCQeuICYZGcSBbrDY0CsQEBKTG36FXeTVg,3577
|
513
|
+
_proto/qwak/logging/log_reader_service_pb2_grpc.py,sha256=5iwiKKEWLCgNl6KyUanuUFpsg-159HgiF6ugMvGgW9k,2833
|
514
|
+
_proto/qwak/logging/log_source_pb2.py,sha256=Pfxw836JorGbJ74kWqFgwk-UNwoFPhDNhs0BLLxt2jc,5345
|
515
|
+
_proto/qwak/logging/log_source_pb2.pyi,sha256=ycRLEvqVgBL-bfQVhp7yWP1xVJoTUxmZHQR_w2uZK8o,14337
|
516
|
+
_proto/qwak/logging/log_source_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
517
|
+
_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py,sha256=ghlqMtsXyKyNfbGB6WLO5NtJMKEcaHQFdqZXBEjIoj4,4146
|
518
|
+
_proto/qwak/model_descriptor/open_ai_descriptor_pb2.pyi,sha256=G5CaQGczrZ9kGsMbmJXMFWAwnqMZ4jPSl9KQpSq0yMo,12345
|
519
|
+
_proto/qwak/model_descriptor/open_ai_descriptor_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
520
|
+
_proto/qwak/model_group/model_group_pb2.py,sha256=0sLHMFM5dc7pb0zpFJoTf5rw1IzB-m0onZiKsEUDcSg,3436
|
521
|
+
_proto/qwak/model_group/model_group_pb2.pyi,sha256=rB1mRii42KLocjD1KGy_Aaw4Yi46DryU4KTvoNKN40A,5087
|
522
|
+
_proto/qwak/model_group/model_group_pb2_grpc.py,sha256=bkA1UFVOQz3JLhMIxS2fIrrxBca5tMLaz6tIMNj_k9w,5127
|
523
|
+
_proto/qwak/model_group/model_group_repository_details_pb2.py,sha256=ni536eQQQQcJ-XIQKIsm_vv4IwNtZVk2Ku5V9__yzGs,3103
|
524
|
+
_proto/qwak/model_group/model_group_repository_details_pb2.pyi,sha256=GgYhrSXu8L2RdEV0clooKgB9Gye3_no4q0YrMy8QrZw,5701
|
525
|
+
_proto/qwak/model_group/model_group_repository_details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
526
|
+
_proto/qwak/models/models_pb2.py,sha256=_B-EQ5nTLh-zdBi7wrNeHrn9sNG0HebnJeN5ByFonSk,17319
|
527
|
+
_proto/qwak/models/models_pb2.pyi,sha256=wzaIFWLe6FlwBrICXbvZygQXa5sHtSz4Zre7Rrfu0tY,39279
|
528
|
+
_proto/qwak/models/models_pb2_grpc.py,sha256=7o6zU76cpCSBY58qLXC23U7JgWrxI3F1WD4KP_LdTHQ,21682
|
529
|
+
_proto/qwak/models/models_query_pb2.py,sha256=KPHQuJvgm5dnpfxivC4Q0dhuA6xohgaR9bAI1xurwBY,2823
|
530
|
+
_proto/qwak/models/models_query_pb2.pyi,sha256=MYheg8TQtQuDv4BqHOWinzemOKhj35ZIVMHQy3YrAQA,7631
|
531
|
+
_proto/qwak/models/models_query_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
532
|
+
_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py,sha256=pWuYP3sGdgQIjxctC4PSrJWTeHEzVHMVjhbdwcNu0Dk,5063
|
533
|
+
_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.pyi,sha256=PKQWN9RroVvPlUrfxOo3pG97x82dsEoLizA0HuGOk-I,6916
|
534
|
+
_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2_grpc.py,sha256=Wba0ihCnFe2cCvu3fB88Ne-NbcsE_43Noi3i6C_CEXw,13659
|
535
|
+
_proto/qwak/monitoring/v0/alerting_channel_pb2.py,sha256=d3n5LE_fCYxzlrvNQU4kMHzQkPK5dqF2oBDgru5cH-I,5817
|
536
|
+
_proto/qwak/monitoring/v0/alerting_channel_pb2.pyi,sha256=m0Y3Ou1tQ_klWPHpjXX_kQRkuaXW_azeHRj8-CI2b-w,14927
|
537
|
+
_proto/qwak/monitoring/v0/alerting_channel_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
538
|
+
_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py,sha256=p1ywapAk2IThg8d0r86cHgjQrS3FlcnTFfd6Nc9zT1M,3131
|
539
|
+
_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.pyi,sha256=yVFk5t-R0nsdXUGEQHuw1t_po5G2-VYPPr-_H_G91T8,3815
|
540
|
+
_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2_grpc.py,sha256=VVG0sJA1HmUR9r9fUPZm9jjDYt50X7JW51CVFt8Oy4A,5553
|
541
|
+
_proto/qwak/offline/serving/v1/feature_values_pb2.py,sha256=gL8pbCs-rl3QxkkaimO05EAXaRjc-z6gCwI8QqmZYyo,1347
|
542
|
+
_proto/qwak/offline/serving/v1/feature_values_pb2.pyi,sha256=b3tlv0xZd8KqormvhSUVMrb6YbsYoCkEK_zO64a8MCE,1221
|
543
|
+
_proto/qwak/offline/serving/v1/feature_values_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
544
|
+
_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py,sha256=6595qF3Pa2k8r0Ql1Zk9oHx9l1V4q72UMqLzQ3ypXqg,6694
|
545
|
+
_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.pyi,sha256=pamfiRp1K65Dp_O6zaj8czw7DbBEuYH0U-dZLqLCOF4,13043
|
546
|
+
_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2_grpc.py,sha256=ef7gSwWSpFy1GKKF8zKoVn-KkeJXWS-sSnQ1yWZLFZY,9795
|
547
|
+
_proto/qwak/offline/serving/v1/options_pb2.py,sha256=VgYhIic0a_ppGRI3ixPPISnDBxjLeueBz7ePrNsRHJs,1308
|
548
|
+
_proto/qwak/offline/serving/v1/options_pb2.pyi,sha256=CQLi2k6b6bdBPnlatAJKHGGAK4-s4wkyfo5DwPN2ZRg,999
|
549
|
+
_proto/qwak/offline/serving/v1/options_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
550
|
+
_proto/qwak/offline/serving/v1/population_pb2.py,sha256=91tS3R39_RL3h6bLmjPtzG7ZktDmKsC5vHbqa5pVrvQ,2252
|
551
|
+
_proto/qwak/offline/serving/v1/population_pb2.pyi,sha256=O9khD516sbdaY5FZHcDOGxTFSoOOUa__SiJN8wkteLs,3906
|
552
|
+
_proto/qwak/offline/serving/v1/population_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
553
|
+
_proto/qwak/projects/jfrog_project_spec_pb2.py,sha256=dY6nfoqtZS6AUWw8OEgPSWwGJp9NEYgsaw3Qqrc7-TU,1324
|
554
|
+
_proto/qwak/projects/jfrog_project_spec_pb2.pyi,sha256=Ovtqc19hCDGuOaaXKfMplDFnuMjVnzI7GX1lep8NrjA,1279
|
555
|
+
_proto/qwak/projects/jfrog_project_spec_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
556
|
+
_proto/qwak/projects/projects_pb2.py,sha256=swR4Hik_6ocSOfKugoMS5_Qbc1bUilUTbEjeoc3ZE_Y,7986
|
557
|
+
_proto/qwak/projects/projects_pb2.pyi,sha256=PMFjo04MT7haProcG_gvEONs_vLLH8v3OqQwNlbJtRM,17858
|
558
|
+
_proto/qwak/projects/projects_pb2_grpc.py,sha256=h3hxBks8yyrdJGpTwRDLBa6xQkuMZHdqwg7XZ6-cUYw,9644
|
559
|
+
_proto/qwak/secret_service/secret_service_pb2.py,sha256=5PdWutlBPh8Rdey1NEx_dt7RI-pH_hRhtjTbqXKDiJY,2567
|
560
|
+
_proto/qwak/secret_service/secret_service_pb2.pyi,sha256=YiLNDCYiObqrXckY2AxHu2uwRmNkfedm5-qR1h6fUUk,2818
|
561
|
+
_proto/qwak/secret_service/secret_service_pb2_grpc.py,sha256=5bHLSLSJNShi5lBzCr3l4eFTN63XtKO9JfezCfLkicY,6255
|
562
|
+
_proto/qwak/self_service/account/v0/account_membership_pb2.py,sha256=WV7mriY1Rymp1VMqIotmo8NJ9ptLig98o6DkfmlvM78,6283
|
563
|
+
_proto/qwak/self_service/account/v0/account_membership_pb2.pyi,sha256=1M6vhylXtX-Lh_t5YG7LHlUKMdUdYQimplmUY0X8CSg,12739
|
564
|
+
_proto/qwak/self_service/account/v0/account_membership_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
565
|
+
_proto/qwak/self_service/account/v0/account_membership_service_pb2.py,sha256=rkNVL-IPzzVAdhElu5m3wXlj_zoPnmcOmVInVGcQdhU,9207
|
566
|
+
_proto/qwak/self_service/account/v0/account_membership_service_pb2.pyi,sha256=Kd1uMRINlKT7FAgtbgzfSLSr2AN-gxz9JL_WfPTyBSI,13649
|
567
|
+
_proto/qwak/self_service/account/v0/account_membership_service_pb2_grpc.py,sha256=AuMtGz7dkBJlKtFFP6UNUm8Zpm1sSLlcplbxovned3Q,24354
|
568
|
+
_proto/qwak/self_service/account/v0/account_status_pb2.py,sha256=Z0Bj3OCd_cmGaIw2bZwjKxp_Ja2Q-NDEpxgEtvIyf5M,5029
|
569
|
+
_proto/qwak/self_service/account/v0/account_status_pb2.pyi,sha256=r-vGQH9tMTs0cJ5jeW2vVTNMgujUPOjpLOM7iuI11hw,8446
|
570
|
+
_proto/qwak/self_service/account/v0/account_status_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
571
|
+
_proto/qwak/self_service/account/v0/managing_account_pb2.py,sha256=QW2jGfojPxsKuC2jMZLuTBr1XXL1XptNUK7ki2fHiaA,5670
|
572
|
+
_proto/qwak/self_service/account/v0/managing_account_pb2.pyi,sha256=BHH4kyqZnwsDUScIVs-5mNaoPA6xA3GnGq9Eu7WE8Vw,11661
|
573
|
+
_proto/qwak/self_service/account/v0/managing_account_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
574
|
+
_proto/qwak/self_service/account/v0/managing_account_service_pb2.py,sha256=XEq9Q4202mqIgkp3tBMrI5KDFCS5iswnCv1u084aUT4,4781
|
575
|
+
_proto/qwak/self_service/account/v0/managing_account_service_pb2.pyi,sha256=Ba8vnDWYJ56RamRP2GlxqLVrBwOyY8-tuu9mbIHASl8,5756
|
576
|
+
_proto/qwak/self_service/account/v0/managing_account_service_pb2_grpc.py,sha256=NxGaFGqw9snugW1EkD5sSF18hBnPDjlxpcFt1DrEEnM,9803
|
577
|
+
_proto/qwak/self_service/user/v1/api_key_pb2.py,sha256=zn4dSg3SvdbrTbV6tEbtdpu3JPqbZCxeK1GE_1wW2EQ,1547
|
578
|
+
_proto/qwak/self_service/user/v1/api_key_pb2.pyi,sha256=fD-qvc-MonsWivx8i5eqLtrkXNc8P0tpTdfKwWDQ5dM,777
|
579
|
+
_proto/qwak/self_service/user/v1/api_key_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
580
|
+
_proto/qwak/self_service/user/v1/user_pb2.py,sha256=RL2NKtlcILzX6rW2qZ1oKfFupqOoLNU8U7RiDGn_djo,2289
|
581
|
+
_proto/qwak/self_service/user/v1/user_pb2.pyi,sha256=JyC1K6fppVdxUTV7DZ8LIuPmW851XimHUBtxCSbySLQ,2777
|
582
|
+
_proto/qwak/self_service/user/v1/user_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
583
|
+
_proto/qwak/self_service/user/v1/user_service_pb2.py,sha256=eq5zAcrDUbvv383ulJPEXEACaOwJae8I85SJJJnOCag,5565
|
584
|
+
_proto/qwak/self_service/user/v1/user_service_pb2.pyi,sha256=EzdDe78leTfSjKAglc2LKEnvz9IxdP6m8_86ixUtDeA,8288
|
585
|
+
_proto/qwak/self_service/user/v1/user_service_pb2_grpc.py,sha256=1D9FaiEqQXpUkEa7JcKTmY887DyZujWglK8vt1do_zw,10514
|
586
|
+
_proto/qwak/service_discovery/service_discovery_location_pb2.py,sha256=R4HdGHf0PmT2AdPmo9INRDSVBvEUPMp8lbK35KLgpVE,1998
|
587
|
+
_proto/qwak/service_discovery/service_discovery_location_pb2.pyi,sha256=33gciRiYabLn_gmN5Ksw5reequ4GkfUbGxFW4gionf4,2406
|
588
|
+
_proto/qwak/service_discovery/service_discovery_location_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
589
|
+
_proto/qwak/service_discovery/service_discovery_location_service_pb2.py,sha256=hjIgTJgq9S8lUUZXSMF2xIzXv_Lp0c09PPqfYQdSI0c,2998
|
590
|
+
_proto/qwak/service_discovery/service_discovery_location_service_pb2.pyi,sha256=ihugYaaGsxI2KrVkPbTWs6Cx8ThA6G4LKx2-H2Mn3-A,1399
|
591
|
+
_proto/qwak/service_discovery/service_discovery_location_service_pb2_grpc.py,sha256=8ZHvLbuXIWfHcruXDgsknGOT3MoKgj4GB_m0s-VWZVc,13686
|
592
|
+
_proto/qwak/traffic/v1/traffic_api_pb2.py,sha256=V85VwT3pGNOYvs7o-M5c98NuUR0OxhTfuQd3SJvp1AY,3626
|
593
|
+
_proto/qwak/traffic/v1/traffic_api_pb2.pyi,sha256=UjzYvdOVRnW0fEQZbivMWyn-vo-TwxO3NIdJMeE4EHE,5256
|
594
|
+
_proto/qwak/traffic/v1/traffic_api_pb2_grpc.py,sha256=WfkCHuI5-ECxvkqcFITuN17G_2-GODAgl6_zz02Dedw,8230
|
595
|
+
_proto/qwak/traffic/v1/traffic_pb2.py,sha256=lyG0klbY4PZARuKmHxWqNg8ZwHy5ZyqoyXd_Azr-afI,4308
|
596
|
+
_proto/qwak/traffic/v1/traffic_pb2.pyi,sha256=f70a7ubisNu5sPtrn-yNSlvg6tiWQvsRWtkgLYHwP8o,12177
|
597
|
+
_proto/qwak/traffic/v1/traffic_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
598
|
+
_proto/qwak/user_application/common/v0/resources_pb2.py,sha256=OGjD33fz2A8aLHr5JYNo1gExdWydUvJPgRzfeLy7D5I,6441
|
599
|
+
_proto/qwak/user_application/common/v0/resources_pb2.pyi,sha256=v_a0e5Q38Qt1vYcXKN0HpphXkDAyXjUFfVy7LU6u8w4,15139
|
600
|
+
_proto/qwak/user_application/common/v0/resources_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
601
|
+
_proto/qwak/user_application/v0/user_application_pb2.py,sha256=Gl3rQlyANzVRCk_eAmJKxBuBC1ZD63ggkLpirmyRZVk,2865
|
602
|
+
_proto/qwak/user_application/v0/user_application_pb2.pyi,sha256=aG9WBCAmYmlh9xnSSi6xzC0DYVmaODAupUvYkcMsPjk,3189
|
603
|
+
_proto/qwak/user_application/v0/user_application_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
604
|
+
core/__init__.py,sha256=xcRbMi1vkXTf79_F3mFmdP-c8pCa-lEg5IyDCAds7tQ,330
|
605
|
+
core/automations/__init__.py,sha256=yBU5jPeoaJ4oSzFxvrlGVkuw0yxRHXp7wIoTcORQmOQ,1547
|
606
|
+
core/automations/automation_executions.py,sha256=o-287fJb3tBCPvfobDWXJ5wZm1RUai6YKHseWOuH_5Q,3231
|
607
|
+
core/automations/automations.py,sha256=IdrQMKKFYI51Gkp6_eDeIiZSHqp_mcDgp786eXENxAc,13224
|
608
|
+
core/automations/batch_execution_action.py,sha256=5M3BDsedOveUE6zl9lNK6rdNjvLyCYmwh5iMpS_76Ck,13336
|
609
|
+
core/automations/build_and_deploy_action.py,sha256=dk2okgS3T0sAalb1fBQA_Urqrp_luATelOAElFoKIag,31983
|
610
|
+
core/automations/common.py,sha256=kNUgZ2P0Pd5VEftFtWbwwDZsAHSY19rq6PZPAxiWlcg,2756
|
611
|
+
core/clients/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
612
|
+
core/clients/_inner/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
613
|
+
core/clients/_inner/edge_communications.py,sha256=NeP1vAUeahlKghMtS6f9fJPPT_N4yjvfgnhCoLln-EA,867
|
614
|
+
core/clients/administration/__init__.py,sha256=PwBe7zEIqtL8jiUF4F6iX_0yT_uJrst0PMDGZHU1y5c,224
|
615
|
+
core/clients/administration/authenticated_user/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
616
|
+
core/clients/administration/authenticated_user/client.py,sha256=ouN4YxbZs4uYDI8O0DaJZxfUoXgqESrJCDRTlfuNk5s,1486
|
617
|
+
core/clients/administration/authentication/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
618
|
+
core/clients/administration/authentication/client.py,sha256=BzfCb5laJ3Vci5t3owrcpuVvF4o9bsiKtOFfYWM1Nno,1200
|
619
|
+
core/clients/administration/eco_system/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
620
|
+
core/clients/administration/eco_system/client.py,sha256=b2MYJVlbU4ehhwBWWkCwwl24xVw4K-_t7xMuGSMQ2uo,5379
|
621
|
+
core/clients/administration/eco_system/eco_system_utils.py,sha256=iSyCJv7z65DI2c3qsREzBM_S8ZUGOG4ISjhrfL_t4_Y,521
|
622
|
+
core/clients/administration/environment/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
623
|
+
core/clients/administration/environment/client.py,sha256=KHUsKFb2gKqpHFTU74vVSLGAPgHufbDS-hB4tbFvyE8,2739
|
624
|
+
core/clients/administration/self_service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
625
|
+
core/clients/administration/self_service/client.py,sha256=znZgDkUzSLgtKx1yrUNU72_BiFtPbpCratD73B316bU,2648
|
626
|
+
core/clients/alert_management/__init__.py,sha256=zAfCPJTj6oAMoj3vciLjRy8ULTTHCmmrdISuDCHASvk,43
|
627
|
+
core/clients/alert_management/client.py,sha256=1paaFCsJYbltwI5s9uXKPO_Gskby4DtwZrb0w6bHeMA,2259
|
628
|
+
core/clients/alerts_registry/__init__.py,sha256=RszIZ4jLzCLapZQ3iQt0lTWPtttf9HWi2dMgAVgOdrk,43
|
629
|
+
core/clients/alerts_registry/channel.py,sha256=prZClf-UznkbtBbLhjlxJlRQu116fc12--5HimhSuvI,4061
|
630
|
+
core/clients/alerts_registry/client.py,sha256=cKx9aGrv3dzwQHWQXTXluviFOwrMvuSuqs6mo0VGO9U,5409
|
631
|
+
core/clients/analytics/__init__.py,sha256=bSerqCrPyfBWnKDHT0ncofKUU-4NjmQZFZ2Uf66a4eA,42
|
632
|
+
core/clients/analytics/client.py,sha256=bToVQ72VkuiTnxitPRqkJMOZUxI5hk5raZyWgdl4kEI,4010
|
633
|
+
core/clients/audience/__init__.py,sha256=WMgEXjWSmDFUC3A3L8Fe3OoPv2SrQNXY-1OPQpuqGHM,35
|
634
|
+
core/clients/audience/client.py,sha256=3QNnJmFKmgdQcTfA3xwjIdXBlHrKj1pVbkKLl4MbTGg,2128
|
635
|
+
core/clients/automation_management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
636
|
+
core/clients/automation_management/client.py,sha256=Dk6SsZGMLaVDLLzvFBysLC06EAf1FqYE1axPnOm3GMU,9110
|
637
|
+
core/clients/autoscaling/__init__.py,sha256=A-zuZOWaZf16NjnpX38204m730c5Lde491KaXneGirE,38
|
638
|
+
core/clients/autoscaling/client.py,sha256=d1BoUH4hBiqoSR6ZM2_Ds6H7gV9HZPM2IIYNDbjPGgY,1299
|
639
|
+
core/clients/batch_job_management/__init__.py,sha256=zywxYf2JupkIWnGVB2C6ugZs5CrOdxTPrksD5P6uQu4,211
|
640
|
+
core/clients/batch_job_management/client.py,sha256=TCTQS6Zkdw_lWVyItAduXjVdl9KZggFRJH755tnxyCs,22541
|
641
|
+
core/clients/batch_job_management/executions_config.py,sha256=CD02LwLTAwDXt5vKxP5StrK3XIf5jnIPqcPh73UeZQI,6912
|
642
|
+
core/clients/batch_job_management/results.py,sha256=nrFGZ3y538FBhej94CYV4cwqQssK1aUQOLGubYdQVrc,1846
|
643
|
+
core/clients/build_management/__init__.py,sha256=oXurHX6Kho5X-fOuuNHB3B9oMX6ejYUqh6GWv5qJyjw,43
|
644
|
+
core/clients/build_management/client.py,sha256=1lBZLlFDDiF_MiXpawnBJAoZTWnP5teLYbMuzPCKCsI,4291
|
645
|
+
core/clients/build_orchestrator/__init__.py,sha256=ReW7Lbjws06MbVlCTRdsymDZiS2CKuczXIZ1xnPKSdg,105
|
646
|
+
core/clients/build_orchestrator/build_model_request_getter.py,sha256=bALC6eXEzOysOJrHzV5E2SeWqJtM_UAULyqKpSXPM3E,5208
|
647
|
+
core/clients/build_orchestrator/client.py,sha256=H71e-Y9_8XzotVH1BW-8HON2FA8agJZWLHcBZsfx_WY,16274
|
648
|
+
core/clients/build_orchestrator/internal_client.py,sha256=o02FEHWJWkFtgBrc29PNwetFoXdvlE77EdQkLwAewsc,4072
|
649
|
+
core/clients/data_versioning/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
650
|
+
core/clients/data_versioning/client.py,sha256=-DG5E-2WV_V7cf5gJCqeDkAgjqMlQZiXVcWOF7bEEEY,2432
|
651
|
+
core/clients/data_versioning/data_tag_filter.py,sha256=5YK031WGNrvkydrruWpvLgR7TP5igpgzOqnIxvO9SaA,887
|
652
|
+
core/clients/deployment/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
653
|
+
core/clients/deployment/client.py,sha256=mMwguoxysULkue-ABYQwVdl-RtUE6VtD-ulq2IpwD-A,6883
|
654
|
+
core/clients/feature_store/__init__.py,sha256=mMCPBHDga6Y7dtJfNoHvfOvCyjNUHrVDX5uVsL2JkGk,53
|
655
|
+
core/clients/feature_store/execution_management_client.py,sha256=cJf1qUaghI8zfTdJQ2cVxYqoOz3SXfnuBx6LKCQFwEE,4118
|
656
|
+
core/clients/feature_store/job_registry_client.py,sha256=Rhb5YLvu9JmPpgwsK2piZYxi4OosSaFfFymUnrp67as,2670
|
657
|
+
core/clients/feature_store/management_client.py,sha256=N3zIdhzB88bA2fU4UFs8VrqLKXJARuCAznCgIrE8qyY,20779
|
658
|
+
core/clients/feature_store/offline_serving_client.py,sha256=yRLAmdOscqGOo4w_DoeAR6GaakOCSxw_378tggkum9I,9377
|
659
|
+
core/clients/feature_store/operator_client.py,sha256=9LH3huxrBWtRBwzCeqmilRNo9b0qPZE1SOpzztCBeUg,5842
|
660
|
+
core/clients/file_versioning/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
661
|
+
core/clients/file_versioning/client.py,sha256=DHrXPOsxCYtb6R74QnV0bCYTdbp89iaaB9pxI4xmC3E,2536
|
662
|
+
core/clients/file_versioning/file_tag_filter.py,sha256=p80QbC_VoOb5E1wT1OhQDjEsYNW0keBQ_tY61FrcNdk,887
|
663
|
+
core/clients/instance_template/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
664
|
+
core/clients/instance_template/client.py,sha256=35NE6j3J-Fa98b8kkd0iOfzTy0gWvUi3mykPsx12rHg,2600
|
665
|
+
core/clients/integration_management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
666
|
+
core/clients/integration_management/integration_manager_client.py,sha256=3ady-WbOg3bIzqMU3-wwWG5te4mfAhhZFLR89Whm-Ig,1243
|
667
|
+
core/clients/integration_management/integration_utils.py,sha256=a-wkrx3z2xNedGJkceWOLJSKrFC6IkyqUVc9m3R30sk,969
|
668
|
+
core/clients/integration_management/openai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
669
|
+
core/clients/integration_management/openai/openai_system_secret.py,sha256=d4gOXn50plC7HcWnlgx4w3qqS-uk3lW8kMURiI24VN4,2148
|
670
|
+
core/clients/jfrog_gateway/__init__.py,sha256=E_BrYKBESU3wGNiR_RQncbAhLWyvJ-Ub2Akt_6FpfgM,39
|
671
|
+
core/clients/jfrog_gateway/client.py,sha256=i-6e8I1ScgOh-RvfNY3dBaEiocYtUNQrhWOPFBVrP_8,2105
|
672
|
+
core/clients/kube_deployment_captain/__init__.py,sha256=rJUEEy3zNH0aTFyuO_UBexzaUKdjvwU9P2vV1MDj684,41
|
673
|
+
core/clients/kube_deployment_captain/client.py,sha256=la4V7WsVL1z4zuLQtPZET1kjvGp2RB6FMWPp6qnNzgM,9345
|
674
|
+
core/clients/location_discovery/__init__.py,sha256=sqGQ75YHFE6nvOcir38fykUUmAa6cFEIze8PJYgYWRc,44
|
675
|
+
core/clients/location_discovery/client.py,sha256=ZcBbbLqzZ9E7oLyamBTLTpp611LldhfFOSkzWroyIQg,2895
|
676
|
+
core/clients/logging_client/__init__.py,sha256=1OCHnigQBYThBwGbxCreYA0BgP0HcuLFzNEWd3Yxh-c,34
|
677
|
+
core/clients/logging_client/client.py,sha256=qTI4X9be4iK6v6G17-xiITJD8EQwxmXLqC3Iiec-6cE,4954
|
678
|
+
core/clients/model_management/__init__.py,sha256=vjWVP8MjmK4_A70WOgJqa6x24AeLK-ABjGJtogGzw9w,43
|
679
|
+
core/clients/model_management/client.py,sha256=bDBHrK4rssA67-cPPHCe4wA6jkphIjaxaMwxBYPfyIU,4918
|
680
|
+
core/clients/model_version_manager/__init__.py,sha256=4Pnfzj4Egps48__dProdbSKQl5pNip0hGJd75w67BfY,46
|
681
|
+
core/clients/model_version_manager/client.py,sha256=aQUKp_d6Z7xRDkm3UsbnLgudQP5YagkfcaBBd2jqcwk,8492
|
682
|
+
core/clients/project/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
683
|
+
core/clients/project/client.py,sha256=5ceLZ86_Y0nxbtQ0ZXMnAdITbr3SLipNfLo6hXN7iVk,2530
|
684
|
+
core/clients/secret_service/__init__.py,sha256=TdQl1lgplXCKVHYSN4feRIAoonZ7XDz50zALjwVDcM4,40
|
685
|
+
core/clients/secret_service/client.py,sha256=RDicLLGWIV1Ecm5A4F4TcQec5SHudTkdXG8eRilHJ8M,3657
|
686
|
+
core/clients/system_secret/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
687
|
+
core/clients/system_secret/system_secret_client.py,sha256=8gyVwumL8_FU9bcoiiSRVs4NT3aWTxRKW4QanBkOFLc,1083
|
688
|
+
core/clients/user_application_instance/__init__.py,sha256=lvdNCdtV7BGcN7XlK5Lb_OnXAJ-ued3AGckiZ-_EmL0,50
|
689
|
+
core/clients/user_application_instance/client.py,sha256=2dJRg7WePab2jImPu7D6wn3GWcASGBMjaqFGnqQfzx0,6054
|
690
|
+
core/exceptions/__init__.py,sha256=WjVw2-RExlfh_sQQKkQWXoss9MiOUpXxxDQVyJrfkCY,834
|
691
|
+
core/exceptions/frogml_decode_exception.py,sha256=dVfUGMippachTwlWQPvrSJSOHYYJajzOoqrzDUcwt2k,151
|
692
|
+
core/exceptions/frogml_exception.py,sha256=uXLgbu-_RYJpav69C7CTH9wZCwFY6OvBSl1Un8vBT4Y,194
|
693
|
+
core/exceptions/frogml_external_exception.py,sha256=Ya6YMLlTuuK5Mj78fAcZz18K6kM57Xl4prnUImStDS0,262
|
694
|
+
core/exceptions/frogml_general_build_exception.py,sha256=kB_EpW7S_r9Qx6cWZTbsJHgTBG7I8LT8RKxaVEDZwVk,426
|
695
|
+
core/exceptions/frogml_http_exception.py,sha256=LAQ6qAcSbVwTJUbFvPv-rvdxZlQs7MaCiWALACwioXk,583
|
696
|
+
core/exceptions/frogml_inference_exception.py,sha256=0KecLp3eZpIbE0lo0PhG8v3KpP-UHhSj6aaA1CckPko,102
|
697
|
+
core/exceptions/frogml_load_configuration_exception.py,sha256=rTs4lkgZbLYysgVBYt1Xi2i0GGSOFunen0oMpULYfdU,54
|
698
|
+
core/exceptions/frogml_load_model_failed_exception.py,sha256=wd3WkDJs0j89HjO1Xo3NvIypG_bR-BiyeTHkpyt5RUg,276
|
699
|
+
core/exceptions/frogml_login_exception.py,sha256=j2p0gjrzQ6bAAgvyXsxNNE1duG9dVNgi5WSzWOrqsOc,215
|
700
|
+
core/exceptions/frogml_mock_http_exception.py,sha256=KGSl4Jj89VD-WYRy-289IuOwV-BCS_-75Z-MoJdDGJU,152
|
701
|
+
core/exceptions/frogml_model_initialization_exception.py,sha256=3_mqWHISM_z6pr9kycyIY_aWv6fN1SJD8UEcjC1ZDNQ,157
|
702
|
+
core/exceptions/frogml_not_found_exception.py,sha256=2Fd8lx_ACynT9reTeNxVBOCikk-8OztONnViL5YNzjk,160
|
703
|
+
core/exceptions/frogml_remote_build_failed.py,sha256=CsaWnf7IP-Q44Bhhe5AxUbaRhZVb2rFmbalaVVuKGlA,145
|
704
|
+
core/exceptions/frogml_suggestion_exception.py,sha256=saqST0umnKRFCscoEBHjB5ot6TVap4kifYRayXrdDy8,748
|
705
|
+
core/exceptions/quiet_error.py,sha256=ePdCGP6ta8afjzprMiGoJFY-gxf8albRwuY0t1WF2lY,559
|
706
|
+
core/feature_store/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
707
|
+
core/feature_store/_common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
708
|
+
core/feature_store/_common/functions.py,sha256=kSNYJ7dy48NN09HG9asm4ibQh0JaCGcZYsRDjRWlUHE,659
|
709
|
+
core/feature_store/_common/source_code_spec.py,sha256=U4XKST6LwO9p_bx9Yz59hFPNUzHya2Sa-xJ8cKgnf7s,1991
|
710
|
+
core/feature_store/_common/value.py,sha256=JF7W2d5k52SuK2l0QnCVIyZwc2KP4_lVynV1vGPF4MA,329
|
711
|
+
core/feature_store/data_sources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
712
|
+
core/feature_store/data_sources/attributes.py,sha256=QuRlxXAiAumhKIh5aVyB9uXb9h6AHM8mZJOHPN-buEs,883
|
713
|
+
core/feature_store/data_sources/source_authentication.py,sha256=oDhkHPPn0VY4UrteiEs3cn6qia8RTkXrxOjQCynTFaE,964
|
714
|
+
core/feature_store/data_sources/time_partition_columns.py,sha256=xGSgSDFoRD1nmYZMBOEjSYBUeyTmacCxa7KrLjSP7jc,6388
|
715
|
+
core/feature_store/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
716
|
+
core/feature_store/entities/entity.py,sha256=UEKUWJ6QkoW03y8dNkNRnIkDZLtE3lD-vz8H_MV-qwo,2326
|
717
|
+
core/feature_store/execution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
718
|
+
core/feature_store/execution/backfill.py,sha256=ZqnCzPkG_ZbcMQfHxJs9BvfP9EKqpmVRljD1Oc-u8bo,6864
|
719
|
+
core/feature_store/execution/execution.py,sha256=CgPJLPFRhBI8pQiAOkDSO0OtKIAQat3kbaJ_NsFB-iE,21324
|
720
|
+
core/feature_store/execution/execution_query.py,sha256=eTMxx-SmyjDPoBZwqJTJn-qs1TfkRgs3akvN_kMId1Y,3646
|
721
|
+
core/feature_store/feature_sets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
722
|
+
core/feature_store/feature_sets/_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
723
|
+
core/feature_store/feature_sets/_utils/_featureset_utils.py,sha256=xWy-7_ai9OA7tCkQIrGwdqjZHKXrtQgmqHxHq1l3afo,1658
|
724
|
+
core/feature_store/feature_sets/backfill.py,sha256=it5VRkVV_Ue0BPMPAE_11Mb9W8nPOoDfPknqkL1QNNk,1982
|
725
|
+
core/feature_store/feature_sets/context.py,sha256=zV6r0O70cfM4pmxlfC6xxAtro-wBhenXWwYwF3KwfTY,263
|
726
|
+
core/feature_store/feature_sets/execution_spec.py,sha256=nhV9A_QUSzAr9sES4R2ICrjJJkcQ07g2oOmULSKY_ao,2356
|
727
|
+
core/feature_store/feature_sets/metadata.py,sha256=s0_-_RxR22QUqpMbG7H-aJZophv76PbTtnIqTTV8qc0,1890
|
728
|
+
core/feature_store/feature_sets/read_policies.py,sha256=BNqILC7Fk0RuaFsAQ9m4LqbsiIFa68LuFioDDrEvSaA,6853
|
729
|
+
core/feature_store/feature_sets/transformations/__init__.py,sha256=hjBvMD6GvtV03FSUZxy1lp33pFyni4NhJDntJ_TWxSA,902
|
730
|
+
core/feature_store/feature_sets/transformations/aggregations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
731
|
+
core/feature_store/feature_sets/transformations/aggregations/aggregations.py,sha256=0rPCq_GR5KkEwMw0Ed6OQYNGat-0sCXfJa5XZOl04KM,14118
|
732
|
+
core/feature_store/feature_sets/transformations/aggregations/windows.py,sha256=sYryGTmlkO2fTEDrLGj5sUSuioOQUoEluu7VaPprQkY,2266
|
733
|
+
core/feature_store/feature_sets/transformations/functions/__init__.py,sha256=D0dKpFqlp_8EDQrJOKBdlIvxgs17D_mZ1nwH8iyFrEU,301
|
734
|
+
core/feature_store/feature_sets/transformations/functions/frogml_pandas.py,sha256=VjixmVUWd1OGfzK5PNR7ilrSn9GU87ut7_oEYZsytSk,2440
|
735
|
+
core/feature_store/feature_sets/transformations/functions/schema.py,sha256=kuu8MZ3d2Y9DkmgPZCRgDb0ecsc8isFHQG1lFLPBR3Y,1156
|
736
|
+
core/feature_store/feature_sets/transformations/transformations.py,sha256=ESc7euEJnymGEpshFOwNAJ_BUPzbB88l0R7eZjiBnqY,15987
|
737
|
+
core/feature_store/feature_sets/transformations/validations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
738
|
+
core/feature_store/feature_sets/transformations/validations/validations_util.py,sha256=S2TqIrvR8P1YjHAqJ5s-wRzh-51CEB2oFwDMnV-fv50,3215
|
739
|
+
core/feature_store/offline/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
740
|
+
core/feature_store/offline/_offline_serving_validations.py,sha256=NoKSR_RUJgGaG70YPFhDamYvkZx2nhIw7zTuXrU6QNo,1239
|
741
|
+
core/feature_store/offline/feature_set_features.py,sha256=se04Bc8WIwFnkjAMITQuJPBUklQ5k8_6luD5d8FkVNc,741
|
742
|
+
core/feature_store/online/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
743
|
+
core/feature_store/online/endpoint_utils.py,sha256=NY2Rjpw0LWWXBgMEAfTFMWSkFWUQefYuwLunslNAzP0,2244
|
744
|
+
core/feature_store/sinks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
745
|
+
core/feature_store/sinks/base.py,sha256=erCEvZt15pznNsCiJ4s9jq38SGBKXURK8DAxhi56oNY,362
|
746
|
+
core/feature_store/sinks/streaming/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
747
|
+
core/feature_store/sinks/streaming/attachment.py,sha256=TkHnEqGRGcDfxyTGdfGcnmdvuVENOFuANL3eUfifWMk,1161
|
748
|
+
core/feature_store/validations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
749
|
+
core/feature_store/validations/validation_options.py,sha256=VP3GbmtgS9wAuPKvFMpPXF9zi07MrAxIVPBZGijLILI,2850
|
750
|
+
core/feature_store/validations/validation_response.py,sha256=wKVv92QzFVV2jp6QLS832UpQX0TdnG4szE8aaDeieBo,3958
|
751
|
+
core/inner/__init__.py,sha256=aQqyLEo02TJx8qzCCYnFkxPmm4Pg9ZSuqfmSDWFfyWs,232
|
752
|
+
core/inner/build_config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
753
|
+
core/inner/build_config/build_config_v1.py,sha256=-FOwlE7lUsWBaTYZr0awICqggCxiYYH8SkzRlB5B8Z8,11557
|
754
|
+
core/inner/build_logic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
755
|
+
core/inner/build_logic/build_loggers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
756
|
+
core/inner/build_logic/build_loggers/trigger_build_logger.py,sha256=7DzCSJ3jtYO17c79qJrMuLF3lyAe8_zQxoed88FzyY8,1439
|
757
|
+
core/inner/build_logic/constants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
758
|
+
core/inner/build_logic/constants/dependencies.py,sha256=YIK_fu07veVuNX4czDoM0djtqSfukWv8ibytkAdzkC4,209
|
759
|
+
core/inner/build_logic/constants/host_resource.py,sha256=XrHQeJOAEygOx7GTPGTVWCOuDEr5zXYcW0e7kK3HFiU,137
|
760
|
+
core/inner/build_logic/constants/messages.py,sha256=jqoTX5hMU4uCIlD84j20T2HzGyp46QBgm4azojT5RXQ,96
|
761
|
+
core/inner/build_logic/constants/temp_dir.py,sha256=rp9chSiT2ShrzpLqPJVf1kC0p_V-LxBgChRYZKFPlSs,36
|
762
|
+
core/inner/build_logic/constants/upload_tag.py,sha256=VoeDP_UGEzS-rWDz3qCseA7HPxrOajD_f-6ll_hJyuc,332
|
763
|
+
core/inner/build_logic/dependency_manager_type.py,sha256=1L-njo19b6-W2vO-bOtjzek1GL_bkVlgvZWYfmcTsBE,116
|
764
|
+
core/inner/build_logic/execute_build_pipeline.py,sha256=n607h5ozBFcFexJ6E9FHwgrlDIFxTHUz603_L4Gp48E,2321
|
765
|
+
core/inner/build_logic/interface/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
766
|
+
core/inner/build_logic/interface/build_logger_interface.py,sha256=JUxldJuhMVHoXk9nZc9tz7-LPOMC99Z32oQYHSHpffY,528
|
767
|
+
core/inner/build_logic/interface/build_phase.py,sha256=DNOcg11RVCSPpnGcAk2xDYEXwQ6UNWFoiGMpjgSFPt8,675
|
768
|
+
core/inner/build_logic/interface/context_interface.py,sha256=R4HMaoTg3x8prLExrje8JGbFovCScjYcR81VJ1hukRs,2120
|
769
|
+
core/inner/build_logic/interface/phase_run_handler.py,sha256=bTeKMgbG85SuL7MfDJpzsO8HlN_H6F8Q6Wnt8wJYXGM,1744
|
770
|
+
core/inner/build_logic/interface/step_inteface.py,sha256=vRQRk5Z5n7JuA3GNgVJOIc62i8iG7WSvsG1f2nOOVDQ,746
|
771
|
+
core/inner/build_logic/interface/time_source.py,sha256=njwil9A1sxP4SoB8LxtNhWhlV2-w1XOpoF4_wccNVYU,585
|
772
|
+
core/inner/build_logic/phases/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
773
|
+
core/inner/build_logic/phases/phase_010_fetch_model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
774
|
+
core/inner/build_logic/phases/phase_010_fetch_model/fetch_model_step.py,sha256=z8jn73c0XuuK4A4elmZSeofns6m9CqtFnGr_lmO5w-4,1900
|
775
|
+
core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
776
|
+
core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/common.py,sha256=W_9m1nqUxw2RCO2Nm1SiUGUrIhf_BYutLw0lLx7DVwo,960
|
777
|
+
core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/fetch_strategy_manager.py,sha256=GnIHkPkARObn6LdQrbtoc_tHd2lpfe1gkux_AwWzUWk,2085
|
778
|
+
core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
779
|
+
core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/folder/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
780
|
+
core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/folder/folder_strategy.py,sha256=me9dsrurNNeyii68aQZysWgUhjwQAc7poySiIV6wVQg,5081
|
781
|
+
core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/git/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
782
|
+
core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/git/git_strategy.py,sha256=M2pofhmn69S8NSuAFMU73V3U_dOxbiR_kh5IIPSnIDc,5949
|
783
|
+
core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/strategy.py,sha256=Ymj5MCHJMGzyv03Kn17RBMxOJICl0FmZ3bbq7EBRyvE,1474
|
784
|
+
core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/zip/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
785
|
+
core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/zip/zip_strategy.py,sha256=HYN5ivd0R8FB1vTW8nSFuPXDSStwrtYdOd1HnEKJPXA,2276
|
786
|
+
core/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py,sha256=nobffbp2BZfk6GbklFyuLKLuaB09vlyElXO_FE-MibA,5468
|
787
|
+
core/inner/build_logic/phases/phase_010_fetch_model/pre_fetch_validation_step.py,sha256=MWPGfPCJVvSLIH6W7KO4V2enDCAyhFDiLQ1SB1-7LI4,11390
|
788
|
+
core/inner/build_logic/phases/phase_010_fetch_model/set_version_step.py,sha256=rqO12eNtZWLQctCvdiQ_8ILf0zLjx3oCD37Auan6Bbg,1211
|
789
|
+
core/inner/build_logic/phases/phase_020_remote_register_frogml_build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
790
|
+
core/inner/build_logic/phases/phase_020_remote_register_frogml_build/cleanup_step.py,sha256=i3cSIlwbAeL_559YKb92jyrhhWlANqXRmEmjD1FW3-w,632
|
791
|
+
core/inner/build_logic/phases/phase_020_remote_register_frogml_build/start_remote_build_step.py,sha256=OOQh_n-MQtEUHKnPQGjJL545T2xjiRK83Nc6XZr6FeE,1696
|
792
|
+
core/inner/build_logic/phases/phase_020_remote_register_frogml_build/upload_step.py,sha256=N-Gb9E8WHTZnlyXCCRdQiwdCEv7p7nbxOaK0b6NCFgs,9427
|
793
|
+
core/inner/build_logic/phases/phases_pipeline.py,sha256=Klx8XOa8yAqTOh8ITZo4jHV5N2ke3LhC5ec_PW9cCu8,1258
|
794
|
+
core/inner/build_logic/run_handlers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
795
|
+
core/inner/build_logic/run_handlers/programmatic_phase_run_handler.py,sha256=ujY0WrMFVuyOcw9C-VkcguIt0XMc075MDptvYDL7fIg,3547
|
796
|
+
core/inner/build_logic/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
797
|
+
core/inner/build_logic/tools/dependencies_tools.py,sha256=DhBFEHfSUXsjYznJuwF6odZEM2DHMJEE0QZ8FNzJ2co,2512
|
798
|
+
core/inner/build_logic/tools/files.py,sha256=d6Ljt7fgjnKbQi4TPGJoUD677dDZhyq1Qe0R3PZznSg,8277
|
799
|
+
core/inner/build_logic/tools/ignore_files.py,sha256=zg0_27HEOOznY0ETr9WW9JYoMd0cY5l_jxpHwNNu6vc,763
|
800
|
+
core/inner/build_logic/tools/text.py,sha256=tH-v19Mt8l90sMVxku5XRtrderT0qdRqJ-jLijqannA,188
|
801
|
+
core/inner/build_logic/trigger_build_context.py,sha256=eWR35HQQKKNaPOfl64IB8xvCzl2vU6hgSR55qf9l7Lw,207
|
802
|
+
core/inner/const.py,sha256=eP8Naruk3EnRWDdS9gwpozUYA9Nxznybw7Eiv4k5l38,126
|
803
|
+
core/inner/di_configuration/__init__.py,sha256=7TE1MMfkFvBzHIzhAZ1L-vRgbScCIIMd-aXU9IFcs98,2130
|
804
|
+
core/inner/di_configuration/account.py,sha256=InonyAqGXY-46olKsWYp362J8DeDu7koVmk61WBACZE,2822
|
805
|
+
core/inner/di_configuration/config.yml,sha256=GUvaZMWIDIR_d7hFcPVG_kHdCwpERKH1AFDakG3vqI4,242
|
806
|
+
core/inner/di_configuration/containers.py,sha256=E8ebGj0d1_8iMOn_fbcfKXwbXgSbLBQCKgA9_JV38E4,1148
|
807
|
+
core/inner/instance_template/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
808
|
+
core/inner/instance_template/verify_template_id.py,sha256=SSVReUkx9t0FkXaSh0MKXOKdjd_55wE3NjAPOt6DGIM,1952
|
809
|
+
core/inner/model_loggers_utils.py,sha256=mGBZQ1CbiEePaoftFEH_yfLlsxP8fcPcu83Cb8Ut8cM,2465
|
810
|
+
core/inner/provider.py,sha256=3evQnyp0v0enpvGGDyaZziusO4BGi-U9j1sno8DAHo4,70
|
811
|
+
core/inner/singleton_meta.py,sha256=1cU99I0f9tjuMQLMJyLsK1oK3fZJMsO5-TbRHAMXqds,627
|
812
|
+
core/inner/tool/__init__.py,sha256=rmOSE-ejnzDG_H7kbikPQxEO4TFIkhBWjOXhTIrldiU,35
|
813
|
+
core/inner/tool/auth.py,sha256=ZQdb-vgRNwBz1yshdPofcH5Qfc5YAkAJG55bbp95sVU,2652
|
814
|
+
core/inner/tool/grpc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
815
|
+
core/inner/tool/grpc/grpc_auth.py,sha256=8lGC1B3IgLuVzY1X6aEozGI3gnzLlA5WDZ7VWn4qNY0,1421
|
816
|
+
core/inner/tool/grpc/grpc_tools.py,sha256=g49mtjSblXdSrFBSNPmsgCgDXHEzliqQ4uYDWRs527Q,7247
|
817
|
+
core/inner/tool/grpc/grpc_try_wrapping.py,sha256=Tfk64WOlgR1G1Uecd4EDm5SpwgDPwhJ1NMeQSJEYNlk,662
|
818
|
+
core/inner/tool/protobuf_factory.py,sha256=gO9LgChpt0Qyc_3UXt2RhdRJ4jqf_9NkkH6t13bmREE,1699
|
819
|
+
core/inner/tool/retry_utils.py,sha256=KcSFJuj02RKF-H9INpCmdiTNXlywEMJ2ClBa00N9aNM,435
|
820
|
+
core/inner/tool/run_config/__init__.py,sha256=krOWmfbiUyMxa4Z7FHZk3gGZBbMiJINxLxD7XwyUefE,277
|
821
|
+
core/inner/tool/run_config/base.py,sha256=dKrhMUwbqa22JUB3se-TzAycYuTx8BXzFOIZ4YYUqGg,4218
|
822
|
+
core/inner/tool/run_config/utils.py,sha256=xrSmnOvRK4enuy6-4ly_IWP4__l8czQ-E83wSmig14Y,7722
|
823
|
+
core/model_loggers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
824
|
+
core/model_loggers/artifact_logger.py,sha256=pjyq1HgmW4wBhzFV7q7dymwokzWrdSTroPMhE0LLbr4,4035
|
825
|
+
core/model_loggers/data_logger.py,sha256=0l96EWsWmLQK7vyYqhgn2ERtFjst8x7cx3IkwEbsHFY,5681
|
826
|
+
core/testing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
827
|
+
core/testing/fixtures.py,sha256=tjWIvdZ2nIfNPs6VtUeGx5coJepQVMUWemKGtqUYPzM,318
|
828
|
+
core/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
829
|
+
core/tools/logger/__init__.py,sha256=3FfLlYKajB15QA7d2AeDUTfv_UPGz7s2hucPRe_GXdA,115
|
830
|
+
core/tools/logger/logger.py,sha256=_lMGoycYcRRci2Rz9YkS_Jum0CAz_CeO_nVeVlET-LU,9678
|
831
|
+
core/tools/logger/logging.yml,sha256=UWC2i3NVKT3j5S8_SapzqClDzXLIEAurzNIXa2tS4UA,1941
|
832
|
+
core/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
833
|
+
core/utils/datetime_utils.py,sha256=3zK7PUrerMlwB7U6WeuYwMAclVMfPqBNZihNRyIVMs4,581
|
834
|
+
core/utils/dict_utils.py,sha256=YsOSQeGpmrsm3CMnx2ZbqvzEcybk3m-0TCMXbBdBXaY,263
|
835
|
+
core/utils/model_utils.py,sha256=fLdYIScmVUfChGGxOacH2mID00ZUOPtS4ewUimEDGhg,132
|
836
|
+
core/utils/proto_utils.py,sha256=tg1FeYeu_lrG9kYjRx6166KkfYS-drFZ5f10ZsqJ40I,2392
|
837
|
+
feature_store/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
838
|
+
feature_store/_common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
839
|
+
feature_store/_common/artifact_utils.py,sha256=FxWkHSLbW7xn96-w052wltIPQWMeBIm_hdCKpokYhys,1997
|
840
|
+
feature_store/_common/feature_set_utils.py,sha256=z9IRFL-1Aonhd9VVcCQSR8Wjm5N0bIys3layLkdtQC0,9233
|
841
|
+
feature_store/_common/featureset_asterisk_handler.py,sha256=TpHF_0EkJ26eYvDb5avK79GQXzmSjiJMwjrcPFuHRv4,4720
|
842
|
+
feature_store/_common/packaging.py,sha256=AXUJrkmCf7-IpESjWZv5bKb0GuICPNVwbtGyIAL92tk,8175
|
843
|
+
feature_store/_common/source_code_spec_factory.py,sha256=uVWRZHIG0W0Zo5VcZS9wrj-80msQetBtnkWi7om1nMw,1793
|
844
|
+
feature_store/data_sources/__init__.py,sha256=F6q0Dhp5x0ybxrzwhBbliQ8TsN9bnFkBPCmoaO7ijqQ,2359
|
845
|
+
feature_store/data_sources/base.py,sha256=Ar6pXdxy6BJAy0_FjgkaGABxAJdc7m30fYzw_7AWYPI,4273
|
846
|
+
feature_store/data_sources/batch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
847
|
+
feature_store/data_sources/batch/_batch.py,sha256=pPHaKnppXayfGukrOWxvvSb1771E0fOUPjo4nHdNXIg,199
|
848
|
+
feature_store/data_sources/batch/_jdbc.py,sha256=Y1D28omA2EbK18HJSRp8KVvtqBaFQwGzCZZKR0r1Wmw,708
|
849
|
+
feature_store/data_sources/batch/athena.py,sha256=hCtofxFqEbVt76rjrxesN1HEE3ODQtcryyv19ZhycYM,11414
|
850
|
+
feature_store/data_sources/batch/big_query.py,sha256=rUDgJNLQP1dSB6KJ2tTfPBomPFunsWlZd4rYj3YhsPs,3228
|
851
|
+
feature_store/data_sources/batch/clickhouse.py,sha256=KKjThBXJmzYri3MbrTyys21aAuHxf7vsD-GZ3xzYTh0,2265
|
852
|
+
feature_store/data_sources/batch/csv.py,sha256=yc8cvUjjzqL3tI6W2gcjdrxPGAum2q4tSDuy7P-saas,2175
|
853
|
+
feature_store/data_sources/batch/elastic_search.py,sha256=bpa-5zP60oIke5HwwRuUpQXRicEyU3Upxg1z-J6JdFo,2321
|
854
|
+
feature_store/data_sources/batch/filesystem/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
855
|
+
feature_store/data_sources/batch/filesystem/aws.py,sha256=qqMZrc4m2ijrV0CTvJ29DA5G4YlM63RF5Ndl7YPbWrQ,3050
|
856
|
+
feature_store/data_sources/batch/filesystem/base_config.py,sha256=fqvqkM_0QY4rcZNa1qB-KLl72o8PhrQQnak8-Bk4tHM,245
|
857
|
+
feature_store/data_sources/batch/filesystem/gcp.py,sha256=8jb0H06BCNafBJD1F0r9AUs7k5u7zipdO85BWUSs7RU,1721
|
858
|
+
feature_store/data_sources/batch/filesystem/utils.py,sha256=cx5vbxX2lYHHJTPhBVZ6VAq7Ms1CDlHnZsilmcb3ZhY,2161
|
859
|
+
feature_store/data_sources/batch/mongodb.py,sha256=uK3H1tkrIFqx8bBeSOixvzXxbt-s9DaoDf3oE99JrNM,2109
|
860
|
+
feature_store/data_sources/batch/mysql.py,sha256=jswVZOyz7SvlEwAyNLbExfceN_Pj1MA0xH1LYvFzmhQ,1812
|
861
|
+
feature_store/data_sources/batch/parquet.py,sha256=7cJK07Frbq_yRZp0mQXh2OkQOJediWT2GFLIJuC5THM,2064
|
862
|
+
feature_store/data_sources/batch/postgres.py,sha256=x_zfWf5b--kA4GqwiaSiqWX_0RoSZoaYceJ6Lkkn3QQ,1869
|
863
|
+
feature_store/data_sources/batch/redshift.py,sha256=sRFrcWnxxHNf-dlyxkVKVP22VSFJKB_hm8_0Elj2De4,3386
|
864
|
+
feature_store/data_sources/batch/snowflake.py,sha256=w8JMbybel-lWIei0x5YAsSAboUgZ3UKCnt5IxaOk3FI,2787
|
865
|
+
feature_store/data_sources/batch/vertica.py,sha256=puk4Ou4TZDxlHWv8NR5SJAnNQkiWqKsDmbNbok5J1KI,2021
|
866
|
+
feature_store/data_sources/streaming/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
867
|
+
feature_store/data_sources/streaming/_streaming.py,sha256=RAiC3FsKo6k3kPVMPJYs9LMy0ZlHCWTL_putnaMy4FE,183
|
868
|
+
feature_store/data_sources/streaming/kafka/__init__.py,sha256=qmJhxh64GP3dMdXC9GbpKB7Hy8UQpuvXffGEImSWT2Y,655
|
869
|
+
feature_store/data_sources/streaming/kafka/authentication.py,sha256=R7DUmY47Eck1CYPqvo7FZSS5T4FR8ENiK00EeyOi1ss,4311
|
870
|
+
feature_store/data_sources/streaming/kafka/deserialization.py,sha256=R7ZXFlDQxhvaWL4k62-ptcsqcoA8QltG2SdmK5L_vcU,3740
|
871
|
+
feature_store/data_sources/streaming/kafka/kafka.py,sha256=eXcvZrrcwOtKluB3SniXRx82WljF4zx-sbxIiArmsiw,4606
|
872
|
+
feature_store/feature_sets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
873
|
+
feature_store/feature_sets/base_feature_set.py,sha256=XP8UzztO7OAKU3-Xoosm0JL64HqoRizKdkAWi-t0ocM,5407
|
874
|
+
feature_store/feature_sets/batch.py,sha256=JHEybhYZuVLFeJ7MiXGYHCITfldUpw9El6BcGCIEPzg,17626
|
875
|
+
feature_store/feature_sets/streaming.py,sha256=_UkXWbMdJdD0asfPRw1lDKCTLcqsEfPcJ3nDkBd9ndk,25595
|
876
|
+
feature_store/feature_sets/streaming_backfill.py,sha256=Y_hdKEO2wCJj0pcljUBBGIS4IdgMNjjmp9TWsoXxrJs,9829
|
877
|
+
feature_store/offline/__init__.py,sha256=TUu3VuxdbVrYpWD9B2LDno1HfoGbI2X4fHw7vjSJ2uk,98
|
878
|
+
feature_store/offline/client_v2.py,sha256=33CPNWMmZGw8nVet5TrJa5G0hBr93SVsgVKbdiTHK9I,14841
|
879
|
+
feature_store/online/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
880
|
+
feature_store/online/client.py,sha256=CUDfR3aSjwN7XtZLT9QKQuzrbeb3SbvuoOUrnJQdMdw,13575
|
881
|
+
feature_store/sinks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
882
|
+
feature_store/sinks/kafka.py,sha256=lFLRLz6TK9oSHd5p60q0CtPaSfe2gkrZMRsZF7vUPwA,1921
|
883
|
+
feature_store/sinks/streaming/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
884
|
+
feature_store/sinks/streaming/factory.py,sha256=igpQNFDbTUh8JkjlYW1t_KOQPLdl85aZ90m8uGOKeEY,2531
|
885
|
+
feature_store/validations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
886
|
+
feature_store/validations/validator.py,sha256=uuauqKAQzrVwTFgUw7-lKKASWl66fTwWFPsGY8P0Tao,3909
|
887
|
+
sdk/__init__.py,sha256=93XcxFxBcB-yUacWeULxKHGWY-a2DxIYXP-yz-OL5og,230
|
888
|
+
sdk/frogml_client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
889
|
+
sdk/frogml_client/batch_jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
890
|
+
sdk/frogml_client/batch_jobs/execution.py,sha256=LcjIWI1dSrPs92-abR69WfZa3L3fK_TbfR244V7Nq_s,1759
|
891
|
+
sdk/frogml_client/batch_jobs/task.py,sha256=hwMz0r8vYxfADSjOZoA_g9cz6jD6rf_DTvkvYgX9tTk,1533
|
892
|
+
sdk/frogml_client/build_api_helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
893
|
+
sdk/frogml_client/build_api_helpers/build_api_steps.py,sha256=e0acpy-3FIpa90anmPrBCqjZc1ESbalHdD87bVxb2e4,1985
|
894
|
+
sdk/frogml_client/build_api_helpers/messages.py,sha256=q-1fgIchkbUgGAOnDRETwCasLsd9-hKg6xwJcJsazQ0,186
|
895
|
+
sdk/frogml_client/build_api_helpers/trigger_build_api.py,sha256=zj_3hk5l_tPMOrndaCek6rPcxCsSB6Hxd3CXVpqOXKY,2434
|
896
|
+
sdk/frogml_client/builds/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
897
|
+
sdk/frogml_client/builds/build.py,sha256=3rtvKshwyWnhuAxJWOGl6xWL_bSfU3owUSVJyJoh-z0,3705
|
898
|
+
sdk/frogml_client/builds/filters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
899
|
+
sdk/frogml_client/builds/filters/metric_filter.py,sha256=jLlSm9ecggSJs-PSVgfyTemxW4yk8R7oAixd7NR26jM,1187
|
900
|
+
sdk/frogml_client/builds/filters/parameter_filter.py,sha256=9f7y3Jodc2--meyOKLJJ7Uj3bn8nh8Go8rDc6GU_IHk,1099
|
901
|
+
sdk/frogml_client/client.py,sha256=r6Cp0gjZDrpJ8E1rWkfbDFAJSv71GkKRpQIHWwUvDRQ,30059
|
902
|
+
sdk/frogml_client/data_versioning/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
903
|
+
sdk/frogml_client/data_versioning/data_tag.py,sha256=1vXWeUwA9P2REOFbEVyF4G6dSVJLg6SVqNLsnDiuEOQ,808
|
904
|
+
sdk/frogml_client/deployments/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
905
|
+
sdk/frogml_client/deployments/deployment.py,sha256=5ji6blzwOyR8rKwmsfUeuRDt6RF6SDBnM5nK5tcCzNs,13311
|
906
|
+
sdk/frogml_client/file_versioning/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
907
|
+
sdk/frogml_client/file_versioning/file_tag.py,sha256=PoAhTQKO7--_OqJdCt_oFABeVTqsjYnWrNVHjhk8xyo,808
|
908
|
+
sdk/frogml_client/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
909
|
+
sdk/frogml_client/models/model.py,sha256=hTx4gKH2-U5RkRbmRwV1QL21gp9_v6t50AzSg0MqzS8,1924
|
910
|
+
sdk/frogml_client/models/model_metadata.py,sha256=Jc7gakJYfX3EJcTVW2hBGqeIC6JxwKgx9ILT_3mV79I,1229
|
911
|
+
sdk/frogml_client/projects/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
912
|
+
sdk/frogml_client/projects/project.py,sha256=Zs4MB_BWM8bRw99Bf0No2Q6H981si_O86vLHY9OsJbI,2289
|
913
|
+
sdk/inner/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
914
|
+
sdk/inner/runtime_di/__init__.py,sha256=vxZae1uxZESmN89OVRqpMKPLdHXdYTOzMMYpjEPiDHw,310
|
915
|
+
sdk/inner/runtime_di/containers.py,sha256=hJnnFdVkY7yCHC3fdlSHo0EM66eHOQbUwcPxXU5umbk,575
|
916
|
+
sdk/model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
917
|
+
sdk/model/_entity_extraction.py,sha256=WX0mJKS-1Z80BHN-5sYZu9tw3ozKL6i76q87It7qPNs,4661
|
918
|
+
sdk/model/adapters/__init__.py,sha256=rdxqqLEUGGkXBiHO0hR8QDlrbwiKJwY8UYoHmonGRSc,1741
|
919
|
+
sdk/model/adapters/input_adapters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
920
|
+
sdk/model/adapters/input_adapters/base_input_adapter.py,sha256=RCnzt56i-XjJ_IDOO60VN6dMapuvokGW7rwNFQWswgI,198
|
921
|
+
sdk/model/adapters/input_adapters/dataframe_input_adapter.py,sha256=8mS2R3iUwztaiTCK4Fhdr1-tQHXdbdw4_nIxrLz6_mw,322
|
922
|
+
sdk/model/adapters/input_adapters/file_input_adapter.py,sha256=WR5ac61LDAPDnfVRb4XQBzPCOfv8lK7HXGrfBBsJJ-g,205
|
923
|
+
sdk/model/adapters/input_adapters/image_input_adapter.py,sha256=R1BJeuq9beLXwP3bGVhLy-lo5FxHp6tZXvTfntFbV4Y,206
|
924
|
+
sdk/model/adapters/input_adapters/json_input_adapter.py,sha256=Xkm-A20Ev64HtA4HpgRsGjIAkNlE7J5uSGlJ8izkQi4,205
|
925
|
+
sdk/model/adapters/input_adapters/multi_input_adapter.py,sha256=Rjcziqodc9j-C8RhNE94CnvKvG8M-tTNgOmVhFIlQF8,3068
|
926
|
+
sdk/model/adapters/input_adapters/numpy_input_adapter.py,sha256=Bdqlobkmz_HlaNk9SDA3JhvdT1hTE_54Kj1lkkMvByc,3223
|
927
|
+
sdk/model/adapters/input_adapters/proto_input_adapter.py,sha256=sg1BZZSKQGgwMMgCOAy0FKvExGLjX3dupU4aLMCsU1E,862
|
928
|
+
sdk/model/adapters/input_adapters/string_input_adapter.py,sha256=Zz8BXKL_HRPkwcWuiY93NJ4t1vs61febzvM30Dqw-00,207
|
929
|
+
sdk/model/adapters/input_adapters/tf_tensor_input_adapter.py,sha256=n3_6HQRUv7yQQcrsoifH6YisppqBkVRUbLlbKrLQMj4,209
|
930
|
+
sdk/model/adapters/output_adapters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
931
|
+
sdk/model/adapters/output_adapters/base_output_adapter.py,sha256=CAd0KnTmi9h8xD33v7YNbQAYOYmtZxpRs9bsnhzHRHc,315
|
932
|
+
sdk/model/adapters/output_adapters/dataframe_output_adapter.py,sha256=acXXwyw6TmFaZ9lUccTzWrykb48IuUfverQH3OY-G3Y,321
|
933
|
+
sdk/model/adapters/output_adapters/default_output_adapter.py,sha256=6iCGj_TNJL4Phvq7Y9GPA3SwNP6oqf1ELtkLc-l6Hx0,219
|
934
|
+
sdk/model/adapters/output_adapters/frogml_with_default_fallback.py,sha256=6iBIPuvqfynexPVNVvajcmytl4uji0pyfe8shCrmky0,115
|
935
|
+
sdk/model/adapters/output_adapters/json_output_adapter.py,sha256=SKZiYemZYr3X7QNe1ql-AJO4vglhTMaWmIcLlcP4uu0,216
|
936
|
+
sdk/model/adapters/output_adapters/numpy_output_adapter.py,sha256=MHemumunJfDzKcH6r9FOyRwE-x4LmJfBB7K8gYEoAJw,1076
|
937
|
+
sdk/model/adapters/output_adapters/proto_output_adapter.py,sha256=eUF1XoLCVocgSR5nqC2OyfbGVMgCdwkk_XJGJL3uJaU,517
|
938
|
+
sdk/model/adapters/output_adapters/tf_tensor_output_adapter.py,sha256=nSOszDmgsDyahqJbX10zrdwMX2W90RdQQ2uhybF7S08,220
|
939
|
+
sdk/model/analytics_logging.py,sha256=haMH0hdeZ3I3e6HgzCZNdGdv4biiHNP8gqwfYfXDBZk,316
|
940
|
+
sdk/model/base.py,sha256=X6JPfigz-QPIFkfuhCdQ7vETae6JQFrHpP3ULFTXI-s,2831
|
941
|
+
sdk/model/decorators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
942
|
+
sdk/model/decorators/api.py,sha256=qyRWFrB2mgHnUpWkzh1GoYsuL5IMreLRDTTPIqkGE4o,1918
|
943
|
+
sdk/model/decorators/impl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
944
|
+
sdk/model/decorators/impl/api_implementation.py,sha256=7eXXCxUud-mcRQ77AhSRFLwYabTjVJGhu2d3wQYfSU0,1005
|
945
|
+
sdk/model/decorators/impl/timer_implementation.py,sha256=nhw24ETkSkflr1SXowv-RTqCRU939LMtWFdoQAnkKgM,217
|
946
|
+
sdk/model/decorators/timer.py,sha256=7fCl4SgEmaL7rR-q6_4oUMC7IIuSLq9V16aWviRSr4g,756
|
947
|
+
sdk/model/fs_info_mapping_retriever.py,sha256=vskiEEJY7597yngFyVdb979W0FMfBtRF3zns0k97kpY,2458
|
948
|
+
sdk/model/model_version_tracking.py,sha256=BzY9L7785-TgqsorJfof5-KY9Ovvg2iBPw2Wi9Qoywc,1444
|
949
|
+
sdk/model/schema.py,sha256=gpYUgdYLHIbEbysPibEpWbrYa6hi35uZGgjO-ox0llM,1995
|
950
|
+
sdk/model/schema_entities.py,sha256=KWMVAejjH1-qkdZYEjZonTrevR--vYy1Mvlxp5zESFo,2737
|
951
|
+
sdk/model/tools/__init__.py,sha256=W1buPskvUpj28ec4y-M8SmjrjgVHmxKLBGldDot1mwQ,788
|
952
|
+
sdk/model/tools/adapters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
953
|
+
sdk/model/tools/adapters/encoders.py,sha256=VBxgv5-Gdcz8hyj9dFCAz9JpKmD46uoC_E7F-2ViqOw,1193
|
954
|
+
sdk/model/tools/adapters/input.py,sha256=0DjjBJll015bZ06fCl18o3zDywq32o242SJ3Q-yUP8A,2211
|
955
|
+
sdk/model/tools/adapters/input_adapters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
956
|
+
sdk/model/tools/adapters/input_adapters/base_input.py,sha256=LHwxP323dokgtouo5sXoNKsBk3kEoeJuUV7M-opzmcM,606
|
957
|
+
sdk/model/tools/adapters/input_adapters/dataframe_input.py,sha256=yFvBTzLWfbBn9sDZ-oLQKW0JKUnLJvM3kOEMeUvTSJk,1571
|
958
|
+
sdk/model/tools/adapters/input_adapters/file_input.py,sha256=NZXCce9J0E69ncePVE8ZN7maZKf7giQ7x537AxTpykk,178
|
959
|
+
sdk/model/tools/adapters/input_adapters/image_input.py,sha256=Gn-vfE5QHSjbbcUy0xRJGWkoFJaZsKS6oqYQ0cVCLmU,1462
|
960
|
+
sdk/model/tools/adapters/input_adapters/json_input.py,sha256=FLFFOqDob7YSGPlfrBSEAKg8wnxP7QWxAwyZaDlkD0k,621
|
961
|
+
sdk/model/tools/adapters/input_adapters/string_input.py,sha256=K2SIJy92C-1eX1ReT8iqeFAU8UQWF2d88Zv79jsMrac,151
|
962
|
+
sdk/model/tools/adapters/input_adapters/tf_tensor_input.py,sha256=zbSGQBC5GRRag1M4jwsj6SYDaioBg4OICdv9v50jHXo,1414
|
963
|
+
sdk/model/tools/adapters/output.py,sha256=4RmY3PgCnZ1FdtokCDrb2NY8DHwgvZYcfE03YHyueW4,2761
|
964
|
+
sdk/model/tools/adapters/output_adapters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
965
|
+
sdk/model/tools/adapters/output_adapters/base_output.py,sha256=VXiwnA1499RQSfdFbEU769lRhuOqWTBPfXglKaymhRc,343
|
966
|
+
sdk/model/tools/adapters/output_adapters/dataframe_output.py,sha256=Xlp7hgVIgo_nUG70Foulbh-K2OyzKje9pNJxy6ouc40,809
|
967
|
+
sdk/model/tools/adapters/output_adapters/default_output.py,sha256=Pt99hiJipHWUuhUXmCqO3C0dm_pVTl5iR5khqMLkQ2Q,1738
|
968
|
+
sdk/model/tools/adapters/output_adapters/json_output.py,sha256=8jtsuZ8_J4Qt7KJprjQ7moZZN3vJlYFuW69NKl5pxdQ,587
|
969
|
+
sdk/model/tools/adapters/output_adapters/tf_tensor_output.py,sha256=62MgwwP3jwFBr_u3VhC5nwKMXcRaWS27PPmOwQFN84U,1093
|
970
|
+
sdk/model/tools/run_model_locally.py,sha256=lnaEQa7-6Tg_AoEDGuD1dqcm1E7lL3cPY8Nnt0FA2Vc,2301
|
971
|
+
sdk/model/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
972
|
+
sdk/model/utils/extract_wrapped_function.py,sha256=uIle1zL8vbmeS3PGAuaNFLIUQAsvpuzk3LlH-Teba94,320
|
973
|
+
sdk/model/utils/feature_utils.py,sha256=dKHZqeIjlpHCf2a7iXFKb4z2kOkpTrHnL2HZGwt3ui0,2526
|
974
|
+
sdk/model_loggers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
975
|
+
sdk/model_loggers/model_logger.py,sha256=yKZ35U9CIigkvWDKZhKlW5mB8Lb6PpkrIIoCWoGBVFQ,887
|
976
|
+
storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
977
|
+
storage/_environment.py,sha256=zuzOJBtBwFaguwn_JkKjfhXStZoustgP30KzOP3mYv8,707
|
978
|
+
storage/artifactory/__init__.py,sha256=C02rcm7kqsZBVA6c6Gztxamj96hn8Aj6BuzYWFRmWbQ,71
|
979
|
+
storage/artifactory/_artifactory_api.py,sha256=5CUot4obGBVbZdf0PId50byuuAgzh5zTyvDhmFtYdvM,11200
|
980
|
+
storage/authentication/login/__init__.py,sha256=ch8UhQwh3o5ddyoJykQ0Bnog5-8qKHmeDpwqny8xMzM,46
|
981
|
+
storage/authentication/login/_login_cli.py,sha256=uEXqLMZ9issisjJdlkaJmg_oHhpoWLblasR1euNDmJI,8137
|
982
|
+
storage/authentication/login/_login_command.py,sha256=6zThjWKSHPlq83J-P4yI8WopNr8klvTDlqRT4N9RKcs,2749
|
983
|
+
storage/authentication/models/__init__.py,sha256=e8MvB-Pz9WPWPRnrM_rsndUQzDpHWTZQrCVmK2AIeuI,113
|
984
|
+
storage/authentication/models/_auth.py,sha256=MQeRDHBBwkqFvGpXf8oB8Q11eqBQJgoRNsb20RBOnrA,443
|
985
|
+
storage/authentication/models/_auth_config.py,sha256=aq4i9a7b4Cr3ySoylRoZWSqc-p81reyx3kd7kb_KLf4,2024
|
986
|
+
storage/authentication/models/_login.py,sha256=jcFdiWRqjaVAGG9hiYpPHF0WUNT4DqMqVp1FPFGuwOM,723
|
987
|
+
storage/authentication/utils/__init__.py,sha256=NBT-KjHJrqXYS3sZvWENjq1gmLiyKSN3fXWDl0-rh8k,430
|
988
|
+
storage/authentication/utils/_authentication_utils.py,sha256=wkKyWCluq-zkp1dh1FO8tW3QzFhUSYhvVjGwlWgSWQc,9730
|
989
|
+
storage/authentication/utils/_login_checks_utils.py,sha256=pYkhqxFyOSTtdQuYcIKzIWL_QdjmomIt3yOLX_eDGKQ,2993
|
990
|
+
storage/base_storage.py,sha256=k9CAj9wlnlydxuVZKcC-IcW9GP0KdVoDNKUevemeaYI,5606
|
991
|
+
storage/constants.py,sha256=Fx-Dyzkl9e28O2qCvIgyEf2aBuhftXAdbn2BIfXFaGw,1542
|
992
|
+
storage/exceptions/checksum_verification_error.py,sha256=t1muLRYvqza7Q4jo1mYHck9ZoDwlGE7WxcheAFAnIQs,159
|
993
|
+
storage/exceptions/validation_error.py,sha256=_twu_xcL-O7D26qkskuuR-_NcnPPTADIUO9HGY4g0x0,156
|
994
|
+
storage/frog_ml.py,sha256=S6T3I_vMoHkzY_mGCLA5j6-ofkhFc6Enc7HaXbQJ7VU,24182
|
995
|
+
storage/http/__init__.py,sha256=BOXGzjq1gJXlihldaZvMQNGJIdCy-UHWsk3u-bXEZnQ,36
|
996
|
+
storage/http/http_client.py,sha256=tXegbonhMiyN0FzjTSqOeg5OBsFYBozkbMtRfZibTUM,2435
|
997
|
+
storage/logging/__init__.py,sha256=JaBPWQQt3pjoLhUcZtgqPydGlKAWYpSvfPkt2z1Wi90,32
|
998
|
+
storage/logging/_log_config.py,sha256=ytwyRLYr3SyRlo4UpTjLBtlNqVApP9URTVO5m5DN3uU,1162
|
999
|
+
storage/logging/log_utils.py,sha256=VTKpXryOniyVKaSnxN_8ne9CNpSS-L1p6mCCcFQE_8w,711
|
1000
|
+
storage/models/__init__.py,sha256=ZoWMjtQ4Bn-ARJqKEUp-XDRbHgaSQJG_1M2S5z91jbQ,47
|
1001
|
+
storage/models/_download_context.py,sha256=nVzPyGZxef7FkbOyM3A76I0o7cAnMAKxROrAM7DEvnE,1667
|
1002
|
+
storage/models/dataset_manifest.py,sha256=kfOQQYhJEezrh27r4mTq7YaohjMs6BVBNb0jn7DsM3k,303
|
1003
|
+
storage/models/entity_manifest.py,sha256=AkSJW8pGNHC5jutEciWV4UBCaVJA9lT8TywlZClHV9E,2787
|
1004
|
+
storage/models/frogml_dataset_version.py,sha256=GPVmclDHykRAtN5dbRZSDcEAPWRmtrMFjj7OV7qhG94,637
|
1005
|
+
storage/models/frogml_entity_type_info.py,sha256=PBwPpquN8HghgIvyuJIcSQvRF8-adUT5oEJo_PEMhpc,1405
|
1006
|
+
storage/models/frogml_entity_version.py,sha256=I5JxlHTPp0IrxiA3Hbcy8dD-YL7KgrZrMm_4hEEgG0Q,928
|
1007
|
+
storage/models/frogml_model_version.py,sha256=-w5J2uPVt6_GXPKrbmzxBQn_bi9M0OJCwopVY4U9fzo,631
|
1008
|
+
storage/models/model_manifest.py,sha256=44JqShsYVWba-6UwlrnlqDhKVdKspXVBAUQ2f93Encc,2200
|
1009
|
+
storage/models/serialization_metadata.py,sha256=KOJ9Yj0XGbYudpcUBMh67Hd7VohmoWsYOvhD-L2yzyY,347
|
1010
|
+
storage/utils/__init__.py,sha256=HQUWfuGUIPZY7kfS795TRW8BQ4WmNqrNjS7lUrbxCdk,299
|
1011
|
+
storage/utils/_input_checks_utility.py,sha256=TgQ7Ycdkdu8bdDPX-jOvzo2QazccsRqPv4Qm3c_U4HU,3221
|
1012
|
+
storage/utils/_storage_utils.py,sha256=HB2g7uY5A3b33yIcAUM1OjHb5jWsnpESsiDrEviQwrI,366
|
1013
|
+
storage/utils/_url_utils.py,sha256=NUEfz9Fp1iE8b676-A5wrMlSTsJVRKrUhcUItOFAJD8,821
|
1014
|
+
frogml_core-0.0.118.dist-info/METADATA,sha256=XyFTso9HmQdB4t_Ag2q2PM6wO0luTHjIQr2DsFIi-Ig,14893
|
1015
|
+
frogml_core-0.0.118.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
1016
|
+
frogml_core-0.0.118.dist-info/RECORD,,
|