frogml-core 0.0.115__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.115.dist-info/METADATA +0 -410
- frogml_core-0.0.115.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.115.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
@@ -0,0 +1,38 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: frogml._proto.qwak.features_operator/v2/features_operator.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
|
+
|
16
|
+
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1qwak/features_operator/v2/features_operator.proto\x12\x19qwak.features_operator.v2\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa1\x02\n\x19ValidationSuccessResponse\x12\x0e\n\x06sample\x18\x01 \x01(\t\x12H\n\x12\x63olumn_description\x18\x02 \x03(\x0b\x32,.qwak.features_operator.v2.ColumnDescription\x12U\n\x19pandas_column_description\x18\x03 \x03(\x0b\x32\x32.qwak.features_operator.v2.PandasColumnDescription\x12S\n\x18spark_column_description\x18\x04 \x03(\x0b\x32\x31.qwak.features_operator.v2.SparkColumnDescription\"<\n\x11\x43olumnDescription\x12\x13\n\x0b\x63olumn_name\x18\x01 \x01(\t\x12\x12\n\nspark_type\x18\x02 \x01(\t\"C\n\x17PandasColumnDescription\x12\x13\n\x0b\x63olumn_name\x18\x01 \x01(\t\x12\x13\n\x0bpandas_type\x18\x02 \x01(\t\"A\n\x16SparkColumnDescription\x12\x13\n\x0b\x63olumn_name\x18\x01 \x01(\t\x12\x12\n\nspark_type\x18\x02 \x01(\t\"V\n\x19ValidationFailureResponse\x12\r\n\x05phase\x18\x01 \x01(\t\x12\x15\n\rerror_message\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\"\x1c\n\x1aValidationNotReadyResponseB(\n$com.qwak.ai.features.operator.api.v2P\x01\x62\x06proto3')
|
18
|
+
|
19
|
+
_globals = globals()
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.features_operator.v2.features_operator_pb2', _globals)
|
22
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
23
|
+
|
24
|
+
DESCRIPTOR._options = None
|
25
|
+
DESCRIPTOR._serialized_options = b'\n$com.qwak.ai.features.operator.api.v2P\001'
|
26
|
+
_globals['_VALIDATIONSUCCESSRESPONSE']._serialized_start=114
|
27
|
+
_globals['_VALIDATIONSUCCESSRESPONSE']._serialized_end=403
|
28
|
+
_globals['_COLUMNDESCRIPTION']._serialized_start=405
|
29
|
+
_globals['_COLUMNDESCRIPTION']._serialized_end=465
|
30
|
+
_globals['_PANDASCOLUMNDESCRIPTION']._serialized_start=467
|
31
|
+
_globals['_PANDASCOLUMNDESCRIPTION']._serialized_end=534
|
32
|
+
_globals['_SPARKCOLUMNDESCRIPTION']._serialized_start=536
|
33
|
+
_globals['_SPARKCOLUMNDESCRIPTION']._serialized_end=601
|
34
|
+
_globals['_VALIDATIONFAILURERESPONSE']._serialized_start=603
|
35
|
+
_globals['_VALIDATIONFAILURERESPONSE']._serialized_end=689
|
36
|
+
_globals['_VALIDATIONNOTREADYRESPONSE']._serialized_start=691
|
37
|
+
_globals['_VALIDATIONNOTREADYRESPONSE']._serialized_end=719
|
38
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,36 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: frogml._proto.qwak.features_operator/v2/features_operator_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 frogml._proto.qwak.features_operator.v2 import features_operator_pb2 as qwak_dot_features__operator_dot_v2_dot_features__operator__pb2
|
15
|
+
from frogml._proto.qwak.feature_store.features import feature_set_pb2 as qwak_dot_feature__store_dot_features_dot_feature__set__pb2
|
16
|
+
from frogml._proto.qwak.feature_store.sources import data_source_pb2 as qwak_dot_feature__store_dot_sources_dot_data__source__pb2
|
17
|
+
|
18
|
+
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n9qwak/features_operator/v2/features_operator_service.proto\x12\x19qwak.features_operator.v2\x1a\x31qwak/features_operator/v2/features_operator.proto\x1a-qwak/feature_store/features/feature_set.proto\x1a,qwak/feature_store/sources/data_source.proto\"\x88\x01\n\x19ValidateDataSourceRequest\x12\x44\n\x10\x64\x61ta_source_spec\x18\x01 \x01(\x0b\x32*.qwak.feature.store.sources.DataSourceSpec\x12\x13\n\x0bnum_samples\x18\x02 \x01(\x05\x12\x10\n\x08zip_path\x18\x03 \x01(\t\"\x89\x01\n\x19ValidateFeatureSetRequest\x12\x45\n\x10\x66\x65\x61ture_set_spec\x18\x01 \x01(\x0b\x32+.qwak.feature.store.features.FeatureSetSpec\x12\x10\n\x08zip_path\x18\x02 \x01(\t\x12\x13\n\x0bnum_samples\x18\x03 \x01(\x05\"\xc0\x01\n\x12ValidationResponse\x12P\n\x10success_response\x18\x01 \x01(\x0b\x32\x34.qwak.features_operator.v2.ValidationSuccessResponseH\x00\x12P\n\x10\x66\x61ilure_response\x18\x02 \x01(\x0b\x32\x34.qwak.features_operator.v2.ValidationFailureResponseH\x00\x42\x06\n\x04type2\x8f\x02\n\x17\x46\x65\x61turesOperatorService\x12y\n\x12ValidateDataSource\x12\x34.qwak.features_operator.v2.ValidateDataSourceRequest\x1a-.qwak.features_operator.v2.ValidationResponse\x12y\n\x12ValidateFeatureSet\x12\x34.qwak.features_operator.v2.ValidateFeatureSetRequest\x1a-.qwak.features_operator.v2.ValidationResponseB(\n$com.qwak.ai.features.operator.api.v2P\x01\x62\x06proto3')
|
20
|
+
|
21
|
+
_globals = globals()
|
22
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
23
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.features_operator.v2.features_operator_service_pb2', _globals)
|
24
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
25
|
+
|
26
|
+
DESCRIPTOR._options = None
|
27
|
+
DESCRIPTOR._serialized_options = b'\n$com.qwak.ai.features.operator.api.v2P\001'
|
28
|
+
_globals['_VALIDATEDATASOURCEREQUEST']._serialized_start=233
|
29
|
+
_globals['_VALIDATEDATASOURCEREQUEST']._serialized_end=369
|
30
|
+
_globals['_VALIDATEFEATURESETREQUEST']._serialized_start=372
|
31
|
+
_globals['_VALIDATEFEATURESETREQUEST']._serialized_end=509
|
32
|
+
_globals['_VALIDATIONRESPONSE']._serialized_start=512
|
33
|
+
_globals['_VALIDATIONRESPONSE']._serialized_end=704
|
34
|
+
_globals['_FEATURESOPERATORSERVICE']._serialized_start=707
|
35
|
+
_globals['_FEATURESOPERATORSERVICE']._serialized_end=978
|
36
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,89 @@
|
|
1
|
+
"""
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
3
|
+
isort:skip_file
|
4
|
+
"""
|
5
|
+
import builtins
|
6
|
+
import google.protobuf.descriptor
|
7
|
+
import google.protobuf.message
|
8
|
+
import frogml._proto.qwak.feature_store.features.feature_set_pb2
|
9
|
+
import frogml._proto.qwak.feature_store.sources.data_source_pb2
|
10
|
+
import frogml._proto.qwak.features_operator.v2.features_operator_pb2
|
11
|
+
import sys
|
12
|
+
|
13
|
+
if sys.version_info >= (3, 8):
|
14
|
+
import typing as typing_extensions
|
15
|
+
else:
|
16
|
+
import typing_extensions
|
17
|
+
|
18
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
19
|
+
|
20
|
+
class ValidateDataSourceRequest(google.protobuf.message.Message):
|
21
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
22
|
+
|
23
|
+
DATA_SOURCE_SPEC_FIELD_NUMBER: builtins.int
|
24
|
+
NUM_SAMPLES_FIELD_NUMBER: builtins.int
|
25
|
+
ZIP_PATH_FIELD_NUMBER: builtins.int
|
26
|
+
@property
|
27
|
+
def data_source_spec(self) -> frogml._proto.qwak.feature_store.sources.data_source_pb2.DataSourceSpec:
|
28
|
+
"""Data source spec to validate"""
|
29
|
+
num_samples: builtins.int
|
30
|
+
"""Number of samples to return from the validation"""
|
31
|
+
zip_path: builtins.str
|
32
|
+
"""Dependencies zip file path"""
|
33
|
+
def __init__(
|
34
|
+
self,
|
35
|
+
*,
|
36
|
+
data_source_spec: frogml._proto.qwak.feature_store.sources.data_source_pb2.DataSourceSpec | None = ...,
|
37
|
+
num_samples: builtins.int = ...,
|
38
|
+
zip_path: builtins.str = ...,
|
39
|
+
) -> None: ...
|
40
|
+
def HasField(self, field_name: typing_extensions.Literal["data_source_spec", b"data_source_spec"]) -> builtins.bool: ...
|
41
|
+
def ClearField(self, field_name: typing_extensions.Literal["data_source_spec", b"data_source_spec", "num_samples", b"num_samples", "zip_path", b"zip_path"]) -> None: ...
|
42
|
+
|
43
|
+
global___ValidateDataSourceRequest = ValidateDataSourceRequest
|
44
|
+
|
45
|
+
class ValidateFeatureSetRequest(google.protobuf.message.Message):
|
46
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
47
|
+
|
48
|
+
FEATURE_SET_SPEC_FIELD_NUMBER: builtins.int
|
49
|
+
ZIP_PATH_FIELD_NUMBER: builtins.int
|
50
|
+
NUM_SAMPLES_FIELD_NUMBER: builtins.int
|
51
|
+
@property
|
52
|
+
def feature_set_spec(self) -> frogml._proto.qwak.feature_store.features.feature_set_pb2.FeatureSetSpec:
|
53
|
+
"""Featureset spec to validate"""
|
54
|
+
zip_path: builtins.str
|
55
|
+
"""Dependencies zip file path"""
|
56
|
+
num_samples: builtins.int
|
57
|
+
"""Number of samples to return from the validation"""
|
58
|
+
def __init__(
|
59
|
+
self,
|
60
|
+
*,
|
61
|
+
feature_set_spec: frogml._proto.qwak.feature_store.features.feature_set_pb2.FeatureSetSpec | None = ...,
|
62
|
+
zip_path: builtins.str = ...,
|
63
|
+
num_samples: builtins.int = ...,
|
64
|
+
) -> None: ...
|
65
|
+
def HasField(self, field_name: typing_extensions.Literal["feature_set_spec", b"feature_set_spec"]) -> builtins.bool: ...
|
66
|
+
def ClearField(self, field_name: typing_extensions.Literal["feature_set_spec", b"feature_set_spec", "num_samples", b"num_samples", "zip_path", b"zip_path"]) -> None: ...
|
67
|
+
|
68
|
+
global___ValidateFeatureSetRequest = ValidateFeatureSetRequest
|
69
|
+
|
70
|
+
class ValidationResponse(google.protobuf.message.Message):
|
71
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
72
|
+
|
73
|
+
SUCCESS_RESPONSE_FIELD_NUMBER: builtins.int
|
74
|
+
FAILURE_RESPONSE_FIELD_NUMBER: builtins.int
|
75
|
+
@property
|
76
|
+
def success_response(self) -> frogml._proto.qwak.features_operator.v2.features_operator_pb2.ValidationSuccessResponse: ...
|
77
|
+
@property
|
78
|
+
def failure_response(self) -> frogml._proto.qwak.features_operator.v2.features_operator_pb2.ValidationFailureResponse: ...
|
79
|
+
def __init__(
|
80
|
+
self,
|
81
|
+
*,
|
82
|
+
success_response: frogml._proto.qwak.features_operator.v2.features_operator_pb2.ValidationSuccessResponse | None = ...,
|
83
|
+
failure_response: frogml._proto.qwak.features_operator.v2.features_operator_pb2.ValidationFailureResponse | None = ...,
|
84
|
+
) -> None: ...
|
85
|
+
def HasField(self, field_name: typing_extensions.Literal["failure_response", b"failure_response", "success_response", b"success_response", "type", b"type"]) -> builtins.bool: ...
|
86
|
+
def ClearField(self, field_name: typing_extensions.Literal["failure_response", b"failure_response", "success_response", b"success_response", "type", b"type"]) -> None: ...
|
87
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["success_response", "failure_response"] | None: ...
|
88
|
+
|
89
|
+
global___ValidationResponse = ValidationResponse
|
@@ -0,0 +1,99 @@
|
|
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.features_operator.v2 import features_operator_service_pb2 as qwak_dot_features__operator_dot_v2_dot_features__operator__service__pb2
|
6
|
+
|
7
|
+
|
8
|
+
class FeaturesOperatorServiceStub(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.ValidateDataSource = channel.unary_unary(
|
18
|
+
'/qwak.features_operator.v2.FeaturesOperatorService/ValidateDataSource',
|
19
|
+
request_serializer=qwak_dot_features__operator_dot_v2_dot_features__operator__service__pb2.ValidateDataSourceRequest.SerializeToString,
|
20
|
+
response_deserializer=qwak_dot_features__operator_dot_v2_dot_features__operator__service__pb2.ValidationResponse.FromString,
|
21
|
+
)
|
22
|
+
self.ValidateFeatureSet = channel.unary_unary(
|
23
|
+
'/qwak.features_operator.v2.FeaturesOperatorService/ValidateFeatureSet',
|
24
|
+
request_serializer=qwak_dot_features__operator_dot_v2_dot_features__operator__service__pb2.ValidateFeatureSetRequest.SerializeToString,
|
25
|
+
response_deserializer=qwak_dot_features__operator_dot_v2_dot_features__operator__service__pb2.ValidationResponse.FromString,
|
26
|
+
)
|
27
|
+
|
28
|
+
|
29
|
+
class FeaturesOperatorServiceServicer(object):
|
30
|
+
"""Missing associated documentation comment in .proto file."""
|
31
|
+
|
32
|
+
def ValidateDataSource(self, request, context):
|
33
|
+
"""Missing associated documentation comment in .proto file."""
|
34
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
35
|
+
context.set_details('Method not implemented!')
|
36
|
+
raise NotImplementedError('Method not implemented!')
|
37
|
+
|
38
|
+
def ValidateFeatureSet(self, request, context):
|
39
|
+
"""Missing associated documentation comment in .proto file."""
|
40
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
41
|
+
context.set_details('Method not implemented!')
|
42
|
+
raise NotImplementedError('Method not implemented!')
|
43
|
+
|
44
|
+
|
45
|
+
def add_FeaturesOperatorServiceServicer_to_server(servicer, server):
|
46
|
+
rpc_method_handlers = {
|
47
|
+
'ValidateDataSource': grpc.unary_unary_rpc_method_handler(
|
48
|
+
servicer.ValidateDataSource,
|
49
|
+
request_deserializer=qwak_dot_features__operator_dot_v2_dot_features__operator__service__pb2.ValidateDataSourceRequest.FromString,
|
50
|
+
response_serializer=qwak_dot_features__operator_dot_v2_dot_features__operator__service__pb2.ValidationResponse.SerializeToString,
|
51
|
+
),
|
52
|
+
'ValidateFeatureSet': grpc.unary_unary_rpc_method_handler(
|
53
|
+
servicer.ValidateFeatureSet,
|
54
|
+
request_deserializer=qwak_dot_features__operator_dot_v2_dot_features__operator__service__pb2.ValidateFeatureSetRequest.FromString,
|
55
|
+
response_serializer=qwak_dot_features__operator_dot_v2_dot_features__operator__service__pb2.ValidationResponse.SerializeToString,
|
56
|
+
),
|
57
|
+
}
|
58
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
59
|
+
'qwak.features_operator.v2.FeaturesOperatorService', rpc_method_handlers)
|
60
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
61
|
+
|
62
|
+
|
63
|
+
# This class is part of an EXPERIMENTAL API.
|
64
|
+
class FeaturesOperatorService(object):
|
65
|
+
"""Missing associated documentation comment in .proto file."""
|
66
|
+
|
67
|
+
@staticmethod
|
68
|
+
def ValidateDataSource(request,
|
69
|
+
target,
|
70
|
+
options=(),
|
71
|
+
channel_credentials=None,
|
72
|
+
call_credentials=None,
|
73
|
+
insecure=False,
|
74
|
+
compression=None,
|
75
|
+
wait_for_ready=None,
|
76
|
+
timeout=None,
|
77
|
+
metadata=None):
|
78
|
+
return grpc.experimental.unary_unary(request, target, '/qwak.features_operator.v2.FeaturesOperatorService/ValidateDataSource',
|
79
|
+
qwak_dot_features__operator_dot_v2_dot_features__operator__service__pb2.ValidateDataSourceRequest.SerializeToString,
|
80
|
+
qwak_dot_features__operator_dot_v2_dot_features__operator__service__pb2.ValidationResponse.FromString,
|
81
|
+
options, channel_credentials,
|
82
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
83
|
+
|
84
|
+
@staticmethod
|
85
|
+
def ValidateFeatureSet(request,
|
86
|
+
target,
|
87
|
+
options=(),
|
88
|
+
channel_credentials=None,
|
89
|
+
call_credentials=None,
|
90
|
+
insecure=False,
|
91
|
+
compression=None,
|
92
|
+
wait_for_ready=None,
|
93
|
+
timeout=None,
|
94
|
+
metadata=None):
|
95
|
+
return grpc.experimental.unary_unary(request, target, '/qwak.features_operator.v2.FeaturesOperatorService/ValidateFeatureSet',
|
96
|
+
qwak_dot_features__operator_dot_v2_dot_features__operator__service__pb2.ValidateFeatureSetRequest.SerializeToString,
|
97
|
+
qwak_dot_features__operator_dot_v2_dot_features__operator__service__pb2.ValidationResponse.FromString,
|
98
|
+
options, channel_credentials,
|
99
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
@@ -0,0 +1,51 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: frogml._proto.qwak.features_operator/v3/features_operator_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.features_operator.v3 import features_operator_pb2 as qwak_dot_features__operator_dot_v3_dot_features__operator__pb2
|
16
|
+
from frogml._proto.qwak.feature_store.features import feature_set_pb2 as qwak_dot_feature__store_dot_features_dot_feature__set__pb2
|
17
|
+
from frogml._proto.qwak.feature_store.sources import data_source_pb2 as qwak_dot_feature__store_dot_sources_dot_data__source__pb2
|
18
|
+
|
19
|
+
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n?qwak/features_operator/v3/features_operator_async_service.proto\x12\x19qwak.features_operator.v3\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x31qwak/features_operator/v3/features_operator.proto\x1a-qwak/feature_store/features/feature_set.proto\x1a,qwak/feature_store/sources/data_source.proto\"\xeb\x01\n\x19ValidateDataSourceRequest\x12\x44\n\x10\x64\x61ta_source_spec\x18\x01 \x01(\x0b\x32*.qwak.feature.store.sources.DataSourceSpec\x12\x13\n\x0bnum_samples\x18\x02 \x01(\x05\x12T\n\x12validation_options\x18\x03 \x01(\x0b\x32\x36.qwak.features_operator.v3.DataSourceValidationOptionsH\x00\x42\x1d\n\x1boptional_validation_options\"\xfe\x01\n\x19ValidateFeatureSetRequest\x12\x45\n\x10\x66\x65\x61ture_set_spec\x18\x01 \x01(\x0b\x32+.qwak.feature.store.features.FeatureSetSpec\x12\x10\n\x08zip_path\x18\x02 \x01(\t\x12\x13\n\x0bnum_samples\x18\x03 \x01(\x05\x12T\n\x12validation_options\x18\x04 \x01(\x0b\x32\x36.qwak.features_operator.v3.FeatureSetValidationOptionsH\x00\x42\x1d\n\x1boptional_validation_options\"(\n\x12ValidationResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\"0\n\x1aGetValidationResultRequest\x12\x12\n\nrequest_id\x18\x01 \x01(\t\"\x9e\x02\n\x1bGetValidationResultResponse\x12P\n\x10success_response\x18\x01 \x01(\x0b\x32\x34.qwak.features_operator.v3.ValidationSuccessResponseH\x00\x12P\n\x10\x66\x61ilure_response\x18\x02 \x01(\x0b\x32\x34.qwak.features_operator.v3.ValidationFailureResponseH\x00\x12S\n\x12not_ready_response\x18\x03 \x01(\x0b\x32\x35.qwak.features_operator.v3.ValidationNotReadyResponseH\x00\x42\x06\n\x04type\"-\n\x17\x43\x61ncelValidationRequest\x12\x12\n\nrequest_id\x18\x01 \x01(\t\"\x1a\n\x18\x43\x61ncelValidationResponse\"\xcb\x01\n\x1b\x46\x65\x61tureSetValidationOptions\x12\x1b\n\x11\x64\x61ta_source_limit\x18\x01 \x01(\x05H\x00\x12O\n\x15validation_time_range\x18\x02 \x01(\x0b\x32..qwak.features_operator.v3.ValidationTimeRangeH\x01\x42\x1c\n\x1aoptional_data_source_limitB \n\x1eoptional_validation_time_range\"\x90\x01\n\x1b\x44\x61taSourceValidationOptions\x12O\n\x15validation_time_range\x18\x01 \x01(\x0b\x32..qwak.features_operator.v3.ValidationTimeRangeH\x00\x42 \n\x1eoptional_validation_time_range\"\xbf\x01\n\x13ValidationTimeRange\x12\x36\n\x10lower_time_bound\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x12\x36\n\x10upper_time_bound\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01\x42\x1b\n\x19optional_lower_time_boundB\x1b\n\x19optional_upper_time_bound2\x98\x04\n\x1c\x46\x65\x61turesOperatorAsyncService\x12y\n\x12ValidateDataSource\x12\x34.qwak.features_operator.v3.ValidateDataSourceRequest\x1a-.qwak.features_operator.v3.ValidationResponse\x12y\n\x12ValidateFeatureSet\x12\x34.qwak.features_operator.v3.ValidateFeatureSetRequest\x1a-.qwak.features_operator.v3.ValidationResponse\x12\x84\x01\n\x13GetValidationResult\x12\x35.qwak.features_operator.v3.GetValidationResultRequest\x1a\x36.qwak.features_operator.v3.GetValidationResultResponse\x12{\n\x10\x43\x61ncelValidation\x12\x32.qwak.features_operator.v3.CancelValidationRequest\x1a\x33.qwak.features_operator.v3.CancelValidationResponseB(\n$com.qwak.ai.features.operator.api.v3P\x01\x62\x06proto3')
|
21
|
+
|
22
|
+
_globals = globals()
|
23
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
24
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.features_operator.v3.features_operator_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.features.operator.api.v3P\001'
|
29
|
+
_globals['_VALIDATEDATASOURCEREQUEST']._serialized_start=272
|
30
|
+
_globals['_VALIDATEDATASOURCEREQUEST']._serialized_end=507
|
31
|
+
_globals['_VALIDATEFEATURESETREQUEST']._serialized_start=510
|
32
|
+
_globals['_VALIDATEFEATURESETREQUEST']._serialized_end=764
|
33
|
+
_globals['_VALIDATIONRESPONSE']._serialized_start=766
|
34
|
+
_globals['_VALIDATIONRESPONSE']._serialized_end=806
|
35
|
+
_globals['_GETVALIDATIONRESULTREQUEST']._serialized_start=808
|
36
|
+
_globals['_GETVALIDATIONRESULTREQUEST']._serialized_end=856
|
37
|
+
_globals['_GETVALIDATIONRESULTRESPONSE']._serialized_start=859
|
38
|
+
_globals['_GETVALIDATIONRESULTRESPONSE']._serialized_end=1145
|
39
|
+
_globals['_CANCELVALIDATIONREQUEST']._serialized_start=1147
|
40
|
+
_globals['_CANCELVALIDATIONREQUEST']._serialized_end=1192
|
41
|
+
_globals['_CANCELVALIDATIONRESPONSE']._serialized_start=1194
|
42
|
+
_globals['_CANCELVALIDATIONRESPONSE']._serialized_end=1220
|
43
|
+
_globals['_FEATURESETVALIDATIONOPTIONS']._serialized_start=1223
|
44
|
+
_globals['_FEATURESETVALIDATIONOPTIONS']._serialized_end=1426
|
45
|
+
_globals['_DATASOURCEVALIDATIONOPTIONS']._serialized_start=1429
|
46
|
+
_globals['_DATASOURCEVALIDATIONOPTIONS']._serialized_end=1573
|
47
|
+
_globals['_VALIDATIONTIMERANGE']._serialized_start=1576
|
48
|
+
_globals['_VALIDATIONTIMERANGE']._serialized_end=1767
|
49
|
+
_globals['_FEATURESOPERATORASYNCSERVICE']._serialized_start=1770
|
50
|
+
_globals['_FEATURESOPERATORASYNCSERVICE']._serialized_end=2306
|
51
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,218 @@
|
|
1
|
+
"""
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
3
|
+
isort:skip_file
|
4
|
+
"""
|
5
|
+
import builtins
|
6
|
+
import google.protobuf.descriptor
|
7
|
+
import google.protobuf.message
|
8
|
+
import google.protobuf.timestamp_pb2
|
9
|
+
import frogml._proto.qwak.feature_store.features.feature_set_pb2
|
10
|
+
import frogml._proto.qwak.feature_store.sources.data_source_pb2
|
11
|
+
import frogml._proto.qwak.features_operator.v3.features_operator_pb2
|
12
|
+
import sys
|
13
|
+
import typing
|
14
|
+
|
15
|
+
if sys.version_info >= (3, 8):
|
16
|
+
import typing as typing_extensions
|
17
|
+
else:
|
18
|
+
import typing_extensions
|
19
|
+
|
20
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
21
|
+
|
22
|
+
class ValidateDataSourceRequest(google.protobuf.message.Message):
|
23
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
24
|
+
|
25
|
+
DATA_SOURCE_SPEC_FIELD_NUMBER: builtins.int
|
26
|
+
NUM_SAMPLES_FIELD_NUMBER: builtins.int
|
27
|
+
VALIDATION_OPTIONS_FIELD_NUMBER: builtins.int
|
28
|
+
@property
|
29
|
+
def data_source_spec(self) -> frogml._proto.qwak.feature_store.sources.data_source_pb2.DataSourceSpec:
|
30
|
+
"""Data source spec to validate"""
|
31
|
+
num_samples: builtins.int
|
32
|
+
"""Number of samples to return from the validation"""
|
33
|
+
@property
|
34
|
+
def validation_options(self) -> global___DataSourceValidationOptions: ...
|
35
|
+
def __init__(
|
36
|
+
self,
|
37
|
+
*,
|
38
|
+
data_source_spec: frogml._proto.qwak.feature_store.sources.data_source_pb2.DataSourceSpec | None = ...,
|
39
|
+
num_samples: builtins.int = ...,
|
40
|
+
validation_options: global___DataSourceValidationOptions | None = ...,
|
41
|
+
) -> None: ...
|
42
|
+
def HasField(self, field_name: typing_extensions.Literal["data_source_spec", b"data_source_spec", "optional_validation_options", b"optional_validation_options", "validation_options", b"validation_options"]) -> builtins.bool: ...
|
43
|
+
def ClearField(self, field_name: typing_extensions.Literal["data_source_spec", b"data_source_spec", "num_samples", b"num_samples", "optional_validation_options", b"optional_validation_options", "validation_options", b"validation_options"]) -> None: ...
|
44
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["optional_validation_options", b"optional_validation_options"]) -> typing_extensions.Literal["validation_options"] | None: ...
|
45
|
+
|
46
|
+
global___ValidateDataSourceRequest = ValidateDataSourceRequest
|
47
|
+
|
48
|
+
class ValidateFeatureSetRequest(google.protobuf.message.Message):
|
49
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
50
|
+
|
51
|
+
FEATURE_SET_SPEC_FIELD_NUMBER: builtins.int
|
52
|
+
ZIP_PATH_FIELD_NUMBER: builtins.int
|
53
|
+
NUM_SAMPLES_FIELD_NUMBER: builtins.int
|
54
|
+
VALIDATION_OPTIONS_FIELD_NUMBER: builtins.int
|
55
|
+
@property
|
56
|
+
def feature_set_spec(self) -> frogml._proto.qwak.feature_store.features.feature_set_pb2.FeatureSetSpec:
|
57
|
+
"""Featureset spec to validate"""
|
58
|
+
zip_path: builtins.str
|
59
|
+
"""Dependencies zip file path"""
|
60
|
+
num_samples: builtins.int
|
61
|
+
"""Number of samples to return from the validation"""
|
62
|
+
@property
|
63
|
+
def validation_options(self) -> global___FeatureSetValidationOptions: ...
|
64
|
+
def __init__(
|
65
|
+
self,
|
66
|
+
*,
|
67
|
+
feature_set_spec: frogml._proto.qwak.feature_store.features.feature_set_pb2.FeatureSetSpec | None = ...,
|
68
|
+
zip_path: builtins.str = ...,
|
69
|
+
num_samples: builtins.int = ...,
|
70
|
+
validation_options: global___FeatureSetValidationOptions | None = ...,
|
71
|
+
) -> None: ...
|
72
|
+
def HasField(self, field_name: typing_extensions.Literal["feature_set_spec", b"feature_set_spec", "optional_validation_options", b"optional_validation_options", "validation_options", b"validation_options"]) -> builtins.bool: ...
|
73
|
+
def ClearField(self, field_name: typing_extensions.Literal["feature_set_spec", b"feature_set_spec", "num_samples", b"num_samples", "optional_validation_options", b"optional_validation_options", "validation_options", b"validation_options", "zip_path", b"zip_path"]) -> None: ...
|
74
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["optional_validation_options", b"optional_validation_options"]) -> typing_extensions.Literal["validation_options"] | None: ...
|
75
|
+
|
76
|
+
global___ValidateFeatureSetRequest = ValidateFeatureSetRequest
|
77
|
+
|
78
|
+
class ValidationResponse(google.protobuf.message.Message):
|
79
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
80
|
+
|
81
|
+
REQUEST_ID_FIELD_NUMBER: builtins.int
|
82
|
+
request_id: builtins.str
|
83
|
+
"""User request token"""
|
84
|
+
def __init__(
|
85
|
+
self,
|
86
|
+
*,
|
87
|
+
request_id: builtins.str = ...,
|
88
|
+
) -> None: ...
|
89
|
+
def ClearField(self, field_name: typing_extensions.Literal["request_id", b"request_id"]) -> None: ...
|
90
|
+
|
91
|
+
global___ValidationResponse = ValidationResponse
|
92
|
+
|
93
|
+
class GetValidationResultRequest(google.protobuf.message.Message):
|
94
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
95
|
+
|
96
|
+
REQUEST_ID_FIELD_NUMBER: builtins.int
|
97
|
+
request_id: builtins.str
|
98
|
+
"""User request token"""
|
99
|
+
def __init__(
|
100
|
+
self,
|
101
|
+
*,
|
102
|
+
request_id: builtins.str = ...,
|
103
|
+
) -> None: ...
|
104
|
+
def ClearField(self, field_name: typing_extensions.Literal["request_id", b"request_id"]) -> None: ...
|
105
|
+
|
106
|
+
global___GetValidationResultRequest = GetValidationResultRequest
|
107
|
+
|
108
|
+
class GetValidationResultResponse(google.protobuf.message.Message):
|
109
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
110
|
+
|
111
|
+
SUCCESS_RESPONSE_FIELD_NUMBER: builtins.int
|
112
|
+
FAILURE_RESPONSE_FIELD_NUMBER: builtins.int
|
113
|
+
NOT_READY_RESPONSE_FIELD_NUMBER: builtins.int
|
114
|
+
@property
|
115
|
+
def success_response(self) -> frogml._proto.qwak.features_operator.v3.features_operator_pb2.ValidationSuccessResponse: ...
|
116
|
+
@property
|
117
|
+
def failure_response(self) -> frogml._proto.qwak.features_operator.v3.features_operator_pb2.ValidationFailureResponse: ...
|
118
|
+
@property
|
119
|
+
def not_ready_response(self) -> frogml._proto.qwak.features_operator.v3.features_operator_pb2.ValidationNotReadyResponse: ...
|
120
|
+
def __init__(
|
121
|
+
self,
|
122
|
+
*,
|
123
|
+
success_response: frogml._proto.qwak.features_operator.v3.features_operator_pb2.ValidationSuccessResponse | None = ...,
|
124
|
+
failure_response: frogml._proto.qwak.features_operator.v3.features_operator_pb2.ValidationFailureResponse | None = ...,
|
125
|
+
not_ready_response: frogml._proto.qwak.features_operator.v3.features_operator_pb2.ValidationNotReadyResponse | None = ...,
|
126
|
+
) -> None: ...
|
127
|
+
def HasField(self, field_name: typing_extensions.Literal["failure_response", b"failure_response", "not_ready_response", b"not_ready_response", "success_response", b"success_response", "type", b"type"]) -> builtins.bool: ...
|
128
|
+
def ClearField(self, field_name: typing_extensions.Literal["failure_response", b"failure_response", "not_ready_response", b"not_ready_response", "success_response", b"success_response", "type", b"type"]) -> None: ...
|
129
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["success_response", "failure_response", "not_ready_response"] | None: ...
|
130
|
+
|
131
|
+
global___GetValidationResultResponse = GetValidationResultResponse
|
132
|
+
|
133
|
+
class CancelValidationRequest(google.protobuf.message.Message):
|
134
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
135
|
+
|
136
|
+
REQUEST_ID_FIELD_NUMBER: builtins.int
|
137
|
+
request_id: builtins.str
|
138
|
+
def __init__(
|
139
|
+
self,
|
140
|
+
*,
|
141
|
+
request_id: builtins.str = ...,
|
142
|
+
) -> None: ...
|
143
|
+
def ClearField(self, field_name: typing_extensions.Literal["request_id", b"request_id"]) -> None: ...
|
144
|
+
|
145
|
+
global___CancelValidationRequest = CancelValidationRequest
|
146
|
+
|
147
|
+
class CancelValidationResponse(google.protobuf.message.Message):
|
148
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
149
|
+
|
150
|
+
def __init__(
|
151
|
+
self,
|
152
|
+
) -> None: ...
|
153
|
+
|
154
|
+
global___CancelValidationResponse = CancelValidationResponse
|
155
|
+
|
156
|
+
class FeatureSetValidationOptions(google.protobuf.message.Message):
|
157
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
158
|
+
|
159
|
+
DATA_SOURCE_LIMIT_FIELD_NUMBER: builtins.int
|
160
|
+
VALIDATION_TIME_RANGE_FIELD_NUMBER: builtins.int
|
161
|
+
data_source_limit: builtins.int
|
162
|
+
@property
|
163
|
+
def validation_time_range(self) -> global___ValidationTimeRange: ...
|
164
|
+
def __init__(
|
165
|
+
self,
|
166
|
+
*,
|
167
|
+
data_source_limit: builtins.int = ...,
|
168
|
+
validation_time_range: global___ValidationTimeRange | None = ...,
|
169
|
+
) -> None: ...
|
170
|
+
def HasField(self, field_name: typing_extensions.Literal["data_source_limit", b"data_source_limit", "optional_data_source_limit", b"optional_data_source_limit", "optional_validation_time_range", b"optional_validation_time_range", "validation_time_range", b"validation_time_range"]) -> builtins.bool: ...
|
171
|
+
def ClearField(self, field_name: typing_extensions.Literal["data_source_limit", b"data_source_limit", "optional_data_source_limit", b"optional_data_source_limit", "optional_validation_time_range", b"optional_validation_time_range", "validation_time_range", b"validation_time_range"]) -> None: ...
|
172
|
+
@typing.overload
|
173
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["optional_data_source_limit", b"optional_data_source_limit"]) -> typing_extensions.Literal["data_source_limit"] | None: ...
|
174
|
+
@typing.overload
|
175
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["optional_validation_time_range", b"optional_validation_time_range"]) -> typing_extensions.Literal["validation_time_range"] | None: ...
|
176
|
+
|
177
|
+
global___FeatureSetValidationOptions = FeatureSetValidationOptions
|
178
|
+
|
179
|
+
class DataSourceValidationOptions(google.protobuf.message.Message):
|
180
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
181
|
+
|
182
|
+
VALIDATION_TIME_RANGE_FIELD_NUMBER: builtins.int
|
183
|
+
@property
|
184
|
+
def validation_time_range(self) -> global___ValidationTimeRange: ...
|
185
|
+
def __init__(
|
186
|
+
self,
|
187
|
+
*,
|
188
|
+
validation_time_range: global___ValidationTimeRange | None = ...,
|
189
|
+
) -> None: ...
|
190
|
+
def HasField(self, field_name: typing_extensions.Literal["optional_validation_time_range", b"optional_validation_time_range", "validation_time_range", b"validation_time_range"]) -> builtins.bool: ...
|
191
|
+
def ClearField(self, field_name: typing_extensions.Literal["optional_validation_time_range", b"optional_validation_time_range", "validation_time_range", b"validation_time_range"]) -> None: ...
|
192
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["optional_validation_time_range", b"optional_validation_time_range"]) -> typing_extensions.Literal["validation_time_range"] | None: ...
|
193
|
+
|
194
|
+
global___DataSourceValidationOptions = DataSourceValidationOptions
|
195
|
+
|
196
|
+
class ValidationTimeRange(google.protobuf.message.Message):
|
197
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
198
|
+
|
199
|
+
LOWER_TIME_BOUND_FIELD_NUMBER: builtins.int
|
200
|
+
UPPER_TIME_BOUND_FIELD_NUMBER: builtins.int
|
201
|
+
@property
|
202
|
+
def lower_time_bound(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
203
|
+
@property
|
204
|
+
def upper_time_bound(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
205
|
+
def __init__(
|
206
|
+
self,
|
207
|
+
*,
|
208
|
+
lower_time_bound: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
209
|
+
upper_time_bound: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
210
|
+
) -> None: ...
|
211
|
+
def HasField(self, field_name: typing_extensions.Literal["lower_time_bound", b"lower_time_bound", "optional_lower_time_bound", b"optional_lower_time_bound", "optional_upper_time_bound", b"optional_upper_time_bound", "upper_time_bound", b"upper_time_bound"]) -> builtins.bool: ...
|
212
|
+
def ClearField(self, field_name: typing_extensions.Literal["lower_time_bound", b"lower_time_bound", "optional_lower_time_bound", b"optional_lower_time_bound", "optional_upper_time_bound", b"optional_upper_time_bound", "upper_time_bound", b"upper_time_bound"]) -> None: ...
|
213
|
+
@typing.overload
|
214
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["optional_lower_time_bound", b"optional_lower_time_bound"]) -> typing_extensions.Literal["lower_time_bound"] | None: ...
|
215
|
+
@typing.overload
|
216
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["optional_upper_time_bound", b"optional_upper_time_bound"]) -> typing_extensions.Literal["upper_time_bound"] | None: ...
|
217
|
+
|
218
|
+
global___ValidationTimeRange = ValidationTimeRange
|