frogml-core 0.0.116__py3-none-any.whl → 0.0.117__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.117.dist-info/METADATA +410 -0
- frogml_core-0.0.117.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.117.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
@@ -1,101 +0,0 @@
|
|
1
|
-
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
2
|
-
"""Client and server classes corresponding to protobuf-defined services."""
|
3
|
-
import grpc
|
4
|
-
|
5
|
-
from frogml_proto.qwak.monitoring.v0 import alerting_channel_sync_service_pb2 as qwak_dot_monitoring_dot_v0_dot_alerting__channel__sync__service__pb2
|
6
|
-
|
7
|
-
|
8
|
-
class AlertingChannelSyncServiceStub(object):
|
9
|
-
"""Missing associated documentation comment in .proto file."""
|
10
|
-
|
11
|
-
def __init__(self, channel):
|
12
|
-
"""Constructor.
|
13
|
-
|
14
|
-
Args:
|
15
|
-
channel: A grpc.Channel.
|
16
|
-
"""
|
17
|
-
self.ListAlertingChannelsForEdgeCluster = channel.unary_unary(
|
18
|
-
'/qwak.monitoring.v0.AlertingChannelSyncService/ListAlertingChannelsForEdgeCluster',
|
19
|
-
request_serializer=qwak_dot_monitoring_dot_v0_dot_alerting__channel__sync__service__pb2.ListAlertingChannelsForEdgeClusterRequest.SerializeToString,
|
20
|
-
response_deserializer=qwak_dot_monitoring_dot_v0_dot_alerting__channel__sync__service__pb2.ListAlertingChannelsForEdgeClusterResponse.FromString,
|
21
|
-
)
|
22
|
-
self.ListAlertingChannelsForCoreCluster = channel.unary_unary(
|
23
|
-
'/qwak.monitoring.v0.AlertingChannelSyncService/ListAlertingChannelsForCoreCluster',
|
24
|
-
request_serializer=qwak_dot_monitoring_dot_v0_dot_alerting__channel__sync__service__pb2.ListAlertingChannelsForCoreClusterRequest.SerializeToString,
|
25
|
-
response_deserializer=qwak_dot_monitoring_dot_v0_dot_alerting__channel__sync__service__pb2.ListAlertingChannelsForCoreClusterResponse.FromString,
|
26
|
-
)
|
27
|
-
|
28
|
-
|
29
|
-
class AlertingChannelSyncServiceServicer(object):
|
30
|
-
"""Missing associated documentation comment in .proto file."""
|
31
|
-
|
32
|
-
def ListAlertingChannelsForEdgeCluster(self, request, context):
|
33
|
-
"""List alerting channels for edge channels
|
34
|
-
"""
|
35
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
36
|
-
context.set_details('Method not implemented!')
|
37
|
-
raise NotImplementedError('Method not implemented!')
|
38
|
-
|
39
|
-
def ListAlertingChannelsForCoreCluster(self, request, context):
|
40
|
-
"""List alerting channels for core channels
|
41
|
-
"""
|
42
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
43
|
-
context.set_details('Method not implemented!')
|
44
|
-
raise NotImplementedError('Method not implemented!')
|
45
|
-
|
46
|
-
|
47
|
-
def add_AlertingChannelSyncServiceServicer_to_server(servicer, server):
|
48
|
-
rpc_method_handlers = {
|
49
|
-
'ListAlertingChannelsForEdgeCluster': grpc.unary_unary_rpc_method_handler(
|
50
|
-
servicer.ListAlertingChannelsForEdgeCluster,
|
51
|
-
request_deserializer=qwak_dot_monitoring_dot_v0_dot_alerting__channel__sync__service__pb2.ListAlertingChannelsForEdgeClusterRequest.FromString,
|
52
|
-
response_serializer=qwak_dot_monitoring_dot_v0_dot_alerting__channel__sync__service__pb2.ListAlertingChannelsForEdgeClusterResponse.SerializeToString,
|
53
|
-
),
|
54
|
-
'ListAlertingChannelsForCoreCluster': grpc.unary_unary_rpc_method_handler(
|
55
|
-
servicer.ListAlertingChannelsForCoreCluster,
|
56
|
-
request_deserializer=qwak_dot_monitoring_dot_v0_dot_alerting__channel__sync__service__pb2.ListAlertingChannelsForCoreClusterRequest.FromString,
|
57
|
-
response_serializer=qwak_dot_monitoring_dot_v0_dot_alerting__channel__sync__service__pb2.ListAlertingChannelsForCoreClusterResponse.SerializeToString,
|
58
|
-
),
|
59
|
-
}
|
60
|
-
generic_handler = grpc.method_handlers_generic_handler(
|
61
|
-
'qwak.monitoring.v0.AlertingChannelSyncService', rpc_method_handlers)
|
62
|
-
server.add_generic_rpc_handlers((generic_handler,))
|
63
|
-
|
64
|
-
|
65
|
-
# This class is part of an EXPERIMENTAL API.
|
66
|
-
class AlertingChannelSyncService(object):
|
67
|
-
"""Missing associated documentation comment in .proto file."""
|
68
|
-
|
69
|
-
@staticmethod
|
70
|
-
def ListAlertingChannelsForEdgeCluster(request,
|
71
|
-
target,
|
72
|
-
options=(),
|
73
|
-
channel_credentials=None,
|
74
|
-
call_credentials=None,
|
75
|
-
insecure=False,
|
76
|
-
compression=None,
|
77
|
-
wait_for_ready=None,
|
78
|
-
timeout=None,
|
79
|
-
metadata=None):
|
80
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.monitoring.v0.AlertingChannelSyncService/ListAlertingChannelsForEdgeCluster',
|
81
|
-
qwak_dot_monitoring_dot_v0_dot_alerting__channel__sync__service__pb2.ListAlertingChannelsForEdgeClusterRequest.SerializeToString,
|
82
|
-
qwak_dot_monitoring_dot_v0_dot_alerting__channel__sync__service__pb2.ListAlertingChannelsForEdgeClusterResponse.FromString,
|
83
|
-
options, channel_credentials,
|
84
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
85
|
-
|
86
|
-
@staticmethod
|
87
|
-
def ListAlertingChannelsForCoreCluster(request,
|
88
|
-
target,
|
89
|
-
options=(),
|
90
|
-
channel_credentials=None,
|
91
|
-
call_credentials=None,
|
92
|
-
insecure=False,
|
93
|
-
compression=None,
|
94
|
-
wait_for_ready=None,
|
95
|
-
timeout=None,
|
96
|
-
metadata=None):
|
97
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.monitoring.v0.AlertingChannelSyncService/ListAlertingChannelsForCoreCluster',
|
98
|
-
qwak_dot_monitoring_dot_v0_dot_alerting__channel__sync__service__pb2.ListAlertingChannelsForCoreClusterRequest.SerializeToString,
|
99
|
-
qwak_dot_monitoring_dot_v0_dot_alerting__channel__sync__service__pb2.ListAlertingChannelsForCoreClusterResponse.FromString,
|
100
|
-
options, channel_credentials,
|
101
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
@@ -1,27 +0,0 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
-
# source: frogml_proto.qwak.offline/serving/v1/feature_values.proto
|
4
|
-
"""Generated protocol buffer code."""
|
5
|
-
from google.protobuf import descriptor as _descriptor
|
6
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
-
from google.protobuf import symbol_database as _symbol_database
|
8
|
-
from google.protobuf.internal import builder as _builder
|
9
|
-
# @@protoc_insertion_point(imports)
|
10
|
-
|
11
|
-
_sym_db = _symbol_database.Default()
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,qwak/offline/serving/v1/feature_values.proto\x12%qwak.feature.store.offline.serving.v1\"D\n\x12\x46\x65\x61turesetFeatures\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\x12\x15\n\rfeature_names\x18\x02 \x03(\tB&\n\"com.qwak.ai.offline.serving.api.v1P\x01\x62\x06proto3')
|
17
|
-
|
18
|
-
_globals = globals()
|
19
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
20
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.offline.serving.v1.feature_values_pb2', _globals)
|
21
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
22
|
-
|
23
|
-
DESCRIPTOR._options = None
|
24
|
-
DESCRIPTOR._serialized_options = b'\n\"com.qwak.ai.offline.serving.api.v1P\001'
|
25
|
-
_globals['_FEATURESETFEATURES']._serialized_start=87
|
26
|
-
_globals['_FEATURESETFEATURES']._serialized_end=155
|
27
|
-
# @@protoc_insertion_point(module_scope)
|
@@ -1,55 +0,0 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
-
# source: frogml_proto.qwak.offline/serving/v1/offline_serving_async_service.proto
|
4
|
-
"""Generated protocol buffer code."""
|
5
|
-
from google.protobuf import descriptor as _descriptor
|
6
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
-
from google.protobuf import symbol_database as _symbol_database
|
8
|
-
from google.protobuf.internal import builder as _builder
|
9
|
-
# @@protoc_insertion_point(imports)
|
10
|
-
|
11
|
-
_sym_db = _symbol_database.Default()
|
12
|
-
|
13
|
-
|
14
|
-
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
15
|
-
from frogml_proto.qwak.offline.serving.v1 import population_pb2 as qwak_dot_offline_dot_serving_dot_v1_dot_population__pb2
|
16
|
-
from frogml_proto.qwak.offline.serving.v1 import feature_values_pb2 as qwak_dot_offline_dot_serving_dot_v1_dot_feature__values__pb2
|
17
|
-
from frogml_proto.qwak.offline.serving.v1 import options_pb2 as qwak_dot_offline_dot_serving_dot_v1_dot_options__pb2
|
18
|
-
|
19
|
-
|
20
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;qwak/offline/serving/v1/offline_serving_async_service.proto\x12%qwak.feature.store.offline.serving.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a(qwak/offline/serving/v1/population.proto\x1a,qwak/offline/serving/v1/feature_values.proto\x1a%qwak/offline/serving/v1/options.proto\"{\n\x17GetFileUploadUrlRequest\x12X\n\npopulation\x18\x01 \x01(\x0b\x32\x42.qwak.feature.store.offline.serving.v1.PopulationFileUploadUrlTypeH\x00\x42\x06\n\x04type\"3\n\x18GetFileUploadUrlResponse\x12\x17\n\x0f\x66ile_upload_url\x18\x01 \x01(\t\"\xd5\x02\n\x17GetFeatureValuesRequest\x12K\n\x08\x66\x65\x61tures\x18\x01 \x03(\x0b\x32\x39.qwak.feature.store.offline.serving.v1.FeaturesetFeatures\x12J\n\npopulation\x18\x02 \x01(\x0b\x32\x36.qwak.feature.store.offline.serving.v1.TimedPopulation\x12M\n\x12result_file_format\x18\x03 \x01(\x0e\x32\x31.qwak.feature.store.offline.serving.v1.FileFormat\x12R\n\x07options\x18\x04 \x01(\x0b\x32\x41.qwak.feature.store.offline.serving.v1.OfflineServingQueryOptions\".\n\x18GetFeatureValuesResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\"\xdc\x03\n\x1eGetFeatureValuesInRangeRequest\x12K\n\x08\x66\x65\x61tures\x18\x01 \x01(\x0b\x32\x39.qwak.feature.store.offline.serving.v1.FeaturesetFeatures\x12\x34\n\x10lower_time_bound\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10upper_time_bound\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12G\n\npopulation\x18\x04 \x01(\x0b\x32\x31.qwak.feature.store.offline.serving.v1.PopulationH\x00\x12M\n\x12result_file_format\x18\x05 \x01(\x0e\x32\x31.qwak.feature.store.offline.serving.v1.FileFormat\x12R\n\x07options\x18\x06 \x01(\x0b\x32\x41.qwak.feature.store.offline.serving.v1.OfflineServingQueryOptionsB\x15\n\x13optional_population\"5\n\x1fGetFeatureValuesInRangeResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\"3\n\x1dGetFeatureValuesResultRequest\x12\x12\n\nrequest_id\x18\x01 \x01(\t\"\x9b\x02\n\x1eGetFeatureValuesResultResponse\x12Q\n\x06status\x18\x01 \x01(\x0e\x32\x41.qwak.feature.store.offline.serving.v1.FeatureValuesRequestStatus\x12K\n\rlink_to_files\x18\x02 \x01(\x0b\x32\x32.qwak.feature.store.offline.serving.v1.LinkToFilesH\x00\x12N\n\x0e\x66\x61ilure_reason\x18\x03 \x01(\x0b\x32\x34.qwak.feature.store.offline.serving.v1.FailureReasonH\x00\x42\t\n\x07payload\" \n\rFailureReason\x12\x0f\n\x07message\x18\x01 \x01(\t\"$\n\x0bLinkToFiles\x12\x15\n\rlink_to_files\x18\x01 \x03(\t*\xf6\x01\n\x1a\x46\x65\x61tureValuesRequestStatus\x12)\n%FEATURE_VALUES_REQUEST_STATUS_INVALID\x10\x00\x12+\n\'FEATURE_VALUES_REQUEST_STATUS_SUCCEEDED\x10\x01\x12)\n%FEATURE_VALUES_REQUEST_STATUS_PENDING\x10\x02\x12+\n\'FEATURE_VALUES_REQUEST_STATUS_CANCELLED\x10\x03\x12(\n$FEATURE_VALUES_REQUEST_STATUS_FAILED\x10\x04*:\n\nFileFormat\x12\x17\n\x13\x46ILE_FORMAT_INVALID\x10\x00\x12\x13\n\x0f\x46ILE_FORMAT_CSV\x10\x01\x32\xa7\x05\n&FeatureStoreOfflineServingAsyncService\x12\x93\x01\n\x10GetFileUploadUrl\x12>.qwak.feature.store.offline.serving.v1.GetFileUploadUrlRequest\x1a?.qwak.feature.store.offline.serving.v1.GetFileUploadUrlResponse\x12\x93\x01\n\x10GetFeatureValues\x12>.qwak.feature.store.offline.serving.v1.GetFeatureValuesRequest\x1a?.qwak.feature.store.offline.serving.v1.GetFeatureValuesResponse\x12\xa8\x01\n\x17GetFeatureValuesInRange\x12\x45.qwak.feature.store.offline.serving.v1.GetFeatureValuesInRangeRequest\x1a\x46.qwak.feature.store.offline.serving.v1.GetFeatureValuesInRangeResponse\x12\xa5\x01\n\x16GetFeatureValuesResult\x12\x44.qwak.feature.store.offline.serving.v1.GetFeatureValuesResultRequest\x1a\x45.qwak.feature.store.offline.serving.v1.GetFeatureValuesResultResponseB&\n\"com.qwak.ai.offline.serving.api.v1P\x01\x62\x06proto3')
|
21
|
-
|
22
|
-
_globals = globals()
|
23
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
24
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.offline.serving.v1.offline_serving_async_service_pb2', _globals)
|
25
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
26
|
-
|
27
|
-
DESCRIPTOR._options = None
|
28
|
-
DESCRIPTOR._serialized_options = b'\n\"com.qwak.ai.offline.serving.api.v1P\001'
|
29
|
-
_globals['_FEATUREVALUESREQUESTSTATUS']._serialized_start=1778
|
30
|
-
_globals['_FEATUREVALUESREQUESTSTATUS']._serialized_end=2024
|
31
|
-
_globals['_FILEFORMAT']._serialized_start=2026
|
32
|
-
_globals['_FILEFORMAT']._serialized_end=2084
|
33
|
-
_globals['_GETFILEUPLOADURLREQUEST']._serialized_start=262
|
34
|
-
_globals['_GETFILEUPLOADURLREQUEST']._serialized_end=385
|
35
|
-
_globals['_GETFILEUPLOADURLRESPONSE']._serialized_start=387
|
36
|
-
_globals['_GETFILEUPLOADURLRESPONSE']._serialized_end=438
|
37
|
-
_globals['_GETFEATUREVALUESREQUEST']._serialized_start=441
|
38
|
-
_globals['_GETFEATUREVALUESREQUEST']._serialized_end=782
|
39
|
-
_globals['_GETFEATUREVALUESRESPONSE']._serialized_start=784
|
40
|
-
_globals['_GETFEATUREVALUESRESPONSE']._serialized_end=830
|
41
|
-
_globals['_GETFEATUREVALUESINRANGEREQUEST']._serialized_start=833
|
42
|
-
_globals['_GETFEATUREVALUESINRANGEREQUEST']._serialized_end=1309
|
43
|
-
_globals['_GETFEATUREVALUESINRANGERESPONSE']._serialized_start=1311
|
44
|
-
_globals['_GETFEATUREVALUESINRANGERESPONSE']._serialized_end=1364
|
45
|
-
_globals['_GETFEATUREVALUESRESULTREQUEST']._serialized_start=1366
|
46
|
-
_globals['_GETFEATUREVALUESRESULTREQUEST']._serialized_end=1417
|
47
|
-
_globals['_GETFEATUREVALUESRESULTRESPONSE']._serialized_start=1420
|
48
|
-
_globals['_GETFEATUREVALUESRESULTRESPONSE']._serialized_end=1703
|
49
|
-
_globals['_FAILUREREASON']._serialized_start=1705
|
50
|
-
_globals['_FAILUREREASON']._serialized_end=1737
|
51
|
-
_globals['_LINKTOFILES']._serialized_start=1739
|
52
|
-
_globals['_LINKTOFILES']._serialized_end=1775
|
53
|
-
_globals['_FEATURESTOREOFFLINESERVINGASYNCSERVICE']._serialized_start=2087
|
54
|
-
_globals['_FEATURESTOREOFFLINESERVINGASYNCSERVICE']._serialized_end=2766
|
55
|
-
# @@protoc_insertion_point(module_scope)
|
@@ -1,279 +0,0 @@
|
|
1
|
-
"""
|
2
|
-
@generated by mypy-protobuf. Do not edit manually!
|
3
|
-
isort:skip_file
|
4
|
-
"""
|
5
|
-
import builtins
|
6
|
-
import collections.abc
|
7
|
-
import google.protobuf.descriptor
|
8
|
-
import google.protobuf.internal.containers
|
9
|
-
import google.protobuf.internal.enum_type_wrapper
|
10
|
-
import google.protobuf.message
|
11
|
-
import google.protobuf.timestamp_pb2
|
12
|
-
import frogml_proto.qwak.offline.serving.v1.feature_values_pb2
|
13
|
-
import frogml_proto.qwak.offline.serving.v1.options_pb2
|
14
|
-
import frogml_proto.qwak.offline.serving.v1.population_pb2
|
15
|
-
import sys
|
16
|
-
import typing
|
17
|
-
|
18
|
-
if sys.version_info >= (3, 10):
|
19
|
-
import typing as typing_extensions
|
20
|
-
else:
|
21
|
-
import typing_extensions
|
22
|
-
|
23
|
-
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
24
|
-
|
25
|
-
class _FeatureValuesRequestStatus:
|
26
|
-
ValueType = typing.NewType("ValueType", builtins.int)
|
27
|
-
V: typing_extensions.TypeAlias = ValueType
|
28
|
-
|
29
|
-
class _FeatureValuesRequestStatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_FeatureValuesRequestStatus.ValueType], builtins.type): # noqa: F821
|
30
|
-
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
31
|
-
FEATURE_VALUES_REQUEST_STATUS_INVALID: _FeatureValuesRequestStatus.ValueType # 0
|
32
|
-
"""Invalid status"""
|
33
|
-
FEATURE_VALUES_REQUEST_STATUS_SUCCEEDED: _FeatureValuesRequestStatus.ValueType # 1
|
34
|
-
"""Request Success"""
|
35
|
-
FEATURE_VALUES_REQUEST_STATUS_PENDING: _FeatureValuesRequestStatus.ValueType # 2
|
36
|
-
"""Request Pending"""
|
37
|
-
FEATURE_VALUES_REQUEST_STATUS_CANCELLED: _FeatureValuesRequestStatus.ValueType # 3
|
38
|
-
"""Request Canceled"""
|
39
|
-
FEATURE_VALUES_REQUEST_STATUS_FAILED: _FeatureValuesRequestStatus.ValueType # 4
|
40
|
-
"""Request Failed"""
|
41
|
-
|
42
|
-
class FeatureValuesRequestStatus(_FeatureValuesRequestStatus, metaclass=_FeatureValuesRequestStatusEnumTypeWrapper): ...
|
43
|
-
|
44
|
-
FEATURE_VALUES_REQUEST_STATUS_INVALID: FeatureValuesRequestStatus.ValueType # 0
|
45
|
-
"""Invalid status"""
|
46
|
-
FEATURE_VALUES_REQUEST_STATUS_SUCCEEDED: FeatureValuesRequestStatus.ValueType # 1
|
47
|
-
"""Request Success"""
|
48
|
-
FEATURE_VALUES_REQUEST_STATUS_PENDING: FeatureValuesRequestStatus.ValueType # 2
|
49
|
-
"""Request Pending"""
|
50
|
-
FEATURE_VALUES_REQUEST_STATUS_CANCELLED: FeatureValuesRequestStatus.ValueType # 3
|
51
|
-
"""Request Canceled"""
|
52
|
-
FEATURE_VALUES_REQUEST_STATUS_FAILED: FeatureValuesRequestStatus.ValueType # 4
|
53
|
-
"""Request Failed"""
|
54
|
-
global___FeatureValuesRequestStatus = FeatureValuesRequestStatus
|
55
|
-
|
56
|
-
class _FileFormat:
|
57
|
-
ValueType = typing.NewType("ValueType", builtins.int)
|
58
|
-
V: typing_extensions.TypeAlias = ValueType
|
59
|
-
|
60
|
-
class _FileFormatEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_FileFormat.ValueType], builtins.type): # noqa: F821
|
61
|
-
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
62
|
-
FILE_FORMAT_INVALID: _FileFormat.ValueType # 0
|
63
|
-
"""Invalid format"""
|
64
|
-
FILE_FORMAT_CSV: _FileFormat.ValueType # 1
|
65
|
-
"""Csv format"""
|
66
|
-
|
67
|
-
class FileFormat(_FileFormat, metaclass=_FileFormatEnumTypeWrapper): ...
|
68
|
-
|
69
|
-
FILE_FORMAT_INVALID: FileFormat.ValueType # 0
|
70
|
-
"""Invalid format"""
|
71
|
-
FILE_FORMAT_CSV: FileFormat.ValueType # 1
|
72
|
-
"""Csv format"""
|
73
|
-
global___FileFormat = FileFormat
|
74
|
-
|
75
|
-
class GetFileUploadUrlRequest(google.protobuf.message.Message):
|
76
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
77
|
-
|
78
|
-
POPULATION_FIELD_NUMBER: builtins.int
|
79
|
-
@property
|
80
|
-
def population(self) -> frogml_proto.qwak.offline.serving.v1.population_pb2.PopulationFileUploadUrlType:
|
81
|
-
"""Used to Get File Upload Url for population dataset"""
|
82
|
-
def __init__(
|
83
|
-
self,
|
84
|
-
*,
|
85
|
-
population: frogml_proto.qwak.offline.serving.v1.population_pb2.PopulationFileUploadUrlType | None = ...,
|
86
|
-
) -> None: ...
|
87
|
-
def HasField(self, field_name: typing_extensions.Literal["population", b"population", "type", b"type"]) -> builtins.bool: ...
|
88
|
-
def ClearField(self, field_name: typing_extensions.Literal["population", b"population", "type", b"type"]) -> None: ...
|
89
|
-
def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["population"] | None: ...
|
90
|
-
|
91
|
-
global___GetFileUploadUrlRequest = GetFileUploadUrlRequest
|
92
|
-
|
93
|
-
class GetFileUploadUrlResponse(google.protobuf.message.Message):
|
94
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
95
|
-
|
96
|
-
FILE_UPLOAD_URL_FIELD_NUMBER: builtins.int
|
97
|
-
file_upload_url: builtins.str
|
98
|
-
"""The generated url to which the file can be uploaded"""
|
99
|
-
def __init__(
|
100
|
-
self,
|
101
|
-
*,
|
102
|
-
file_upload_url: builtins.str = ...,
|
103
|
-
) -> None: ...
|
104
|
-
def ClearField(self, field_name: typing_extensions.Literal["file_upload_url", b"file_upload_url"]) -> None: ...
|
105
|
-
|
106
|
-
global___GetFileUploadUrlResponse = GetFileUploadUrlResponse
|
107
|
-
|
108
|
-
class GetFeatureValuesRequest(google.protobuf.message.Message):
|
109
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
110
|
-
|
111
|
-
FEATURES_FIELD_NUMBER: builtins.int
|
112
|
-
POPULATION_FIELD_NUMBER: builtins.int
|
113
|
-
RESULT_FILE_FORMAT_FIELD_NUMBER: builtins.int
|
114
|
-
OPTIONS_FIELD_NUMBER: builtins.int
|
115
|
-
@property
|
116
|
-
def features(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[qwak.offline.serving.v1.feature_values_pb2.FeaturesetFeatures]:
|
117
|
-
"""a List of featureset name and it's feature names"""
|
118
|
-
@property
|
119
|
-
def population(self) -> frogml_proto.qwak.offline.serving.v1.population_pb2.TimedPopulation:
|
120
|
-
"""The population dataset with timestamp column"""
|
121
|
-
result_file_format: global___FileFormat.ValueType
|
122
|
-
"""The format of the result files"""
|
123
|
-
@property
|
124
|
-
def options(self) -> frogml_proto.qwak.offline.serving.v1.options_pb2.OfflineServingQueryOptions:
|
125
|
-
"""Query Options"""
|
126
|
-
def __init__(
|
127
|
-
self,
|
128
|
-
*,
|
129
|
-
features: collections.abc.Iterable[qwak.offline.serving.v1.feature_values_pb2.FeaturesetFeatures] | None = ...,
|
130
|
-
population: frogml_proto.qwak.offline.serving.v1.population_pb2.TimedPopulation | None = ...,
|
131
|
-
result_file_format: global___FileFormat.ValueType = ...,
|
132
|
-
options: frogml_proto.qwak.offline.serving.v1.options_pb2.OfflineServingQueryOptions | None = ...,
|
133
|
-
) -> None: ...
|
134
|
-
def HasField(self, field_name: typing_extensions.Literal["options", b"options", "population", b"population"]) -> builtins.bool: ...
|
135
|
-
def ClearField(self, field_name: typing_extensions.Literal["features", b"features", "options", b"options", "population", b"population", "result_file_format", b"result_file_format"]) -> None: ...
|
136
|
-
|
137
|
-
global___GetFeatureValuesRequest = GetFeatureValuesRequest
|
138
|
-
|
139
|
-
class GetFeatureValuesResponse(google.protobuf.message.Message):
|
140
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
141
|
-
|
142
|
-
REQUEST_ID_FIELD_NUMBER: builtins.int
|
143
|
-
request_id: builtins.str
|
144
|
-
"""The request_id. used as a handler to retrieve results"""
|
145
|
-
def __init__(
|
146
|
-
self,
|
147
|
-
*,
|
148
|
-
request_id: builtins.str = ...,
|
149
|
-
) -> None: ...
|
150
|
-
def ClearField(self, field_name: typing_extensions.Literal["request_id", b"request_id"]) -> None: ...
|
151
|
-
|
152
|
-
global___GetFeatureValuesResponse = GetFeatureValuesResponse
|
153
|
-
|
154
|
-
class GetFeatureValuesInRangeRequest(google.protobuf.message.Message):
|
155
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
156
|
-
|
157
|
-
FEATURES_FIELD_NUMBER: builtins.int
|
158
|
-
LOWER_TIME_BOUND_FIELD_NUMBER: builtins.int
|
159
|
-
UPPER_TIME_BOUND_FIELD_NUMBER: builtins.int
|
160
|
-
POPULATION_FIELD_NUMBER: builtins.int
|
161
|
-
RESULT_FILE_FORMAT_FIELD_NUMBER: builtins.int
|
162
|
-
OPTIONS_FIELD_NUMBER: builtins.int
|
163
|
-
@property
|
164
|
-
def features(self) -> frogml_proto.qwak.offline.serving.v1.feature_values_pb2.FeaturesetFeatures:
|
165
|
-
"""A single featureset name and it's feature names"""
|
166
|
-
@property
|
167
|
-
def lower_time_bound(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
168
|
-
"""Lower time bound for range query"""
|
169
|
-
@property
|
170
|
-
def upper_time_bound(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
171
|
-
"""Upper time bound for range query"""
|
172
|
-
@property
|
173
|
-
def population(self) -> frogml_proto.qwak.offline.serving.v1.population_pb2.Population: ...
|
174
|
-
result_file_format: global___FileFormat.ValueType
|
175
|
-
"""The format of the result files"""
|
176
|
-
@property
|
177
|
-
def options(self) -> frogml_proto.qwak.offline.serving.v1.options_pb2.OfflineServingQueryOptions:
|
178
|
-
"""Query Options"""
|
179
|
-
def __init__(
|
180
|
-
self,
|
181
|
-
*,
|
182
|
-
features: frogml_proto.qwak.offline.serving.v1.feature_values_pb2.FeaturesetFeatures | None = ...,
|
183
|
-
lower_time_bound: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
184
|
-
upper_time_bound: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
185
|
-
population: frogml_proto.qwak.offline.serving.v1.population_pb2.Population | None = ...,
|
186
|
-
result_file_format: global___FileFormat.ValueType = ...,
|
187
|
-
options: frogml_proto.qwak.offline.serving.v1.options_pb2.OfflineServingQueryOptions | None = ...,
|
188
|
-
) -> None: ...
|
189
|
-
def HasField(self, field_name: typing_extensions.Literal["features", b"features", "lower_time_bound", b"lower_time_bound", "optional_population", b"optional_population", "options", b"options", "population", b"population", "upper_time_bound", b"upper_time_bound"]) -> builtins.bool: ...
|
190
|
-
def ClearField(self, field_name: typing_extensions.Literal["features", b"features", "lower_time_bound", b"lower_time_bound", "optional_population", b"optional_population", "options", b"options", "population", b"population", "result_file_format", b"result_file_format", "upper_time_bound", b"upper_time_bound"]) -> None: ...
|
191
|
-
def WhichOneof(self, oneof_group: typing_extensions.Literal["optional_population", b"optional_population"]) -> typing_extensions.Literal["population"] | None: ...
|
192
|
-
|
193
|
-
global___GetFeatureValuesInRangeRequest = GetFeatureValuesInRangeRequest
|
194
|
-
|
195
|
-
class GetFeatureValuesInRangeResponse(google.protobuf.message.Message):
|
196
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
197
|
-
|
198
|
-
REQUEST_ID_FIELD_NUMBER: builtins.int
|
199
|
-
request_id: builtins.str
|
200
|
-
"""The request_id. used as a handler to retrieve results"""
|
201
|
-
def __init__(
|
202
|
-
self,
|
203
|
-
*,
|
204
|
-
request_id: builtins.str = ...,
|
205
|
-
) -> None: ...
|
206
|
-
def ClearField(self, field_name: typing_extensions.Literal["request_id", b"request_id"]) -> None: ...
|
207
|
-
|
208
|
-
global___GetFeatureValuesInRangeResponse = GetFeatureValuesInRangeResponse
|
209
|
-
|
210
|
-
class GetFeatureValuesResultRequest(google.protobuf.message.Message):
|
211
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
212
|
-
|
213
|
-
REQUEST_ID_FIELD_NUMBER: builtins.int
|
214
|
-
request_id: builtins.str
|
215
|
-
"""The request_id handler returned by one of the Get-Feature-Values endpoints"""
|
216
|
-
def __init__(
|
217
|
-
self,
|
218
|
-
*,
|
219
|
-
request_id: builtins.str = ...,
|
220
|
-
) -> None: ...
|
221
|
-
def ClearField(self, field_name: typing_extensions.Literal["request_id", b"request_id"]) -> None: ...
|
222
|
-
|
223
|
-
global___GetFeatureValuesResultRequest = GetFeatureValuesResultRequest
|
224
|
-
|
225
|
-
class GetFeatureValuesResultResponse(google.protobuf.message.Message):
|
226
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
227
|
-
|
228
|
-
STATUS_FIELD_NUMBER: builtins.int
|
229
|
-
LINK_TO_FILES_FIELD_NUMBER: builtins.int
|
230
|
-
FAILURE_REASON_FIELD_NUMBER: builtins.int
|
231
|
-
status: global___FeatureValuesRequestStatus.ValueType
|
232
|
-
"""The status of the request"""
|
233
|
-
@property
|
234
|
-
def link_to_files(self) -> global___LinkToFiles: ...
|
235
|
-
@property
|
236
|
-
def failure_reason(self) -> global___FailureReason: ...
|
237
|
-
def __init__(
|
238
|
-
self,
|
239
|
-
*,
|
240
|
-
status: global___FeatureValuesRequestStatus.ValueType = ...,
|
241
|
-
link_to_files: global___LinkToFiles | None = ...,
|
242
|
-
failure_reason: global___FailureReason | None = ...,
|
243
|
-
) -> None: ...
|
244
|
-
def HasField(self, field_name: typing_extensions.Literal["failure_reason", b"failure_reason", "link_to_files", b"link_to_files", "payload", b"payload"]) -> builtins.bool: ...
|
245
|
-
def ClearField(self, field_name: typing_extensions.Literal["failure_reason", b"failure_reason", "link_to_files", b"link_to_files", "payload", b"payload", "status", b"status"]) -> None: ...
|
246
|
-
def WhichOneof(self, oneof_group: typing_extensions.Literal["payload", b"payload"]) -> typing_extensions.Literal["link_to_files", "failure_reason"] | None: ...
|
247
|
-
|
248
|
-
global___GetFeatureValuesResultResponse = GetFeatureValuesResultResponse
|
249
|
-
|
250
|
-
class FailureReason(google.protobuf.message.Message):
|
251
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
252
|
-
|
253
|
-
MESSAGE_FIELD_NUMBER: builtins.int
|
254
|
-
message: builtins.str
|
255
|
-
"""Failure reason"""
|
256
|
-
def __init__(
|
257
|
-
self,
|
258
|
-
*,
|
259
|
-
message: builtins.str = ...,
|
260
|
-
) -> None: ...
|
261
|
-
def ClearField(self, field_name: typing_extensions.Literal["message", b"message"]) -> None: ...
|
262
|
-
|
263
|
-
global___FailureReason = FailureReason
|
264
|
-
|
265
|
-
class LinkToFiles(google.protobuf.message.Message):
|
266
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
267
|
-
|
268
|
-
LINK_TO_FILES_FIELD_NUMBER: builtins.int
|
269
|
-
@property
|
270
|
-
def link_to_files(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
271
|
-
"""List of urls to the files"""
|
272
|
-
def __init__(
|
273
|
-
self,
|
274
|
-
*,
|
275
|
-
link_to_files: collections.abc.Iterable[builtins.str] | None = ...,
|
276
|
-
) -> None: ...
|
277
|
-
def ClearField(self, field_name: typing_extensions.Literal["link_to_files", b"link_to_files"]) -> None: ...
|
278
|
-
|
279
|
-
global___LinkToFiles = LinkToFiles
|
@@ -1,165 +0,0 @@
|
|
1
|
-
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
2
|
-
"""Client and server classes corresponding to protobuf-defined services."""
|
3
|
-
import grpc
|
4
|
-
|
5
|
-
from frogml_proto.qwak.offline.serving.v1 import offline_serving_async_service_pb2 as qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2
|
6
|
-
|
7
|
-
|
8
|
-
class FeatureStoreOfflineServingAsyncServiceStub(object):
|
9
|
-
"""Missing associated documentation comment in .proto file."""
|
10
|
-
|
11
|
-
def __init__(self, channel):
|
12
|
-
"""Constructor.
|
13
|
-
|
14
|
-
Args:
|
15
|
-
channel: A grpc.Channel.
|
16
|
-
"""
|
17
|
-
self.GetFileUploadUrl = channel.unary_unary(
|
18
|
-
'/qwak.feature.store.offline.serving.v1.FeatureStoreOfflineServingAsyncService/GetFileUploadUrl',
|
19
|
-
request_serializer=qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFileUploadUrlRequest.SerializeToString,
|
20
|
-
response_deserializer=qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFileUploadUrlResponse.FromString,
|
21
|
-
)
|
22
|
-
self.GetFeatureValues = channel.unary_unary(
|
23
|
-
'/qwak.feature.store.offline.serving.v1.FeatureStoreOfflineServingAsyncService/GetFeatureValues',
|
24
|
-
request_serializer=qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFeatureValuesRequest.SerializeToString,
|
25
|
-
response_deserializer=qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFeatureValuesResponse.FromString,
|
26
|
-
)
|
27
|
-
self.GetFeatureValuesInRange = channel.unary_unary(
|
28
|
-
'/qwak.feature.store.offline.serving.v1.FeatureStoreOfflineServingAsyncService/GetFeatureValuesInRange',
|
29
|
-
request_serializer=qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFeatureValuesInRangeRequest.SerializeToString,
|
30
|
-
response_deserializer=qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFeatureValuesInRangeResponse.FromString,
|
31
|
-
)
|
32
|
-
self.GetFeatureValuesResult = channel.unary_unary(
|
33
|
-
'/qwak.feature.store.offline.serving.v1.FeatureStoreOfflineServingAsyncService/GetFeatureValuesResult',
|
34
|
-
request_serializer=qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFeatureValuesResultRequest.SerializeToString,
|
35
|
-
response_deserializer=qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFeatureValuesResultResponse.FromString,
|
36
|
-
)
|
37
|
-
|
38
|
-
|
39
|
-
class FeatureStoreOfflineServingAsyncServiceServicer(object):
|
40
|
-
"""Missing associated documentation comment in .proto file."""
|
41
|
-
|
42
|
-
def GetFileUploadUrl(self, request, context):
|
43
|
-
"""Missing associated documentation comment in .proto file."""
|
44
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
45
|
-
context.set_details('Method not implemented!')
|
46
|
-
raise NotImplementedError('Method not implemented!')
|
47
|
-
|
48
|
-
def GetFeatureValues(self, request, context):
|
49
|
-
"""Missing associated documentation comment in .proto file."""
|
50
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
51
|
-
context.set_details('Method not implemented!')
|
52
|
-
raise NotImplementedError('Method not implemented!')
|
53
|
-
|
54
|
-
def GetFeatureValuesInRange(self, request, context):
|
55
|
-
"""Missing associated documentation comment in .proto file."""
|
56
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
57
|
-
context.set_details('Method not implemented!')
|
58
|
-
raise NotImplementedError('Method not implemented!')
|
59
|
-
|
60
|
-
def GetFeatureValuesResult(self, request, context):
|
61
|
-
"""Missing associated documentation comment in .proto file."""
|
62
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
63
|
-
context.set_details('Method not implemented!')
|
64
|
-
raise NotImplementedError('Method not implemented!')
|
65
|
-
|
66
|
-
|
67
|
-
def add_FeatureStoreOfflineServingAsyncServiceServicer_to_server(servicer, server):
|
68
|
-
rpc_method_handlers = {
|
69
|
-
'GetFileUploadUrl': grpc.unary_unary_rpc_method_handler(
|
70
|
-
servicer.GetFileUploadUrl,
|
71
|
-
request_deserializer=qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFileUploadUrlRequest.FromString,
|
72
|
-
response_serializer=qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFileUploadUrlResponse.SerializeToString,
|
73
|
-
),
|
74
|
-
'GetFeatureValues': grpc.unary_unary_rpc_method_handler(
|
75
|
-
servicer.GetFeatureValues,
|
76
|
-
request_deserializer=qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFeatureValuesRequest.FromString,
|
77
|
-
response_serializer=qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFeatureValuesResponse.SerializeToString,
|
78
|
-
),
|
79
|
-
'GetFeatureValuesInRange': grpc.unary_unary_rpc_method_handler(
|
80
|
-
servicer.GetFeatureValuesInRange,
|
81
|
-
request_deserializer=qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFeatureValuesInRangeRequest.FromString,
|
82
|
-
response_serializer=qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFeatureValuesInRangeResponse.SerializeToString,
|
83
|
-
),
|
84
|
-
'GetFeatureValuesResult': grpc.unary_unary_rpc_method_handler(
|
85
|
-
servicer.GetFeatureValuesResult,
|
86
|
-
request_deserializer=qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFeatureValuesResultRequest.FromString,
|
87
|
-
response_serializer=qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFeatureValuesResultResponse.SerializeToString,
|
88
|
-
),
|
89
|
-
}
|
90
|
-
generic_handler = grpc.method_handlers_generic_handler(
|
91
|
-
'qwak.feature.store.offline.serving.v1.FeatureStoreOfflineServingAsyncService', rpc_method_handlers)
|
92
|
-
server.add_generic_rpc_handlers((generic_handler,))
|
93
|
-
|
94
|
-
|
95
|
-
# This class is part of an EXPERIMENTAL API.
|
96
|
-
class FeatureStoreOfflineServingAsyncService(object):
|
97
|
-
"""Missing associated documentation comment in .proto file."""
|
98
|
-
|
99
|
-
@staticmethod
|
100
|
-
def GetFileUploadUrl(request,
|
101
|
-
target,
|
102
|
-
options=(),
|
103
|
-
channel_credentials=None,
|
104
|
-
call_credentials=None,
|
105
|
-
insecure=False,
|
106
|
-
compression=None,
|
107
|
-
wait_for_ready=None,
|
108
|
-
timeout=None,
|
109
|
-
metadata=None):
|
110
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.feature.store.offline.serving.v1.FeatureStoreOfflineServingAsyncService/GetFileUploadUrl',
|
111
|
-
qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFileUploadUrlRequest.SerializeToString,
|
112
|
-
qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFileUploadUrlResponse.FromString,
|
113
|
-
options, channel_credentials,
|
114
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
115
|
-
|
116
|
-
@staticmethod
|
117
|
-
def GetFeatureValues(request,
|
118
|
-
target,
|
119
|
-
options=(),
|
120
|
-
channel_credentials=None,
|
121
|
-
call_credentials=None,
|
122
|
-
insecure=False,
|
123
|
-
compression=None,
|
124
|
-
wait_for_ready=None,
|
125
|
-
timeout=None,
|
126
|
-
metadata=None):
|
127
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.feature.store.offline.serving.v1.FeatureStoreOfflineServingAsyncService/GetFeatureValues',
|
128
|
-
qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFeatureValuesRequest.SerializeToString,
|
129
|
-
qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFeatureValuesResponse.FromString,
|
130
|
-
options, channel_credentials,
|
131
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
132
|
-
|
133
|
-
@staticmethod
|
134
|
-
def GetFeatureValuesInRange(request,
|
135
|
-
target,
|
136
|
-
options=(),
|
137
|
-
channel_credentials=None,
|
138
|
-
call_credentials=None,
|
139
|
-
insecure=False,
|
140
|
-
compression=None,
|
141
|
-
wait_for_ready=None,
|
142
|
-
timeout=None,
|
143
|
-
metadata=None):
|
144
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.feature.store.offline.serving.v1.FeatureStoreOfflineServingAsyncService/GetFeatureValuesInRange',
|
145
|
-
qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFeatureValuesInRangeRequest.SerializeToString,
|
146
|
-
qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFeatureValuesInRangeResponse.FromString,
|
147
|
-
options, channel_credentials,
|
148
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
149
|
-
|
150
|
-
@staticmethod
|
151
|
-
def GetFeatureValuesResult(request,
|
152
|
-
target,
|
153
|
-
options=(),
|
154
|
-
channel_credentials=None,
|
155
|
-
call_credentials=None,
|
156
|
-
insecure=False,
|
157
|
-
compression=None,
|
158
|
-
wait_for_ready=None,
|
159
|
-
timeout=None,
|
160
|
-
metadata=None):
|
161
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.feature.store.offline.serving.v1.FeatureStoreOfflineServingAsyncService/GetFeatureValuesResult',
|
162
|
-
qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFeatureValuesResultRequest.SerializeToString,
|
163
|
-
qwak_dot_offline_dot_serving_dot_v1_dot_offline__serving__async__service__pb2.GetFeatureValuesResultResponse.FromString,
|
164
|
-
options, channel_credentials,
|
165
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|