frogml-core 0.0.116__py3-none-any.whl → 0.0.118__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- _proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +29 -0
- _proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +32 -0
- _proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.pyi +48 -0
- _proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2_grpc.py +67 -0
- _proto/jfml/model_version/v1/artifact_pb2.py +29 -0
- _proto/jfml/model_version/v1/build_spec_pb2.py +35 -0
- _proto/jfml/model_version/v1/build_spec_pb2.pyi +120 -0
- _proto/jfml/model_version/v1/model_repository_spec_pb2.py +27 -0
- _proto/jfml/model_version/v1/model_version_framework_pb2.py +39 -0
- _proto/jfml/model_version/v1/model_version_manager_service_pb2.py +58 -0
- _proto/jfml/model_version/v1/model_version_manager_service_pb2.pyi +278 -0
- _proto/jfml/model_version/v1/model_version_manager_service_pb2_grpc.py +271 -0
- _proto/jfml/model_version/v1/model_version_pb2.py +65 -0
- _proto/jfml/model_version/v1/model_version_pb2.pyi +297 -0
- _proto/qwak/administration/account/v1/account_pb2.py +49 -0
- _proto/qwak/administration/account/v1/account_pb2.pyi +266 -0
- _proto/qwak/administration/account/v1/account_service_pb2.py +67 -0
- _proto/qwak/administration/account/v1/account_service_pb2.pyi +345 -0
- _proto/qwak/administration/account/v1/account_service_pb2_grpc.py +338 -0
- _proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +49 -0
- _proto/qwak/administration/account/v1/personalization_pb2.py +29 -0
- _proto/qwak/administration/account/v1/preferences_pb2.py +28 -0
- _proto/qwak/administration/account/v1/preferences_pb2.pyi +35 -0
- _proto/qwak/administration/account/v1/terms_pb2.py +35 -0
- _proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +42 -0
- _proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.pyi +108 -0
- _proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2_grpc.py +135 -0
- _proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +30 -0
- _proto/qwak/administration/authenticated_user/v1/details_pb2.py +35 -0
- _proto/qwak/administration/cluster/v2/cluster_pb2.py +62 -0
- _proto/qwak/administration/cluster/v2/cluster_pb2.pyi +354 -0
- _proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +28 -0
- _proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.pyi +36 -0
- _proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +29 -0
- _proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +31 -0
- _proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +28 -0
- _proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.pyi +39 -0
- _proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +34 -0
- _proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.pyi +79 -0
- _proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +29 -0
- _proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +28 -0
- _proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.pyi +39 -0
- _proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +28 -0
- _proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +33 -0
- _proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +32 -0
- _proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.pyi +66 -0
- _proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +36 -0
- _proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +114 -0
- _proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +28 -0
- _proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.pyi +33 -0
- _proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +28 -0
- _proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.pyi +33 -0
- _proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +36 -0
- _proto/qwak/administration/runtime_configuration/v0/network_config_pb2.pyi +107 -0
- _proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +31 -0
- _proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +33 -0
- _proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.pyi +79 -0
- _proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +35 -0
- _proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi +67 -0
- _proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +31 -0
- _proto/qwak/administration/v0/authentication/authentication_service_pb2.py +36 -0
- _proto/qwak/administration/v0/authentication/authentication_service_pb2_grpc.py +67 -0
- _proto/qwak/administration/v0/environments/configuration_pb2.py +43 -0
- _proto/qwak/administration/v0/environments/configuration_pb2.pyi +264 -0
- _proto/qwak/administration/v0/environments/environment_pb2.py +40 -0
- _proto/qwak/administration/v0/environments/environment_pb2.pyi +168 -0
- _proto/qwak/administration/v0/environments/environment_service_pb2.py +62 -0
- _proto/qwak/administration/v0/environments/environment_service_pb2.pyi +274 -0
- _proto/qwak/administration/v0/environments/environment_service_pb2_grpc.py +272 -0
- _proto/qwak/administration/v0/environments/personalization_pb2.py +29 -0
- _proto/qwak/administration/v0/users/user_pb2.py +44 -0
- _proto/qwak/admiral/secret/v0/secret_pb2.py +51 -0
- _proto/qwak/admiral/secret/v0/secret_service_pb2.py +40 -0
- _proto/qwak/admiral/secret/v0/secret_service_pb2.pyi +93 -0
- _proto/qwak/admiral/secret/v0/secret_service_pb2_grpc.py +135 -0
- _proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +40 -0
- _proto/qwak/admiral/secret/v0/system_secret_service_pb2.pyi +101 -0
- _proto/qwak/admiral/secret/v0/system_secret_service_pb2_grpc.py +135 -0
- _proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +62 -0
- _proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.pyi +431 -0
- _proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +44 -0
- _proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.pyi +128 -0
- _proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2_grpc.py +169 -0
- _proto/qwak/analytics/analytics_pb2.py +47 -0
- _proto/qwak/analytics/analytics_service_pb2.py +68 -0
- _proto/qwak/analytics/analytics_service_pb2.pyi +339 -0
- _proto/qwak/analytics/analytics_service_pb2_grpc.py +370 -0
- _proto/qwak/artifactory_settings/artifactory_settings_pb2.py +29 -0
- _proto/qwak/audience/v1/audience_api_pb2.py +52 -0
- _proto/qwak/audience/v1/audience_api_pb2.pyi +176 -0
- _proto/qwak/audience/v1/audience_api_pb2_grpc.py +240 -0
- _proto/qwak/audience/v1/audience_pb2.py +50 -0
- _proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +39 -0
- _proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +32 -0
- _proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.pyi +55 -0
- _proto/qwak/auto_scaling/v1/auto_scaling_service_pb2_grpc.py +67 -0
- _proto/qwak/automation/v1/action_pb2.py +80 -0
- _proto/qwak/automation/v1/action_pb2.pyi +513 -0
- _proto/qwak/automation/v1/auto_scaling_pb2.py +39 -0
- _proto/qwak/automation/v1/automation_execution_pb2.py +34 -0
- _proto/qwak/automation/v1/automation_management_service_pb2.py +81 -0
- _proto/qwak/automation/v1/automation_management_service_pb2.pyi +386 -0
- _proto/qwak/automation/v1/automation_management_service_pb2_grpc.py +429 -0
- _proto/qwak/automation/v1/automation_pb2.py +35 -0
- _proto/qwak/automation/v1/automation_pb2.pyi +124 -0
- _proto/qwak/automation/v1/common_pb2.py +31 -0
- _proto/qwak/automation/v1/notification_pb2.py +41 -0
- _proto/qwak/automation/v1/trigger_pb2.py +36 -0
- _proto/qwak/automation/v1/trigger_pb2.pyi +112 -0
- _proto/qwak/batch_job/v1/batch_job_events_pb2.py +58 -0
- _proto/qwak/batch_job/v1/batch_job_events_pb2.pyi +307 -0
- _proto/qwak/batch_job/v1/batch_job_resources_pb2.py +29 -0
- _proto/qwak/batch_job/v1/batch_job_service_pb2.py +167 -0
- _proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +1387 -0
- _proto/qwak/batch_job/v1/batch_job_service_pb2_grpc.py +608 -0
- _proto/qwak/build/v1/build_api_pb2.py +125 -0
- _proto/qwak/build/v1/build_api_pb2.pyi +682 -0
- _proto/qwak/build/v1/build_api_pb2_grpc.py +594 -0
- _proto/qwak/build/v1/build_pb2.py +143 -0
- _proto/qwak/build/v1/build_pb2.pyi +1340 -0
- _proto/qwak/build_settings/build_settings_api_pb2.py +40 -0
- _proto/qwak/build_settings/build_settings_api_pb2.pyi +106 -0
- _proto/qwak/build_settings/build_settings_api_pb2_grpc.py +132 -0
- _proto/qwak/build_settings/build_settings_pb2.py +39 -0
- _proto/qwak/builds/build_pb2.py +71 -0
- _proto/qwak/builds/build_pb2.pyi +586 -0
- _proto/qwak/builds/build_url_pb2.py +49 -0
- _proto/qwak/builds/builds_orchestrator_service_pb2.py +89 -0
- _proto/qwak/builds/builds_orchestrator_service_pb2.pyi +444 -0
- _proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py +406 -0
- _proto/qwak/builds/builds_pb2.py +147 -0
- _proto/qwak/builds/builds_pb2.pyi +1271 -0
- _proto/qwak/builds/builds_pb2_grpc.py +237 -0
- _proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +34 -0
- _proto/qwak/builds/internal_builds_orchestrator_service_pb2.pyi +64 -0
- _proto/qwak/builds/internal_builds_orchestrator_service_pb2_grpc.py +67 -0
- _proto/qwak/data_versioning/data_versioning_pb2.py +29 -0
- _proto/qwak/data_versioning/data_versioning_service_pb2.py +36 -0
- _proto/qwak/data_versioning/data_versioning_service_pb2.pyi +83 -0
- _proto/qwak/data_versioning/data_versioning_service_pb2_grpc.py +101 -0
- _proto/qwak/deployment/alert_pb2.py +47 -0
- _proto/qwak/deployment/alert_service_pb2.py +56 -0
- _proto/qwak/deployment/alert_service_pb2.pyi +218 -0
- _proto/qwak/deployment/alert_service_pb2_grpc.py +237 -0
- _proto/qwak/deployment/deployment_messages_pb2.py +28 -0
- _proto/qwak/deployment/deployment_messages_pb2.pyi +61 -0
- _proto/qwak/deployment/deployment_pb2.py +180 -0
- _proto/qwak/deployment/deployment_pb2.pyi +1582 -0
- _proto/qwak/deployment/deployment_service_pb2.py +187 -0
- _proto/qwak/deployment/deployment_service_pb2.pyi +817 -0
- _proto/qwak/deployment/deployment_service_pb2_grpc.py +509 -0
- _proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py +36 -0
- _proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.pyi +69 -0
- _proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2_grpc.py +102 -0
- _proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py +29 -0
- _proto/qwak/ecosystem/jfrog/v0/token_pb2.py +62 -0
- _proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +44 -0
- _proto/qwak/ecosystem/jfrog/v0/token_service_pb2.pyi +144 -0
- _proto/qwak/ecosystem/jfrog/v0/token_service_pb2_grpc.py +169 -0
- _proto/qwak/ecosystem/v0/credentials_pb2.py +32 -0
- _proto/qwak/ecosystem/v0/ecosystem_pb2.py +65 -0
- _proto/qwak/ecosystem/v0/ecosystem_pb2.pyi +340 -0
- _proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +79 -0
- _proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.pyi +434 -0
- _proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2_grpc.py +238 -0
- _proto/qwak/execution/v1/backfill_pb2.py +41 -0
- _proto/qwak/execution/v1/backfill_pb2.pyi +167 -0
- _proto/qwak/execution/v1/batch_pb2.py +32 -0
- _proto/qwak/execution/v1/deletion_pb2.py +33 -0
- _proto/qwak/execution/v1/execution_pb2.py +43 -0
- _proto/qwak/execution/v1/execution_pb2.pyi +201 -0
- _proto/qwak/execution/v1/execution_service_pb2.py +93 -0
- _proto/qwak/execution/v1/execution_service_pb2.pyi +473 -0
- _proto/qwak/execution/v1/execution_service_pb2_grpc.py +500 -0
- _proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +27 -0
- _proto/qwak/execution/v1/jobs/job_pb2.py +43 -0
- _proto/qwak/execution/v1/jobs/job_pb2.pyi +282 -0
- _proto/qwak/execution/v1/jobs/job_service_pb2.py +77 -0
- _proto/qwak/execution/v1/jobs/job_service_pb2.pyi +469 -0
- _proto/qwak/execution/v1/jobs/job_service_pb2_grpc.py +396 -0
- _proto/qwak/execution/v1/jobs/reports/report_pb2.py +45 -0
- _proto/qwak/execution/v1/jobs/reports/report_pb2.pyi +266 -0
- _proto/qwak/execution/v1/state/execution_state_pb2.py +28 -0
- _proto/qwak/execution/v1/state/execution_state_pb2.pyi +45 -0
- _proto/qwak/execution/v1/state/execution_state_service_pb2.py +53 -0
- _proto/qwak/execution/v1/state/execution_state_service_pb2.pyi +192 -0
- _proto/qwak/execution/v1/state/execution_state_service_pb2_grpc.py +237 -0
- _proto/qwak/execution/v1/state/featureset_state_pb2.py +27 -0
- _proto/qwak/execution/v1/state/spark_execution_state_pb2.py +37 -0
- _proto/qwak/execution/v1/streaming_aggregation_pb2.py +35 -0
- _proto/qwak/execution/v1/streaming_pb2.py +33 -0
- _proto/qwak/feature_store/entities/entity_pb2.py +38 -0
- _proto/qwak/feature_store/entities/entity_service_pb2.py +52 -0
- _proto/qwak/feature_store/entities/entity_service_pb2.pyi +203 -0
- _proto/qwak/feature_store/entities/entity_service_pb2_grpc.py +237 -0
- _proto/qwak/feature_store/features/aggregation_pb2.py +59 -0
- _proto/qwak/feature_store/features/deployment_pb2.py +58 -0
- _proto/qwak/feature_store/features/deployment_service_pb2.py +32 -0
- _proto/qwak/feature_store/features/deployment_service_pb2.pyi +45 -0
- _proto/qwak/feature_store/features/deployment_service_pb2_grpc.py +67 -0
- _proto/qwak/feature_store/features/execution_pb2.py +35 -0
- _proto/qwak/feature_store/features/feature_set_attribute_pb2.py +28 -0
- _proto/qwak/feature_store/features/feature_set_attribute_pb2.pyi +33 -0
- _proto/qwak/feature_store/features/feature_set_pb2.py +77 -0
- _proto/qwak/feature_store/features/feature_set_pb2.pyi +443 -0
- _proto/qwak/feature_store/features/feature_set_service_pb2.py +122 -0
- _proto/qwak/feature_store/features/feature_set_service_pb2.pyi +663 -0
- _proto/qwak/feature_store/features/feature_set_service_pb2_grpc.py +746 -0
- _proto/qwak/feature_store/features/feature_set_state_pb2.py +60 -0
- _proto/qwak/feature_store/features/feature_set_state_service_pb2.py +48 -0
- _proto/qwak/feature_store/features/feature_set_state_service_pb2.pyi +175 -0
- _proto/qwak/feature_store/features/feature_set_state_service_pb2_grpc.py +203 -0
- _proto/qwak/feature_store/features/feature_set_types_pb2.py +113 -0
- _proto/qwak/feature_store/features/feature_set_types_pb2.pyi +862 -0
- _proto/qwak/feature_store/features/monitoring_pb2.py +31 -0
- _proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +56 -0
- _proto/qwak/feature_store/features/real_time_feature_extractor_pb2.pyi +359 -0
- _proto/qwak/feature_store/jobs/job_pb2.py +34 -0
- _proto/qwak/feature_store/jobs/job_service_pb2.py +52 -0
- _proto/qwak/feature_store/jobs/job_service_pb2.pyi +237 -0
- _proto/qwak/feature_store/jobs/job_service_pb2_grpc.py +237 -0
- _proto/qwak/feature_store/jobs/v1/job_pb2.py +34 -0
- _proto/qwak/feature_store/jobs/v1/job_service_pb2.py +65 -0
- _proto/qwak/feature_store/jobs/v1/job_service_pb2.pyi +349 -0
- _proto/qwak/feature_store/jobs/v1/job_service_pb2_grpc.py +338 -0
- _proto/qwak/feature_store/platform/platform_details_pb2.py +30 -0
- _proto/qwak/feature_store/platform/platform_details_pb2.pyi +54 -0
- _proto/qwak/feature_store/reports/report_pb2.py +36 -0
- _proto/qwak/feature_store/repository/common/platform_pb2.py +31 -0
- _proto/qwak/feature_store/serving/management_pb2.py +36 -0
- _proto/qwak/feature_store/serving/management_pb2.pyi +72 -0
- _proto/qwak/feature_store/serving/management_pb2_grpc.py +101 -0
- _proto/qwak/feature_store/serving/metadata_pb2.py +35 -0
- _proto/qwak/feature_store/serving/metadata_pb2.pyi +158 -0
- _proto/qwak/feature_store/serving/serving_pb2.py +82 -0
- _proto/qwak/feature_store/serving/serving_pb2_grpc.py +101 -0
- _proto/qwak/feature_store/serving/v1/value_pb2.py +30 -0
- _proto/qwak/feature_store/sinks/sink_pb2.py +36 -0
- _proto/qwak/feature_store/sinks/sink_pb2.pyi +137 -0
- _proto/qwak/feature_store/sources/batch_pb2.py +98 -0
- _proto/qwak/feature_store/sources/data_source_attribute_pb2.py +28 -0
- _proto/qwak/feature_store/sources/data_source_attribute_pb2.pyi +33 -0
- _proto/qwak/feature_store/sources/data_source_pb2.py +44 -0
- _proto/qwak/feature_store/sources/data_source_pb2.pyi +169 -0
- _proto/qwak/feature_store/sources/data_source_service_pb2.py +58 -0
- _proto/qwak/feature_store/sources/data_source_service_pb2.pyi +237 -0
- _proto/qwak/feature_store/sources/data_source_service_pb2_grpc.py +305 -0
- _proto/qwak/feature_store/sources/streaming_pb2.py +63 -0
- _proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +27 -0
- _proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +32 -0
- _proto/qwak/feature_store/v1/common/source_code/source_code_pb2.pyi +77 -0
- _proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +39 -0
- _proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2_grpc.py +99 -0
- _proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +31 -0
- _proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2_grpc.py +66 -0
- _proto/qwak/features_operator/v1/features_operator_pb2.py +36 -0
- _proto/qwak/features_operator/v1/features_operator_service_pb2.py +36 -0
- _proto/qwak/features_operator/v1/features_operator_service_pb2.pyi +98 -0
- _proto/qwak/features_operator/v1/features_operator_service_pb2_grpc.py +99 -0
- _proto/qwak/features_operator/v2/features_operator_pb2.py +38 -0
- _proto/qwak/features_operator/v2/features_operator_service_pb2.py +36 -0
- _proto/qwak/features_operator/v2/features_operator_service_pb2.pyi +89 -0
- _proto/qwak/features_operator/v2/features_operator_service_pb2_grpc.py +99 -0
- _proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +51 -0
- _proto/qwak/features_operator/v3/features_operator_async_service_pb2.pyi +218 -0
- _proto/qwak/features_operator/v3/features_operator_async_service_pb2_grpc.py +165 -0
- _proto/qwak/features_operator/v3/features_operator_pb2.py +38 -0
- _proto/qwak/file_versioning/file_versioning_pb2.py +33 -0
- _proto/qwak/file_versioning/file_versioning_service_pb2.py +36 -0
- _proto/qwak/file_versioning/file_versioning_service_pb2.pyi +83 -0
- _proto/qwak/file_versioning/file_versioning_service_pb2_grpc.py +101 -0
- _proto/qwak/fitness_service/constructs_pb2.py +43 -0
- _proto/qwak/fitness_service/fitness_pb2.py +32 -0
- _proto/qwak/fitness_service/fitness_pb2.pyi +126 -0
- _proto/qwak/fitness_service/fitness_service_pb2.py +45 -0
- _proto/qwak/fitness_service/fitness_service_pb2.pyi +121 -0
- _proto/qwak/fitness_service/fitness_service_pb2_grpc.py +169 -0
- _proto/qwak/fitness_service/status_pb2.py +46 -0
- _proto/qwak/inference/feedback/feedback_pb2.py +50 -0
- _proto/qwak/inference/feedback/feedback_pb2_grpc.py +100 -0
- _proto/qwak/instance_template/instance_template_pb2.py +34 -0
- _proto/qwak/instance_template/instance_template_pb2.pyi +108 -0
- _proto/qwak/instance_template/instance_template_service_pb2.py +36 -0
- _proto/qwak/instance_template/instance_template_service_pb2.pyi +79 -0
- _proto/qwak/instance_template/instance_template_service_pb2_grpc.py +101 -0
- _proto/qwak/integration/hugging_face_integration_pb2.py +37 -0
- _proto/qwak/integration/integration_pb2.py +55 -0
- _proto/qwak/integration/integration_pb2.pyi +357 -0
- _proto/qwak/integration/integration_service_pb2.py +56 -0
- _proto/qwak/integration/integration_service_pb2.pyi +234 -0
- _proto/qwak/integration/integration_service_pb2_grpc.py +271 -0
- _proto/qwak/integration/open_a_i_integration_pb2.py +37 -0
- _proto/qwak/integration/opsgenie_integration_pb2.py +43 -0
- _proto/qwak/integration/pagerduty_integration_pb2.py +47 -0
- _proto/qwak/integration/slack_app_integration_pb2.py +47 -0
- _proto/qwak/jfrog/gateway/v0/repository_pb2.py +39 -0
- _proto/qwak/jfrog/gateway/v0/repository_service_pb2.py +36 -0
- _proto/qwak/jfrog/gateway/v0/repository_service_pb2.pyi +71 -0
- _proto/qwak/jfrog/gateway/v0/repository_service_pb2_grpc.py +101 -0
- _proto/qwak/kube_deployment_captain/alert_pb2.py +45 -0
- _proto/qwak/kube_deployment_captain/alerting_pb2.py +33 -0
- _proto/qwak/kube_deployment_captain/batch_job_pb2.py +114 -0
- _proto/qwak/kube_deployment_captain/deployment_pb2.py +66 -0
- _proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +60 -0
- _proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.pyi +370 -0
- _proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +151 -0
- _proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.pyi +924 -0
- _proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2_grpc.py +1226 -0
- _proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +29 -0
- _proto/qwak/logging/log_filter_pb2.py +34 -0
- _proto/qwak/logging/log_line_pb2.py +31 -0
- _proto/qwak/logging/log_reader_service_pb2.py +34 -0
- _proto/qwak/logging/log_reader_service_pb2.pyi +83 -0
- _proto/qwak/logging/log_reader_service_pb2_grpc.py +67 -0
- _proto/qwak/logging/log_source_pb2.py +51 -0
- _proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +40 -0
- _proto/qwak/model_group/model_group_pb2.py +37 -0
- _proto/qwak/model_group/model_group_pb2.pyi +104 -0
- _proto/qwak/model_group/model_group_pb2_grpc.py +99 -0
- _proto/qwak/model_group/model_group_repository_details_pb2.py +39 -0
- _proto/qwak/models/models_pb2.py +132 -0
- _proto/qwak/models/models_pb2.pyi +914 -0
- _proto/qwak/models/models_pb2_grpc.py +436 -0
- _proto/qwak/models/models_query_pb2.py +37 -0
- _proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +52 -0
- _proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.pyi +183 -0
- _proto/qwak/monitoring/v0/alerting_channel_management_service_pb2_grpc.py +237 -0
- _proto/qwak/monitoring/v0/alerting_channel_pb2.py +57 -0
- _proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +37 -0
- _proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.pyi +85 -0
- _proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2_grpc.py +101 -0
- _proto/qwak/offline/serving/v1/feature_values_pb2.py +27 -0
- _proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +55 -0
- _proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.pyi +279 -0
- _proto/qwak/offline/serving/v1/offline_serving_async_service_pb2_grpc.py +165 -0
- _proto/qwak/offline/serving/v1/options_pb2.py +27 -0
- _proto/qwak/offline/serving/v1/population_pb2.py +35 -0
- _proto/qwak/projects/jfrog_project_spec_pb2.py +27 -0
- _proto/qwak/projects/projects_pb2.py +70 -0
- _proto/qwak/projects/projects_pb2.pyi +420 -0
- _proto/qwak/projects/projects_pb2_grpc.py +203 -0
- _proto/qwak/secret_service/secret_service_pb2.py +39 -0
- _proto/qwak/secret_service/secret_service_pb2_grpc.py +135 -0
- _proto/qwak/self_service/account/v0/account_membership_pb2.py +52 -0
- _proto/qwak/self_service/account/v0/account_membership_pb2.pyi +274 -0
- _proto/qwak/self_service/account/v0/account_membership_service_pb2.py +74 -0
- _proto/qwak/self_service/account/v0/account_membership_service_pb2.pyi +337 -0
- _proto/qwak/self_service/account/v0/account_membership_service_pb2_grpc.py +407 -0
- _proto/qwak/self_service/account/v0/account_status_pb2.py +44 -0
- _proto/qwak/self_service/account/v0/account_status_pb2.pyi +172 -0
- _proto/qwak/self_service/account/v0/managing_account_pb2.py +54 -0
- _proto/qwak/self_service/account/v0/managing_account_service_pb2.py +45 -0
- _proto/qwak/self_service/account/v0/managing_account_service_pb2.pyi +136 -0
- _proto/qwak/self_service/account/v0/managing_account_service_pb2_grpc.py +169 -0
- _proto/qwak/self_service/user/v1/api_key_pb2.py +27 -0
- _proto/qwak/self_service/user/v1/user_pb2.py +29 -0
- _proto/qwak/self_service/user/v1/user_pb2.pyi +62 -0
- _proto/qwak/self_service/user/v1/user_service_pb2.py +55 -0
- _proto/qwak/self_service/user/v1/user_service_pb2.pyi +209 -0
- _proto/qwak/self_service/user/v1/user_service_pb2_grpc.py +203 -0
- _proto/qwak/service_discovery/service_discovery_location_pb2.py +33 -0
- _proto/qwak/service_discovery/service_discovery_location_service_pb2.py +32 -0
- _proto/qwak/service_discovery/service_discovery_location_service_pb2.pyi +41 -0
- _proto/qwak/service_discovery/service_discovery_location_service_pb2_grpc.py +231 -0
- _proto/qwak/traffic/v1/traffic_api_pb2.py +44 -0
- _proto/qwak/traffic/v1/traffic_api_pb2.pyi +137 -0
- _proto/qwak/traffic/v1/traffic_api_pb2_grpc.py +169 -0
- _proto/qwak/traffic/v1/traffic_pb2.py +47 -0
- _proto/qwak/user_application/common/v0/resources_pb2.py +51 -0
- _proto/qwak/user_application/v0/user_application_pb2.py +36 -0
- core/__init__.py +10 -0
- core/automations/__init__.py +70 -0
- core/automations/automation_executions.py +99 -0
- core/automations/automations.py +399 -0
- core/automations/batch_execution_action.py +336 -0
- core/automations/build_and_deploy_action.py +850 -0
- core/automations/common.py +106 -0
- core/clients/_inner/edge_communications.py +24 -0
- core/clients/administration/authenticated_user/client.py +41 -0
- core/clients/administration/authentication/client.py +34 -0
- core/clients/administration/eco_system/client.py +152 -0
- core/clients/administration/eco_system/eco_system_utils.py +15 -0
- core/clients/administration/environment/client.py +77 -0
- core/clients/administration/self_service/client.py +73 -0
- core/clients/alert_management/client.py +64 -0
- core/clients/alerts_registry/channel.py +132 -0
- core/clients/alerts_registry/client.py +137 -0
- core/clients/analytics/client.py +108 -0
- core/clients/audience/client.py +53 -0
- core/clients/automation_management/client.py +274 -0
- core/clients/autoscaling/client.py +34 -0
- core/clients/batch_job_management/client.py +583 -0
- core/clients/batch_job_management/executions_config.py +201 -0
- core/clients/build_management/client.py +115 -0
- core/clients/build_orchestrator/build_model_request_getter.py +138 -0
- core/clients/build_orchestrator/client.py +456 -0
- core/clients/build_orchestrator/internal_client.py +114 -0
- core/clients/data_versioning/client.py +76 -0
- core/clients/data_versioning/data_tag_filter.py +32 -0
- core/clients/deployment/client.py +191 -0
- core/clients/feature_store/execution_management_client.py +102 -0
- core/clients/feature_store/job_registry_client.py +71 -0
- core/clients/feature_store/management_client.py +570 -0
- core/clients/feature_store/offline_serving_client.py +251 -0
- core/clients/feature_store/operator_client.py +164 -0
- core/clients/file_versioning/client.py +77 -0
- core/clients/file_versioning/file_tag_filter.py +32 -0
- core/clients/instance_template/client.py +69 -0
- core/clients/integration_management/integration_manager_client.py +35 -0
- core/clients/integration_management/integration_utils.py +27 -0
- core/clients/integration_management/openai/openai_system_secret.py +58 -0
- core/clients/jfrog_gateway/client.py +60 -0
- core/clients/kube_deployment_captain/client.py +233 -0
- core/clients/location_discovery/client.py +73 -0
- core/clients/logging_client/client.py +148 -0
- core/clients/model_management/client.py +139 -0
- core/clients/model_version_manager/client.py +224 -0
- core/clients/project/client.py +72 -0
- core/clients/secret_service/client.py +96 -0
- core/clients/system_secret/system_secret_client.py +31 -0
- core/clients/user_application_instance/client.py +177 -0
- core/exceptions/frogml_external_exception.py +11 -0
- core/feature_store/_common/source_code_spec.py +62 -0
- core/feature_store/data_sources/attributes.py +25 -0
- core/feature_store/data_sources/source_authentication.py +35 -0
- core/feature_store/data_sources/time_partition_columns.py +178 -0
- core/feature_store/entities/entity.py +73 -0
- core/feature_store/execution/backfill.py +197 -0
- core/feature_store/execution/execution.py +595 -0
- core/feature_store/execution/execution_query.py +91 -0
- core/feature_store/feature_sets/_utils/_featureset_utils.py +45 -0
- core/feature_store/feature_sets/backfill.py +72 -0
- core/feature_store/feature_sets/execution_spec.py +75 -0
- core/feature_store/feature_sets/metadata.py +75 -0
- core/feature_store/feature_sets/read_policies.py +245 -0
- core/feature_store/feature_sets/transformations/__init__.py +35 -0
- core/feature_store/feature_sets/transformations/aggregations/aggregations.py +443 -0
- core/feature_store/feature_sets/transformations/aggregations/windows.py +70 -0
- core/feature_store/feature_sets/transformations/functions/__init__.py +10 -0
- core/feature_store/feature_sets/transformations/functions/frogml_pandas.py +66 -0
- core/feature_store/feature_sets/transformations/transformations.py +467 -0
- core/feature_store/feature_sets/transformations/validations/validations_util.py +78 -0
- core/feature_store/offline/_offline_serving_validations.py +32 -0
- core/feature_store/offline/feature_set_features.py +25 -0
- core/feature_store/online/endpoint_utils.py +65 -0
- core/feature_store/sinks/base.py +18 -0
- core/feature_store/sinks/streaming/attachment.py +34 -0
- core/feature_store/validations/validation_options.py +82 -0
- core/feature_store/validations/validation_response.py +121 -0
- core/inner/build_config/build_config_v1.py +317 -0
- core/inner/build_logic/build_loggers/trigger_build_logger.py +50 -0
- core/inner/build_logic/execute_build_pipeline.py +64 -0
- core/inner/build_logic/interface/context_interface.py +58 -0
- core/inner/build_logic/interface/phase_run_handler.py +71 -0
- core/inner/build_logic/interface/step_inteface.py +26 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_model_step.py +41 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/common.py +32 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/fetch_strategy_manager.py +62 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/folder/folder_strategy.py +131 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/git/git_strategy.py +184 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/strategy.py +50 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/zip/zip_strategy.py +64 -0
- core/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +139 -0
- core/inner/build_logic/phases/phase_010_fetch_model/pre_fetch_validation_step.py +267 -0
- core/inner/build_logic/phases/phase_010_fetch_model/set_version_step.py +33 -0
- core/inner/build_logic/phases/phase_020_remote_register_frogml_build/cleanup_step.py +20 -0
- core/inner/build_logic/phases/phase_020_remote_register_frogml_build/start_remote_build_step.py +42 -0
- core/inner/build_logic/phases/phase_020_remote_register_frogml_build/upload_step.py +261 -0
- core/inner/build_logic/phases/phases_pipeline.py +44 -0
- core/inner/build_logic/run_handlers/programmatic_phase_run_handler.py +101 -0
- core/inner/build_logic/tools/dependencies_tools.py +68 -0
- core/inner/build_logic/tools/files.py +237 -0
- core/inner/build_logic/tools/ignore_files.py +20 -0
- core/inner/build_logic/trigger_build_context.py +10 -0
- core/inner/di_configuration/__init__.py +69 -0
- core/inner/di_configuration/account.py +106 -0
- core/inner/di_configuration/containers.py +40 -0
- core/inner/instance_template/verify_template_id.py +50 -0
- core/inner/model_loggers_utils.py +96 -0
- core/inner/tool/auth.py +75 -0
- core/inner/tool/grpc/grpc_auth.py +42 -0
- core/inner/tool/grpc/grpc_tools.py +209 -0
- core/inner/tool/grpc/grpc_try_wrapping.py +23 -0
- core/inner/tool/protobuf_factory.py +45 -0
- core/inner/tool/run_config/base.py +127 -0
- core/model_loggers/artifact_logger.py +128 -0
- core/model_loggers/data_logger.py +177 -0
- core/tools/logger/logger.py +287 -0
- core/utils/proto_utils.py +63 -0
- feature_store/_common/artifact_utils.py +57 -0
- feature_store/_common/feature_set_utils.py +261 -0
- feature_store/_common/featureset_asterisk_handler.py +115 -0
- feature_store/_common/packaging.py +244 -0
- feature_store/_common/source_code_spec_factory.py +54 -0
- feature_store/data_sources/__init__.py +67 -0
- feature_store/data_sources/base.py +128 -0
- feature_store/data_sources/batch/_batch.py +9 -0
- feature_store/data_sources/batch/_jdbc.py +23 -0
- feature_store/data_sources/batch/athena.py +274 -0
- feature_store/data_sources/batch/big_query.py +82 -0
- feature_store/data_sources/batch/clickhouse.py +62 -0
- feature_store/data_sources/batch/csv.py +64 -0
- feature_store/data_sources/batch/elastic_search.py +63 -0
- feature_store/data_sources/batch/filesystem/aws.py +93 -0
- feature_store/data_sources/batch/filesystem/gcp.py +54 -0
- feature_store/data_sources/batch/filesystem/utils.py +59 -0
- feature_store/data_sources/batch/mongodb.py +60 -0
- feature_store/data_sources/batch/mysql.py +51 -0
- feature_store/data_sources/batch/parquet.py +59 -0
- feature_store/data_sources/batch/postgres.py +51 -0
- feature_store/data_sources/batch/redshift.py +88 -0
- feature_store/data_sources/batch/snowflake.py +79 -0
- feature_store/data_sources/batch/vertica.py +60 -0
- feature_store/data_sources/streaming/_streaming.py +9 -0
- feature_store/data_sources/streaming/kafka/__init__.py +25 -0
- feature_store/data_sources/streaming/kafka/authentication.py +124 -0
- feature_store/data_sources/streaming/kafka/deserialization.py +115 -0
- feature_store/data_sources/streaming/kafka/kafka.py +126 -0
- feature_store/feature_sets/base_feature_set.py +151 -0
- feature_store/feature_sets/batch.py +484 -0
- feature_store/feature_sets/streaming.py +646 -0
- feature_store/feature_sets/streaming_backfill.py +271 -0
- feature_store/offline/__init__.py +3 -0
- feature_store/offline/client_v2.py +340 -0
- feature_store/online/client.py +355 -0
- feature_store/sinks/kafka.py +61 -0
- feature_store/sinks/streaming/factory.py +60 -0
- feature_store/validations/validator.py +106 -0
- frogml_core-0.0.118.dist-info/METADATA +410 -0
- frogml_core-0.0.118.dist-info/RECORD +1016 -0
- sdk/__init__.py +8 -0
- sdk/frogml_client/batch_jobs/execution.py +49 -0
- sdk/frogml_client/batch_jobs/task.py +43 -0
- sdk/frogml_client/build_api_helpers/build_api_steps.py +53 -0
- sdk/frogml_client/build_api_helpers/trigger_build_api.py +67 -0
- sdk/frogml_client/builds/build.py +97 -0
- sdk/frogml_client/builds/filters/metric_filter.py +38 -0
- sdk/frogml_client/builds/filters/parameter_filter.py +36 -0
- sdk/frogml_client/client.py +900 -0
- sdk/frogml_client/data_versioning/data_tag.py +24 -0
- sdk/frogml_client/deployments/deployment.py +409 -0
- sdk/frogml_client/file_versioning/file_tag.py +24 -0
- sdk/frogml_client/models/model.py +52 -0
- sdk/frogml_client/models/model_metadata.py +31 -0
- sdk/frogml_client/projects/project.py +56 -0
- sdk/inner/runtime_di/__init__.py +16 -0
- sdk/inner/runtime_di/containers.py +19 -0
- sdk/model/__init__.py +0 -0
- sdk/model/_entity_extraction.py +116 -0
- sdk/model/adapters/input_adapters/__init__.py +0 -0
- sdk/model/adapters/input_adapters/numpy_input_adapter.py +100 -0
- sdk/model/adapters/output_adapters/__init__.py +0 -0
- sdk/model/adapters/output_adapters/numpy_output_adapter.py +32 -0
- sdk/model/analytics_logging.py +14 -0
- sdk/model/base.py +86 -0
- sdk/model/decorators/__init__.py +0 -0
- sdk/model/decorators/api.py +66 -0
- sdk/model/decorators/impl/__init__.py +0 -0
- sdk/model/decorators/impl/api_implementation.py +29 -0
- sdk/model/decorators/timer.py +20 -0
- sdk/model/fs_info_mapping_retriever.py +63 -0
- sdk/model/model_version_tracking.py +57 -0
- sdk/model/schema.py +52 -0
- sdk/model/schema_entities.py +107 -0
- sdk/model/tools/__init__.py +24 -0
- sdk/model/tools/adapters/__init__.py +0 -0
- sdk/model/tools/adapters/input.py +66 -0
- sdk/model/tools/adapters/input_adapters/__init__.py +0 -0
- sdk/model/tools/adapters/input_adapters/dataframe_input.py +48 -0
- sdk/model/tools/adapters/input_adapters/image_input.py +45 -0
- sdk/model/tools/adapters/input_adapters/json_input.py +20 -0
- sdk/model/tools/adapters/input_adapters/tf_tensor_input.py +44 -0
- sdk/model/tools/adapters/output.py +75 -0
- sdk/model/tools/adapters/output_adapters/__init__.py +0 -0
- sdk/model/tools/adapters/output_adapters/dataframe_output.py +30 -0
- sdk/model/tools/adapters/output_adapters/json_output.py +17 -0
- sdk/model/tools/adapters/output_adapters/tf_tensor_output.py +41 -0
- sdk/model/tools/run_model_locally.py +68 -0
- sdk/model/utils/__init__.py +0 -0
- sdk/model/utils/feature_utils.py +71 -0
- sdk/model_loggers/__init__.py +0 -0
- sdk/model_loggers/model_logger.py +30 -0
- storage/__init__.py +0 -0
- storage/artifactory/_artifactory_api.py +315 -0
- storage/authentication/login/_login_cli.py +229 -0
- storage/authentication/login/_login_command.py +71 -0
- storage/authentication/models/_auth_config.py +70 -0
- storage/authentication/utils/_authentication_utils.py +281 -0
- storage/authentication/utils/_login_checks_utils.py +114 -0
- storage/base_storage.py +140 -0
- storage/frog_ml.py +668 -0
- storage/http/http_client.py +83 -0
- storage/logging/log_utils.py +21 -0
- storage/models/_download_context.py +54 -0
- storage/models/dataset_manifest.py +13 -0
- storage/models/entity_manifest.py +93 -0
- storage/models/frogml_dataset_version.py +21 -0
- storage/models/frogml_entity_type_info.py +48 -0
- storage/models/frogml_entity_version.py +34 -0
- storage/models/frogml_model_version.py +21 -0
- storage/models/model_manifest.py +60 -0
- storage/utils/_input_checks_utility.py +104 -0
- frogml_core/__init__.py +0 -25
- frogml_core/automations/__init__.py +0 -70
- frogml_core/automations/automation_executions.py +0 -99
- frogml_core/automations/automations.py +0 -399
- frogml_core/automations/batch_execution_action.py +0 -336
- frogml_core/automations/build_and_deploy_action.py +0 -850
- frogml_core/automations/common.py +0 -106
- frogml_core/clients/_inner/edge_communications.py +0 -24
- frogml_core/clients/administration/authenticated_user/client.py +0 -41
- frogml_core/clients/administration/authentication/client.py +0 -34
- frogml_core/clients/administration/eco_system/client.py +0 -152
- frogml_core/clients/administration/eco_system/eco_system_utils.py +0 -15
- frogml_core/clients/administration/environment/client.py +0 -77
- frogml_core/clients/administration/self_service/client.py +0 -73
- frogml_core/clients/alert_management/client.py +0 -64
- frogml_core/clients/alerts_registry/channel.py +0 -132
- frogml_core/clients/alerts_registry/client.py +0 -137
- frogml_core/clients/analytics/client.py +0 -108
- frogml_core/clients/audience/client.py +0 -53
- frogml_core/clients/automation_management/client.py +0 -274
- frogml_core/clients/autoscaling/client.py +0 -34
- frogml_core/clients/batch_job_management/client.py +0 -583
- frogml_core/clients/batch_job_management/executions_config.py +0 -201
- frogml_core/clients/build_management/client.py +0 -115
- frogml_core/clients/build_orchestrator/build_model_request_getter.py +0 -138
- frogml_core/clients/build_orchestrator/client.py +0 -456
- frogml_core/clients/build_orchestrator/internal_client.py +0 -114
- frogml_core/clients/data_versioning/client.py +0 -76
- frogml_core/clients/data_versioning/data_tag_filter.py +0 -32
- frogml_core/clients/deployment/client.py +0 -191
- frogml_core/clients/feature_store/execution_management_client.py +0 -102
- frogml_core/clients/feature_store/job_registry_client.py +0 -71
- frogml_core/clients/feature_store/management_client.py +0 -570
- frogml_core/clients/feature_store/offline_serving_client.py +0 -251
- frogml_core/clients/feature_store/operator_client.py +0 -164
- frogml_core/clients/file_versioning/client.py +0 -77
- frogml_core/clients/file_versioning/file_tag_filter.py +0 -32
- frogml_core/clients/instance_template/client.py +0 -69
- frogml_core/clients/integration_management/integration_manager_client.py +0 -35
- frogml_core/clients/integration_management/integration_utils.py +0 -27
- frogml_core/clients/integration_management/openai/openai_system_secret.py +0 -58
- frogml_core/clients/jfrog_gateway/client.py +0 -60
- frogml_core/clients/kube_deployment_captain/client.py +0 -233
- frogml_core/clients/location_discovery/client.py +0 -73
- frogml_core/clients/logging_client/client.py +0 -148
- frogml_core/clients/model_management/client.py +0 -139
- frogml_core/clients/model_version_manager/client.py +0 -224
- frogml_core/clients/project/client.py +0 -72
- frogml_core/clients/secret_service/client.py +0 -96
- frogml_core/clients/system_secret/system_secret_client.py +0 -31
- frogml_core/clients/user_application_instance/client.py +0 -177
- frogml_core/exceptions/frogml_external_exception.py +0 -11
- frogml_core/feature_store/_common/artifact_utils.py +0 -57
- frogml_core/feature_store/_common/feature_set_utils.py +0 -261
- frogml_core/feature_store/_common/featureset_asterisk_handler.py +0 -115
- frogml_core/feature_store/_common/packaging.py +0 -244
- frogml_core/feature_store/_common/source_code_spec.py +0 -62
- frogml_core/feature_store/_common/source_code_spec_factory.py +0 -54
- frogml_core/feature_store/data_sources/__init__.py +0 -67
- frogml_core/feature_store/data_sources/attributes.py +0 -25
- frogml_core/feature_store/data_sources/base.py +0 -128
- frogml_core/feature_store/data_sources/batch/_batch.py +0 -9
- frogml_core/feature_store/data_sources/batch/_jdbc.py +0 -23
- frogml_core/feature_store/data_sources/batch/athena.py +0 -274
- frogml_core/feature_store/data_sources/batch/big_query.py +0 -82
- frogml_core/feature_store/data_sources/batch/clickhouse.py +0 -62
- frogml_core/feature_store/data_sources/batch/csv.py +0 -64
- frogml_core/feature_store/data_sources/batch/elastic_search.py +0 -63
- frogml_core/feature_store/data_sources/batch/filesystem/aws.py +0 -93
- frogml_core/feature_store/data_sources/batch/filesystem/gcp.py +0 -54
- frogml_core/feature_store/data_sources/batch/filesystem/utils.py +0 -59
- frogml_core/feature_store/data_sources/batch/mongodb.py +0 -60
- frogml_core/feature_store/data_sources/batch/mysql.py +0 -51
- frogml_core/feature_store/data_sources/batch/parquet.py +0 -59
- frogml_core/feature_store/data_sources/batch/postgres.py +0 -51
- frogml_core/feature_store/data_sources/batch/redshift.py +0 -88
- frogml_core/feature_store/data_sources/batch/snowflake.py +0 -79
- frogml_core/feature_store/data_sources/batch/vertica.py +0 -60
- frogml_core/feature_store/data_sources/source_authentication.py +0 -35
- frogml_core/feature_store/data_sources/streaming/_streaming.py +0 -9
- frogml_core/feature_store/data_sources/streaming/kafka/__init__.py +0 -25
- frogml_core/feature_store/data_sources/streaming/kafka/authentication.py +0 -124
- frogml_core/feature_store/data_sources/streaming/kafka/deserialization.py +0 -115
- frogml_core/feature_store/data_sources/streaming/kafka/kafka.py +0 -126
- frogml_core/feature_store/data_sources/time_partition_columns.py +0 -178
- frogml_core/feature_store/entities/entity.py +0 -73
- frogml_core/feature_store/execution/backfill.py +0 -197
- frogml_core/feature_store/execution/execution.py +0 -595
- frogml_core/feature_store/execution/execution_query.py +0 -91
- frogml_core/feature_store/feature_sets/_utils/_featureset_utils.py +0 -45
- frogml_core/feature_store/feature_sets/backfill.py +0 -72
- frogml_core/feature_store/feature_sets/base_feature_set.py +0 -151
- frogml_core/feature_store/feature_sets/batch.py +0 -484
- frogml_core/feature_store/feature_sets/execution_spec.py +0 -75
- frogml_core/feature_store/feature_sets/metadata.py +0 -75
- frogml_core/feature_store/feature_sets/read_policies.py +0 -245
- frogml_core/feature_store/feature_sets/streaming.py +0 -646
- frogml_core/feature_store/feature_sets/streaming_backfill.py +0 -271
- frogml_core/feature_store/feature_sets/transformations/__init__.py +0 -35
- frogml_core/feature_store/feature_sets/transformations/aggregations/aggregations.py +0 -443
- frogml_core/feature_store/feature_sets/transformations/aggregations/windows.py +0 -70
- frogml_core/feature_store/feature_sets/transformations/functions/__init__.py +0 -10
- frogml_core/feature_store/feature_sets/transformations/functions/frogml_pandas.py +0 -66
- frogml_core/feature_store/feature_sets/transformations/transformations.py +0 -467
- frogml_core/feature_store/feature_sets/transformations/validations/validations_util.py +0 -78
- frogml_core/feature_store/offline/__init__.py +0 -3
- frogml_core/feature_store/offline/_offline_serving_validations.py +0 -32
- frogml_core/feature_store/offline/client_v2.py +0 -340
- frogml_core/feature_store/offline/feature_set_features.py +0 -25
- frogml_core/feature_store/online/client.py +0 -355
- frogml_core/feature_store/online/endpoint_utils.py +0 -65
- frogml_core/feature_store/sinks/base.py +0 -18
- frogml_core/feature_store/sinks/kafka.py +0 -61
- frogml_core/feature_store/sinks/streaming/attachment.py +0 -34
- frogml_core/feature_store/sinks/streaming/factory.py +0 -60
- frogml_core/feature_store/validations/validation_options.py +0 -82
- frogml_core/feature_store/validations/validation_response.py +0 -121
- frogml_core/feature_store/validations/validator.py +0 -106
- frogml_core/frogml_client/batch_jobs/execution.py +0 -49
- frogml_core/frogml_client/batch_jobs/task.py +0 -43
- frogml_core/frogml_client/build_api_helpers/build_api_steps.py +0 -53
- frogml_core/frogml_client/build_api_helpers/trigger_build_api.py +0 -67
- frogml_core/frogml_client/builds/build.py +0 -97
- frogml_core/frogml_client/builds/filters/metric_filter.py +0 -38
- frogml_core/frogml_client/builds/filters/parameter_filter.py +0 -36
- frogml_core/frogml_client/client.py +0 -900
- frogml_core/frogml_client/data_versioning/data_tag.py +0 -24
- frogml_core/frogml_client/deployments/deployment.py +0 -409
- frogml_core/frogml_client/file_versioning/file_tag.py +0 -24
- frogml_core/frogml_client/models/model.py +0 -52
- frogml_core/frogml_client/models/model_metadata.py +0 -31
- frogml_core/frogml_client/projects/project.py +0 -56
- frogml_core/inner/build_config/build_config_v1.py +0 -315
- frogml_core/inner/build_logic/build_loggers/trigger_build_logger.py +0 -50
- frogml_core/inner/build_logic/execute_build_pipeline.py +0 -64
- frogml_core/inner/build_logic/interface/context_interface.py +0 -58
- frogml_core/inner/build_logic/interface/phase_run_handler.py +0 -71
- frogml_core/inner/build_logic/interface/step_inteface.py +0 -26
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_model_step.py +0 -41
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/common.py +0 -32
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/fetch_strategy_manager.py +0 -62
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/folder/folder_strategy.py +0 -131
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/git/git_strategy.py +0 -184
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/strategy.py +0 -50
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/zip/zip_strategy.py +0 -64
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +0 -139
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/pre_fetch_validation_step.py +0 -263
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/set_version_step.py +0 -33
- frogml_core/inner/build_logic/phases/phase_020_remote_register_frogml_build/cleanup_step.py +0 -20
- frogml_core/inner/build_logic/phases/phase_020_remote_register_frogml_build/start_remote_build_step.py +0 -42
- frogml_core/inner/build_logic/phases/phase_020_remote_register_frogml_build/upload_step.py +0 -261
- frogml_core/inner/build_logic/phases/phases_pipeline.py +0 -44
- frogml_core/inner/build_logic/run_handlers/programmatic_phase_run_handler.py +0 -101
- frogml_core/inner/build_logic/tools/dependencies_tools.py +0 -68
- frogml_core/inner/build_logic/tools/files.py +0 -237
- frogml_core/inner/build_logic/tools/ignore_files.py +0 -20
- frogml_core/inner/build_logic/trigger_build_context.py +0 -10
- frogml_core/inner/di_configuration/__init__.py +0 -69
- frogml_core/inner/di_configuration/account.py +0 -106
- frogml_core/inner/di_configuration/containers.py +0 -40
- frogml_core/inner/instance_template/verify_template_id.py +0 -50
- frogml_core/inner/model_loggers_utils.py +0 -96
- frogml_core/inner/runtime_di/__init__.py +0 -16
- frogml_core/inner/runtime_di/containers.py +0 -19
- frogml_core/inner/tool/auth.py +0 -75
- frogml_core/inner/tool/grpc/grpc_auth.py +0 -42
- frogml_core/inner/tool/grpc/grpc_tools.py +0 -209
- frogml_core/inner/tool/grpc/grpc_try_wrapping.py +0 -23
- frogml_core/inner/tool/protobuf_factory.py +0 -45
- frogml_core/inner/tool/run_config/base.py +0 -127
- frogml_core/model/_entity_extraction.py +0 -116
- frogml_core/model/adapters/input_adapters/numpy_input_adapter.py +0 -100
- frogml_core/model/adapters/output_adapters/numpy_output_adapter.py +0 -32
- frogml_core/model/analytics_logging.py +0 -14
- frogml_core/model/base.py +0 -86
- frogml_core/model/decorators/api.py +0 -66
- frogml_core/model/decorators/impl/api_implementation.py +0 -29
- frogml_core/model/decorators/timer.py +0 -20
- frogml_core/model/fs_info_mapping_retriever.py +0 -63
- frogml_core/model/model_version_tracking.py +0 -57
- frogml_core/model/schema.py +0 -52
- frogml_core/model/schema_entities.py +0 -107
- frogml_core/model/tools/__init__.py +0 -24
- frogml_core/model/tools/adapters/input.py +0 -66
- frogml_core/model/tools/adapters/input_adapters/dataframe_input.py +0 -48
- frogml_core/model/tools/adapters/input_adapters/image_input.py +0 -45
- frogml_core/model/tools/adapters/input_adapters/json_input.py +0 -20
- frogml_core/model/tools/adapters/input_adapters/tf_tensor_input.py +0 -44
- frogml_core/model/tools/adapters/output.py +0 -75
- frogml_core/model/tools/adapters/output_adapters/dataframe_output.py +0 -30
- frogml_core/model/tools/adapters/output_adapters/json_output.py +0 -17
- frogml_core/model/tools/adapters/output_adapters/tf_tensor_output.py +0 -41
- frogml_core/model/tools/run_model_locally.py +0 -68
- frogml_core/model/utils/feature_utils.py +0 -71
- frogml_core/model_loggers/artifact_logger.py +0 -128
- frogml_core/model_loggers/data_logger.py +0 -177
- frogml_core/model_loggers/model_logger.py +0 -30
- frogml_core/tools/logger/logger.py +0 -287
- frogml_core/utils/proto_utils.py +0 -63
- frogml_core-0.0.116.dist-info/METADATA +0 -410
- frogml_core-0.0.116.dist-info/RECORD +0 -1051
- frogml_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +0 -29
- frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +0 -32
- frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.pyi +0 -48
- frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2_grpc.py +0 -67
- frogml_proto/jfml/model_version/v1/artifact_pb2.py +0 -29
- frogml_proto/jfml/model_version/v1/build_spec_pb2.py +0 -35
- frogml_proto/jfml/model_version/v1/build_spec_pb2.pyi +0 -120
- frogml_proto/jfml/model_version/v1/model_repository_spec_pb2.py +0 -27
- frogml_proto/jfml/model_version/v1/model_version_framework_pb2.py +0 -39
- frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2.py +0 -58
- frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2.pyi +0 -278
- frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2_grpc.py +0 -271
- frogml_proto/jfml/model_version/v1/model_version_pb2.py +0 -65
- frogml_proto/jfml/model_version/v1/model_version_pb2.pyi +0 -297
- frogml_proto/qwak/administration/account/v1/account_pb2.py +0 -49
- frogml_proto/qwak/administration/account/v1/account_pb2.pyi +0 -266
- frogml_proto/qwak/administration/account/v1/account_service_pb2.py +0 -67
- frogml_proto/qwak/administration/account/v1/account_service_pb2.pyi +0 -345
- frogml_proto/qwak/administration/account/v1/account_service_pb2_grpc.py +0 -338
- frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +0 -49
- frogml_proto/qwak/administration/account/v1/personalization_pb2.py +0 -29
- frogml_proto/qwak/administration/account/v1/preferences_pb2.py +0 -28
- frogml_proto/qwak/administration/account/v1/preferences_pb2.pyi +0 -35
- frogml_proto/qwak/administration/account/v1/terms_pb2.py +0 -35
- frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +0 -42
- frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.pyi +0 -108
- frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2_grpc.py +0 -135
- frogml_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +0 -30
- frogml_proto/qwak/administration/authenticated_user/v1/details_pb2.py +0 -35
- frogml_proto/qwak/administration/cluster/v2/cluster_pb2.py +0 -62
- frogml_proto/qwak/administration/cluster/v2/cluster_pb2.pyi +0 -354
- frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +0 -28
- frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.pyi +0 -36
- frogml_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +0 -29
- frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +0 -31
- frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +0 -28
- frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.pyi +0 -39
- frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +0 -34
- frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.pyi +0 -79
- frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +0 -29
- frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +0 -28
- frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.pyi +0 -39
- frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +0 -28
- frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +0 -33
- frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +0 -32
- frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.pyi +0 -66
- frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +0 -36
- frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +0 -114
- frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +0 -28
- frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.pyi +0 -33
- frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +0 -28
- frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.pyi +0 -33
- frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +0 -36
- frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.pyi +0 -107
- frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +0 -31
- frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +0 -33
- frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.pyi +0 -79
- frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +0 -35
- frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi +0 -67
- frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +0 -31
- frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +0 -36
- frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2_grpc.py +0 -67
- frogml_proto/qwak/administration/v0/environments/configuration_pb2.py +0 -43
- frogml_proto/qwak/administration/v0/environments/configuration_pb2.pyi +0 -264
- frogml_proto/qwak/administration/v0/environments/environment_pb2.py +0 -40
- frogml_proto/qwak/administration/v0/environments/environment_pb2.pyi +0 -168
- frogml_proto/qwak/administration/v0/environments/environment_service_pb2.py +0 -62
- frogml_proto/qwak/administration/v0/environments/environment_service_pb2.pyi +0 -274
- frogml_proto/qwak/administration/v0/environments/environment_service_pb2_grpc.py +0 -272
- frogml_proto/qwak/administration/v0/environments/personalization_pb2.py +0 -29
- frogml_proto/qwak/administration/v0/users/user_pb2.py +0 -44
- frogml_proto/qwak/admiral/secret/v0/secret_pb2.py +0 -51
- frogml_proto/qwak/admiral/secret/v0/secret_service_pb2.py +0 -40
- frogml_proto/qwak/admiral/secret/v0/secret_service_pb2.pyi +0 -93
- frogml_proto/qwak/admiral/secret/v0/secret_service_pb2_grpc.py +0 -135
- frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +0 -40
- frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2.pyi +0 -101
- frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2_grpc.py +0 -135
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +0 -62
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.pyi +0 -431
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +0 -44
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.pyi +0 -128
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2_grpc.py +0 -169
- frogml_proto/qwak/analytics/analytics_pb2.py +0 -47
- frogml_proto/qwak/analytics/analytics_service_pb2.py +0 -68
- frogml_proto/qwak/analytics/analytics_service_pb2.pyi +0 -339
- frogml_proto/qwak/analytics/analytics_service_pb2_grpc.py +0 -370
- frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +0 -29
- frogml_proto/qwak/audience/v1/audience_api_pb2.py +0 -52
- frogml_proto/qwak/audience/v1/audience_api_pb2.pyi +0 -176
- frogml_proto/qwak/audience/v1/audience_api_pb2_grpc.py +0 -240
- frogml_proto/qwak/audience/v1/audience_pb2.py +0 -50
- frogml_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +0 -39
- frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +0 -32
- frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.pyi +0 -55
- frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2_grpc.py +0 -67
- frogml_proto/qwak/automation/v1/action_pb2.py +0 -80
- frogml_proto/qwak/automation/v1/action_pb2.pyi +0 -513
- frogml_proto/qwak/automation/v1/auto_scaling_pb2.py +0 -39
- frogml_proto/qwak/automation/v1/automation_execution_pb2.py +0 -34
- frogml_proto/qwak/automation/v1/automation_management_service_pb2.py +0 -81
- frogml_proto/qwak/automation/v1/automation_management_service_pb2.pyi +0 -386
- frogml_proto/qwak/automation/v1/automation_management_service_pb2_grpc.py +0 -429
- frogml_proto/qwak/automation/v1/automation_pb2.py +0 -35
- frogml_proto/qwak/automation/v1/automation_pb2.pyi +0 -124
- frogml_proto/qwak/automation/v1/common_pb2.py +0 -31
- frogml_proto/qwak/automation/v1/notification_pb2.py +0 -41
- frogml_proto/qwak/automation/v1/trigger_pb2.py +0 -36
- frogml_proto/qwak/automation/v1/trigger_pb2.pyi +0 -112
- frogml_proto/qwak/batch_job/v1/batch_job_events_pb2.py +0 -58
- frogml_proto/qwak/batch_job/v1/batch_job_events_pb2.pyi +0 -307
- frogml_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +0 -29
- frogml_proto/qwak/batch_job/v1/batch_job_service_pb2.py +0 -167
- frogml_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +0 -1387
- frogml_proto/qwak/batch_job/v1/batch_job_service_pb2_grpc.py +0 -608
- frogml_proto/qwak/build/v1/build_api_pb2.py +0 -125
- frogml_proto/qwak/build/v1/build_api_pb2.pyi +0 -682
- frogml_proto/qwak/build/v1/build_api_pb2_grpc.py +0 -594
- frogml_proto/qwak/build/v1/build_pb2.py +0 -143
- frogml_proto/qwak/build/v1/build_pb2.pyi +0 -1340
- frogml_proto/qwak/build_settings/build_settings_api_pb2.py +0 -40
- frogml_proto/qwak/build_settings/build_settings_api_pb2.pyi +0 -106
- frogml_proto/qwak/build_settings/build_settings_api_pb2_grpc.py +0 -132
- frogml_proto/qwak/build_settings/build_settings_pb2.py +0 -39
- frogml_proto/qwak/builds/build_pb2.py +0 -71
- frogml_proto/qwak/builds/build_pb2.pyi +0 -586
- frogml_proto/qwak/builds/build_url_pb2.py +0 -49
- frogml_proto/qwak/builds/builds_orchestrator_service_pb2.py +0 -89
- frogml_proto/qwak/builds/builds_orchestrator_service_pb2.pyi +0 -444
- frogml_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py +0 -406
- frogml_proto/qwak/builds/builds_pb2.py +0 -147
- frogml_proto/qwak/builds/builds_pb2.pyi +0 -1271
- frogml_proto/qwak/builds/builds_pb2_grpc.py +0 -237
- frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +0 -34
- frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2.pyi +0 -64
- frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2_grpc.py +0 -67
- frogml_proto/qwak/data_versioning/data_versioning_pb2.py +0 -29
- frogml_proto/qwak/data_versioning/data_versioning_service_pb2.py +0 -36
- frogml_proto/qwak/data_versioning/data_versioning_service_pb2.pyi +0 -83
- frogml_proto/qwak/data_versioning/data_versioning_service_pb2_grpc.py +0 -101
- frogml_proto/qwak/deployment/alert_pb2.py +0 -47
- frogml_proto/qwak/deployment/alert_service_pb2.py +0 -56
- frogml_proto/qwak/deployment/alert_service_pb2.pyi +0 -218
- frogml_proto/qwak/deployment/alert_service_pb2_grpc.py +0 -237
- frogml_proto/qwak/deployment/deployment_messages_pb2.py +0 -28
- frogml_proto/qwak/deployment/deployment_messages_pb2.pyi +0 -61
- frogml_proto/qwak/deployment/deployment_pb2.py +0 -180
- frogml_proto/qwak/deployment/deployment_pb2.pyi +0 -1582
- frogml_proto/qwak/deployment/deployment_service_pb2.py +0 -187
- frogml_proto/qwak/deployment/deployment_service_pb2.pyi +0 -817
- frogml_proto/qwak/deployment/deployment_service_pb2_grpc.py +0 -509
- frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py +0 -36
- frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.pyi +0 -69
- frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2_grpc.py +0 -102
- frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py +0 -29
- frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +0 -62
- frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +0 -44
- frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.pyi +0 -144
- frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2_grpc.py +0 -169
- frogml_proto/qwak/ecosystem/v0/credentials_pb2.py +0 -32
- frogml_proto/qwak/ecosystem/v0/ecosystem_pb2.py +0 -65
- frogml_proto/qwak/ecosystem/v0/ecosystem_pb2.pyi +0 -340
- frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +0 -79
- frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.pyi +0 -434
- frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2_grpc.py +0 -238
- frogml_proto/qwak/execution/v1/backfill_pb2.py +0 -41
- frogml_proto/qwak/execution/v1/backfill_pb2.pyi +0 -167
- frogml_proto/qwak/execution/v1/batch_pb2.py +0 -32
- frogml_proto/qwak/execution/v1/deletion_pb2.py +0 -33
- frogml_proto/qwak/execution/v1/execution_pb2.py +0 -43
- frogml_proto/qwak/execution/v1/execution_pb2.pyi +0 -201
- frogml_proto/qwak/execution/v1/execution_service_pb2.py +0 -93
- frogml_proto/qwak/execution/v1/execution_service_pb2.pyi +0 -473
- frogml_proto/qwak/execution/v1/execution_service_pb2_grpc.py +0 -500
- frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +0 -27
- frogml_proto/qwak/execution/v1/jobs/job_pb2.py +0 -43
- frogml_proto/qwak/execution/v1/jobs/job_pb2.pyi +0 -282
- frogml_proto/qwak/execution/v1/jobs/job_service_pb2.py +0 -77
- frogml_proto/qwak/execution/v1/jobs/job_service_pb2.pyi +0 -469
- frogml_proto/qwak/execution/v1/jobs/job_service_pb2_grpc.py +0 -396
- frogml_proto/qwak/execution/v1/jobs/reports/report_pb2.py +0 -45
- frogml_proto/qwak/execution/v1/jobs/reports/report_pb2.pyi +0 -266
- frogml_proto/qwak/execution/v1/state/execution_state_pb2.py +0 -28
- frogml_proto/qwak/execution/v1/state/execution_state_pb2.pyi +0 -45
- frogml_proto/qwak/execution/v1/state/execution_state_service_pb2.py +0 -53
- frogml_proto/qwak/execution/v1/state/execution_state_service_pb2.pyi +0 -192
- frogml_proto/qwak/execution/v1/state/execution_state_service_pb2_grpc.py +0 -237
- frogml_proto/qwak/execution/v1/state/featureset_state_pb2.py +0 -27
- frogml_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +0 -37
- frogml_proto/qwak/execution/v1/streaming_aggregation_pb2.py +0 -35
- frogml_proto/qwak/execution/v1/streaming_pb2.py +0 -33
- frogml_proto/qwak/feature_store/entities/entity_pb2.py +0 -38
- frogml_proto/qwak/feature_store/entities/entity_service_pb2.py +0 -52
- frogml_proto/qwak/feature_store/entities/entity_service_pb2.pyi +0 -203
- frogml_proto/qwak/feature_store/entities/entity_service_pb2_grpc.py +0 -237
- frogml_proto/qwak/feature_store/features/aggregation_pb2.py +0 -59
- frogml_proto/qwak/feature_store/features/deployment_pb2.py +0 -58
- frogml_proto/qwak/feature_store/features/deployment_service_pb2.py +0 -32
- frogml_proto/qwak/feature_store/features/deployment_service_pb2.pyi +0 -45
- frogml_proto/qwak/feature_store/features/deployment_service_pb2_grpc.py +0 -67
- frogml_proto/qwak/feature_store/features/execution_pb2.py +0 -35
- frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +0 -28
- frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2.pyi +0 -33
- frogml_proto/qwak/feature_store/features/feature_set_pb2.py +0 -77
- frogml_proto/qwak/feature_store/features/feature_set_pb2.pyi +0 -443
- frogml_proto/qwak/feature_store/features/feature_set_service_pb2.py +0 -122
- frogml_proto/qwak/feature_store/features/feature_set_service_pb2.pyi +0 -663
- frogml_proto/qwak/feature_store/features/feature_set_service_pb2_grpc.py +0 -746
- frogml_proto/qwak/feature_store/features/feature_set_state_pb2.py +0 -60
- frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +0 -48
- frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2.pyi +0 -175
- frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2_grpc.py +0 -203
- frogml_proto/qwak/feature_store/features/feature_set_types_pb2.py +0 -113
- frogml_proto/qwak/feature_store/features/feature_set_types_pb2.pyi +0 -862
- frogml_proto/qwak/feature_store/features/monitoring_pb2.py +0 -31
- frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +0 -56
- frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.pyi +0 -359
- frogml_proto/qwak/feature_store/jobs/job_pb2.py +0 -34
- frogml_proto/qwak/feature_store/jobs/job_service_pb2.py +0 -52
- frogml_proto/qwak/feature_store/jobs/job_service_pb2.pyi +0 -237
- frogml_proto/qwak/feature_store/jobs/job_service_pb2_grpc.py +0 -237
- frogml_proto/qwak/feature_store/jobs/v1/job_pb2.py +0 -34
- frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +0 -65
- frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.pyi +0 -349
- frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2_grpc.py +0 -338
- frogml_proto/qwak/feature_store/platform/platform_details_pb2.py +0 -30
- frogml_proto/qwak/feature_store/platform/platform_details_pb2.pyi +0 -54
- frogml_proto/qwak/feature_store/reports/report_pb2.py +0 -36
- frogml_proto/qwak/feature_store/repository/common/platform_pb2.py +0 -31
- frogml_proto/qwak/feature_store/serving/management_pb2.py +0 -36
- frogml_proto/qwak/feature_store/serving/management_pb2.pyi +0 -72
- frogml_proto/qwak/feature_store/serving/management_pb2_grpc.py +0 -101
- frogml_proto/qwak/feature_store/serving/metadata_pb2.py +0 -35
- frogml_proto/qwak/feature_store/serving/metadata_pb2.pyi +0 -158
- frogml_proto/qwak/feature_store/serving/serving_pb2.py +0 -82
- frogml_proto/qwak/feature_store/serving/serving_pb2_grpc.py +0 -101
- frogml_proto/qwak/feature_store/serving/v1/value_pb2.py +0 -30
- frogml_proto/qwak/feature_store/sinks/sink_pb2.py +0 -36
- frogml_proto/qwak/feature_store/sinks/sink_pb2.pyi +0 -137
- frogml_proto/qwak/feature_store/sources/batch_pb2.py +0 -98
- frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +0 -28
- frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2.pyi +0 -33
- frogml_proto/qwak/feature_store/sources/data_source_pb2.py +0 -44
- frogml_proto/qwak/feature_store/sources/data_source_pb2.pyi +0 -169
- frogml_proto/qwak/feature_store/sources/data_source_service_pb2.py +0 -58
- frogml_proto/qwak/feature_store/sources/data_source_service_pb2.pyi +0 -237
- frogml_proto/qwak/feature_store/sources/data_source_service_pb2_grpc.py +0 -305
- frogml_proto/qwak/feature_store/sources/streaming_pb2.py +0 -63
- frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +0 -27
- frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +0 -32
- frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.pyi +0 -77
- frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +0 -39
- frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2_grpc.py +0 -99
- frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +0 -31
- frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2_grpc.py +0 -66
- frogml_proto/qwak/features_operator/v1/features_operator_pb2.py +0 -36
- frogml_proto/qwak/features_operator/v1/features_operator_service_pb2.py +0 -36
- frogml_proto/qwak/features_operator/v1/features_operator_service_pb2.pyi +0 -98
- frogml_proto/qwak/features_operator/v1/features_operator_service_pb2_grpc.py +0 -99
- frogml_proto/qwak/features_operator/v2/features_operator_pb2.py +0 -38
- frogml_proto/qwak/features_operator/v2/features_operator_service_pb2.py +0 -36
- frogml_proto/qwak/features_operator/v2/features_operator_service_pb2.pyi +0 -89
- frogml_proto/qwak/features_operator/v2/features_operator_service_pb2_grpc.py +0 -99
- frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +0 -51
- frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2.pyi +0 -218
- frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2_grpc.py +0 -165
- frogml_proto/qwak/features_operator/v3/features_operator_pb2.py +0 -38
- frogml_proto/qwak/file_versioning/file_versioning_pb2.py +0 -33
- frogml_proto/qwak/file_versioning/file_versioning_service_pb2.py +0 -36
- frogml_proto/qwak/file_versioning/file_versioning_service_pb2.pyi +0 -83
- frogml_proto/qwak/file_versioning/file_versioning_service_pb2_grpc.py +0 -101
- frogml_proto/qwak/fitness_service/constructs_pb2.py +0 -43
- frogml_proto/qwak/fitness_service/fitness_pb2.py +0 -32
- frogml_proto/qwak/fitness_service/fitness_pb2.pyi +0 -126
- frogml_proto/qwak/fitness_service/fitness_service_pb2.py +0 -45
- frogml_proto/qwak/fitness_service/fitness_service_pb2.pyi +0 -121
- frogml_proto/qwak/fitness_service/fitness_service_pb2_grpc.py +0 -169
- frogml_proto/qwak/fitness_service/status_pb2.py +0 -46
- frogml_proto/qwak/inference/feedback/feedback_pb2.py +0 -50
- frogml_proto/qwak/inference/feedback/feedback_pb2_grpc.py +0 -100
- frogml_proto/qwak/instance_template/instance_template_pb2.py +0 -34
- frogml_proto/qwak/instance_template/instance_template_pb2.pyi +0 -108
- frogml_proto/qwak/instance_template/instance_template_service_pb2.py +0 -36
- frogml_proto/qwak/instance_template/instance_template_service_pb2.pyi +0 -79
- frogml_proto/qwak/instance_template/instance_template_service_pb2_grpc.py +0 -101
- frogml_proto/qwak/integration/hugging_face_integration_pb2.py +0 -37
- frogml_proto/qwak/integration/integration_pb2.py +0 -55
- frogml_proto/qwak/integration/integration_pb2.pyi +0 -357
- frogml_proto/qwak/integration/integration_service_pb2.py +0 -56
- frogml_proto/qwak/integration/integration_service_pb2.pyi +0 -234
- frogml_proto/qwak/integration/integration_service_pb2_grpc.py +0 -271
- frogml_proto/qwak/integration/open_a_i_integration_pb2.py +0 -37
- frogml_proto/qwak/integration/opsgenie_integration_pb2.py +0 -43
- frogml_proto/qwak/integration/pagerduty_integration_pb2.py +0 -47
- frogml_proto/qwak/integration/slack_app_integration_pb2.py +0 -47
- frogml_proto/qwak/jfrog/gateway/v0/repository_pb2.py +0 -39
- frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2.py +0 -36
- frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2.pyi +0 -71
- frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2_grpc.py +0 -101
- frogml_proto/qwak/kube_deployment_captain/alert_pb2.py +0 -45
- frogml_proto/qwak/kube_deployment_captain/alerting_pb2.py +0 -33
- frogml_proto/qwak/kube_deployment_captain/batch_job_pb2.py +0 -114
- frogml_proto/qwak/kube_deployment_captain/deployment_pb2.py +0 -66
- frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +0 -60
- frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.pyi +0 -370
- frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +0 -151
- frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.pyi +0 -924
- frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2_grpc.py +0 -1226
- frogml_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +0 -29
- frogml_proto/qwak/logging/log_filter_pb2.py +0 -34
- frogml_proto/qwak/logging/log_line_pb2.py +0 -31
- frogml_proto/qwak/logging/log_reader_service_pb2.py +0 -34
- frogml_proto/qwak/logging/log_reader_service_pb2.pyi +0 -83
- frogml_proto/qwak/logging/log_reader_service_pb2_grpc.py +0 -67
- frogml_proto/qwak/logging/log_source_pb2.py +0 -51
- frogml_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +0 -40
- frogml_proto/qwak/model_group/model_group_pb2.py +0 -37
- frogml_proto/qwak/model_group/model_group_pb2.pyi +0 -104
- frogml_proto/qwak/model_group/model_group_pb2_grpc.py +0 -99
- frogml_proto/qwak/model_group/model_group_repository_details_pb2.py +0 -39
- frogml_proto/qwak/models/models_pb2.py +0 -132
- frogml_proto/qwak/models/models_pb2.pyi +0 -914
- frogml_proto/qwak/models/models_pb2_grpc.py +0 -436
- frogml_proto/qwak/models/models_query_pb2.py +0 -37
- frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +0 -52
- frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.pyi +0 -183
- frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2_grpc.py +0 -237
- frogml_proto/qwak/monitoring/v0/alerting_channel_pb2.py +0 -57
- frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +0 -37
- frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.pyi +0 -85
- frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2_grpc.py +0 -101
- frogml_proto/qwak/offline/serving/v1/feature_values_pb2.py +0 -27
- frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +0 -55
- frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.pyi +0 -279
- frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2_grpc.py +0 -165
- frogml_proto/qwak/offline/serving/v1/options_pb2.py +0 -27
- frogml_proto/qwak/offline/serving/v1/population_pb2.py +0 -35
- frogml_proto/qwak/projects/jfrog_project_spec_pb2.py +0 -27
- frogml_proto/qwak/projects/projects_pb2.py +0 -70
- frogml_proto/qwak/projects/projects_pb2.pyi +0 -420
- frogml_proto/qwak/projects/projects_pb2_grpc.py +0 -203
- frogml_proto/qwak/secret_service/secret_service_pb2.py +0 -39
- frogml_proto/qwak/secret_service/secret_service_pb2_grpc.py +0 -135
- frogml_proto/qwak/self_service/account/v0/account_membership_pb2.py +0 -52
- frogml_proto/qwak/self_service/account/v0/account_membership_pb2.pyi +0 -274
- frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +0 -74
- frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2.pyi +0 -337
- frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2_grpc.py +0 -407
- frogml_proto/qwak/self_service/account/v0/account_status_pb2.py +0 -44
- frogml_proto/qwak/self_service/account/v0/account_status_pb2.pyi +0 -172
- frogml_proto/qwak/self_service/account/v0/managing_account_pb2.py +0 -54
- frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +0 -45
- frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2.pyi +0 -136
- frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2_grpc.py +0 -169
- frogml_proto/qwak/self_service/user/v1/api_key_pb2.py +0 -27
- frogml_proto/qwak/self_service/user/v1/user_pb2.py +0 -29
- frogml_proto/qwak/self_service/user/v1/user_pb2.pyi +0 -62
- frogml_proto/qwak/self_service/user/v1/user_service_pb2.py +0 -55
- frogml_proto/qwak/self_service/user/v1/user_service_pb2.pyi +0 -209
- frogml_proto/qwak/self_service/user/v1/user_service_pb2_grpc.py +0 -203
- frogml_proto/qwak/service_discovery/service_discovery_location_pb2.py +0 -33
- frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +0 -32
- frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2.pyi +0 -41
- frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2_grpc.py +0 -231
- frogml_proto/qwak/traffic/v1/traffic_api_pb2.py +0 -44
- frogml_proto/qwak/traffic/v1/traffic_api_pb2.pyi +0 -137
- frogml_proto/qwak/traffic/v1/traffic_api_pb2_grpc.py +0 -169
- frogml_proto/qwak/traffic/v1/traffic_pb2.py +0 -47
- frogml_proto/qwak/user_application/common/v0/resources_pb2.py +0 -51
- frogml_proto/qwak/user_application/v0/user_application_pb2.py +0 -36
- frogml_services_mock/__init__.py +0 -1
- frogml_services_mock/mocks/alert_manager_service_api.py +0 -56
- frogml_services_mock/mocks/alert_registry_service_api.py +0 -62
- frogml_services_mock/mocks/analytics_api.py +0 -54
- frogml_services_mock/mocks/audience_service_api.py +0 -79
- frogml_services_mock/mocks/authentication_service.py +0 -33
- frogml_services_mock/mocks/automation_management_service.py +0 -228
- frogml_services_mock/mocks/autoscaling_service_api.py +0 -31
- frogml_services_mock/mocks/batch_job_manager_service.py +0 -360
- frogml_services_mock/mocks/build_management.py +0 -101
- frogml_services_mock/mocks/build_orchestrator_build_api.py +0 -138
- frogml_services_mock/mocks/build_orchestrator_build_settings_api.py +0 -38
- frogml_services_mock/mocks/build_orchestrator_service_api.py +0 -132
- frogml_services_mock/mocks/data_versioning_service.py +0 -63
- frogml_services_mock/mocks/deployment_management_service.py +0 -459
- frogml_services_mock/mocks/ecosystem_service_api.py +0 -45
- frogml_services_mock/mocks/execution_management_service.py +0 -26
- frogml_services_mock/mocks/feature_store_data_sources_manager_api.py +0 -99
- frogml_services_mock/mocks/feature_store_entities_manager_api.py +0 -99
- frogml_services_mock/mocks/feature_store_feature_set_manager_api.py +0 -269
- frogml_services_mock/mocks/features_online_serving_api.py +0 -169
- frogml_services_mock/mocks/features_operator_v3_service.py +0 -29
- frogml_services_mock/mocks/features_set_state_service_api.py +0 -57
- frogml_services_mock/mocks/feedback_service.py +0 -35
- frogml_services_mock/mocks/file_versioning_service.py +0 -66
- frogml_services_mock/mocks/frogml_mocks.py +0 -128
- frogml_services_mock/mocks/fs_offline_serving_service.py +0 -53
- frogml_services_mock/mocks/instance_template_management_service.py +0 -150
- frogml_services_mock/mocks/integration_management_service.py +0 -73
- frogml_services_mock/mocks/internal_build_orchestrator_service.py +0 -27
- frogml_services_mock/mocks/jfrog_tenant_info_service_mock.py +0 -42
- frogml_services_mock/mocks/job_registry_service_api.py +0 -74
- frogml_services_mock/mocks/kube_captain_service_api.py +0 -41
- frogml_services_mock/mocks/location_discovery_service_api.py +0 -104
- frogml_services_mock/mocks/logging_service.py +0 -203
- frogml_services_mock/mocks/model_management_service.py +0 -115
- frogml_services_mock/mocks/model_version_manager_service.py +0 -96
- frogml_services_mock/mocks/project_manager_service.py +0 -96
- frogml_services_mock/mocks/repository_service_mock.py +0 -41
- frogml_services_mock/mocks/secret_service.py +0 -43
- frogml_services_mock/mocks/self_service_user_service.py +0 -31
- frogml_services_mock/mocks/system_secret_service.py +0 -55
- frogml_services_mock/mocks/user_application_instance_service_api.py +0 -107
- frogml_services_mock/mocks/utils/exception_handlers.py +0 -13
- frogml_services_mock/services_mock.py +0 -521
- frogml_services_mock/utils/service_utils.py +0 -9
- frogml_storage/__init__.py +0 -1
- frogml_storage/artifactory/_artifactory_api.py +0 -315
- frogml_storage/authentication/login/_login_cli.py +0 -229
- frogml_storage/authentication/login/_login_command.py +0 -71
- frogml_storage/authentication/models/_auth_config.py +0 -70
- frogml_storage/authentication/utils/_authentication_utils.py +0 -281
- frogml_storage/authentication/utils/_login_checks_utils.py +0 -114
- frogml_storage/base_storage.py +0 -140
- frogml_storage/frog_ml.py +0 -668
- frogml_storage/http/http_client.py +0 -83
- frogml_storage/logging/log_utils.py +0 -21
- frogml_storage/models/_download_context.py +0 -54
- frogml_storage/models/dataset_manifest.py +0 -13
- frogml_storage/models/entity_manifest.py +0 -93
- frogml_storage/models/frogml_dataset_version.py +0 -21
- frogml_storage/models/frogml_entity_type_info.py +0 -48
- frogml_storage/models/frogml_entity_version.py +0 -34
- frogml_storage/models/frogml_model_version.py +0 -21
- frogml_storage/models/model_manifest.py +0 -60
- frogml_storage/utils/_input_checks_utility.py +0 -104
- {frogml_proto → _proto}/jfml/hosting_gateway/v1/build_upload_url_pb2.pyi +0 -0
- {frogml_proto → _proto}/jfml/hosting_gateway/v1/build_upload_url_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/artifact_pb2.pyi +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/artifact_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/build_spec_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/model_repository_spec_pb2.pyi +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/model_repository_spec_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/model_version_framework_pb2.pyi +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/model_version_framework_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/model_version_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/account_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/jfrog_tenant_details_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/jfrog_tenant_details_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/personalization_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/personalization_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/preferences_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/terms_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/terms_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/authenticated_user/v1/credentials_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/authenticated_user/v1/credentials_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/authenticated_user/v1/details_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/authenticated_user/v1/details_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/cluster/v2/cluster_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/creds/auth_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/creds/secret_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/creds/secret_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/external/redis_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/feature_store_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/hosting_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/network_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/object_storage_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/observability_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/runtime_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/authentication/authentication_service_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/environments/configuration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/environments/environment_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/environments/personalization_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/environments/personalization_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/users/user_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/users/user_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/admiral/secret/v0/secret_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/admiral/secret/v0/secret_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/admiral/user_application_instance/v0/user_application_instance_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/analytics/analytics_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/analytics/analytics_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/artifactory_settings/artifactory_settings_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/artifactory_settings/artifactory_settings_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/audience/v1/audience_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/audience/v1/audience_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/auto_scaling/v1/auto_scaling_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/auto_scaling/v1/auto_scaling_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/action_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/auto_scaling_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/auto_scaling_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/automation_execution_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/automation_execution_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/automation_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/common_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/common_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/notification_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/notification_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/trigger_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/batch_job/v1/batch_job_events_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/batch_job/v1/batch_job_resources_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/batch_job/v1/batch_job_resources_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/build/v1/build_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/build_settings/build_settings_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/build_settings/build_settings_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/builds/build_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/builds/build_url_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/builds/build_url_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/data_versioning/data_versioning_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/data_versioning/data_versioning_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/deployment/alert_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/deployment/alert_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/deployment/deployment_messages_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/deployment/deployment_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/jfrog/v0/token_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/jfrog/v0/token_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/v0/credentials_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/v0/credentials_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/v0/ecosystem_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/backfill_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/batch_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/batch_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/deletion_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/deletion_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/execution_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/internal/deployment/platform_details_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/internal/deployment/platform_details_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/jobs/job_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/jobs/reports/report_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/state/execution_state_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/state/featureset_state_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/state/featureset_state_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/state/spark_execution_state_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/state/spark_execution_state_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/streaming_aggregation_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/streaming_aggregation_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/streaming_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/streaming_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/entities/entity_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/entities/entity_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/aggregation_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/aggregation_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/deployment_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/deployment_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/execution_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/execution_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/feature_set_attribute_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/feature_set_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/feature_set_state_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/feature_set_state_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/feature_set_types_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/monitoring_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/monitoring_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/real_time_feature_extractor_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/jobs/job_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/jobs/job_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/jobs/v1/job_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/jobs/v1/job_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/platform/platform_details_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/reports/report_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/reports/report_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/repository/common/platform_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/repository/common/platform_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/serving/metadata_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/serving/serving_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/serving/v1/value_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/serving/v1/value_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sinks/sink_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sources/batch_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sources/batch_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sources/data_source_attribute_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sources/data_source_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sources/streaming_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sources/streaming_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/v1/common/source_code/source_code_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/features_operator/v1/features_operator_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/features_operator/v1/features_operator_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/features_operator/v2/features_operator_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/features_operator/v2/features_operator_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/features_operator/v3/features_operator_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/features_operator/v3/features_operator_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/file_versioning/file_versioning_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/file_versioning/file_versioning_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/fitness_service/constructs_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/fitness_service/constructs_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/fitness_service/fitness_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/fitness_service/status_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/fitness_service/status_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/inference/feedback/feedback_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/instance_template/instance_template_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/integration/hugging_face_integration_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/integration/hugging_face_integration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/integration/integration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/integration/open_a_i_integration_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/integration/open_a_i_integration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/integration/opsgenie_integration_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/integration/opsgenie_integration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/integration/pagerduty_integration_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/integration/pagerduty_integration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/integration/slack_app_integration_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/integration/slack_app_integration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/jfrog/gateway/v0/repository_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/jfrog/gateway/v0/repository_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/alert_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/alert_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/alerting_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/alerting_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/batch_job_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/batch_job_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/deployment_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/deployment_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/feature_set_deployment_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/traffic_mapping_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/traffic_mapping_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/logging/log_filter_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/logging/log_filter_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/logging/log_line_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/logging/log_line_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/logging/log_source_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/logging/log_source_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/model_descriptor/open_ai_descriptor_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/model_descriptor/open_ai_descriptor_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/model_group/model_group_repository_details_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/model_group/model_group_repository_details_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/models/models_query_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/models/models_query_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/monitoring/v0/alerting_channel_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/monitoring/v0/alerting_channel_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/offline/serving/v1/feature_values_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/offline/serving/v1/feature_values_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/offline/serving/v1/options_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/offline/serving/v1/options_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/offline/serving/v1/population_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/offline/serving/v1/population_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/projects/jfrog_project_spec_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/projects/jfrog_project_spec_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/secret_service/secret_service_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/self_service/account/v0/account_membership_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/self_service/account/v0/account_status_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/self_service/account/v0/managing_account_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/self_service/account/v0/managing_account_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/self_service/user/v1/api_key_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/self_service/user/v1/api_key_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/self_service/user/v1/user_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/service_discovery/service_discovery_location_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/service_discovery/service_discovery_location_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/traffic/v1/traffic_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/traffic/v1/traffic_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/user_application/common/v0/resources_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/user_application/common/v0/resources_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/user_application/v0/user_application_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/user_application/v0/user_application_pb2_grpc.py +0 -0
- {frogml_core → core}/clients/__init__.py +0 -0
- {frogml_core → core}/clients/_inner/__init__.py +0 -0
- {frogml_core → core}/clients/administration/__init__.py +0 -0
- {frogml_core → core}/clients/administration/authenticated_user/__init__.py +0 -0
- {frogml_core → core}/clients/administration/authentication/__init__.py +0 -0
- {frogml_core → core}/clients/administration/eco_system/__init__.py +0 -0
- {frogml_core → core}/clients/administration/environment/__init__.py +0 -0
- {frogml_core → core}/clients/administration/self_service/__init__.py +0 -0
- {frogml_core → core}/clients/alert_management/__init__.py +0 -0
- {frogml_core → core}/clients/alerts_registry/__init__.py +0 -0
- {frogml_core → core}/clients/analytics/__init__.py +0 -0
- {frogml_core → core}/clients/audience/__init__.py +0 -0
- {frogml_core → core}/clients/automation_management/__init__.py +0 -0
- {frogml_core → core}/clients/autoscaling/__init__.py +0 -0
- {frogml_core → core}/clients/batch_job_management/__init__.py +0 -0
- {frogml_core → core}/clients/batch_job_management/results.py +0 -0
- {frogml_core → core}/clients/build_management/__init__.py +0 -0
- {frogml_core → core}/clients/build_orchestrator/__init__.py +0 -0
- {frogml_core → core}/clients/data_versioning/__init__.py +0 -0
- {frogml_core → core}/clients/deployment/__init__.py +0 -0
- {frogml_core → core}/clients/feature_store/__init__.py +0 -0
- {frogml_core → core}/clients/file_versioning/__init__.py +0 -0
- {frogml_core → core}/clients/instance_template/__init__.py +0 -0
- {frogml_core → core}/clients/integration_management/__init__.py +0 -0
- {frogml_core → core}/clients/integration_management/openai/__init__.py +0 -0
- {frogml_core → core}/clients/jfrog_gateway/__init__.py +0 -0
- {frogml_core → core}/clients/kube_deployment_captain/__init__.py +0 -0
- {frogml_core → core}/clients/location_discovery/__init__.py +0 -0
- {frogml_core → core}/clients/logging_client/__init__.py +0 -0
- {frogml_core → core}/clients/model_management/__init__.py +0 -0
- {frogml_core → core}/clients/model_version_manager/__init__.py +0 -0
- {frogml_core → core}/clients/project/__init__.py +0 -0
- {frogml_core → core}/clients/secret_service/__init__.py +0 -0
- {frogml_core → core}/clients/system_secret/__init__.py +0 -0
- {frogml_core → core}/clients/user_application_instance/__init__.py +0 -0
- {frogml_core → core}/exceptions/__init__.py +0 -0
- {frogml_core → core}/exceptions/frogml_decode_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_general_build_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_http_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_inference_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_load_configuration_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_load_model_failed_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_login_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_mock_http_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_model_initialization_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_not_found_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_remote_build_failed.py +0 -0
- {frogml_core → core}/exceptions/frogml_suggestion_exception.py +0 -0
- {frogml_core → core}/exceptions/quiet_error.py +0 -0
- {frogml_core → core}/feature_store/__init__.py +0 -0
- {frogml_core → core}/feature_store/_common/__init__.py +0 -0
- {frogml_core → core}/feature_store/_common/functions.py +0 -0
- {frogml_core → core}/feature_store/_common/value.py +0 -0
- {frogml_core/feature_store/data_sources/batch → core/feature_store/data_sources}/__init__.py +0 -0
- {frogml_core/feature_store/data_sources/batch/filesystem → core/feature_store/entities}/__init__.py +0 -0
- {frogml_core/feature_store/data_sources/streaming → core/feature_store/execution}/__init__.py +0 -0
- {frogml_core/feature_store/entities → core/feature_store/feature_sets}/__init__.py +0 -0
- {frogml_core/feature_store/execution → core/feature_store/feature_sets/_utils}/__init__.py +0 -0
- {frogml_core → core}/feature_store/feature_sets/context.py +0 -0
- {frogml_core/feature_store/feature_sets → core/feature_store/feature_sets/transformations/aggregations}/__init__.py +0 -0
- {frogml_core → core}/feature_store/feature_sets/transformations/functions/schema.py +0 -0
- {frogml_core/feature_store/feature_sets/transformations/aggregations → core/feature_store/feature_sets/transformations/validations}/__init__.py +0 -0
- {frogml_core/feature_store/online → core/feature_store/offline}/__init__.py +0 -0
- {frogml_core/feature_store/sinks → core/feature_store/online}/__init__.py +0 -0
- {frogml_core/feature_store/sinks/streaming → core/feature_store/sinks}/__init__.py +0 -0
- {frogml_core/feature_store/validations → core/feature_store/sinks/streaming}/__init__.py +0 -0
- {frogml_core/frogml_client → core/feature_store/validations}/__init__.py +0 -0
- {frogml_core → core}/inner/__init__.py +0 -0
- {frogml_core/frogml_client/build_api_helpers → core/inner/build_config}/__init__.py +0 -0
- {frogml_core/frogml_client/builds → core/inner/build_logic}/__init__.py +0 -0
- {frogml_core/frogml_client/builds/filters → core/inner/build_logic/build_loggers}/__init__.py +0 -0
- {frogml_core/frogml_client/data_versioning → core/inner/build_logic/constants}/__init__.py +0 -0
- {frogml_core → core}/inner/build_logic/constants/dependencies.py +0 -0
- {frogml_core → core}/inner/build_logic/constants/host_resource.py +0 -0
- {frogml_core → core}/inner/build_logic/constants/messages.py +0 -0
- {frogml_core → core}/inner/build_logic/constants/temp_dir.py +0 -0
- {frogml_core → core}/inner/build_logic/constants/upload_tag.py +0 -0
- {frogml_core → core}/inner/build_logic/dependency_manager_type.py +0 -0
- {frogml_core/frogml_client/deployments → core/inner/build_logic/interface}/__init__.py +0 -0
- {frogml_core → core}/inner/build_logic/interface/build_logger_interface.py +0 -0
- {frogml_core → core}/inner/build_logic/interface/build_phase.py +0 -0
- {frogml_core → core}/inner/build_logic/interface/time_source.py +0 -0
- {frogml_core/frogml_client/file_versioning → core/inner/build_logic/phases}/__init__.py +0 -0
- {frogml_core/frogml_client/models → core/inner/build_logic/phases/phase_010_fetch_model}/__init__.py +0 -0
- {frogml_core/frogml_client/projects → core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager}/__init__.py +0 -0
- {frogml_core/inner/build_config → core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy}/__init__.py +0 -0
- {frogml_core/inner/build_logic → core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/folder}/__init__.py +0 -0
- {frogml_core/inner/build_logic/build_loggers → core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/git}/__init__.py +0 -0
- {frogml_core/inner/build_logic/constants → core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/zip}/__init__.py +0 -0
- {frogml_core/inner/build_logic/interface → core/inner/build_logic/phases/phase_020_remote_register_frogml_build}/__init__.py +0 -0
- {frogml_core/inner/build_logic/phases → core/inner/build_logic/run_handlers}/__init__.py +0 -0
- {frogml_core/inner/build_logic/phases/phase_010_fetch_model → core/inner/build_logic/tools}/__init__.py +0 -0
- {frogml_core → core}/inner/build_logic/tools/text.py +0 -0
- {frogml_core → core}/inner/const.py +0 -0
- {frogml_core → core}/inner/di_configuration/config.yml +0 -0
- {frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager → core/inner/instance_template}/__init__.py +0 -0
- {frogml_core → core}/inner/provider.py +0 -0
- {frogml_core → core}/inner/singleton_meta.py +0 -0
- {frogml_core → core}/inner/tool/__init__.py +0 -0
- {frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy → core/inner/tool/grpc}/__init__.py +0 -0
- {frogml_core → core}/inner/tool/retry_utils.py +0 -0
- {frogml_core → core}/inner/tool/run_config/__init__.py +0 -0
- {frogml_core → core}/inner/tool/run_config/utils.py +0 -0
- {frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/folder → core/model_loggers}/__init__.py +0 -0
- {frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/git → core/testing}/__init__.py +0 -0
- {frogml_core → core}/testing/fixtures.py +0 -0
- {frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/zip → core/tools}/__init__.py +0 -0
- {frogml_core → core}/tools/logger/__init__.py +0 -0
- {frogml_core → core}/tools/logger/logging.yml +0 -0
- {frogml_core/inner/build_logic/phases/phase_020_remote_register_frogml_build → core/utils}/__init__.py +0 -0
- {frogml_core → core}/utils/datetime_utils.py +0 -0
- {frogml_core → core}/utils/dict_utils.py +0 -0
- {frogml_core → core}/utils/model_utils.py +0 -0
- {frogml_core/inner/build_logic/run_handlers → feature_store}/__init__.py +0 -0
- {frogml_core/inner/build_logic/tools → feature_store/_common}/__init__.py +0 -0
- {frogml_core/inner/instance_template → feature_store/data_sources/batch}/__init__.py +0 -0
- {frogml_core/inner/tool/grpc → feature_store/data_sources/batch/filesystem}/__init__.py +0 -0
- {frogml_core/feature_store → feature_store}/data_sources/batch/filesystem/base_config.py +0 -0
- {frogml_core/model → feature_store/data_sources/streaming}/__init__.py +0 -0
- {frogml_core/model/adapters/input_adapters → feature_store/feature_sets}/__init__.py +0 -0
- {frogml_core/model/adapters/output_adapters → feature_store/online}/__init__.py +0 -0
- {frogml_core/model/decorators → feature_store/sinks}/__init__.py +0 -0
- {frogml_core/model/decorators/impl → feature_store/sinks/streaming}/__init__.py +0 -0
- {frogml_core/model/tools/adapters → feature_store/validations}/__init__.py +0 -0
- {frogml_core-0.0.116.dist-info → frogml_core-0.0.118.dist-info}/WHEEL +0 -0
- {frogml_core/model/tools/adapters/input_adapters → sdk/frogml_client}/__init__.py +0 -0
- {frogml_core/model/tools/adapters/output_adapters → sdk/frogml_client/batch_jobs}/__init__.py +0 -0
- {frogml_core/model/utils → sdk/frogml_client/build_api_helpers}/__init__.py +0 -0
- {frogml_core → sdk}/frogml_client/build_api_helpers/messages.py +0 -0
- {frogml_core/model_loggers → sdk/frogml_client/builds}/__init__.py +0 -0
- {frogml_core/testing → sdk/frogml_client/builds/filters}/__init__.py +0 -0
- {frogml_core/tools → sdk/frogml_client/data_versioning}/__init__.py +0 -0
- {frogml_core/utils → sdk/frogml_client/deployments}/__init__.py +0 -0
- {frogml_services_mock/mocks → sdk/frogml_client/file_versioning}/__init__.py +0 -0
- {frogml_services_mock/mocks/utils → sdk/frogml_client/models}/__init__.py +0 -0
- {frogml_services_mock/utils → sdk/frogml_client/projects}/__init__.py +0 -0
- {frogml_storage/authentication → sdk/inner}/__init__.py +0 -0
- {frogml_core → sdk}/model/adapters/__init__.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/base_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/dataframe_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/file_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/image_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/json_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/multi_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/proto_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/string_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/tf_tensor_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/base_output_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/dataframe_output_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/default_output_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/frogml_with_default_fallback.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/json_output_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/proto_output_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/tf_tensor_output_adapter.py +0 -0
- {frogml_core → sdk}/model/decorators/impl/timer_implementation.py +0 -0
- {frogml_core → sdk}/model/tools/adapters/encoders.py +0 -0
- {frogml_core → sdk}/model/tools/adapters/input_adapters/base_input.py +0 -0
- {frogml_core → sdk}/model/tools/adapters/input_adapters/file_input.py +0 -0
- {frogml_core → sdk}/model/tools/adapters/input_adapters/string_input.py +0 -0
- {frogml_core → sdk}/model/tools/adapters/output_adapters/base_output.py +0 -0
- {frogml_core → sdk}/model/tools/adapters/output_adapters/default_output.py +0 -0
- {frogml_core → sdk}/model/utils/extract_wrapped_function.py +0 -0
- {frogml_storage → storage}/_environment.py +0 -0
- {frogml_storage → storage}/artifactory/__init__.py +0 -0
- {frogml_storage → storage}/authentication/login/__init__.py +0 -0
- {frogml_storage → storage}/authentication/models/__init__.py +0 -0
- {frogml_storage → storage}/authentication/models/_auth.py +0 -0
- {frogml_storage → storage}/authentication/models/_login.py +0 -0
- {frogml_storage → storage}/authentication/utils/__init__.py +0 -0
- {frogml_storage → storage}/constants.py +0 -0
- {frogml_storage → storage}/exceptions/checksum_verification_error.py +0 -0
- {frogml_storage → storage}/exceptions/validation_error.py +0 -0
- {frogml_storage → storage}/http/__init__.py +0 -0
- {frogml_storage → storage}/logging/__init__.py +0 -0
- {frogml_storage → storage}/logging/_log_config.py +0 -0
- {frogml_storage → storage}/models/__init__.py +0 -0
- {frogml_storage → storage}/models/serialization_metadata.py +0 -0
- {frogml_storage → storage}/utils/__init__.py +0 -0
- {frogml_storage → storage}/utils/_storage_utils.py +0 -0
- {frogml_storage → storage}/utils/_url_utils.py +0 -0
@@ -0,0 +1,266 @@
|
|
1
|
+
"""
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
3
|
+
isort:skip_file
|
4
|
+
"""
|
5
|
+
import builtins
|
6
|
+
import collections.abc
|
7
|
+
import google.protobuf.descriptor
|
8
|
+
import google.protobuf.internal.containers
|
9
|
+
import google.protobuf.internal.enum_type_wrapper
|
10
|
+
import google.protobuf.message
|
11
|
+
import google.protobuf.timestamp_pb2
|
12
|
+
import frogml._proto.qwak.execution.v1.backfill_pb2
|
13
|
+
import sys
|
14
|
+
import typing
|
15
|
+
|
16
|
+
if sys.version_info >= (3, 10):
|
17
|
+
import typing as typing_extensions
|
18
|
+
else:
|
19
|
+
import typing_extensions
|
20
|
+
|
21
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
22
|
+
|
23
|
+
class _JobStatus:
|
24
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
25
|
+
V: typing_extensions.TypeAlias = ValueType
|
26
|
+
|
27
|
+
class _JobStatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_JobStatus.ValueType], builtins.type): # noqa: F821
|
28
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
29
|
+
JOB_STATUS_INVALID: _JobStatus.ValueType # 0
|
30
|
+
"""reserved"""
|
31
|
+
JOB_STATUS_SUCCESS: _JobStatus.ValueType # 1
|
32
|
+
"""job successful"""
|
33
|
+
JOB_STATUS_FAILURE: _JobStatus.ValueType # 2
|
34
|
+
"""job failed"""
|
35
|
+
JOB_STATUS_TOO_EARLY: _JobStatus.ValueType # 3
|
36
|
+
"""job is too early"""
|
37
|
+
|
38
|
+
class JobStatus(_JobStatus, metaclass=_JobStatusEnumTypeWrapper): ...
|
39
|
+
|
40
|
+
JOB_STATUS_INVALID: JobStatus.ValueType # 0
|
41
|
+
"""reserved"""
|
42
|
+
JOB_STATUS_SUCCESS: JobStatus.ValueType # 1
|
43
|
+
"""job successful"""
|
44
|
+
JOB_STATUS_FAILURE: JobStatus.ValueType # 2
|
45
|
+
"""job failed"""
|
46
|
+
JOB_STATUS_TOO_EARLY: JobStatus.ValueType # 3
|
47
|
+
"""job is too early"""
|
48
|
+
global___JobStatus = JobStatus
|
49
|
+
|
50
|
+
class FailureInformation(google.protobuf.message.Message):
|
51
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
52
|
+
|
53
|
+
ERROR_MESSAGE_FIELD_NUMBER: builtins.int
|
54
|
+
error_message: builtins.str
|
55
|
+
"""holds the full stacktrace of the exception"""
|
56
|
+
def __init__(
|
57
|
+
self,
|
58
|
+
*,
|
59
|
+
error_message: builtins.str = ...,
|
60
|
+
) -> None: ...
|
61
|
+
def ClearField(self, field_name: typing_extensions.Literal["error_message", b"error_message"]) -> None: ...
|
62
|
+
|
63
|
+
global___FailureInformation = FailureInformation
|
64
|
+
|
65
|
+
class BatchIngestionJobMetadata(google.protobuf.message.Message):
|
66
|
+
"""batchV1 job ingestion details"""
|
67
|
+
|
68
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
69
|
+
|
70
|
+
BATCH_EXECUTION_DATE_FIELD_NUMBER: builtins.int
|
71
|
+
INGESTION_WINDOW_START_TIME_FIELD_NUMBER: builtins.int
|
72
|
+
INGESTION_WINDOW_END_TIME_FIELD_NUMBER: builtins.int
|
73
|
+
@property
|
74
|
+
def batch_execution_date(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
75
|
+
"""LOGICAL batch execution date (cron tick)"""
|
76
|
+
@property
|
77
|
+
def ingestion_window_start_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
78
|
+
"""LOGICAL ingestion window start time"""
|
79
|
+
@property
|
80
|
+
def ingestion_window_end_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
81
|
+
"""LOGICAL ingestion window end time"""
|
82
|
+
def __init__(
|
83
|
+
self,
|
84
|
+
*,
|
85
|
+
batch_execution_date: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
86
|
+
ingestion_window_start_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
87
|
+
ingestion_window_end_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
88
|
+
) -> None: ...
|
89
|
+
def HasField(self, field_name: typing_extensions.Literal["batch_execution_date", b"batch_execution_date", "ingestion_window_end_time", b"ingestion_window_end_time", "ingestion_window_start_time", b"ingestion_window_start_time"]) -> builtins.bool: ...
|
90
|
+
def ClearField(self, field_name: typing_extensions.Literal["batch_execution_date", b"batch_execution_date", "ingestion_window_end_time", b"ingestion_window_end_time", "ingestion_window_start_time", b"ingestion_window_start_time"]) -> None: ...
|
91
|
+
|
92
|
+
global___BatchIngestionJobMetadata = BatchIngestionJobMetadata
|
93
|
+
|
94
|
+
class BatchBackfillJobMetadata(google.protobuf.message.Message):
|
95
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
96
|
+
|
97
|
+
NUM_INTERVAL_ROWS_FIELD_NUMBER: builtins.int
|
98
|
+
BACKFILL_SPEC_FIELD_NUMBER: builtins.int
|
99
|
+
OFFLINE_PROCESSING_START_TIME_FIELD_NUMBER: builtins.int
|
100
|
+
OFFLINE_PROCESSING_END_TIME_FIELD_NUMBER: builtins.int
|
101
|
+
ONLINE_PROCESSING_START_TIME_FIELD_NUMBER: builtins.int
|
102
|
+
ONLINE_PROCESSING_END_TIME_FIELD_NUMBER: builtins.int
|
103
|
+
LAST_BATCH_LOGICAL_DATE_FIELD_NUMBER: builtins.int
|
104
|
+
num_interval_rows: builtins.int
|
105
|
+
"""number of incoming rows in the interval"""
|
106
|
+
@property
|
107
|
+
def backfill_spec(self) -> frogml._proto.qwak.execution.v1.backfill_pb2.BackfillSpec:
|
108
|
+
"""number of rows affected by the backfill"""
|
109
|
+
@property
|
110
|
+
def offline_processing_start_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
111
|
+
"""SYSTEM time where offline processing started"""
|
112
|
+
@property
|
113
|
+
def offline_processing_end_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
114
|
+
"""SYSTEM time where offline processing ended"""
|
115
|
+
@property
|
116
|
+
def online_processing_start_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
117
|
+
"""SYSTEM time when online processing started"""
|
118
|
+
@property
|
119
|
+
def online_processing_end_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
120
|
+
"""SYSTEM time when online processing ended"""
|
121
|
+
@property
|
122
|
+
def last_batch_logical_date(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
123
|
+
"""Cron tick of last ingestion (window end time)"""
|
124
|
+
def __init__(
|
125
|
+
self,
|
126
|
+
*,
|
127
|
+
num_interval_rows: builtins.int = ...,
|
128
|
+
backfill_spec: frogml._proto.qwak.execution.v1.backfill_pb2.BackfillSpec | None = ...,
|
129
|
+
offline_processing_start_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
130
|
+
offline_processing_end_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
131
|
+
online_processing_start_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
132
|
+
online_processing_end_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
133
|
+
last_batch_logical_date: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
134
|
+
) -> None: ...
|
135
|
+
def HasField(self, field_name: typing_extensions.Literal["backfill_spec", b"backfill_spec", "last_batch_logical_date", b"last_batch_logical_date", "offline_processing_end_time", b"offline_processing_end_time", "offline_processing_start_time", b"offline_processing_start_time", "online_processing_end_time", b"online_processing_end_time", "online_processing_start_time", b"online_processing_start_time"]) -> builtins.bool: ...
|
136
|
+
def ClearField(self, field_name: typing_extensions.Literal["backfill_spec", b"backfill_spec", "last_batch_logical_date", b"last_batch_logical_date", "num_interval_rows", b"num_interval_rows", "offline_processing_end_time", b"offline_processing_end_time", "offline_processing_start_time", b"offline_processing_start_time", "online_processing_end_time", b"online_processing_end_time", "online_processing_start_time", b"online_processing_start_time"]) -> None: ...
|
137
|
+
|
138
|
+
global___BatchBackfillJobMetadata = BatchBackfillJobMetadata
|
139
|
+
|
140
|
+
class StreamingJobMetadata(google.protobuf.message.Message):
|
141
|
+
"""row-level streaming"""
|
142
|
+
|
143
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
144
|
+
|
145
|
+
BATCH_ID_FIELD_NUMBER: builtins.int
|
146
|
+
batch_id: builtins.int
|
147
|
+
"""Offline feature-store batch id"""
|
148
|
+
def __init__(
|
149
|
+
self,
|
150
|
+
*,
|
151
|
+
batch_id: builtins.int = ...,
|
152
|
+
) -> None: ...
|
153
|
+
def ClearField(self, field_name: typing_extensions.Literal["batch_id", b"batch_id"]) -> None: ...
|
154
|
+
|
155
|
+
global___StreamingJobMetadata = StreamingJobMetadata
|
156
|
+
|
157
|
+
class StreamingAggregationJobMetadata(google.protobuf.message.Message):
|
158
|
+
"""streaming aggregation"""
|
159
|
+
|
160
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
161
|
+
|
162
|
+
def __init__(
|
163
|
+
self,
|
164
|
+
) -> None: ...
|
165
|
+
|
166
|
+
global___StreamingAggregationJobMetadata = StreamingAggregationJobMetadata
|
167
|
+
|
168
|
+
class JobReport(google.protobuf.message.Message):
|
169
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
170
|
+
|
171
|
+
class JobLabelsEntry(google.protobuf.message.Message):
|
172
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
173
|
+
|
174
|
+
KEY_FIELD_NUMBER: builtins.int
|
175
|
+
VALUE_FIELD_NUMBER: builtins.int
|
176
|
+
key: builtins.str
|
177
|
+
value: builtins.str
|
178
|
+
def __init__(
|
179
|
+
self,
|
180
|
+
*,
|
181
|
+
key: builtins.str = ...,
|
182
|
+
value: builtins.str = ...,
|
183
|
+
) -> None: ...
|
184
|
+
def ClearField(self, field_name: typing_extensions.Literal["key", b"key", "value", b"value"]) -> None: ...
|
185
|
+
|
186
|
+
BATCH_INGESTION_METADATA_FIELD_NUMBER: builtins.int
|
187
|
+
STREAMING_JOB_METADATA_FIELD_NUMBER: builtins.int
|
188
|
+
STREAMING_AGGR_JOB_METADATA_FIELD_NUMBER: builtins.int
|
189
|
+
BATCH_BACKFILL_JOB_METADATA_FIELD_NUMBER: builtins.int
|
190
|
+
NUM_AFFECTED_RECORDS_FIELD_NUMBER: builtins.int
|
191
|
+
RUN_START_TIME_FIELD_NUMBER: builtins.int
|
192
|
+
RUN_END_TIME_FIELD_NUMBER: builtins.int
|
193
|
+
LEGACY_RUN_ID_FIELD_NUMBER: builtins.int
|
194
|
+
EXECUTION_ID_FIELD_NUMBER: builtins.int
|
195
|
+
ENVIRONMENT_ID_FIELD_NUMBER: builtins.int
|
196
|
+
FEATURESET_ID_FIELD_NUMBER: builtins.int
|
197
|
+
FEATURESET_NAME_FIELD_NUMBER: builtins.int
|
198
|
+
STATUS_FIELD_NUMBER: builtins.int
|
199
|
+
JOB_LABELS_FIELD_NUMBER: builtins.int
|
200
|
+
JOB_ID_FIELD_NUMBER: builtins.int
|
201
|
+
INFO_FIELD_NUMBER: builtins.int
|
202
|
+
@property
|
203
|
+
def batch_ingestion_metadata(self) -> global___BatchIngestionJobMetadata: ...
|
204
|
+
@property
|
205
|
+
def streaming_job_metadata(self) -> global___StreamingJobMetadata: ...
|
206
|
+
@property
|
207
|
+
def streaming_aggr_job_metadata(self) -> global___StreamingAggregationJobMetadata: ...
|
208
|
+
@property
|
209
|
+
def batch_backfill_job_metadata(self) -> global___BatchBackfillJobMetadata: ...
|
210
|
+
num_affected_records: builtins.int
|
211
|
+
"""number of affected records"""
|
212
|
+
@property
|
213
|
+
def run_start_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
214
|
+
"""SYSTEM start time of the job"""
|
215
|
+
@property
|
216
|
+
def run_end_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
217
|
+
"""SYSTEM end time of the job"""
|
218
|
+
legacy_run_id: builtins.int
|
219
|
+
"""legacy run id (what used to be called execution_id in the old report"""
|
220
|
+
execution_id: builtins.str
|
221
|
+
"""Execution Manager Execution ID"""
|
222
|
+
environment_id: builtins.str
|
223
|
+
"""environment_id"""
|
224
|
+
featureset_id: builtins.str
|
225
|
+
"""featureset id"""
|
226
|
+
featureset_name: builtins.str
|
227
|
+
"""featureset name"""
|
228
|
+
status: global___JobStatus.ValueType
|
229
|
+
"""job status"""
|
230
|
+
@property
|
231
|
+
def job_labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
232
|
+
"""general tags/labels"""
|
233
|
+
job_id: builtins.str
|
234
|
+
"""Job ID"""
|
235
|
+
@property
|
236
|
+
def info(self) -> global___FailureInformation: ...
|
237
|
+
def __init__(
|
238
|
+
self,
|
239
|
+
*,
|
240
|
+
batch_ingestion_metadata: global___BatchIngestionJobMetadata | None = ...,
|
241
|
+
streaming_job_metadata: global___StreamingJobMetadata | None = ...,
|
242
|
+
streaming_aggr_job_metadata: global___StreamingAggregationJobMetadata | None = ...,
|
243
|
+
batch_backfill_job_metadata: global___BatchBackfillJobMetadata | None = ...,
|
244
|
+
num_affected_records: builtins.int = ...,
|
245
|
+
run_start_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
246
|
+
run_end_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
247
|
+
legacy_run_id: builtins.int = ...,
|
248
|
+
execution_id: builtins.str = ...,
|
249
|
+
environment_id: builtins.str = ...,
|
250
|
+
featureset_id: builtins.str = ...,
|
251
|
+
featureset_name: builtins.str = ...,
|
252
|
+
status: global___JobStatus.ValueType = ...,
|
253
|
+
job_labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
254
|
+
job_id: builtins.str = ...,
|
255
|
+
info: global___FailureInformation | None = ...,
|
256
|
+
) -> None: ...
|
257
|
+
def HasField(self, field_name: typing_extensions.Literal["batch_backfill_job_metadata", b"batch_backfill_job_metadata", "batch_ingestion_metadata", b"batch_ingestion_metadata", "execution_id", b"execution_id", "execution_identifier", b"execution_identifier", "failure_info", b"failure_info", "info", b"info", "job_metadata_type", b"job_metadata_type", "legacy_run_id", b"legacy_run_id", "run_end_time", b"run_end_time", "run_start_time", b"run_start_time", "streaming_aggr_job_metadata", b"streaming_aggr_job_metadata", "streaming_job_metadata", b"streaming_job_metadata"]) -> builtins.bool: ...
|
258
|
+
def ClearField(self, field_name: typing_extensions.Literal["batch_backfill_job_metadata", b"batch_backfill_job_metadata", "batch_ingestion_metadata", b"batch_ingestion_metadata", "environment_id", b"environment_id", "execution_id", b"execution_id", "execution_identifier", b"execution_identifier", "failure_info", b"failure_info", "featureset_id", b"featureset_id", "featureset_name", b"featureset_name", "info", b"info", "job_id", b"job_id", "job_labels", b"job_labels", "job_metadata_type", b"job_metadata_type", "legacy_run_id", b"legacy_run_id", "num_affected_records", b"num_affected_records", "run_end_time", b"run_end_time", "run_start_time", b"run_start_time", "status", b"status", "streaming_aggr_job_metadata", b"streaming_aggr_job_metadata", "streaming_job_metadata", b"streaming_job_metadata"]) -> None: ...
|
259
|
+
@typing.overload
|
260
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["execution_identifier", b"execution_identifier"]) -> typing_extensions.Literal["legacy_run_id", "execution_id"] | None: ...
|
261
|
+
@typing.overload
|
262
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["failure_info", b"failure_info"]) -> typing_extensions.Literal["info"] | None: ...
|
263
|
+
@typing.overload
|
264
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["job_metadata_type", b"job_metadata_type"]) -> typing_extensions.Literal["batch_ingestion_metadata", "streaming_job_metadata", "streaming_aggr_job_metadata", "batch_backfill_job_metadata"] | None: ...
|
265
|
+
|
266
|
+
global___JobReport = JobReport
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: frogml._proto.qwak.execution/v1/state/execution_state.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.execution.v1.state import spark_execution_state_pb2 as qwak_dot_execution_dot_v1_dot_state_dot_spark__execution__state__pb2
|
15
|
+
|
16
|
+
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-qwak/execution/v1/state/execution_state.proto\x12%qwak.feature.store.execution.v1.state\x1a\x33qwak/execution/v1/state/spark_execution_state.proto\"\xba\x01\n\x0e\x45xecutionState\x12\x14\n\x0c\x65xecution_id\x18\x01 \x01(\t\x12\x15\n\rfeatureset_id\x18\x02 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x03 \x01(\t\x12U\n\x0fspark_app_state\x18\x04 \x01(\x0b\x32:.qwak.feature.store.execution.v1.state.SparkExecutionStateH\x00\x42\x0c\n\nexec_stateB`\n+com.qwak.ai.features.execution.api.v1.stateP\x01Z/qwak/execution_management/state;execution_stateb\x06proto3')
|
18
|
+
|
19
|
+
_globals = globals()
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.execution.v1.state.execution_state_pb2', _globals)
|
22
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
23
|
+
|
24
|
+
DESCRIPTOR._options = None
|
25
|
+
DESCRIPTOR._serialized_options = b'\n+com.qwak.ai.features.execution.api.v1.stateP\001Z/qwak/execution_management/state;execution_state'
|
26
|
+
_globals['_EXECUTIONSTATE']._serialized_start=142
|
27
|
+
_globals['_EXECUTIONSTATE']._serialized_end=328
|
28
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,45 @@
|
|
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.execution.v1.state.spark_execution_state_pb2
|
9
|
+
import sys
|
10
|
+
|
11
|
+
if sys.version_info >= (3, 8):
|
12
|
+
import typing as typing_extensions
|
13
|
+
else:
|
14
|
+
import typing_extensions
|
15
|
+
|
16
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
17
|
+
|
18
|
+
class ExecutionState(google.protobuf.message.Message):
|
19
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
20
|
+
|
21
|
+
EXECUTION_ID_FIELD_NUMBER: builtins.int
|
22
|
+
FEATURESET_ID_FIELD_NUMBER: builtins.int
|
23
|
+
ENVIRONMENT_ID_FIELD_NUMBER: builtins.int
|
24
|
+
SPARK_APP_STATE_FIELD_NUMBER: builtins.int
|
25
|
+
execution_id: builtins.str
|
26
|
+
"""Execution Id"""
|
27
|
+
featureset_id: builtins.str
|
28
|
+
"""featureset id this execution belongs to (featureset:execution is 1:many relation)"""
|
29
|
+
environment_id: builtins.str
|
30
|
+
"""environmentId of the featureset"""
|
31
|
+
@property
|
32
|
+
def spark_app_state(self) -> frogml._proto.qwak.execution.v1.state.spark_execution_state_pb2.SparkExecutionState: ...
|
33
|
+
def __init__(
|
34
|
+
self,
|
35
|
+
*,
|
36
|
+
execution_id: builtins.str = ...,
|
37
|
+
featureset_id: builtins.str = ...,
|
38
|
+
environment_id: builtins.str = ...,
|
39
|
+
spark_app_state: frogml._proto.qwak.execution.v1.state.spark_execution_state_pb2.SparkExecutionState | None = ...,
|
40
|
+
) -> None: ...
|
41
|
+
def HasField(self, field_name: typing_extensions.Literal["exec_state", b"exec_state", "spark_app_state", b"spark_app_state"]) -> builtins.bool: ...
|
42
|
+
def ClearField(self, field_name: typing_extensions.Literal["environment_id", b"environment_id", "exec_state", b"exec_state", "execution_id", b"execution_id", "featureset_id", b"featureset_id", "spark_app_state", b"spark_app_state"]) -> None: ...
|
43
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["exec_state", b"exec_state"]) -> typing_extensions.Literal["spark_app_state"] | None: ...
|
44
|
+
|
45
|
+
global___ExecutionState = ExecutionState
|
@@ -0,0 +1,53 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: frogml._proto.qwak.execution/v1/state/execution_state_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.execution.v1.state import execution_state_pb2 as qwak_dot_execution_dot_v1_dot_state_dot_execution__state__pb2
|
15
|
+
from frogml._proto.qwak.execution.v1.state import featureset_state_pb2 as qwak_dot_execution_dot_v1_dot_state_dot_featureset__state__pb2
|
16
|
+
|
17
|
+
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5qwak/execution/v1/state/execution_state_service.proto\x12%qwak.feature.store.execution.v1.state\x1a-qwak/execution/v1/state/execution_state.proto\x1a.qwak/execution/v1/state/featureset_state.proto\"6\n\x1dGetFeaturesetStateByIdRequest\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\"r\n\x1eGetFeaturesetStateByIdResponse\x12P\n\x10\x66\x65\x61tureset_state\x18\x01 \x01(\x0b\x32\x36.qwak.feature.store.execution.v1.state.FeaturesetState\":\n\x1fGetFeaturesetStateByNameRequest\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\"t\n GetFeaturesetStateByNameResponse\x12P\n\x10\x66\x65\x61tureset_state\x18\x01 \x01(\x0b\x32\x36.qwak.feature.store.execution.v1.state.FeaturesetState\"=\n#GetMultiFeaturesetStateByIdsRequest\x12\x16\n\x0e\x66\x65\x61tureset_ids\x18\x01 \x03(\t\"y\n$GetMultiFeaturesetStateByIdsResponse\x12Q\n\x11\x66\x65\x61tureset_states\x18\x01 \x03(\x0b\x32\x36.qwak.feature.store.execution.v1.state.FeaturesetState\"?\n$GetMultiFeaturesetStateByNameRequest\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x03(\t\"y\n%GetMultiFeaturesetStateByNameResponse\x12P\n\x10\x66\x65\x61tureset_state\x18\x01 \x03(\x0b\x32\x36.qwak.feature.store.execution.v1.state.FeaturesetState\"r\n UpdateMultiExecutionStateRequest\x12N\n\x0f\x65xecution_state\x18\x01 \x03(\x0b\x32\x35.qwak.feature.store.execution.v1.state.ExecutionState\"#\n!UpdateMultiExecutionStateResponse\"9\n DeleteFeaturesetStateByIdRequest\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\"@\n!DeleteFeaturesetStateByIdResponse\x12\x1b\n\x13num_deleted_records\x18\x01 \x01(\x03\x32\xd2\x08\n!FeatureStoreExecutionStateService\x12\xa5\x01\n\x16GetFeaturesetStateById\x12\x44.qwak.feature.store.execution.v1.state.GetFeaturesetStateByIdRequest\x1a\x45.qwak.feature.store.execution.v1.state.GetFeaturesetStateByIdResponse\x12\xab\x01\n\x18GetFeaturesetStateByName\x12\x46.qwak.feature.store.execution.v1.state.GetFeaturesetStateByNameRequest\x1aG.qwak.feature.store.execution.v1.state.GetFeaturesetStateByNameResponse\x12\xb7\x01\n\x1cGetMultiFeaturesetStateByIds\x12J.qwak.feature.store.execution.v1.state.GetMultiFeaturesetStateByIdsRequest\x1aK.qwak.feature.store.execution.v1.state.GetMultiFeaturesetStateByIdsResponse\x12\xba\x01\n\x1dGetMultiFeaturesetStateByName\x12K.qwak.feature.store.execution.v1.state.GetMultiFeaturesetStateByNameRequest\x1aL.qwak.feature.store.execution.v1.state.GetMultiFeaturesetStateByNameResponse\x12\xae\x01\n\x19UpdateMultiExecutionState\x12G.qwak.feature.store.execution.v1.state.UpdateMultiExecutionStateRequest\x1aH.qwak.feature.store.execution.v1.state.UpdateMultiExecutionStateResponse\x12\xae\x01\n\x19\x44\x65leteFeaturesetStateById\x12G.qwak.feature.store.execution.v1.state.DeleteFeaturesetStateByIdRequest\x1aH.qwak.feature.store.execution.v1.state.DeleteFeaturesetStateByIdResponseB`\n+com.qwak.ai.features.execution.api.v1.stateP\x01Z/qwak/execution_management/state;execution_stateb\x06proto3')
|
19
|
+
|
20
|
+
_globals = globals()
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.execution.v1.state.execution_state_service_pb2', _globals)
|
23
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
24
|
+
|
25
|
+
DESCRIPTOR._options = None
|
26
|
+
DESCRIPTOR._serialized_options = b'\n+com.qwak.ai.features.execution.api.v1.stateP\001Z/qwak/execution_management/state;execution_state'
|
27
|
+
_globals['_GETFEATURESETSTATEBYIDREQUEST']._serialized_start=191
|
28
|
+
_globals['_GETFEATURESETSTATEBYIDREQUEST']._serialized_end=245
|
29
|
+
_globals['_GETFEATURESETSTATEBYIDRESPONSE']._serialized_start=247
|
30
|
+
_globals['_GETFEATURESETSTATEBYIDRESPONSE']._serialized_end=361
|
31
|
+
_globals['_GETFEATURESETSTATEBYNAMEREQUEST']._serialized_start=363
|
32
|
+
_globals['_GETFEATURESETSTATEBYNAMEREQUEST']._serialized_end=421
|
33
|
+
_globals['_GETFEATURESETSTATEBYNAMERESPONSE']._serialized_start=423
|
34
|
+
_globals['_GETFEATURESETSTATEBYNAMERESPONSE']._serialized_end=539
|
35
|
+
_globals['_GETMULTIFEATURESETSTATEBYIDSREQUEST']._serialized_start=541
|
36
|
+
_globals['_GETMULTIFEATURESETSTATEBYIDSREQUEST']._serialized_end=602
|
37
|
+
_globals['_GETMULTIFEATURESETSTATEBYIDSRESPONSE']._serialized_start=604
|
38
|
+
_globals['_GETMULTIFEATURESETSTATEBYIDSRESPONSE']._serialized_end=725
|
39
|
+
_globals['_GETMULTIFEATURESETSTATEBYNAMEREQUEST']._serialized_start=727
|
40
|
+
_globals['_GETMULTIFEATURESETSTATEBYNAMEREQUEST']._serialized_end=790
|
41
|
+
_globals['_GETMULTIFEATURESETSTATEBYNAMERESPONSE']._serialized_start=792
|
42
|
+
_globals['_GETMULTIFEATURESETSTATEBYNAMERESPONSE']._serialized_end=913
|
43
|
+
_globals['_UPDATEMULTIEXECUTIONSTATEREQUEST']._serialized_start=915
|
44
|
+
_globals['_UPDATEMULTIEXECUTIONSTATEREQUEST']._serialized_end=1029
|
45
|
+
_globals['_UPDATEMULTIEXECUTIONSTATERESPONSE']._serialized_start=1031
|
46
|
+
_globals['_UPDATEMULTIEXECUTIONSTATERESPONSE']._serialized_end=1066
|
47
|
+
_globals['_DELETEFEATURESETSTATEBYIDREQUEST']._serialized_start=1068
|
48
|
+
_globals['_DELETEFEATURESETSTATEBYIDREQUEST']._serialized_end=1125
|
49
|
+
_globals['_DELETEFEATURESETSTATEBYIDRESPONSE']._serialized_start=1127
|
50
|
+
_globals['_DELETEFEATURESETSTATEBYIDRESPONSE']._serialized_end=1191
|
51
|
+
_globals['_FEATURESTOREEXECUTIONSTATESERVICE']._serialized_start=1194
|
52
|
+
_globals['_FEATURESTOREEXECUTIONSTATESERVICE']._serialized_end=2300
|
53
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,192 @@
|
|
1
|
+
"""
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
3
|
+
isort:skip_file
|
4
|
+
"""
|
5
|
+
import builtins
|
6
|
+
import collections.abc
|
7
|
+
import google.protobuf.descriptor
|
8
|
+
import google.protobuf.internal.containers
|
9
|
+
import google.protobuf.message
|
10
|
+
import frogml._proto.qwak.execution.v1.state.execution_state_pb2
|
11
|
+
import frogml._proto.qwak.execution.v1.state.featureset_state_pb2
|
12
|
+
import sys
|
13
|
+
|
14
|
+
if sys.version_info >= (3, 8):
|
15
|
+
import typing as typing_extensions
|
16
|
+
else:
|
17
|
+
import typing_extensions
|
18
|
+
|
19
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
20
|
+
|
21
|
+
class GetFeaturesetStateByIdRequest(google.protobuf.message.Message):
|
22
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
23
|
+
|
24
|
+
FEATURESET_ID_FIELD_NUMBER: builtins.int
|
25
|
+
featureset_id: builtins.str
|
26
|
+
def __init__(
|
27
|
+
self,
|
28
|
+
*,
|
29
|
+
featureset_id: builtins.str = ...,
|
30
|
+
) -> None: ...
|
31
|
+
def ClearField(self, field_name: typing_extensions.Literal["featureset_id", b"featureset_id"]) -> None: ...
|
32
|
+
|
33
|
+
global___GetFeaturesetStateByIdRequest = GetFeaturesetStateByIdRequest
|
34
|
+
|
35
|
+
class GetFeaturesetStateByIdResponse(google.protobuf.message.Message):
|
36
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
37
|
+
|
38
|
+
FEATURESET_STATE_FIELD_NUMBER: builtins.int
|
39
|
+
@property
|
40
|
+
def featureset_state(self) -> frogml._proto.qwak.execution.v1.state.featureset_state_pb2.FeaturesetState: ...
|
41
|
+
def __init__(
|
42
|
+
self,
|
43
|
+
*,
|
44
|
+
featureset_state: frogml._proto.qwak.execution.v1.state.featureset_state_pb2.FeaturesetState | None = ...,
|
45
|
+
) -> None: ...
|
46
|
+
def HasField(self, field_name: typing_extensions.Literal["featureset_state", b"featureset_state"]) -> builtins.bool: ...
|
47
|
+
def ClearField(self, field_name: typing_extensions.Literal["featureset_state", b"featureset_state"]) -> None: ...
|
48
|
+
|
49
|
+
global___GetFeaturesetStateByIdResponse = GetFeaturesetStateByIdResponse
|
50
|
+
|
51
|
+
class GetFeaturesetStateByNameRequest(google.protobuf.message.Message):
|
52
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
53
|
+
|
54
|
+
FEATURESET_NAME_FIELD_NUMBER: builtins.int
|
55
|
+
featureset_name: builtins.str
|
56
|
+
def __init__(
|
57
|
+
self,
|
58
|
+
*,
|
59
|
+
featureset_name: builtins.str = ...,
|
60
|
+
) -> None: ...
|
61
|
+
def ClearField(self, field_name: typing_extensions.Literal["featureset_name", b"featureset_name"]) -> None: ...
|
62
|
+
|
63
|
+
global___GetFeaturesetStateByNameRequest = GetFeaturesetStateByNameRequest
|
64
|
+
|
65
|
+
class GetFeaturesetStateByNameResponse(google.protobuf.message.Message):
|
66
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
67
|
+
|
68
|
+
FEATURESET_STATE_FIELD_NUMBER: builtins.int
|
69
|
+
@property
|
70
|
+
def featureset_state(self) -> frogml._proto.qwak.execution.v1.state.featureset_state_pb2.FeaturesetState: ...
|
71
|
+
def __init__(
|
72
|
+
self,
|
73
|
+
*,
|
74
|
+
featureset_state: frogml._proto.qwak.execution.v1.state.featureset_state_pb2.FeaturesetState | None = ...,
|
75
|
+
) -> None: ...
|
76
|
+
def HasField(self, field_name: typing_extensions.Literal["featureset_state", b"featureset_state"]) -> builtins.bool: ...
|
77
|
+
def ClearField(self, field_name: typing_extensions.Literal["featureset_state", b"featureset_state"]) -> None: ...
|
78
|
+
|
79
|
+
global___GetFeaturesetStateByNameResponse = GetFeaturesetStateByNameResponse
|
80
|
+
|
81
|
+
class GetMultiFeaturesetStateByIdsRequest(google.protobuf.message.Message):
|
82
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
83
|
+
|
84
|
+
FEATURESET_IDS_FIELD_NUMBER: builtins.int
|
85
|
+
@property
|
86
|
+
def featureset_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
|
87
|
+
def __init__(
|
88
|
+
self,
|
89
|
+
*,
|
90
|
+
featureset_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
91
|
+
) -> None: ...
|
92
|
+
def ClearField(self, field_name: typing_extensions.Literal["featureset_ids", b"featureset_ids"]) -> None: ...
|
93
|
+
|
94
|
+
global___GetMultiFeaturesetStateByIdsRequest = GetMultiFeaturesetStateByIdsRequest
|
95
|
+
|
96
|
+
class GetMultiFeaturesetStateByIdsResponse(google.protobuf.message.Message):
|
97
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
98
|
+
|
99
|
+
FEATURESET_STATES_FIELD_NUMBER: builtins.int
|
100
|
+
@property
|
101
|
+
def featureset_states(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[qwak.execution.v1.state.featureset_state_pb2.FeaturesetState]: ...
|
102
|
+
def __init__(
|
103
|
+
self,
|
104
|
+
*,
|
105
|
+
featureset_states: collections.abc.Iterable[qwak.execution.v1.state.featureset_state_pb2.FeaturesetState] | None = ...,
|
106
|
+
) -> None: ...
|
107
|
+
def ClearField(self, field_name: typing_extensions.Literal["featureset_states", b"featureset_states"]) -> None: ...
|
108
|
+
|
109
|
+
global___GetMultiFeaturesetStateByIdsResponse = GetMultiFeaturesetStateByIdsResponse
|
110
|
+
|
111
|
+
class GetMultiFeaturesetStateByNameRequest(google.protobuf.message.Message):
|
112
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
113
|
+
|
114
|
+
FEATURESET_NAME_FIELD_NUMBER: builtins.int
|
115
|
+
@property
|
116
|
+
def featureset_name(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
|
117
|
+
def __init__(
|
118
|
+
self,
|
119
|
+
*,
|
120
|
+
featureset_name: collections.abc.Iterable[builtins.str] | None = ...,
|
121
|
+
) -> None: ...
|
122
|
+
def ClearField(self, field_name: typing_extensions.Literal["featureset_name", b"featureset_name"]) -> None: ...
|
123
|
+
|
124
|
+
global___GetMultiFeaturesetStateByNameRequest = GetMultiFeaturesetStateByNameRequest
|
125
|
+
|
126
|
+
class GetMultiFeaturesetStateByNameResponse(google.protobuf.message.Message):
|
127
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
128
|
+
|
129
|
+
FEATURESET_STATE_FIELD_NUMBER: builtins.int
|
130
|
+
@property
|
131
|
+
def featureset_state(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[qwak.execution.v1.state.featureset_state_pb2.FeaturesetState]: ...
|
132
|
+
def __init__(
|
133
|
+
self,
|
134
|
+
*,
|
135
|
+
featureset_state: collections.abc.Iterable[qwak.execution.v1.state.featureset_state_pb2.FeaturesetState] | None = ...,
|
136
|
+
) -> None: ...
|
137
|
+
def ClearField(self, field_name: typing_extensions.Literal["featureset_state", b"featureset_state"]) -> None: ...
|
138
|
+
|
139
|
+
global___GetMultiFeaturesetStateByNameResponse = GetMultiFeaturesetStateByNameResponse
|
140
|
+
|
141
|
+
class UpdateMultiExecutionStateRequest(google.protobuf.message.Message):
|
142
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
143
|
+
|
144
|
+
EXECUTION_STATE_FIELD_NUMBER: builtins.int
|
145
|
+
@property
|
146
|
+
def execution_state(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[qwak.execution.v1.state.execution_state_pb2.ExecutionState]: ...
|
147
|
+
def __init__(
|
148
|
+
self,
|
149
|
+
*,
|
150
|
+
execution_state: collections.abc.Iterable[qwak.execution.v1.state.execution_state_pb2.ExecutionState] | None = ...,
|
151
|
+
) -> None: ...
|
152
|
+
def ClearField(self, field_name: typing_extensions.Literal["execution_state", b"execution_state"]) -> None: ...
|
153
|
+
|
154
|
+
global___UpdateMultiExecutionStateRequest = UpdateMultiExecutionStateRequest
|
155
|
+
|
156
|
+
class UpdateMultiExecutionStateResponse(google.protobuf.message.Message):
|
157
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
158
|
+
|
159
|
+
def __init__(
|
160
|
+
self,
|
161
|
+
) -> None: ...
|
162
|
+
|
163
|
+
global___UpdateMultiExecutionStateResponse = UpdateMultiExecutionStateResponse
|
164
|
+
|
165
|
+
class DeleteFeaturesetStateByIdRequest(google.protobuf.message.Message):
|
166
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
167
|
+
|
168
|
+
FEATURESET_ID_FIELD_NUMBER: builtins.int
|
169
|
+
featureset_id: builtins.str
|
170
|
+
def __init__(
|
171
|
+
self,
|
172
|
+
*,
|
173
|
+
featureset_id: builtins.str = ...,
|
174
|
+
) -> None: ...
|
175
|
+
def ClearField(self, field_name: typing_extensions.Literal["featureset_id", b"featureset_id"]) -> None: ...
|
176
|
+
|
177
|
+
global___DeleteFeaturesetStateByIdRequest = DeleteFeaturesetStateByIdRequest
|
178
|
+
|
179
|
+
class DeleteFeaturesetStateByIdResponse(google.protobuf.message.Message):
|
180
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
181
|
+
|
182
|
+
NUM_DELETED_RECORDS_FIELD_NUMBER: builtins.int
|
183
|
+
num_deleted_records: builtins.int
|
184
|
+
"""number of deleted records"""
|
185
|
+
def __init__(
|
186
|
+
self,
|
187
|
+
*,
|
188
|
+
num_deleted_records: builtins.int = ...,
|
189
|
+
) -> None: ...
|
190
|
+
def ClearField(self, field_name: typing_extensions.Literal["num_deleted_records", b"num_deleted_records"]) -> None: ...
|
191
|
+
|
192
|
+
global___DeleteFeaturesetStateByIdResponse = DeleteFeaturesetStateByIdResponse
|