frogml-core 0.0.116__py3-none-any.whl → 0.0.117__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- _proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +29 -0
- _proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +32 -0
- _proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.pyi +48 -0
- _proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2_grpc.py +67 -0
- _proto/jfml/model_version/v1/artifact_pb2.py +29 -0
- _proto/jfml/model_version/v1/build_spec_pb2.py +35 -0
- _proto/jfml/model_version/v1/build_spec_pb2.pyi +120 -0
- _proto/jfml/model_version/v1/model_repository_spec_pb2.py +27 -0
- _proto/jfml/model_version/v1/model_version_framework_pb2.py +39 -0
- _proto/jfml/model_version/v1/model_version_manager_service_pb2.py +58 -0
- _proto/jfml/model_version/v1/model_version_manager_service_pb2.pyi +278 -0
- _proto/jfml/model_version/v1/model_version_manager_service_pb2_grpc.py +271 -0
- _proto/jfml/model_version/v1/model_version_pb2.py +65 -0
- _proto/jfml/model_version/v1/model_version_pb2.pyi +297 -0
- _proto/qwak/administration/account/v1/account_pb2.py +49 -0
- _proto/qwak/administration/account/v1/account_pb2.pyi +266 -0
- _proto/qwak/administration/account/v1/account_service_pb2.py +67 -0
- _proto/qwak/administration/account/v1/account_service_pb2.pyi +345 -0
- _proto/qwak/administration/account/v1/account_service_pb2_grpc.py +338 -0
- _proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +49 -0
- _proto/qwak/administration/account/v1/personalization_pb2.py +29 -0
- _proto/qwak/administration/account/v1/preferences_pb2.py +28 -0
- _proto/qwak/administration/account/v1/preferences_pb2.pyi +35 -0
- _proto/qwak/administration/account/v1/terms_pb2.py +35 -0
- _proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +42 -0
- _proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.pyi +108 -0
- _proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2_grpc.py +135 -0
- _proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +30 -0
- _proto/qwak/administration/authenticated_user/v1/details_pb2.py +35 -0
- _proto/qwak/administration/cluster/v2/cluster_pb2.py +62 -0
- _proto/qwak/administration/cluster/v2/cluster_pb2.pyi +354 -0
- _proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +28 -0
- _proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.pyi +36 -0
- _proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +29 -0
- _proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +31 -0
- _proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +28 -0
- _proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.pyi +39 -0
- _proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +34 -0
- _proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.pyi +79 -0
- _proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +29 -0
- _proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +28 -0
- _proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.pyi +39 -0
- _proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +28 -0
- _proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +33 -0
- _proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +32 -0
- _proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.pyi +66 -0
- _proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +36 -0
- _proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +114 -0
- _proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +28 -0
- _proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.pyi +33 -0
- _proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +28 -0
- _proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.pyi +33 -0
- _proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +36 -0
- _proto/qwak/administration/runtime_configuration/v0/network_config_pb2.pyi +107 -0
- _proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +31 -0
- _proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +33 -0
- _proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.pyi +79 -0
- _proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +35 -0
- _proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi +67 -0
- _proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +31 -0
- _proto/qwak/administration/v0/authentication/authentication_service_pb2.py +36 -0
- _proto/qwak/administration/v0/authentication/authentication_service_pb2_grpc.py +67 -0
- _proto/qwak/administration/v0/environments/configuration_pb2.py +43 -0
- _proto/qwak/administration/v0/environments/configuration_pb2.pyi +264 -0
- _proto/qwak/administration/v0/environments/environment_pb2.py +40 -0
- _proto/qwak/administration/v0/environments/environment_pb2.pyi +168 -0
- _proto/qwak/administration/v0/environments/environment_service_pb2.py +62 -0
- _proto/qwak/administration/v0/environments/environment_service_pb2.pyi +274 -0
- _proto/qwak/administration/v0/environments/environment_service_pb2_grpc.py +272 -0
- _proto/qwak/administration/v0/environments/personalization_pb2.py +29 -0
- _proto/qwak/administration/v0/users/user_pb2.py +44 -0
- _proto/qwak/admiral/secret/v0/secret_pb2.py +51 -0
- _proto/qwak/admiral/secret/v0/secret_service_pb2.py +40 -0
- _proto/qwak/admiral/secret/v0/secret_service_pb2.pyi +93 -0
- _proto/qwak/admiral/secret/v0/secret_service_pb2_grpc.py +135 -0
- _proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +40 -0
- _proto/qwak/admiral/secret/v0/system_secret_service_pb2.pyi +101 -0
- _proto/qwak/admiral/secret/v0/system_secret_service_pb2_grpc.py +135 -0
- _proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +62 -0
- _proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.pyi +431 -0
- _proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +44 -0
- _proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.pyi +128 -0
- _proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2_grpc.py +169 -0
- _proto/qwak/analytics/analytics_pb2.py +47 -0
- _proto/qwak/analytics/analytics_service_pb2.py +68 -0
- _proto/qwak/analytics/analytics_service_pb2.pyi +339 -0
- _proto/qwak/analytics/analytics_service_pb2_grpc.py +370 -0
- _proto/qwak/artifactory_settings/artifactory_settings_pb2.py +29 -0
- _proto/qwak/audience/v1/audience_api_pb2.py +52 -0
- _proto/qwak/audience/v1/audience_api_pb2.pyi +176 -0
- _proto/qwak/audience/v1/audience_api_pb2_grpc.py +240 -0
- _proto/qwak/audience/v1/audience_pb2.py +50 -0
- _proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +39 -0
- _proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +32 -0
- _proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.pyi +55 -0
- _proto/qwak/auto_scaling/v1/auto_scaling_service_pb2_grpc.py +67 -0
- _proto/qwak/automation/v1/action_pb2.py +80 -0
- _proto/qwak/automation/v1/action_pb2.pyi +513 -0
- _proto/qwak/automation/v1/auto_scaling_pb2.py +39 -0
- _proto/qwak/automation/v1/automation_execution_pb2.py +34 -0
- _proto/qwak/automation/v1/automation_management_service_pb2.py +81 -0
- _proto/qwak/automation/v1/automation_management_service_pb2.pyi +386 -0
- _proto/qwak/automation/v1/automation_management_service_pb2_grpc.py +429 -0
- _proto/qwak/automation/v1/automation_pb2.py +35 -0
- _proto/qwak/automation/v1/automation_pb2.pyi +124 -0
- _proto/qwak/automation/v1/common_pb2.py +31 -0
- _proto/qwak/automation/v1/notification_pb2.py +41 -0
- _proto/qwak/automation/v1/trigger_pb2.py +36 -0
- _proto/qwak/automation/v1/trigger_pb2.pyi +112 -0
- _proto/qwak/batch_job/v1/batch_job_events_pb2.py +58 -0
- _proto/qwak/batch_job/v1/batch_job_events_pb2.pyi +307 -0
- _proto/qwak/batch_job/v1/batch_job_resources_pb2.py +29 -0
- _proto/qwak/batch_job/v1/batch_job_service_pb2.py +167 -0
- _proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +1387 -0
- _proto/qwak/batch_job/v1/batch_job_service_pb2_grpc.py +608 -0
- _proto/qwak/build/v1/build_api_pb2.py +125 -0
- _proto/qwak/build/v1/build_api_pb2.pyi +682 -0
- _proto/qwak/build/v1/build_api_pb2_grpc.py +594 -0
- _proto/qwak/build/v1/build_pb2.py +143 -0
- _proto/qwak/build/v1/build_pb2.pyi +1340 -0
- _proto/qwak/build_settings/build_settings_api_pb2.py +40 -0
- _proto/qwak/build_settings/build_settings_api_pb2.pyi +106 -0
- _proto/qwak/build_settings/build_settings_api_pb2_grpc.py +132 -0
- _proto/qwak/build_settings/build_settings_pb2.py +39 -0
- _proto/qwak/builds/build_pb2.py +71 -0
- _proto/qwak/builds/build_pb2.pyi +586 -0
- _proto/qwak/builds/build_url_pb2.py +49 -0
- _proto/qwak/builds/builds_orchestrator_service_pb2.py +89 -0
- _proto/qwak/builds/builds_orchestrator_service_pb2.pyi +444 -0
- _proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py +406 -0
- _proto/qwak/builds/builds_pb2.py +147 -0
- _proto/qwak/builds/builds_pb2.pyi +1271 -0
- _proto/qwak/builds/builds_pb2_grpc.py +237 -0
- _proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +34 -0
- _proto/qwak/builds/internal_builds_orchestrator_service_pb2.pyi +64 -0
- _proto/qwak/builds/internal_builds_orchestrator_service_pb2_grpc.py +67 -0
- _proto/qwak/data_versioning/data_versioning_pb2.py +29 -0
- _proto/qwak/data_versioning/data_versioning_service_pb2.py +36 -0
- _proto/qwak/data_versioning/data_versioning_service_pb2.pyi +83 -0
- _proto/qwak/data_versioning/data_versioning_service_pb2_grpc.py +101 -0
- _proto/qwak/deployment/alert_pb2.py +47 -0
- _proto/qwak/deployment/alert_service_pb2.py +56 -0
- _proto/qwak/deployment/alert_service_pb2.pyi +218 -0
- _proto/qwak/deployment/alert_service_pb2_grpc.py +237 -0
- _proto/qwak/deployment/deployment_messages_pb2.py +28 -0
- _proto/qwak/deployment/deployment_messages_pb2.pyi +61 -0
- _proto/qwak/deployment/deployment_pb2.py +180 -0
- _proto/qwak/deployment/deployment_pb2.pyi +1582 -0
- _proto/qwak/deployment/deployment_service_pb2.py +187 -0
- _proto/qwak/deployment/deployment_service_pb2.pyi +817 -0
- _proto/qwak/deployment/deployment_service_pb2_grpc.py +509 -0
- _proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py +36 -0
- _proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.pyi +69 -0
- _proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2_grpc.py +102 -0
- _proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py +29 -0
- _proto/qwak/ecosystem/jfrog/v0/token_pb2.py +62 -0
- _proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +44 -0
- _proto/qwak/ecosystem/jfrog/v0/token_service_pb2.pyi +144 -0
- _proto/qwak/ecosystem/jfrog/v0/token_service_pb2_grpc.py +169 -0
- _proto/qwak/ecosystem/v0/credentials_pb2.py +32 -0
- _proto/qwak/ecosystem/v0/ecosystem_pb2.py +65 -0
- _proto/qwak/ecosystem/v0/ecosystem_pb2.pyi +340 -0
- _proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +79 -0
- _proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.pyi +434 -0
- _proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2_grpc.py +238 -0
- _proto/qwak/execution/v1/backfill_pb2.py +41 -0
- _proto/qwak/execution/v1/backfill_pb2.pyi +167 -0
- _proto/qwak/execution/v1/batch_pb2.py +32 -0
- _proto/qwak/execution/v1/deletion_pb2.py +33 -0
- _proto/qwak/execution/v1/execution_pb2.py +43 -0
- _proto/qwak/execution/v1/execution_pb2.pyi +201 -0
- _proto/qwak/execution/v1/execution_service_pb2.py +93 -0
- _proto/qwak/execution/v1/execution_service_pb2.pyi +473 -0
- _proto/qwak/execution/v1/execution_service_pb2_grpc.py +500 -0
- _proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +27 -0
- _proto/qwak/execution/v1/jobs/job_pb2.py +43 -0
- _proto/qwak/execution/v1/jobs/job_pb2.pyi +282 -0
- _proto/qwak/execution/v1/jobs/job_service_pb2.py +77 -0
- _proto/qwak/execution/v1/jobs/job_service_pb2.pyi +469 -0
- _proto/qwak/execution/v1/jobs/job_service_pb2_grpc.py +396 -0
- _proto/qwak/execution/v1/jobs/reports/report_pb2.py +45 -0
- _proto/qwak/execution/v1/jobs/reports/report_pb2.pyi +266 -0
- _proto/qwak/execution/v1/state/execution_state_pb2.py +28 -0
- _proto/qwak/execution/v1/state/execution_state_pb2.pyi +45 -0
- _proto/qwak/execution/v1/state/execution_state_service_pb2.py +53 -0
- _proto/qwak/execution/v1/state/execution_state_service_pb2.pyi +192 -0
- _proto/qwak/execution/v1/state/execution_state_service_pb2_grpc.py +237 -0
- _proto/qwak/execution/v1/state/featureset_state_pb2.py +27 -0
- _proto/qwak/execution/v1/state/spark_execution_state_pb2.py +37 -0
- _proto/qwak/execution/v1/streaming_aggregation_pb2.py +35 -0
- _proto/qwak/execution/v1/streaming_pb2.py +33 -0
- _proto/qwak/feature_store/entities/entity_pb2.py +38 -0
- _proto/qwak/feature_store/entities/entity_service_pb2.py +52 -0
- _proto/qwak/feature_store/entities/entity_service_pb2.pyi +203 -0
- _proto/qwak/feature_store/entities/entity_service_pb2_grpc.py +237 -0
- _proto/qwak/feature_store/features/aggregation_pb2.py +59 -0
- _proto/qwak/feature_store/features/deployment_pb2.py +58 -0
- _proto/qwak/feature_store/features/deployment_service_pb2.py +32 -0
- _proto/qwak/feature_store/features/deployment_service_pb2.pyi +45 -0
- _proto/qwak/feature_store/features/deployment_service_pb2_grpc.py +67 -0
- _proto/qwak/feature_store/features/execution_pb2.py +35 -0
- _proto/qwak/feature_store/features/feature_set_attribute_pb2.py +28 -0
- _proto/qwak/feature_store/features/feature_set_attribute_pb2.pyi +33 -0
- _proto/qwak/feature_store/features/feature_set_pb2.py +77 -0
- _proto/qwak/feature_store/features/feature_set_pb2.pyi +443 -0
- _proto/qwak/feature_store/features/feature_set_service_pb2.py +122 -0
- _proto/qwak/feature_store/features/feature_set_service_pb2.pyi +663 -0
- _proto/qwak/feature_store/features/feature_set_service_pb2_grpc.py +746 -0
- _proto/qwak/feature_store/features/feature_set_state_pb2.py +60 -0
- _proto/qwak/feature_store/features/feature_set_state_service_pb2.py +48 -0
- _proto/qwak/feature_store/features/feature_set_state_service_pb2.pyi +175 -0
- _proto/qwak/feature_store/features/feature_set_state_service_pb2_grpc.py +203 -0
- _proto/qwak/feature_store/features/feature_set_types_pb2.py +113 -0
- _proto/qwak/feature_store/features/feature_set_types_pb2.pyi +862 -0
- _proto/qwak/feature_store/features/monitoring_pb2.py +31 -0
- _proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +56 -0
- _proto/qwak/feature_store/features/real_time_feature_extractor_pb2.pyi +359 -0
- _proto/qwak/feature_store/jobs/job_pb2.py +34 -0
- _proto/qwak/feature_store/jobs/job_service_pb2.py +52 -0
- _proto/qwak/feature_store/jobs/job_service_pb2.pyi +237 -0
- _proto/qwak/feature_store/jobs/job_service_pb2_grpc.py +237 -0
- _proto/qwak/feature_store/jobs/v1/job_pb2.py +34 -0
- _proto/qwak/feature_store/jobs/v1/job_service_pb2.py +65 -0
- _proto/qwak/feature_store/jobs/v1/job_service_pb2.pyi +349 -0
- _proto/qwak/feature_store/jobs/v1/job_service_pb2_grpc.py +338 -0
- _proto/qwak/feature_store/platform/platform_details_pb2.py +30 -0
- _proto/qwak/feature_store/platform/platform_details_pb2.pyi +54 -0
- _proto/qwak/feature_store/reports/report_pb2.py +36 -0
- _proto/qwak/feature_store/repository/common/platform_pb2.py +31 -0
- _proto/qwak/feature_store/serving/management_pb2.py +36 -0
- _proto/qwak/feature_store/serving/management_pb2.pyi +72 -0
- _proto/qwak/feature_store/serving/management_pb2_grpc.py +101 -0
- _proto/qwak/feature_store/serving/metadata_pb2.py +35 -0
- _proto/qwak/feature_store/serving/metadata_pb2.pyi +158 -0
- _proto/qwak/feature_store/serving/serving_pb2.py +82 -0
- _proto/qwak/feature_store/serving/serving_pb2_grpc.py +101 -0
- _proto/qwak/feature_store/serving/v1/value_pb2.py +30 -0
- _proto/qwak/feature_store/sinks/sink_pb2.py +36 -0
- _proto/qwak/feature_store/sinks/sink_pb2.pyi +137 -0
- _proto/qwak/feature_store/sources/batch_pb2.py +98 -0
- _proto/qwak/feature_store/sources/data_source_attribute_pb2.py +28 -0
- _proto/qwak/feature_store/sources/data_source_attribute_pb2.pyi +33 -0
- _proto/qwak/feature_store/sources/data_source_pb2.py +44 -0
- _proto/qwak/feature_store/sources/data_source_pb2.pyi +169 -0
- _proto/qwak/feature_store/sources/data_source_service_pb2.py +58 -0
- _proto/qwak/feature_store/sources/data_source_service_pb2.pyi +237 -0
- _proto/qwak/feature_store/sources/data_source_service_pb2_grpc.py +305 -0
- _proto/qwak/feature_store/sources/streaming_pb2.py +63 -0
- _proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +27 -0
- _proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +32 -0
- _proto/qwak/feature_store/v1/common/source_code/source_code_pb2.pyi +77 -0
- _proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +39 -0
- _proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2_grpc.py +99 -0
- _proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +31 -0
- _proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2_grpc.py +66 -0
- _proto/qwak/features_operator/v1/features_operator_pb2.py +36 -0
- _proto/qwak/features_operator/v1/features_operator_service_pb2.py +36 -0
- _proto/qwak/features_operator/v1/features_operator_service_pb2.pyi +98 -0
- _proto/qwak/features_operator/v1/features_operator_service_pb2_grpc.py +99 -0
- _proto/qwak/features_operator/v2/features_operator_pb2.py +38 -0
- _proto/qwak/features_operator/v2/features_operator_service_pb2.py +36 -0
- _proto/qwak/features_operator/v2/features_operator_service_pb2.pyi +89 -0
- _proto/qwak/features_operator/v2/features_operator_service_pb2_grpc.py +99 -0
- _proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +51 -0
- _proto/qwak/features_operator/v3/features_operator_async_service_pb2.pyi +218 -0
- _proto/qwak/features_operator/v3/features_operator_async_service_pb2_grpc.py +165 -0
- _proto/qwak/features_operator/v3/features_operator_pb2.py +38 -0
- _proto/qwak/file_versioning/file_versioning_pb2.py +33 -0
- _proto/qwak/file_versioning/file_versioning_service_pb2.py +36 -0
- _proto/qwak/file_versioning/file_versioning_service_pb2.pyi +83 -0
- _proto/qwak/file_versioning/file_versioning_service_pb2_grpc.py +101 -0
- _proto/qwak/fitness_service/constructs_pb2.py +43 -0
- _proto/qwak/fitness_service/fitness_pb2.py +32 -0
- _proto/qwak/fitness_service/fitness_pb2.pyi +126 -0
- _proto/qwak/fitness_service/fitness_service_pb2.py +45 -0
- _proto/qwak/fitness_service/fitness_service_pb2.pyi +121 -0
- _proto/qwak/fitness_service/fitness_service_pb2_grpc.py +169 -0
- _proto/qwak/fitness_service/status_pb2.py +46 -0
- _proto/qwak/inference/feedback/feedback_pb2.py +50 -0
- _proto/qwak/inference/feedback/feedback_pb2_grpc.py +100 -0
- _proto/qwak/instance_template/instance_template_pb2.py +34 -0
- _proto/qwak/instance_template/instance_template_pb2.pyi +108 -0
- _proto/qwak/instance_template/instance_template_service_pb2.py +36 -0
- _proto/qwak/instance_template/instance_template_service_pb2.pyi +79 -0
- _proto/qwak/instance_template/instance_template_service_pb2_grpc.py +101 -0
- _proto/qwak/integration/hugging_face_integration_pb2.py +37 -0
- _proto/qwak/integration/integration_pb2.py +55 -0
- _proto/qwak/integration/integration_pb2.pyi +357 -0
- _proto/qwak/integration/integration_service_pb2.py +56 -0
- _proto/qwak/integration/integration_service_pb2.pyi +234 -0
- _proto/qwak/integration/integration_service_pb2_grpc.py +271 -0
- _proto/qwak/integration/open_a_i_integration_pb2.py +37 -0
- _proto/qwak/integration/opsgenie_integration_pb2.py +43 -0
- _proto/qwak/integration/pagerduty_integration_pb2.py +47 -0
- _proto/qwak/integration/slack_app_integration_pb2.py +47 -0
- _proto/qwak/jfrog/gateway/v0/repository_pb2.py +39 -0
- _proto/qwak/jfrog/gateway/v0/repository_service_pb2.py +36 -0
- _proto/qwak/jfrog/gateway/v0/repository_service_pb2.pyi +71 -0
- _proto/qwak/jfrog/gateway/v0/repository_service_pb2_grpc.py +101 -0
- _proto/qwak/kube_deployment_captain/alert_pb2.py +45 -0
- _proto/qwak/kube_deployment_captain/alerting_pb2.py +33 -0
- _proto/qwak/kube_deployment_captain/batch_job_pb2.py +114 -0
- _proto/qwak/kube_deployment_captain/deployment_pb2.py +66 -0
- _proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +60 -0
- _proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.pyi +370 -0
- _proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +151 -0
- _proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.pyi +924 -0
- _proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2_grpc.py +1226 -0
- _proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +29 -0
- _proto/qwak/logging/log_filter_pb2.py +34 -0
- _proto/qwak/logging/log_line_pb2.py +31 -0
- _proto/qwak/logging/log_reader_service_pb2.py +34 -0
- _proto/qwak/logging/log_reader_service_pb2.pyi +83 -0
- _proto/qwak/logging/log_reader_service_pb2_grpc.py +67 -0
- _proto/qwak/logging/log_source_pb2.py +51 -0
- _proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +40 -0
- _proto/qwak/model_group/model_group_pb2.py +37 -0
- _proto/qwak/model_group/model_group_pb2.pyi +104 -0
- _proto/qwak/model_group/model_group_pb2_grpc.py +99 -0
- _proto/qwak/model_group/model_group_repository_details_pb2.py +39 -0
- _proto/qwak/models/models_pb2.py +132 -0
- _proto/qwak/models/models_pb2.pyi +914 -0
- _proto/qwak/models/models_pb2_grpc.py +436 -0
- _proto/qwak/models/models_query_pb2.py +37 -0
- _proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +52 -0
- _proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.pyi +183 -0
- _proto/qwak/monitoring/v0/alerting_channel_management_service_pb2_grpc.py +237 -0
- _proto/qwak/monitoring/v0/alerting_channel_pb2.py +57 -0
- _proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +37 -0
- _proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.pyi +85 -0
- _proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2_grpc.py +101 -0
- _proto/qwak/offline/serving/v1/feature_values_pb2.py +27 -0
- _proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +55 -0
- _proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.pyi +279 -0
- _proto/qwak/offline/serving/v1/offline_serving_async_service_pb2_grpc.py +165 -0
- _proto/qwak/offline/serving/v1/options_pb2.py +27 -0
- _proto/qwak/offline/serving/v1/population_pb2.py +35 -0
- _proto/qwak/projects/jfrog_project_spec_pb2.py +27 -0
- _proto/qwak/projects/projects_pb2.py +70 -0
- _proto/qwak/projects/projects_pb2.pyi +420 -0
- _proto/qwak/projects/projects_pb2_grpc.py +203 -0
- _proto/qwak/secret_service/secret_service_pb2.py +39 -0
- _proto/qwak/secret_service/secret_service_pb2_grpc.py +135 -0
- _proto/qwak/self_service/account/v0/account_membership_pb2.py +52 -0
- _proto/qwak/self_service/account/v0/account_membership_pb2.pyi +274 -0
- _proto/qwak/self_service/account/v0/account_membership_service_pb2.py +74 -0
- _proto/qwak/self_service/account/v0/account_membership_service_pb2.pyi +337 -0
- _proto/qwak/self_service/account/v0/account_membership_service_pb2_grpc.py +407 -0
- _proto/qwak/self_service/account/v0/account_status_pb2.py +44 -0
- _proto/qwak/self_service/account/v0/account_status_pb2.pyi +172 -0
- _proto/qwak/self_service/account/v0/managing_account_pb2.py +54 -0
- _proto/qwak/self_service/account/v0/managing_account_service_pb2.py +45 -0
- _proto/qwak/self_service/account/v0/managing_account_service_pb2.pyi +136 -0
- _proto/qwak/self_service/account/v0/managing_account_service_pb2_grpc.py +169 -0
- _proto/qwak/self_service/user/v1/api_key_pb2.py +27 -0
- _proto/qwak/self_service/user/v1/user_pb2.py +29 -0
- _proto/qwak/self_service/user/v1/user_pb2.pyi +62 -0
- _proto/qwak/self_service/user/v1/user_service_pb2.py +55 -0
- _proto/qwak/self_service/user/v1/user_service_pb2.pyi +209 -0
- _proto/qwak/self_service/user/v1/user_service_pb2_grpc.py +203 -0
- _proto/qwak/service_discovery/service_discovery_location_pb2.py +33 -0
- _proto/qwak/service_discovery/service_discovery_location_service_pb2.py +32 -0
- _proto/qwak/service_discovery/service_discovery_location_service_pb2.pyi +41 -0
- _proto/qwak/service_discovery/service_discovery_location_service_pb2_grpc.py +231 -0
- _proto/qwak/traffic/v1/traffic_api_pb2.py +44 -0
- _proto/qwak/traffic/v1/traffic_api_pb2.pyi +137 -0
- _proto/qwak/traffic/v1/traffic_api_pb2_grpc.py +169 -0
- _proto/qwak/traffic/v1/traffic_pb2.py +47 -0
- _proto/qwak/user_application/common/v0/resources_pb2.py +51 -0
- _proto/qwak/user_application/v0/user_application_pb2.py +36 -0
- core/__init__.py +10 -0
- core/automations/__init__.py +70 -0
- core/automations/automation_executions.py +99 -0
- core/automations/automations.py +399 -0
- core/automations/batch_execution_action.py +336 -0
- core/automations/build_and_deploy_action.py +850 -0
- core/automations/common.py +106 -0
- core/clients/_inner/edge_communications.py +24 -0
- core/clients/administration/authenticated_user/client.py +41 -0
- core/clients/administration/authentication/client.py +34 -0
- core/clients/administration/eco_system/client.py +152 -0
- core/clients/administration/eco_system/eco_system_utils.py +15 -0
- core/clients/administration/environment/client.py +77 -0
- core/clients/administration/self_service/client.py +73 -0
- core/clients/alert_management/client.py +64 -0
- core/clients/alerts_registry/channel.py +132 -0
- core/clients/alerts_registry/client.py +137 -0
- core/clients/analytics/client.py +108 -0
- core/clients/audience/client.py +53 -0
- core/clients/automation_management/client.py +274 -0
- core/clients/autoscaling/client.py +34 -0
- core/clients/batch_job_management/client.py +583 -0
- core/clients/batch_job_management/executions_config.py +201 -0
- core/clients/build_management/client.py +115 -0
- core/clients/build_orchestrator/build_model_request_getter.py +138 -0
- core/clients/build_orchestrator/client.py +456 -0
- core/clients/build_orchestrator/internal_client.py +114 -0
- core/clients/data_versioning/client.py +76 -0
- core/clients/data_versioning/data_tag_filter.py +32 -0
- core/clients/deployment/client.py +191 -0
- core/clients/feature_store/execution_management_client.py +102 -0
- core/clients/feature_store/job_registry_client.py +71 -0
- core/clients/feature_store/management_client.py +570 -0
- core/clients/feature_store/offline_serving_client.py +251 -0
- core/clients/feature_store/operator_client.py +164 -0
- core/clients/file_versioning/client.py +77 -0
- core/clients/file_versioning/file_tag_filter.py +32 -0
- core/clients/instance_template/client.py +69 -0
- core/clients/integration_management/integration_manager_client.py +35 -0
- core/clients/integration_management/integration_utils.py +27 -0
- core/clients/integration_management/openai/openai_system_secret.py +58 -0
- core/clients/jfrog_gateway/client.py +60 -0
- core/clients/kube_deployment_captain/client.py +233 -0
- core/clients/location_discovery/client.py +73 -0
- core/clients/logging_client/client.py +148 -0
- core/clients/model_management/client.py +139 -0
- core/clients/model_version_manager/client.py +224 -0
- core/clients/project/client.py +72 -0
- core/clients/secret_service/client.py +96 -0
- core/clients/system_secret/system_secret_client.py +31 -0
- core/clients/user_application_instance/client.py +177 -0
- core/exceptions/frogml_external_exception.py +11 -0
- core/feature_store/_common/source_code_spec.py +62 -0
- core/feature_store/data_sources/attributes.py +25 -0
- core/feature_store/data_sources/source_authentication.py +35 -0
- core/feature_store/data_sources/time_partition_columns.py +178 -0
- core/feature_store/entities/entity.py +73 -0
- core/feature_store/execution/backfill.py +197 -0
- core/feature_store/execution/execution.py +595 -0
- core/feature_store/execution/execution_query.py +91 -0
- core/feature_store/feature_sets/_utils/_featureset_utils.py +45 -0
- core/feature_store/feature_sets/backfill.py +72 -0
- core/feature_store/feature_sets/execution_spec.py +75 -0
- core/feature_store/feature_sets/metadata.py +75 -0
- core/feature_store/feature_sets/read_policies.py +245 -0
- core/feature_store/feature_sets/transformations/__init__.py +35 -0
- core/feature_store/feature_sets/transformations/aggregations/aggregations.py +443 -0
- core/feature_store/feature_sets/transformations/aggregations/windows.py +70 -0
- core/feature_store/feature_sets/transformations/functions/__init__.py +10 -0
- core/feature_store/feature_sets/transformations/functions/frogml_pandas.py +66 -0
- core/feature_store/feature_sets/transformations/transformations.py +467 -0
- core/feature_store/feature_sets/transformations/validations/validations_util.py +78 -0
- core/feature_store/offline/_offline_serving_validations.py +32 -0
- core/feature_store/offline/feature_set_features.py +25 -0
- core/feature_store/online/endpoint_utils.py +65 -0
- core/feature_store/sinks/base.py +18 -0
- core/feature_store/sinks/streaming/attachment.py +34 -0
- core/feature_store/validations/validation_options.py +82 -0
- core/feature_store/validations/validation_response.py +121 -0
- core/inner/build_config/build_config_v1.py +317 -0
- core/inner/build_logic/build_loggers/trigger_build_logger.py +50 -0
- core/inner/build_logic/execute_build_pipeline.py +64 -0
- core/inner/build_logic/interface/context_interface.py +58 -0
- core/inner/build_logic/interface/phase_run_handler.py +71 -0
- core/inner/build_logic/interface/step_inteface.py +26 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_model_step.py +41 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/common.py +32 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/fetch_strategy_manager.py +62 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/folder/folder_strategy.py +131 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/git/git_strategy.py +184 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/strategy.py +50 -0
- core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/zip/zip_strategy.py +64 -0
- core/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +139 -0
- core/inner/build_logic/phases/phase_010_fetch_model/pre_fetch_validation_step.py +267 -0
- core/inner/build_logic/phases/phase_010_fetch_model/set_version_step.py +33 -0
- core/inner/build_logic/phases/phase_020_remote_register_frogml_build/cleanup_step.py +20 -0
- core/inner/build_logic/phases/phase_020_remote_register_frogml_build/start_remote_build_step.py +42 -0
- core/inner/build_logic/phases/phase_020_remote_register_frogml_build/upload_step.py +261 -0
- core/inner/build_logic/phases/phases_pipeline.py +44 -0
- core/inner/build_logic/run_handlers/programmatic_phase_run_handler.py +101 -0
- core/inner/build_logic/tools/dependencies_tools.py +68 -0
- core/inner/build_logic/tools/files.py +237 -0
- core/inner/build_logic/tools/ignore_files.py +20 -0
- core/inner/build_logic/trigger_build_context.py +10 -0
- core/inner/di_configuration/__init__.py +69 -0
- core/inner/di_configuration/account.py +106 -0
- core/inner/di_configuration/containers.py +40 -0
- core/inner/instance_template/verify_template_id.py +50 -0
- core/inner/model_loggers_utils.py +96 -0
- core/inner/tool/auth.py +75 -0
- core/inner/tool/grpc/grpc_auth.py +42 -0
- core/inner/tool/grpc/grpc_tools.py +209 -0
- core/inner/tool/grpc/grpc_try_wrapping.py +23 -0
- core/inner/tool/protobuf_factory.py +45 -0
- core/inner/tool/run_config/base.py +127 -0
- core/model_loggers/artifact_logger.py +128 -0
- core/model_loggers/data_logger.py +177 -0
- core/tools/logger/logger.py +287 -0
- core/utils/proto_utils.py +63 -0
- feature_store/_common/artifact_utils.py +57 -0
- feature_store/_common/feature_set_utils.py +261 -0
- feature_store/_common/featureset_asterisk_handler.py +115 -0
- feature_store/_common/packaging.py +244 -0
- feature_store/_common/source_code_spec_factory.py +54 -0
- feature_store/data_sources/__init__.py +67 -0
- feature_store/data_sources/base.py +128 -0
- feature_store/data_sources/batch/_batch.py +9 -0
- feature_store/data_sources/batch/_jdbc.py +23 -0
- feature_store/data_sources/batch/athena.py +274 -0
- feature_store/data_sources/batch/big_query.py +82 -0
- feature_store/data_sources/batch/clickhouse.py +62 -0
- feature_store/data_sources/batch/csv.py +64 -0
- feature_store/data_sources/batch/elastic_search.py +63 -0
- feature_store/data_sources/batch/filesystem/aws.py +93 -0
- feature_store/data_sources/batch/filesystem/gcp.py +54 -0
- feature_store/data_sources/batch/filesystem/utils.py +59 -0
- feature_store/data_sources/batch/mongodb.py +60 -0
- feature_store/data_sources/batch/mysql.py +51 -0
- feature_store/data_sources/batch/parquet.py +59 -0
- feature_store/data_sources/batch/postgres.py +51 -0
- feature_store/data_sources/batch/redshift.py +88 -0
- feature_store/data_sources/batch/snowflake.py +79 -0
- feature_store/data_sources/batch/vertica.py +60 -0
- feature_store/data_sources/streaming/_streaming.py +9 -0
- feature_store/data_sources/streaming/kafka/__init__.py +25 -0
- feature_store/data_sources/streaming/kafka/authentication.py +124 -0
- feature_store/data_sources/streaming/kafka/deserialization.py +115 -0
- feature_store/data_sources/streaming/kafka/kafka.py +126 -0
- feature_store/feature_sets/base_feature_set.py +151 -0
- feature_store/feature_sets/batch.py +484 -0
- feature_store/feature_sets/streaming.py +646 -0
- feature_store/feature_sets/streaming_backfill.py +271 -0
- feature_store/offline/__init__.py +3 -0
- feature_store/offline/client_v2.py +340 -0
- feature_store/online/client.py +355 -0
- feature_store/sinks/kafka.py +61 -0
- feature_store/sinks/streaming/factory.py +60 -0
- feature_store/validations/validator.py +106 -0
- frogml_core-0.0.117.dist-info/METADATA +410 -0
- frogml_core-0.0.117.dist-info/RECORD +1016 -0
- sdk/__init__.py +8 -0
- sdk/frogml_client/batch_jobs/execution.py +49 -0
- sdk/frogml_client/batch_jobs/task.py +43 -0
- sdk/frogml_client/build_api_helpers/build_api_steps.py +53 -0
- sdk/frogml_client/build_api_helpers/trigger_build_api.py +67 -0
- sdk/frogml_client/builds/build.py +97 -0
- sdk/frogml_client/builds/filters/metric_filter.py +38 -0
- sdk/frogml_client/builds/filters/parameter_filter.py +36 -0
- sdk/frogml_client/client.py +900 -0
- sdk/frogml_client/data_versioning/data_tag.py +24 -0
- sdk/frogml_client/deployments/deployment.py +409 -0
- sdk/frogml_client/file_versioning/file_tag.py +24 -0
- sdk/frogml_client/models/model.py +52 -0
- sdk/frogml_client/models/model_metadata.py +31 -0
- sdk/frogml_client/projects/project.py +56 -0
- sdk/inner/runtime_di/__init__.py +16 -0
- sdk/inner/runtime_di/containers.py +19 -0
- sdk/model/__init__.py +0 -0
- sdk/model/_entity_extraction.py +116 -0
- sdk/model/adapters/input_adapters/__init__.py +0 -0
- sdk/model/adapters/input_adapters/numpy_input_adapter.py +100 -0
- sdk/model/adapters/output_adapters/__init__.py +0 -0
- sdk/model/adapters/output_adapters/numpy_output_adapter.py +32 -0
- sdk/model/analytics_logging.py +14 -0
- sdk/model/base.py +86 -0
- sdk/model/decorators/__init__.py +0 -0
- sdk/model/decorators/api.py +66 -0
- sdk/model/decorators/impl/__init__.py +0 -0
- sdk/model/decorators/impl/api_implementation.py +29 -0
- sdk/model/decorators/timer.py +20 -0
- sdk/model/fs_info_mapping_retriever.py +63 -0
- sdk/model/model_version_tracking.py +57 -0
- sdk/model/schema.py +52 -0
- sdk/model/schema_entities.py +107 -0
- sdk/model/tools/__init__.py +24 -0
- sdk/model/tools/adapters/__init__.py +0 -0
- sdk/model/tools/adapters/input.py +66 -0
- sdk/model/tools/adapters/input_adapters/__init__.py +0 -0
- sdk/model/tools/adapters/input_adapters/dataframe_input.py +48 -0
- sdk/model/tools/adapters/input_adapters/image_input.py +45 -0
- sdk/model/tools/adapters/input_adapters/json_input.py +20 -0
- sdk/model/tools/adapters/input_adapters/tf_tensor_input.py +44 -0
- sdk/model/tools/adapters/output.py +75 -0
- sdk/model/tools/adapters/output_adapters/__init__.py +0 -0
- sdk/model/tools/adapters/output_adapters/dataframe_output.py +30 -0
- sdk/model/tools/adapters/output_adapters/json_output.py +17 -0
- sdk/model/tools/adapters/output_adapters/tf_tensor_output.py +41 -0
- sdk/model/tools/run_model_locally.py +68 -0
- sdk/model/utils/__init__.py +0 -0
- sdk/model/utils/feature_utils.py +71 -0
- sdk/model_loggers/__init__.py +0 -0
- sdk/model_loggers/model_logger.py +30 -0
- storage/__init__.py +0 -0
- storage/artifactory/_artifactory_api.py +315 -0
- storage/authentication/login/_login_cli.py +229 -0
- storage/authentication/login/_login_command.py +71 -0
- storage/authentication/models/_auth_config.py +70 -0
- storage/authentication/utils/_authentication_utils.py +281 -0
- storage/authentication/utils/_login_checks_utils.py +114 -0
- storage/base_storage.py +140 -0
- storage/frog_ml.py +668 -0
- storage/http/http_client.py +83 -0
- storage/logging/log_utils.py +21 -0
- storage/models/_download_context.py +54 -0
- storage/models/dataset_manifest.py +13 -0
- storage/models/entity_manifest.py +93 -0
- storage/models/frogml_dataset_version.py +21 -0
- storage/models/frogml_entity_type_info.py +48 -0
- storage/models/frogml_entity_version.py +34 -0
- storage/models/frogml_model_version.py +21 -0
- storage/models/model_manifest.py +60 -0
- storage/utils/_input_checks_utility.py +104 -0
- frogml_core/__init__.py +0 -25
- frogml_core/automations/__init__.py +0 -70
- frogml_core/automations/automation_executions.py +0 -99
- frogml_core/automations/automations.py +0 -399
- frogml_core/automations/batch_execution_action.py +0 -336
- frogml_core/automations/build_and_deploy_action.py +0 -850
- frogml_core/automations/common.py +0 -106
- frogml_core/clients/_inner/edge_communications.py +0 -24
- frogml_core/clients/administration/authenticated_user/client.py +0 -41
- frogml_core/clients/administration/authentication/client.py +0 -34
- frogml_core/clients/administration/eco_system/client.py +0 -152
- frogml_core/clients/administration/eco_system/eco_system_utils.py +0 -15
- frogml_core/clients/administration/environment/client.py +0 -77
- frogml_core/clients/administration/self_service/client.py +0 -73
- frogml_core/clients/alert_management/client.py +0 -64
- frogml_core/clients/alerts_registry/channel.py +0 -132
- frogml_core/clients/alerts_registry/client.py +0 -137
- frogml_core/clients/analytics/client.py +0 -108
- frogml_core/clients/audience/client.py +0 -53
- frogml_core/clients/automation_management/client.py +0 -274
- frogml_core/clients/autoscaling/client.py +0 -34
- frogml_core/clients/batch_job_management/client.py +0 -583
- frogml_core/clients/batch_job_management/executions_config.py +0 -201
- frogml_core/clients/build_management/client.py +0 -115
- frogml_core/clients/build_orchestrator/build_model_request_getter.py +0 -138
- frogml_core/clients/build_orchestrator/client.py +0 -456
- frogml_core/clients/build_orchestrator/internal_client.py +0 -114
- frogml_core/clients/data_versioning/client.py +0 -76
- frogml_core/clients/data_versioning/data_tag_filter.py +0 -32
- frogml_core/clients/deployment/client.py +0 -191
- frogml_core/clients/feature_store/execution_management_client.py +0 -102
- frogml_core/clients/feature_store/job_registry_client.py +0 -71
- frogml_core/clients/feature_store/management_client.py +0 -570
- frogml_core/clients/feature_store/offline_serving_client.py +0 -251
- frogml_core/clients/feature_store/operator_client.py +0 -164
- frogml_core/clients/file_versioning/client.py +0 -77
- frogml_core/clients/file_versioning/file_tag_filter.py +0 -32
- frogml_core/clients/instance_template/client.py +0 -69
- frogml_core/clients/integration_management/integration_manager_client.py +0 -35
- frogml_core/clients/integration_management/integration_utils.py +0 -27
- frogml_core/clients/integration_management/openai/openai_system_secret.py +0 -58
- frogml_core/clients/jfrog_gateway/client.py +0 -60
- frogml_core/clients/kube_deployment_captain/client.py +0 -233
- frogml_core/clients/location_discovery/client.py +0 -73
- frogml_core/clients/logging_client/client.py +0 -148
- frogml_core/clients/model_management/client.py +0 -139
- frogml_core/clients/model_version_manager/client.py +0 -224
- frogml_core/clients/project/client.py +0 -72
- frogml_core/clients/secret_service/client.py +0 -96
- frogml_core/clients/system_secret/system_secret_client.py +0 -31
- frogml_core/clients/user_application_instance/client.py +0 -177
- frogml_core/exceptions/frogml_external_exception.py +0 -11
- frogml_core/feature_store/_common/artifact_utils.py +0 -57
- frogml_core/feature_store/_common/feature_set_utils.py +0 -261
- frogml_core/feature_store/_common/featureset_asterisk_handler.py +0 -115
- frogml_core/feature_store/_common/packaging.py +0 -244
- frogml_core/feature_store/_common/source_code_spec.py +0 -62
- frogml_core/feature_store/_common/source_code_spec_factory.py +0 -54
- frogml_core/feature_store/data_sources/__init__.py +0 -67
- frogml_core/feature_store/data_sources/attributes.py +0 -25
- frogml_core/feature_store/data_sources/base.py +0 -128
- frogml_core/feature_store/data_sources/batch/_batch.py +0 -9
- frogml_core/feature_store/data_sources/batch/_jdbc.py +0 -23
- frogml_core/feature_store/data_sources/batch/athena.py +0 -274
- frogml_core/feature_store/data_sources/batch/big_query.py +0 -82
- frogml_core/feature_store/data_sources/batch/clickhouse.py +0 -62
- frogml_core/feature_store/data_sources/batch/csv.py +0 -64
- frogml_core/feature_store/data_sources/batch/elastic_search.py +0 -63
- frogml_core/feature_store/data_sources/batch/filesystem/aws.py +0 -93
- frogml_core/feature_store/data_sources/batch/filesystem/gcp.py +0 -54
- frogml_core/feature_store/data_sources/batch/filesystem/utils.py +0 -59
- frogml_core/feature_store/data_sources/batch/mongodb.py +0 -60
- frogml_core/feature_store/data_sources/batch/mysql.py +0 -51
- frogml_core/feature_store/data_sources/batch/parquet.py +0 -59
- frogml_core/feature_store/data_sources/batch/postgres.py +0 -51
- frogml_core/feature_store/data_sources/batch/redshift.py +0 -88
- frogml_core/feature_store/data_sources/batch/snowflake.py +0 -79
- frogml_core/feature_store/data_sources/batch/vertica.py +0 -60
- frogml_core/feature_store/data_sources/source_authentication.py +0 -35
- frogml_core/feature_store/data_sources/streaming/_streaming.py +0 -9
- frogml_core/feature_store/data_sources/streaming/kafka/__init__.py +0 -25
- frogml_core/feature_store/data_sources/streaming/kafka/authentication.py +0 -124
- frogml_core/feature_store/data_sources/streaming/kafka/deserialization.py +0 -115
- frogml_core/feature_store/data_sources/streaming/kafka/kafka.py +0 -126
- frogml_core/feature_store/data_sources/time_partition_columns.py +0 -178
- frogml_core/feature_store/entities/entity.py +0 -73
- frogml_core/feature_store/execution/backfill.py +0 -197
- frogml_core/feature_store/execution/execution.py +0 -595
- frogml_core/feature_store/execution/execution_query.py +0 -91
- frogml_core/feature_store/feature_sets/_utils/_featureset_utils.py +0 -45
- frogml_core/feature_store/feature_sets/backfill.py +0 -72
- frogml_core/feature_store/feature_sets/base_feature_set.py +0 -151
- frogml_core/feature_store/feature_sets/batch.py +0 -484
- frogml_core/feature_store/feature_sets/execution_spec.py +0 -75
- frogml_core/feature_store/feature_sets/metadata.py +0 -75
- frogml_core/feature_store/feature_sets/read_policies.py +0 -245
- frogml_core/feature_store/feature_sets/streaming.py +0 -646
- frogml_core/feature_store/feature_sets/streaming_backfill.py +0 -271
- frogml_core/feature_store/feature_sets/transformations/__init__.py +0 -35
- frogml_core/feature_store/feature_sets/transformations/aggregations/aggregations.py +0 -443
- frogml_core/feature_store/feature_sets/transformations/aggregations/windows.py +0 -70
- frogml_core/feature_store/feature_sets/transformations/functions/__init__.py +0 -10
- frogml_core/feature_store/feature_sets/transformations/functions/frogml_pandas.py +0 -66
- frogml_core/feature_store/feature_sets/transformations/transformations.py +0 -467
- frogml_core/feature_store/feature_sets/transformations/validations/validations_util.py +0 -78
- frogml_core/feature_store/offline/__init__.py +0 -3
- frogml_core/feature_store/offline/_offline_serving_validations.py +0 -32
- frogml_core/feature_store/offline/client_v2.py +0 -340
- frogml_core/feature_store/offline/feature_set_features.py +0 -25
- frogml_core/feature_store/online/client.py +0 -355
- frogml_core/feature_store/online/endpoint_utils.py +0 -65
- frogml_core/feature_store/sinks/base.py +0 -18
- frogml_core/feature_store/sinks/kafka.py +0 -61
- frogml_core/feature_store/sinks/streaming/attachment.py +0 -34
- frogml_core/feature_store/sinks/streaming/factory.py +0 -60
- frogml_core/feature_store/validations/validation_options.py +0 -82
- frogml_core/feature_store/validations/validation_response.py +0 -121
- frogml_core/feature_store/validations/validator.py +0 -106
- frogml_core/frogml_client/batch_jobs/execution.py +0 -49
- frogml_core/frogml_client/batch_jobs/task.py +0 -43
- frogml_core/frogml_client/build_api_helpers/build_api_steps.py +0 -53
- frogml_core/frogml_client/build_api_helpers/trigger_build_api.py +0 -67
- frogml_core/frogml_client/builds/build.py +0 -97
- frogml_core/frogml_client/builds/filters/metric_filter.py +0 -38
- frogml_core/frogml_client/builds/filters/parameter_filter.py +0 -36
- frogml_core/frogml_client/client.py +0 -900
- frogml_core/frogml_client/data_versioning/data_tag.py +0 -24
- frogml_core/frogml_client/deployments/deployment.py +0 -409
- frogml_core/frogml_client/file_versioning/file_tag.py +0 -24
- frogml_core/frogml_client/models/model.py +0 -52
- frogml_core/frogml_client/models/model_metadata.py +0 -31
- frogml_core/frogml_client/projects/project.py +0 -56
- frogml_core/inner/build_config/build_config_v1.py +0 -315
- frogml_core/inner/build_logic/build_loggers/trigger_build_logger.py +0 -50
- frogml_core/inner/build_logic/execute_build_pipeline.py +0 -64
- frogml_core/inner/build_logic/interface/context_interface.py +0 -58
- frogml_core/inner/build_logic/interface/phase_run_handler.py +0 -71
- frogml_core/inner/build_logic/interface/step_inteface.py +0 -26
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_model_step.py +0 -41
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/common.py +0 -32
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/fetch_strategy_manager.py +0 -62
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/folder/folder_strategy.py +0 -131
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/git/git_strategy.py +0 -184
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/strategy.py +0 -50
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/zip/zip_strategy.py +0 -64
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +0 -139
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/pre_fetch_validation_step.py +0 -263
- frogml_core/inner/build_logic/phases/phase_010_fetch_model/set_version_step.py +0 -33
- frogml_core/inner/build_logic/phases/phase_020_remote_register_frogml_build/cleanup_step.py +0 -20
- frogml_core/inner/build_logic/phases/phase_020_remote_register_frogml_build/start_remote_build_step.py +0 -42
- frogml_core/inner/build_logic/phases/phase_020_remote_register_frogml_build/upload_step.py +0 -261
- frogml_core/inner/build_logic/phases/phases_pipeline.py +0 -44
- frogml_core/inner/build_logic/run_handlers/programmatic_phase_run_handler.py +0 -101
- frogml_core/inner/build_logic/tools/dependencies_tools.py +0 -68
- frogml_core/inner/build_logic/tools/files.py +0 -237
- frogml_core/inner/build_logic/tools/ignore_files.py +0 -20
- frogml_core/inner/build_logic/trigger_build_context.py +0 -10
- frogml_core/inner/di_configuration/__init__.py +0 -69
- frogml_core/inner/di_configuration/account.py +0 -106
- frogml_core/inner/di_configuration/containers.py +0 -40
- frogml_core/inner/instance_template/verify_template_id.py +0 -50
- frogml_core/inner/model_loggers_utils.py +0 -96
- frogml_core/inner/runtime_di/__init__.py +0 -16
- frogml_core/inner/runtime_di/containers.py +0 -19
- frogml_core/inner/tool/auth.py +0 -75
- frogml_core/inner/tool/grpc/grpc_auth.py +0 -42
- frogml_core/inner/tool/grpc/grpc_tools.py +0 -209
- frogml_core/inner/tool/grpc/grpc_try_wrapping.py +0 -23
- frogml_core/inner/tool/protobuf_factory.py +0 -45
- frogml_core/inner/tool/run_config/base.py +0 -127
- frogml_core/model/_entity_extraction.py +0 -116
- frogml_core/model/adapters/input_adapters/numpy_input_adapter.py +0 -100
- frogml_core/model/adapters/output_adapters/numpy_output_adapter.py +0 -32
- frogml_core/model/analytics_logging.py +0 -14
- frogml_core/model/base.py +0 -86
- frogml_core/model/decorators/api.py +0 -66
- frogml_core/model/decorators/impl/api_implementation.py +0 -29
- frogml_core/model/decorators/timer.py +0 -20
- frogml_core/model/fs_info_mapping_retriever.py +0 -63
- frogml_core/model/model_version_tracking.py +0 -57
- frogml_core/model/schema.py +0 -52
- frogml_core/model/schema_entities.py +0 -107
- frogml_core/model/tools/__init__.py +0 -24
- frogml_core/model/tools/adapters/input.py +0 -66
- frogml_core/model/tools/adapters/input_adapters/dataframe_input.py +0 -48
- frogml_core/model/tools/adapters/input_adapters/image_input.py +0 -45
- frogml_core/model/tools/adapters/input_adapters/json_input.py +0 -20
- frogml_core/model/tools/adapters/input_adapters/tf_tensor_input.py +0 -44
- frogml_core/model/tools/adapters/output.py +0 -75
- frogml_core/model/tools/adapters/output_adapters/dataframe_output.py +0 -30
- frogml_core/model/tools/adapters/output_adapters/json_output.py +0 -17
- frogml_core/model/tools/adapters/output_adapters/tf_tensor_output.py +0 -41
- frogml_core/model/tools/run_model_locally.py +0 -68
- frogml_core/model/utils/feature_utils.py +0 -71
- frogml_core/model_loggers/artifact_logger.py +0 -128
- frogml_core/model_loggers/data_logger.py +0 -177
- frogml_core/model_loggers/model_logger.py +0 -30
- frogml_core/tools/logger/logger.py +0 -287
- frogml_core/utils/proto_utils.py +0 -63
- frogml_core-0.0.116.dist-info/METADATA +0 -410
- frogml_core-0.0.116.dist-info/RECORD +0 -1051
- frogml_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +0 -29
- frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +0 -32
- frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.pyi +0 -48
- frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2_grpc.py +0 -67
- frogml_proto/jfml/model_version/v1/artifact_pb2.py +0 -29
- frogml_proto/jfml/model_version/v1/build_spec_pb2.py +0 -35
- frogml_proto/jfml/model_version/v1/build_spec_pb2.pyi +0 -120
- frogml_proto/jfml/model_version/v1/model_repository_spec_pb2.py +0 -27
- frogml_proto/jfml/model_version/v1/model_version_framework_pb2.py +0 -39
- frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2.py +0 -58
- frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2.pyi +0 -278
- frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2_grpc.py +0 -271
- frogml_proto/jfml/model_version/v1/model_version_pb2.py +0 -65
- frogml_proto/jfml/model_version/v1/model_version_pb2.pyi +0 -297
- frogml_proto/qwak/administration/account/v1/account_pb2.py +0 -49
- frogml_proto/qwak/administration/account/v1/account_pb2.pyi +0 -266
- frogml_proto/qwak/administration/account/v1/account_service_pb2.py +0 -67
- frogml_proto/qwak/administration/account/v1/account_service_pb2.pyi +0 -345
- frogml_proto/qwak/administration/account/v1/account_service_pb2_grpc.py +0 -338
- frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +0 -49
- frogml_proto/qwak/administration/account/v1/personalization_pb2.py +0 -29
- frogml_proto/qwak/administration/account/v1/preferences_pb2.py +0 -28
- frogml_proto/qwak/administration/account/v1/preferences_pb2.pyi +0 -35
- frogml_proto/qwak/administration/account/v1/terms_pb2.py +0 -35
- frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +0 -42
- frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.pyi +0 -108
- frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2_grpc.py +0 -135
- frogml_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +0 -30
- frogml_proto/qwak/administration/authenticated_user/v1/details_pb2.py +0 -35
- frogml_proto/qwak/administration/cluster/v2/cluster_pb2.py +0 -62
- frogml_proto/qwak/administration/cluster/v2/cluster_pb2.pyi +0 -354
- frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +0 -28
- frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.pyi +0 -36
- frogml_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +0 -29
- frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +0 -31
- frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +0 -28
- frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.pyi +0 -39
- frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +0 -34
- frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.pyi +0 -79
- frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +0 -29
- frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +0 -28
- frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.pyi +0 -39
- frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +0 -28
- frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +0 -33
- frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +0 -32
- frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.pyi +0 -66
- frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +0 -36
- frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +0 -114
- frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +0 -28
- frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.pyi +0 -33
- frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +0 -28
- frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.pyi +0 -33
- frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +0 -36
- frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.pyi +0 -107
- frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +0 -31
- frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +0 -33
- frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.pyi +0 -79
- frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +0 -35
- frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi +0 -67
- frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +0 -31
- frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +0 -36
- frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2_grpc.py +0 -67
- frogml_proto/qwak/administration/v0/environments/configuration_pb2.py +0 -43
- frogml_proto/qwak/administration/v0/environments/configuration_pb2.pyi +0 -264
- frogml_proto/qwak/administration/v0/environments/environment_pb2.py +0 -40
- frogml_proto/qwak/administration/v0/environments/environment_pb2.pyi +0 -168
- frogml_proto/qwak/administration/v0/environments/environment_service_pb2.py +0 -62
- frogml_proto/qwak/administration/v0/environments/environment_service_pb2.pyi +0 -274
- frogml_proto/qwak/administration/v0/environments/environment_service_pb2_grpc.py +0 -272
- frogml_proto/qwak/administration/v0/environments/personalization_pb2.py +0 -29
- frogml_proto/qwak/administration/v0/users/user_pb2.py +0 -44
- frogml_proto/qwak/admiral/secret/v0/secret_pb2.py +0 -51
- frogml_proto/qwak/admiral/secret/v0/secret_service_pb2.py +0 -40
- frogml_proto/qwak/admiral/secret/v0/secret_service_pb2.pyi +0 -93
- frogml_proto/qwak/admiral/secret/v0/secret_service_pb2_grpc.py +0 -135
- frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +0 -40
- frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2.pyi +0 -101
- frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2_grpc.py +0 -135
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +0 -62
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.pyi +0 -431
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +0 -44
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.pyi +0 -128
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2_grpc.py +0 -169
- frogml_proto/qwak/analytics/analytics_pb2.py +0 -47
- frogml_proto/qwak/analytics/analytics_service_pb2.py +0 -68
- frogml_proto/qwak/analytics/analytics_service_pb2.pyi +0 -339
- frogml_proto/qwak/analytics/analytics_service_pb2_grpc.py +0 -370
- frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +0 -29
- frogml_proto/qwak/audience/v1/audience_api_pb2.py +0 -52
- frogml_proto/qwak/audience/v1/audience_api_pb2.pyi +0 -176
- frogml_proto/qwak/audience/v1/audience_api_pb2_grpc.py +0 -240
- frogml_proto/qwak/audience/v1/audience_pb2.py +0 -50
- frogml_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +0 -39
- frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +0 -32
- frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.pyi +0 -55
- frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2_grpc.py +0 -67
- frogml_proto/qwak/automation/v1/action_pb2.py +0 -80
- frogml_proto/qwak/automation/v1/action_pb2.pyi +0 -513
- frogml_proto/qwak/automation/v1/auto_scaling_pb2.py +0 -39
- frogml_proto/qwak/automation/v1/automation_execution_pb2.py +0 -34
- frogml_proto/qwak/automation/v1/automation_management_service_pb2.py +0 -81
- frogml_proto/qwak/automation/v1/automation_management_service_pb2.pyi +0 -386
- frogml_proto/qwak/automation/v1/automation_management_service_pb2_grpc.py +0 -429
- frogml_proto/qwak/automation/v1/automation_pb2.py +0 -35
- frogml_proto/qwak/automation/v1/automation_pb2.pyi +0 -124
- frogml_proto/qwak/automation/v1/common_pb2.py +0 -31
- frogml_proto/qwak/automation/v1/notification_pb2.py +0 -41
- frogml_proto/qwak/automation/v1/trigger_pb2.py +0 -36
- frogml_proto/qwak/automation/v1/trigger_pb2.pyi +0 -112
- frogml_proto/qwak/batch_job/v1/batch_job_events_pb2.py +0 -58
- frogml_proto/qwak/batch_job/v1/batch_job_events_pb2.pyi +0 -307
- frogml_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +0 -29
- frogml_proto/qwak/batch_job/v1/batch_job_service_pb2.py +0 -167
- frogml_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +0 -1387
- frogml_proto/qwak/batch_job/v1/batch_job_service_pb2_grpc.py +0 -608
- frogml_proto/qwak/build/v1/build_api_pb2.py +0 -125
- frogml_proto/qwak/build/v1/build_api_pb2.pyi +0 -682
- frogml_proto/qwak/build/v1/build_api_pb2_grpc.py +0 -594
- frogml_proto/qwak/build/v1/build_pb2.py +0 -143
- frogml_proto/qwak/build/v1/build_pb2.pyi +0 -1340
- frogml_proto/qwak/build_settings/build_settings_api_pb2.py +0 -40
- frogml_proto/qwak/build_settings/build_settings_api_pb2.pyi +0 -106
- frogml_proto/qwak/build_settings/build_settings_api_pb2_grpc.py +0 -132
- frogml_proto/qwak/build_settings/build_settings_pb2.py +0 -39
- frogml_proto/qwak/builds/build_pb2.py +0 -71
- frogml_proto/qwak/builds/build_pb2.pyi +0 -586
- frogml_proto/qwak/builds/build_url_pb2.py +0 -49
- frogml_proto/qwak/builds/builds_orchestrator_service_pb2.py +0 -89
- frogml_proto/qwak/builds/builds_orchestrator_service_pb2.pyi +0 -444
- frogml_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py +0 -406
- frogml_proto/qwak/builds/builds_pb2.py +0 -147
- frogml_proto/qwak/builds/builds_pb2.pyi +0 -1271
- frogml_proto/qwak/builds/builds_pb2_grpc.py +0 -237
- frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +0 -34
- frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2.pyi +0 -64
- frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2_grpc.py +0 -67
- frogml_proto/qwak/data_versioning/data_versioning_pb2.py +0 -29
- frogml_proto/qwak/data_versioning/data_versioning_service_pb2.py +0 -36
- frogml_proto/qwak/data_versioning/data_versioning_service_pb2.pyi +0 -83
- frogml_proto/qwak/data_versioning/data_versioning_service_pb2_grpc.py +0 -101
- frogml_proto/qwak/deployment/alert_pb2.py +0 -47
- frogml_proto/qwak/deployment/alert_service_pb2.py +0 -56
- frogml_proto/qwak/deployment/alert_service_pb2.pyi +0 -218
- frogml_proto/qwak/deployment/alert_service_pb2_grpc.py +0 -237
- frogml_proto/qwak/deployment/deployment_messages_pb2.py +0 -28
- frogml_proto/qwak/deployment/deployment_messages_pb2.pyi +0 -61
- frogml_proto/qwak/deployment/deployment_pb2.py +0 -180
- frogml_proto/qwak/deployment/deployment_pb2.pyi +0 -1582
- frogml_proto/qwak/deployment/deployment_service_pb2.py +0 -187
- frogml_proto/qwak/deployment/deployment_service_pb2.pyi +0 -817
- frogml_proto/qwak/deployment/deployment_service_pb2_grpc.py +0 -509
- frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py +0 -36
- frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.pyi +0 -69
- frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2_grpc.py +0 -102
- frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py +0 -29
- frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +0 -62
- frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +0 -44
- frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.pyi +0 -144
- frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2_grpc.py +0 -169
- frogml_proto/qwak/ecosystem/v0/credentials_pb2.py +0 -32
- frogml_proto/qwak/ecosystem/v0/ecosystem_pb2.py +0 -65
- frogml_proto/qwak/ecosystem/v0/ecosystem_pb2.pyi +0 -340
- frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +0 -79
- frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.pyi +0 -434
- frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2_grpc.py +0 -238
- frogml_proto/qwak/execution/v1/backfill_pb2.py +0 -41
- frogml_proto/qwak/execution/v1/backfill_pb2.pyi +0 -167
- frogml_proto/qwak/execution/v1/batch_pb2.py +0 -32
- frogml_proto/qwak/execution/v1/deletion_pb2.py +0 -33
- frogml_proto/qwak/execution/v1/execution_pb2.py +0 -43
- frogml_proto/qwak/execution/v1/execution_pb2.pyi +0 -201
- frogml_proto/qwak/execution/v1/execution_service_pb2.py +0 -93
- frogml_proto/qwak/execution/v1/execution_service_pb2.pyi +0 -473
- frogml_proto/qwak/execution/v1/execution_service_pb2_grpc.py +0 -500
- frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +0 -27
- frogml_proto/qwak/execution/v1/jobs/job_pb2.py +0 -43
- frogml_proto/qwak/execution/v1/jobs/job_pb2.pyi +0 -282
- frogml_proto/qwak/execution/v1/jobs/job_service_pb2.py +0 -77
- frogml_proto/qwak/execution/v1/jobs/job_service_pb2.pyi +0 -469
- frogml_proto/qwak/execution/v1/jobs/job_service_pb2_grpc.py +0 -396
- frogml_proto/qwak/execution/v1/jobs/reports/report_pb2.py +0 -45
- frogml_proto/qwak/execution/v1/jobs/reports/report_pb2.pyi +0 -266
- frogml_proto/qwak/execution/v1/state/execution_state_pb2.py +0 -28
- frogml_proto/qwak/execution/v1/state/execution_state_pb2.pyi +0 -45
- frogml_proto/qwak/execution/v1/state/execution_state_service_pb2.py +0 -53
- frogml_proto/qwak/execution/v1/state/execution_state_service_pb2.pyi +0 -192
- frogml_proto/qwak/execution/v1/state/execution_state_service_pb2_grpc.py +0 -237
- frogml_proto/qwak/execution/v1/state/featureset_state_pb2.py +0 -27
- frogml_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +0 -37
- frogml_proto/qwak/execution/v1/streaming_aggregation_pb2.py +0 -35
- frogml_proto/qwak/execution/v1/streaming_pb2.py +0 -33
- frogml_proto/qwak/feature_store/entities/entity_pb2.py +0 -38
- frogml_proto/qwak/feature_store/entities/entity_service_pb2.py +0 -52
- frogml_proto/qwak/feature_store/entities/entity_service_pb2.pyi +0 -203
- frogml_proto/qwak/feature_store/entities/entity_service_pb2_grpc.py +0 -237
- frogml_proto/qwak/feature_store/features/aggregation_pb2.py +0 -59
- frogml_proto/qwak/feature_store/features/deployment_pb2.py +0 -58
- frogml_proto/qwak/feature_store/features/deployment_service_pb2.py +0 -32
- frogml_proto/qwak/feature_store/features/deployment_service_pb2.pyi +0 -45
- frogml_proto/qwak/feature_store/features/deployment_service_pb2_grpc.py +0 -67
- frogml_proto/qwak/feature_store/features/execution_pb2.py +0 -35
- frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +0 -28
- frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2.pyi +0 -33
- frogml_proto/qwak/feature_store/features/feature_set_pb2.py +0 -77
- frogml_proto/qwak/feature_store/features/feature_set_pb2.pyi +0 -443
- frogml_proto/qwak/feature_store/features/feature_set_service_pb2.py +0 -122
- frogml_proto/qwak/feature_store/features/feature_set_service_pb2.pyi +0 -663
- frogml_proto/qwak/feature_store/features/feature_set_service_pb2_grpc.py +0 -746
- frogml_proto/qwak/feature_store/features/feature_set_state_pb2.py +0 -60
- frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +0 -48
- frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2.pyi +0 -175
- frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2_grpc.py +0 -203
- frogml_proto/qwak/feature_store/features/feature_set_types_pb2.py +0 -113
- frogml_proto/qwak/feature_store/features/feature_set_types_pb2.pyi +0 -862
- frogml_proto/qwak/feature_store/features/monitoring_pb2.py +0 -31
- frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +0 -56
- frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.pyi +0 -359
- frogml_proto/qwak/feature_store/jobs/job_pb2.py +0 -34
- frogml_proto/qwak/feature_store/jobs/job_service_pb2.py +0 -52
- frogml_proto/qwak/feature_store/jobs/job_service_pb2.pyi +0 -237
- frogml_proto/qwak/feature_store/jobs/job_service_pb2_grpc.py +0 -237
- frogml_proto/qwak/feature_store/jobs/v1/job_pb2.py +0 -34
- frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +0 -65
- frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.pyi +0 -349
- frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2_grpc.py +0 -338
- frogml_proto/qwak/feature_store/platform/platform_details_pb2.py +0 -30
- frogml_proto/qwak/feature_store/platform/platform_details_pb2.pyi +0 -54
- frogml_proto/qwak/feature_store/reports/report_pb2.py +0 -36
- frogml_proto/qwak/feature_store/repository/common/platform_pb2.py +0 -31
- frogml_proto/qwak/feature_store/serving/management_pb2.py +0 -36
- frogml_proto/qwak/feature_store/serving/management_pb2.pyi +0 -72
- frogml_proto/qwak/feature_store/serving/management_pb2_grpc.py +0 -101
- frogml_proto/qwak/feature_store/serving/metadata_pb2.py +0 -35
- frogml_proto/qwak/feature_store/serving/metadata_pb2.pyi +0 -158
- frogml_proto/qwak/feature_store/serving/serving_pb2.py +0 -82
- frogml_proto/qwak/feature_store/serving/serving_pb2_grpc.py +0 -101
- frogml_proto/qwak/feature_store/serving/v1/value_pb2.py +0 -30
- frogml_proto/qwak/feature_store/sinks/sink_pb2.py +0 -36
- frogml_proto/qwak/feature_store/sinks/sink_pb2.pyi +0 -137
- frogml_proto/qwak/feature_store/sources/batch_pb2.py +0 -98
- frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +0 -28
- frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2.pyi +0 -33
- frogml_proto/qwak/feature_store/sources/data_source_pb2.py +0 -44
- frogml_proto/qwak/feature_store/sources/data_source_pb2.pyi +0 -169
- frogml_proto/qwak/feature_store/sources/data_source_service_pb2.py +0 -58
- frogml_proto/qwak/feature_store/sources/data_source_service_pb2.pyi +0 -237
- frogml_proto/qwak/feature_store/sources/data_source_service_pb2_grpc.py +0 -305
- frogml_proto/qwak/feature_store/sources/streaming_pb2.py +0 -63
- frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +0 -27
- frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +0 -32
- frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.pyi +0 -77
- frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +0 -39
- frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2_grpc.py +0 -99
- frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +0 -31
- frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2_grpc.py +0 -66
- frogml_proto/qwak/features_operator/v1/features_operator_pb2.py +0 -36
- frogml_proto/qwak/features_operator/v1/features_operator_service_pb2.py +0 -36
- frogml_proto/qwak/features_operator/v1/features_operator_service_pb2.pyi +0 -98
- frogml_proto/qwak/features_operator/v1/features_operator_service_pb2_grpc.py +0 -99
- frogml_proto/qwak/features_operator/v2/features_operator_pb2.py +0 -38
- frogml_proto/qwak/features_operator/v2/features_operator_service_pb2.py +0 -36
- frogml_proto/qwak/features_operator/v2/features_operator_service_pb2.pyi +0 -89
- frogml_proto/qwak/features_operator/v2/features_operator_service_pb2_grpc.py +0 -99
- frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +0 -51
- frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2.pyi +0 -218
- frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2_grpc.py +0 -165
- frogml_proto/qwak/features_operator/v3/features_operator_pb2.py +0 -38
- frogml_proto/qwak/file_versioning/file_versioning_pb2.py +0 -33
- frogml_proto/qwak/file_versioning/file_versioning_service_pb2.py +0 -36
- frogml_proto/qwak/file_versioning/file_versioning_service_pb2.pyi +0 -83
- frogml_proto/qwak/file_versioning/file_versioning_service_pb2_grpc.py +0 -101
- frogml_proto/qwak/fitness_service/constructs_pb2.py +0 -43
- frogml_proto/qwak/fitness_service/fitness_pb2.py +0 -32
- frogml_proto/qwak/fitness_service/fitness_pb2.pyi +0 -126
- frogml_proto/qwak/fitness_service/fitness_service_pb2.py +0 -45
- frogml_proto/qwak/fitness_service/fitness_service_pb2.pyi +0 -121
- frogml_proto/qwak/fitness_service/fitness_service_pb2_grpc.py +0 -169
- frogml_proto/qwak/fitness_service/status_pb2.py +0 -46
- frogml_proto/qwak/inference/feedback/feedback_pb2.py +0 -50
- frogml_proto/qwak/inference/feedback/feedback_pb2_grpc.py +0 -100
- frogml_proto/qwak/instance_template/instance_template_pb2.py +0 -34
- frogml_proto/qwak/instance_template/instance_template_pb2.pyi +0 -108
- frogml_proto/qwak/instance_template/instance_template_service_pb2.py +0 -36
- frogml_proto/qwak/instance_template/instance_template_service_pb2.pyi +0 -79
- frogml_proto/qwak/instance_template/instance_template_service_pb2_grpc.py +0 -101
- frogml_proto/qwak/integration/hugging_face_integration_pb2.py +0 -37
- frogml_proto/qwak/integration/integration_pb2.py +0 -55
- frogml_proto/qwak/integration/integration_pb2.pyi +0 -357
- frogml_proto/qwak/integration/integration_service_pb2.py +0 -56
- frogml_proto/qwak/integration/integration_service_pb2.pyi +0 -234
- frogml_proto/qwak/integration/integration_service_pb2_grpc.py +0 -271
- frogml_proto/qwak/integration/open_a_i_integration_pb2.py +0 -37
- frogml_proto/qwak/integration/opsgenie_integration_pb2.py +0 -43
- frogml_proto/qwak/integration/pagerduty_integration_pb2.py +0 -47
- frogml_proto/qwak/integration/slack_app_integration_pb2.py +0 -47
- frogml_proto/qwak/jfrog/gateway/v0/repository_pb2.py +0 -39
- frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2.py +0 -36
- frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2.pyi +0 -71
- frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2_grpc.py +0 -101
- frogml_proto/qwak/kube_deployment_captain/alert_pb2.py +0 -45
- frogml_proto/qwak/kube_deployment_captain/alerting_pb2.py +0 -33
- frogml_proto/qwak/kube_deployment_captain/batch_job_pb2.py +0 -114
- frogml_proto/qwak/kube_deployment_captain/deployment_pb2.py +0 -66
- frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +0 -60
- frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.pyi +0 -370
- frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +0 -151
- frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.pyi +0 -924
- frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2_grpc.py +0 -1226
- frogml_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +0 -29
- frogml_proto/qwak/logging/log_filter_pb2.py +0 -34
- frogml_proto/qwak/logging/log_line_pb2.py +0 -31
- frogml_proto/qwak/logging/log_reader_service_pb2.py +0 -34
- frogml_proto/qwak/logging/log_reader_service_pb2.pyi +0 -83
- frogml_proto/qwak/logging/log_reader_service_pb2_grpc.py +0 -67
- frogml_proto/qwak/logging/log_source_pb2.py +0 -51
- frogml_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +0 -40
- frogml_proto/qwak/model_group/model_group_pb2.py +0 -37
- frogml_proto/qwak/model_group/model_group_pb2.pyi +0 -104
- frogml_proto/qwak/model_group/model_group_pb2_grpc.py +0 -99
- frogml_proto/qwak/model_group/model_group_repository_details_pb2.py +0 -39
- frogml_proto/qwak/models/models_pb2.py +0 -132
- frogml_proto/qwak/models/models_pb2.pyi +0 -914
- frogml_proto/qwak/models/models_pb2_grpc.py +0 -436
- frogml_proto/qwak/models/models_query_pb2.py +0 -37
- frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +0 -52
- frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.pyi +0 -183
- frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2_grpc.py +0 -237
- frogml_proto/qwak/monitoring/v0/alerting_channel_pb2.py +0 -57
- frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +0 -37
- frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.pyi +0 -85
- frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2_grpc.py +0 -101
- frogml_proto/qwak/offline/serving/v1/feature_values_pb2.py +0 -27
- frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +0 -55
- frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.pyi +0 -279
- frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2_grpc.py +0 -165
- frogml_proto/qwak/offline/serving/v1/options_pb2.py +0 -27
- frogml_proto/qwak/offline/serving/v1/population_pb2.py +0 -35
- frogml_proto/qwak/projects/jfrog_project_spec_pb2.py +0 -27
- frogml_proto/qwak/projects/projects_pb2.py +0 -70
- frogml_proto/qwak/projects/projects_pb2.pyi +0 -420
- frogml_proto/qwak/projects/projects_pb2_grpc.py +0 -203
- frogml_proto/qwak/secret_service/secret_service_pb2.py +0 -39
- frogml_proto/qwak/secret_service/secret_service_pb2_grpc.py +0 -135
- frogml_proto/qwak/self_service/account/v0/account_membership_pb2.py +0 -52
- frogml_proto/qwak/self_service/account/v0/account_membership_pb2.pyi +0 -274
- frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +0 -74
- frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2.pyi +0 -337
- frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2_grpc.py +0 -407
- frogml_proto/qwak/self_service/account/v0/account_status_pb2.py +0 -44
- frogml_proto/qwak/self_service/account/v0/account_status_pb2.pyi +0 -172
- frogml_proto/qwak/self_service/account/v0/managing_account_pb2.py +0 -54
- frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +0 -45
- frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2.pyi +0 -136
- frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2_grpc.py +0 -169
- frogml_proto/qwak/self_service/user/v1/api_key_pb2.py +0 -27
- frogml_proto/qwak/self_service/user/v1/user_pb2.py +0 -29
- frogml_proto/qwak/self_service/user/v1/user_pb2.pyi +0 -62
- frogml_proto/qwak/self_service/user/v1/user_service_pb2.py +0 -55
- frogml_proto/qwak/self_service/user/v1/user_service_pb2.pyi +0 -209
- frogml_proto/qwak/self_service/user/v1/user_service_pb2_grpc.py +0 -203
- frogml_proto/qwak/service_discovery/service_discovery_location_pb2.py +0 -33
- frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +0 -32
- frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2.pyi +0 -41
- frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2_grpc.py +0 -231
- frogml_proto/qwak/traffic/v1/traffic_api_pb2.py +0 -44
- frogml_proto/qwak/traffic/v1/traffic_api_pb2.pyi +0 -137
- frogml_proto/qwak/traffic/v1/traffic_api_pb2_grpc.py +0 -169
- frogml_proto/qwak/traffic/v1/traffic_pb2.py +0 -47
- frogml_proto/qwak/user_application/common/v0/resources_pb2.py +0 -51
- frogml_proto/qwak/user_application/v0/user_application_pb2.py +0 -36
- frogml_services_mock/__init__.py +0 -1
- frogml_services_mock/mocks/alert_manager_service_api.py +0 -56
- frogml_services_mock/mocks/alert_registry_service_api.py +0 -62
- frogml_services_mock/mocks/analytics_api.py +0 -54
- frogml_services_mock/mocks/audience_service_api.py +0 -79
- frogml_services_mock/mocks/authentication_service.py +0 -33
- frogml_services_mock/mocks/automation_management_service.py +0 -228
- frogml_services_mock/mocks/autoscaling_service_api.py +0 -31
- frogml_services_mock/mocks/batch_job_manager_service.py +0 -360
- frogml_services_mock/mocks/build_management.py +0 -101
- frogml_services_mock/mocks/build_orchestrator_build_api.py +0 -138
- frogml_services_mock/mocks/build_orchestrator_build_settings_api.py +0 -38
- frogml_services_mock/mocks/build_orchestrator_service_api.py +0 -132
- frogml_services_mock/mocks/data_versioning_service.py +0 -63
- frogml_services_mock/mocks/deployment_management_service.py +0 -459
- frogml_services_mock/mocks/ecosystem_service_api.py +0 -45
- frogml_services_mock/mocks/execution_management_service.py +0 -26
- frogml_services_mock/mocks/feature_store_data_sources_manager_api.py +0 -99
- frogml_services_mock/mocks/feature_store_entities_manager_api.py +0 -99
- frogml_services_mock/mocks/feature_store_feature_set_manager_api.py +0 -269
- frogml_services_mock/mocks/features_online_serving_api.py +0 -169
- frogml_services_mock/mocks/features_operator_v3_service.py +0 -29
- frogml_services_mock/mocks/features_set_state_service_api.py +0 -57
- frogml_services_mock/mocks/feedback_service.py +0 -35
- frogml_services_mock/mocks/file_versioning_service.py +0 -66
- frogml_services_mock/mocks/frogml_mocks.py +0 -128
- frogml_services_mock/mocks/fs_offline_serving_service.py +0 -53
- frogml_services_mock/mocks/instance_template_management_service.py +0 -150
- frogml_services_mock/mocks/integration_management_service.py +0 -73
- frogml_services_mock/mocks/internal_build_orchestrator_service.py +0 -27
- frogml_services_mock/mocks/jfrog_tenant_info_service_mock.py +0 -42
- frogml_services_mock/mocks/job_registry_service_api.py +0 -74
- frogml_services_mock/mocks/kube_captain_service_api.py +0 -41
- frogml_services_mock/mocks/location_discovery_service_api.py +0 -104
- frogml_services_mock/mocks/logging_service.py +0 -203
- frogml_services_mock/mocks/model_management_service.py +0 -115
- frogml_services_mock/mocks/model_version_manager_service.py +0 -96
- frogml_services_mock/mocks/project_manager_service.py +0 -96
- frogml_services_mock/mocks/repository_service_mock.py +0 -41
- frogml_services_mock/mocks/secret_service.py +0 -43
- frogml_services_mock/mocks/self_service_user_service.py +0 -31
- frogml_services_mock/mocks/system_secret_service.py +0 -55
- frogml_services_mock/mocks/user_application_instance_service_api.py +0 -107
- frogml_services_mock/mocks/utils/exception_handlers.py +0 -13
- frogml_services_mock/services_mock.py +0 -521
- frogml_services_mock/utils/service_utils.py +0 -9
- frogml_storage/__init__.py +0 -1
- frogml_storage/artifactory/_artifactory_api.py +0 -315
- frogml_storage/authentication/login/_login_cli.py +0 -229
- frogml_storage/authentication/login/_login_command.py +0 -71
- frogml_storage/authentication/models/_auth_config.py +0 -70
- frogml_storage/authentication/utils/_authentication_utils.py +0 -281
- frogml_storage/authentication/utils/_login_checks_utils.py +0 -114
- frogml_storage/base_storage.py +0 -140
- frogml_storage/frog_ml.py +0 -668
- frogml_storage/http/http_client.py +0 -83
- frogml_storage/logging/log_utils.py +0 -21
- frogml_storage/models/_download_context.py +0 -54
- frogml_storage/models/dataset_manifest.py +0 -13
- frogml_storage/models/entity_manifest.py +0 -93
- frogml_storage/models/frogml_dataset_version.py +0 -21
- frogml_storage/models/frogml_entity_type_info.py +0 -48
- frogml_storage/models/frogml_entity_version.py +0 -34
- frogml_storage/models/frogml_model_version.py +0 -21
- frogml_storage/models/model_manifest.py +0 -60
- frogml_storage/utils/_input_checks_utility.py +0 -104
- {frogml_proto → _proto}/jfml/hosting_gateway/v1/build_upload_url_pb2.pyi +0 -0
- {frogml_proto → _proto}/jfml/hosting_gateway/v1/build_upload_url_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/artifact_pb2.pyi +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/artifact_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/build_spec_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/model_repository_spec_pb2.pyi +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/model_repository_spec_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/model_version_framework_pb2.pyi +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/model_version_framework_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/jfml/model_version/v1/model_version_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/account_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/jfrog_tenant_details_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/jfrog_tenant_details_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/personalization_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/personalization_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/preferences_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/terms_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/account/v1/terms_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/authenticated_user/v1/credentials_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/authenticated_user/v1/credentials_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/authenticated_user/v1/details_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/authenticated_user/v1/details_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/cluster/v2/cluster_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/creds/auth_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/creds/secret_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/creds/secret_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/external/redis_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/feature_store_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/hosting_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/network_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/object_storage_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/observability_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/runtime_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/authentication/authentication_service_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/environments/configuration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/environments/environment_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/environments/personalization_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/environments/personalization_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/users/user_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/administration/v0/users/user_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/admiral/secret/v0/secret_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/admiral/secret/v0/secret_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/admiral/user_application_instance/v0/user_application_instance_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/analytics/analytics_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/analytics/analytics_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/artifactory_settings/artifactory_settings_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/artifactory_settings/artifactory_settings_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/audience/v1/audience_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/audience/v1/audience_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/auto_scaling/v1/auto_scaling_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/auto_scaling/v1/auto_scaling_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/action_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/auto_scaling_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/auto_scaling_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/automation_execution_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/automation_execution_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/automation_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/common_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/common_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/notification_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/notification_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/automation/v1/trigger_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/batch_job/v1/batch_job_events_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/batch_job/v1/batch_job_resources_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/batch_job/v1/batch_job_resources_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/build/v1/build_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/build_settings/build_settings_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/build_settings/build_settings_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/builds/build_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/builds/build_url_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/builds/build_url_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/data_versioning/data_versioning_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/data_versioning/data_versioning_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/deployment/alert_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/deployment/alert_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/deployment/deployment_messages_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/deployment/deployment_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/jfrog/v0/token_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/jfrog/v0/token_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/v0/credentials_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/v0/credentials_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/ecosystem/v0/ecosystem_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/backfill_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/batch_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/batch_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/deletion_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/deletion_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/execution_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/internal/deployment/platform_details_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/internal/deployment/platform_details_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/jobs/job_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/jobs/reports/report_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/state/execution_state_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/state/featureset_state_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/state/featureset_state_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/state/spark_execution_state_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/state/spark_execution_state_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/streaming_aggregation_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/streaming_aggregation_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/streaming_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/execution/v1/streaming_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/entities/entity_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/entities/entity_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/aggregation_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/aggregation_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/deployment_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/deployment_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/execution_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/execution_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/feature_set_attribute_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/feature_set_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/feature_set_state_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/feature_set_state_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/feature_set_types_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/monitoring_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/monitoring_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/features/real_time_feature_extractor_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/jobs/job_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/jobs/job_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/jobs/v1/job_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/jobs/v1/job_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/platform/platform_details_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/reports/report_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/reports/report_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/repository/common/platform_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/repository/common/platform_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/serving/metadata_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/serving/serving_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/serving/v1/value_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/serving/v1/value_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sinks/sink_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sources/batch_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sources/batch_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sources/data_source_attribute_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sources/data_source_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sources/streaming_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/sources/streaming_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/v1/common/source_code/source_code_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/features_operator/v1/features_operator_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/features_operator/v1/features_operator_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/features_operator/v2/features_operator_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/features_operator/v2/features_operator_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/features_operator/v3/features_operator_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/features_operator/v3/features_operator_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/file_versioning/file_versioning_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/file_versioning/file_versioning_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/fitness_service/constructs_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/fitness_service/constructs_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/fitness_service/fitness_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/fitness_service/status_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/fitness_service/status_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/inference/feedback/feedback_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/instance_template/instance_template_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/integration/hugging_face_integration_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/integration/hugging_face_integration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/integration/integration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/integration/open_a_i_integration_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/integration/open_a_i_integration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/integration/opsgenie_integration_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/integration/opsgenie_integration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/integration/pagerduty_integration_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/integration/pagerduty_integration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/integration/slack_app_integration_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/integration/slack_app_integration_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/jfrog/gateway/v0/repository_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/jfrog/gateway/v0/repository_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/alert_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/alert_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/alerting_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/alerting_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/batch_job_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/batch_job_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/deployment_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/deployment_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/feature_set_deployment_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/traffic_mapping_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/kube_deployment_captain/traffic_mapping_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/logging/log_filter_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/logging/log_filter_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/logging/log_line_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/logging/log_line_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/logging/log_source_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/logging/log_source_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/model_descriptor/open_ai_descriptor_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/model_descriptor/open_ai_descriptor_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/model_group/model_group_repository_details_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/model_group/model_group_repository_details_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/models/models_query_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/models/models_query_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/monitoring/v0/alerting_channel_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/monitoring/v0/alerting_channel_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/offline/serving/v1/feature_values_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/offline/serving/v1/feature_values_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/offline/serving/v1/options_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/offline/serving/v1/options_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/offline/serving/v1/population_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/offline/serving/v1/population_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/projects/jfrog_project_spec_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/projects/jfrog_project_spec_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/secret_service/secret_service_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/self_service/account/v0/account_membership_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/self_service/account/v0/account_status_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/self_service/account/v0/managing_account_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/self_service/account/v0/managing_account_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/self_service/user/v1/api_key_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/self_service/user/v1/api_key_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/self_service/user/v1/user_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/service_discovery/service_discovery_location_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/service_discovery/service_discovery_location_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/traffic/v1/traffic_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/traffic/v1/traffic_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/user_application/common/v0/resources_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/user_application/common/v0/resources_pb2_grpc.py +0 -0
- {frogml_proto → _proto}/qwak/user_application/v0/user_application_pb2.pyi +0 -0
- {frogml_proto → _proto}/qwak/user_application/v0/user_application_pb2_grpc.py +0 -0
- {frogml_core → core}/clients/__init__.py +0 -0
- {frogml_core → core}/clients/_inner/__init__.py +0 -0
- {frogml_core → core}/clients/administration/__init__.py +0 -0
- {frogml_core → core}/clients/administration/authenticated_user/__init__.py +0 -0
- {frogml_core → core}/clients/administration/authentication/__init__.py +0 -0
- {frogml_core → core}/clients/administration/eco_system/__init__.py +0 -0
- {frogml_core → core}/clients/administration/environment/__init__.py +0 -0
- {frogml_core → core}/clients/administration/self_service/__init__.py +0 -0
- {frogml_core → core}/clients/alert_management/__init__.py +0 -0
- {frogml_core → core}/clients/alerts_registry/__init__.py +0 -0
- {frogml_core → core}/clients/analytics/__init__.py +0 -0
- {frogml_core → core}/clients/audience/__init__.py +0 -0
- {frogml_core → core}/clients/automation_management/__init__.py +0 -0
- {frogml_core → core}/clients/autoscaling/__init__.py +0 -0
- {frogml_core → core}/clients/batch_job_management/__init__.py +0 -0
- {frogml_core → core}/clients/batch_job_management/results.py +0 -0
- {frogml_core → core}/clients/build_management/__init__.py +0 -0
- {frogml_core → core}/clients/build_orchestrator/__init__.py +0 -0
- {frogml_core → core}/clients/data_versioning/__init__.py +0 -0
- {frogml_core → core}/clients/deployment/__init__.py +0 -0
- {frogml_core → core}/clients/feature_store/__init__.py +0 -0
- {frogml_core → core}/clients/file_versioning/__init__.py +0 -0
- {frogml_core → core}/clients/instance_template/__init__.py +0 -0
- {frogml_core → core}/clients/integration_management/__init__.py +0 -0
- {frogml_core → core}/clients/integration_management/openai/__init__.py +0 -0
- {frogml_core → core}/clients/jfrog_gateway/__init__.py +0 -0
- {frogml_core → core}/clients/kube_deployment_captain/__init__.py +0 -0
- {frogml_core → core}/clients/location_discovery/__init__.py +0 -0
- {frogml_core → core}/clients/logging_client/__init__.py +0 -0
- {frogml_core → core}/clients/model_management/__init__.py +0 -0
- {frogml_core → core}/clients/model_version_manager/__init__.py +0 -0
- {frogml_core → core}/clients/project/__init__.py +0 -0
- {frogml_core → core}/clients/secret_service/__init__.py +0 -0
- {frogml_core → core}/clients/system_secret/__init__.py +0 -0
- {frogml_core → core}/clients/user_application_instance/__init__.py +0 -0
- {frogml_core → core}/exceptions/__init__.py +0 -0
- {frogml_core → core}/exceptions/frogml_decode_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_general_build_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_http_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_inference_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_load_configuration_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_load_model_failed_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_login_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_mock_http_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_model_initialization_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_not_found_exception.py +0 -0
- {frogml_core → core}/exceptions/frogml_remote_build_failed.py +0 -0
- {frogml_core → core}/exceptions/frogml_suggestion_exception.py +0 -0
- {frogml_core → core}/exceptions/quiet_error.py +0 -0
- {frogml_core → core}/feature_store/__init__.py +0 -0
- {frogml_core → core}/feature_store/_common/__init__.py +0 -0
- {frogml_core → core}/feature_store/_common/functions.py +0 -0
- {frogml_core → core}/feature_store/_common/value.py +0 -0
- {frogml_core/feature_store/data_sources/batch → core/feature_store/data_sources}/__init__.py +0 -0
- {frogml_core/feature_store/data_sources/batch/filesystem → core/feature_store/entities}/__init__.py +0 -0
- {frogml_core/feature_store/data_sources/streaming → core/feature_store/execution}/__init__.py +0 -0
- {frogml_core/feature_store/entities → core/feature_store/feature_sets}/__init__.py +0 -0
- {frogml_core/feature_store/execution → core/feature_store/feature_sets/_utils}/__init__.py +0 -0
- {frogml_core → core}/feature_store/feature_sets/context.py +0 -0
- {frogml_core/feature_store/feature_sets → core/feature_store/feature_sets/transformations/aggregations}/__init__.py +0 -0
- {frogml_core → core}/feature_store/feature_sets/transformations/functions/schema.py +0 -0
- {frogml_core/feature_store/feature_sets/transformations/aggregations → core/feature_store/feature_sets/transformations/validations}/__init__.py +0 -0
- {frogml_core/feature_store/online → core/feature_store/offline}/__init__.py +0 -0
- {frogml_core/feature_store/sinks → core/feature_store/online}/__init__.py +0 -0
- {frogml_core/feature_store/sinks/streaming → core/feature_store/sinks}/__init__.py +0 -0
- {frogml_core/feature_store/validations → core/feature_store/sinks/streaming}/__init__.py +0 -0
- {frogml_core/frogml_client → core/feature_store/validations}/__init__.py +0 -0
- {frogml_core → core}/inner/__init__.py +0 -0
- {frogml_core/frogml_client/build_api_helpers → core/inner/build_config}/__init__.py +0 -0
- {frogml_core/frogml_client/builds → core/inner/build_logic}/__init__.py +0 -0
- {frogml_core/frogml_client/builds/filters → core/inner/build_logic/build_loggers}/__init__.py +0 -0
- {frogml_core/frogml_client/data_versioning → core/inner/build_logic/constants}/__init__.py +0 -0
- {frogml_core → core}/inner/build_logic/constants/dependencies.py +0 -0
- {frogml_core → core}/inner/build_logic/constants/host_resource.py +0 -0
- {frogml_core → core}/inner/build_logic/constants/messages.py +0 -0
- {frogml_core → core}/inner/build_logic/constants/temp_dir.py +0 -0
- {frogml_core → core}/inner/build_logic/constants/upload_tag.py +0 -0
- {frogml_core → core}/inner/build_logic/dependency_manager_type.py +0 -0
- {frogml_core/frogml_client/deployments → core/inner/build_logic/interface}/__init__.py +0 -0
- {frogml_core → core}/inner/build_logic/interface/build_logger_interface.py +0 -0
- {frogml_core → core}/inner/build_logic/interface/build_phase.py +0 -0
- {frogml_core → core}/inner/build_logic/interface/time_source.py +0 -0
- {frogml_core/frogml_client/file_versioning → core/inner/build_logic/phases}/__init__.py +0 -0
- {frogml_core/frogml_client/models → core/inner/build_logic/phases/phase_010_fetch_model}/__init__.py +0 -0
- {frogml_core/frogml_client/projects → core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager}/__init__.py +0 -0
- {frogml_core/inner/build_config → core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy}/__init__.py +0 -0
- {frogml_core/inner/build_logic → core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/folder}/__init__.py +0 -0
- {frogml_core/inner/build_logic/build_loggers → core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/git}/__init__.py +0 -0
- {frogml_core/inner/build_logic/constants → core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/zip}/__init__.py +0 -0
- {frogml_core/inner/build_logic/interface → core/inner/build_logic/phases/phase_020_remote_register_frogml_build}/__init__.py +0 -0
- {frogml_core/inner/build_logic/phases → core/inner/build_logic/run_handlers}/__init__.py +0 -0
- {frogml_core/inner/build_logic/phases/phase_010_fetch_model → core/inner/build_logic/tools}/__init__.py +0 -0
- {frogml_core → core}/inner/build_logic/tools/text.py +0 -0
- {frogml_core → core}/inner/const.py +0 -0
- {frogml_core → core}/inner/di_configuration/config.yml +0 -0
- {frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager → core/inner/instance_template}/__init__.py +0 -0
- {frogml_core → core}/inner/provider.py +0 -0
- {frogml_core → core}/inner/singleton_meta.py +0 -0
- {frogml_core → core}/inner/tool/__init__.py +0 -0
- {frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy → core/inner/tool/grpc}/__init__.py +0 -0
- {frogml_core → core}/inner/tool/retry_utils.py +0 -0
- {frogml_core → core}/inner/tool/run_config/__init__.py +0 -0
- {frogml_core → core}/inner/tool/run_config/utils.py +0 -0
- {frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/folder → core/model_loggers}/__init__.py +0 -0
- {frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/git → core/testing}/__init__.py +0 -0
- {frogml_core → core}/testing/fixtures.py +0 -0
- {frogml_core/inner/build_logic/phases/phase_010_fetch_model/fetch_strategy_manager/strategy/zip → core/tools}/__init__.py +0 -0
- {frogml_core → core}/tools/logger/__init__.py +0 -0
- {frogml_core → core}/tools/logger/logging.yml +0 -0
- {frogml_core/inner/build_logic/phases/phase_020_remote_register_frogml_build → core/utils}/__init__.py +0 -0
- {frogml_core → core}/utils/datetime_utils.py +0 -0
- {frogml_core → core}/utils/dict_utils.py +0 -0
- {frogml_core → core}/utils/model_utils.py +0 -0
- {frogml_core/inner/build_logic/run_handlers → feature_store}/__init__.py +0 -0
- {frogml_core/inner/build_logic/tools → feature_store/_common}/__init__.py +0 -0
- {frogml_core/inner/instance_template → feature_store/data_sources/batch}/__init__.py +0 -0
- {frogml_core/inner/tool/grpc → feature_store/data_sources/batch/filesystem}/__init__.py +0 -0
- {frogml_core/feature_store → feature_store}/data_sources/batch/filesystem/base_config.py +0 -0
- {frogml_core/model → feature_store/data_sources/streaming}/__init__.py +0 -0
- {frogml_core/model/adapters/input_adapters → feature_store/feature_sets}/__init__.py +0 -0
- {frogml_core/model/adapters/output_adapters → feature_store/online}/__init__.py +0 -0
- {frogml_core/model/decorators → feature_store/sinks}/__init__.py +0 -0
- {frogml_core/model/decorators/impl → feature_store/sinks/streaming}/__init__.py +0 -0
- {frogml_core/model/tools/adapters → feature_store/validations}/__init__.py +0 -0
- {frogml_core-0.0.116.dist-info → frogml_core-0.0.117.dist-info}/WHEEL +0 -0
- {frogml_core/model/tools/adapters/input_adapters → sdk/frogml_client}/__init__.py +0 -0
- {frogml_core/model/tools/adapters/output_adapters → sdk/frogml_client/batch_jobs}/__init__.py +0 -0
- {frogml_core/model/utils → sdk/frogml_client/build_api_helpers}/__init__.py +0 -0
- {frogml_core → sdk}/frogml_client/build_api_helpers/messages.py +0 -0
- {frogml_core/model_loggers → sdk/frogml_client/builds}/__init__.py +0 -0
- {frogml_core/testing → sdk/frogml_client/builds/filters}/__init__.py +0 -0
- {frogml_core/tools → sdk/frogml_client/data_versioning}/__init__.py +0 -0
- {frogml_core/utils → sdk/frogml_client/deployments}/__init__.py +0 -0
- {frogml_services_mock/mocks → sdk/frogml_client/file_versioning}/__init__.py +0 -0
- {frogml_services_mock/mocks/utils → sdk/frogml_client/models}/__init__.py +0 -0
- {frogml_services_mock/utils → sdk/frogml_client/projects}/__init__.py +0 -0
- {frogml_storage/authentication → sdk/inner}/__init__.py +0 -0
- {frogml_core → sdk}/model/adapters/__init__.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/base_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/dataframe_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/file_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/image_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/json_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/multi_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/proto_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/string_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/input_adapters/tf_tensor_input_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/base_output_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/dataframe_output_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/default_output_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/frogml_with_default_fallback.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/json_output_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/proto_output_adapter.py +0 -0
- {frogml_core → sdk}/model/adapters/output_adapters/tf_tensor_output_adapter.py +0 -0
- {frogml_core → sdk}/model/decorators/impl/timer_implementation.py +0 -0
- {frogml_core → sdk}/model/tools/adapters/encoders.py +0 -0
- {frogml_core → sdk}/model/tools/adapters/input_adapters/base_input.py +0 -0
- {frogml_core → sdk}/model/tools/adapters/input_adapters/file_input.py +0 -0
- {frogml_core → sdk}/model/tools/adapters/input_adapters/string_input.py +0 -0
- {frogml_core → sdk}/model/tools/adapters/output_adapters/base_output.py +0 -0
- {frogml_core → sdk}/model/tools/adapters/output_adapters/default_output.py +0 -0
- {frogml_core → sdk}/model/utils/extract_wrapped_function.py +0 -0
- {frogml_storage → storage}/_environment.py +0 -0
- {frogml_storage → storage}/artifactory/__init__.py +0 -0
- {frogml_storage → storage}/authentication/login/__init__.py +0 -0
- {frogml_storage → storage}/authentication/models/__init__.py +0 -0
- {frogml_storage → storage}/authentication/models/_auth.py +0 -0
- {frogml_storage → storage}/authentication/models/_login.py +0 -0
- {frogml_storage → storage}/authentication/utils/__init__.py +0 -0
- {frogml_storage → storage}/constants.py +0 -0
- {frogml_storage → storage}/exceptions/checksum_verification_error.py +0 -0
- {frogml_storage → storage}/exceptions/validation_error.py +0 -0
- {frogml_storage → storage}/http/__init__.py +0 -0
- {frogml_storage → storage}/logging/__init__.py +0 -0
- {frogml_storage → storage}/logging/_log_config.py +0 -0
- {frogml_storage → storage}/models/__init__.py +0 -0
- {frogml_storage → storage}/models/serialization_metadata.py +0 -0
- {frogml_storage → storage}/utils/__init__.py +0 -0
- {frogml_storage → storage}/utils/_storage_utils.py +0 -0
- {frogml_storage → storage}/utils/_url_utils.py +0 -0
@@ -1,407 +0,0 @@
|
|
1
|
-
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
2
|
-
"""Client and server classes corresponding to protobuf-defined services."""
|
3
|
-
import grpc
|
4
|
-
|
5
|
-
from frogml_proto.qwak.self_service.account.v0 import account_membership_service_pb2 as qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2
|
6
|
-
|
7
|
-
|
8
|
-
class AccountMembershipServiceStub(object):
|
9
|
-
"""Missing associated documentation comment in .proto file."""
|
10
|
-
|
11
|
-
def __init__(self, channel):
|
12
|
-
"""Constructor.
|
13
|
-
|
14
|
-
Args:
|
15
|
-
channel: A grpc.Channel.
|
16
|
-
"""
|
17
|
-
self.ListAccountUserProfiles = channel.unary_unary(
|
18
|
-
'/qwak.self_service.account.v0.AccountMembershipService/ListAccountUserProfiles',
|
19
|
-
request_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListAccountUserProfilesRequest.SerializeToString,
|
20
|
-
response_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListAccountUserProfilesResponse.FromString,
|
21
|
-
)
|
22
|
-
self.UpdateUserRole = channel.unary_unary(
|
23
|
-
'/qwak.self_service.account.v0.AccountMembershipService/UpdateUserRole',
|
24
|
-
request_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.UpdateUserRoleRequest.SerializeToString,
|
25
|
-
response_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.UpdateUserRoleResponse.FromString,
|
26
|
-
)
|
27
|
-
self.UpdateUserAssignedEnvironments = channel.unary_unary(
|
28
|
-
'/qwak.self_service.account.v0.AccountMembershipService/UpdateUserAssignedEnvironments',
|
29
|
-
request_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.UpdateUserAssignedEnvironmentsRequest.SerializeToString,
|
30
|
-
response_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.UpdateUserAssignedEnvironmentsResponse.FromString,
|
31
|
-
)
|
32
|
-
self.RemoveUserFromAccount = channel.unary_unary(
|
33
|
-
'/qwak.self_service.account.v0.AccountMembershipService/RemoveUserFromAccount',
|
34
|
-
request_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.RemoveUserFromAccountRequest.SerializeToString,
|
35
|
-
response_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.RemoveUserFromAccountResponse.FromString,
|
36
|
-
)
|
37
|
-
self.InviteToJoinAccount = channel.unary_unary(
|
38
|
-
'/qwak.self_service.account.v0.AccountMembershipService/InviteToJoinAccount',
|
39
|
-
request_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.InviteToJoinAccountRequest.SerializeToString,
|
40
|
-
response_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.InviteToJoinAccountResponse.FromString,
|
41
|
-
)
|
42
|
-
self.UpdateInvitation = channel.unary_unary(
|
43
|
-
'/qwak.self_service.account.v0.AccountMembershipService/UpdateInvitation',
|
44
|
-
request_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.UpdateInvitationRequest.SerializeToString,
|
45
|
-
response_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.UpdateInvitationResponse.FromString,
|
46
|
-
)
|
47
|
-
self.AcceptInvitation = channel.unary_unary(
|
48
|
-
'/qwak.self_service.account.v0.AccountMembershipService/AcceptInvitation',
|
49
|
-
request_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.AcceptInvitationRequest.SerializeToString,
|
50
|
-
response_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.AcceptInvitationResponse.FromString,
|
51
|
-
)
|
52
|
-
self.CancelJoiningInvitation = channel.unary_unary(
|
53
|
-
'/qwak.self_service.account.v0.AccountMembershipService/CancelJoiningInvitation',
|
54
|
-
request_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.CancelJoiningInvitationRequest.SerializeToString,
|
55
|
-
response_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.CancelJoiningInvitationResponse.FromString,
|
56
|
-
)
|
57
|
-
self.ListAccountInvitations = channel.unary_unary(
|
58
|
-
'/qwak.self_service.account.v0.AccountMembershipService/ListAccountInvitations',
|
59
|
-
request_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListAccountInvitationsRequest.SerializeToString,
|
60
|
-
response_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListAccountInvitationsResponse.FromString,
|
61
|
-
)
|
62
|
-
self.ListUserInvitations = channel.unary_unary(
|
63
|
-
'/qwak.self_service.account.v0.AccountMembershipService/ListUserInvitations',
|
64
|
-
request_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListUserInvitationsRequest.SerializeToString,
|
65
|
-
response_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListUserInvitationsResponse.FromString,
|
66
|
-
)
|
67
|
-
self.ListUserMemberships = channel.unary_unary(
|
68
|
-
'/qwak.self_service.account.v0.AccountMembershipService/ListUserMemberships',
|
69
|
-
request_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListUserMembershipsRequest.SerializeToString,
|
70
|
-
response_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListUserMembershipsResponse.FromString,
|
71
|
-
)
|
72
|
-
|
73
|
-
|
74
|
-
class AccountMembershipServiceServicer(object):
|
75
|
-
"""Missing associated documentation comment in .proto file."""
|
76
|
-
|
77
|
-
def ListAccountUserProfiles(self, request, context):
|
78
|
-
"""List account users
|
79
|
-
"""
|
80
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
81
|
-
context.set_details('Method not implemented!')
|
82
|
-
raise NotImplementedError('Method not implemented!')
|
83
|
-
|
84
|
-
def UpdateUserRole(self, request, context):
|
85
|
-
"""Update user role
|
86
|
-
"""
|
87
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
88
|
-
context.set_details('Method not implemented!')
|
89
|
-
raise NotImplementedError('Method not implemented!')
|
90
|
-
|
91
|
-
def UpdateUserAssignedEnvironments(self, request, context):
|
92
|
-
"""Update user assigned environments
|
93
|
-
"""
|
94
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
95
|
-
context.set_details('Method not implemented!')
|
96
|
-
raise NotImplementedError('Method not implemented!')
|
97
|
-
|
98
|
-
def RemoveUserFromAccount(self, request, context):
|
99
|
-
"""Remove user from account
|
100
|
-
"""
|
101
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
102
|
-
context.set_details('Method not implemented!')
|
103
|
-
raise NotImplementedError('Method not implemented!')
|
104
|
-
|
105
|
-
def InviteToJoinAccount(self, request, context):
|
106
|
-
"""Invite new member to join account
|
107
|
-
"""
|
108
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
109
|
-
context.set_details('Method not implemented!')
|
110
|
-
raise NotImplementedError('Method not implemented!')
|
111
|
-
|
112
|
-
def UpdateInvitation(self, request, context):
|
113
|
-
"""Update invitation
|
114
|
-
"""
|
115
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
116
|
-
context.set_details('Method not implemented!')
|
117
|
-
raise NotImplementedError('Method not implemented!')
|
118
|
-
|
119
|
-
def AcceptInvitation(self, request, context):
|
120
|
-
"""Accept invitation
|
121
|
-
"""
|
122
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
123
|
-
context.set_details('Method not implemented!')
|
124
|
-
raise NotImplementedError('Method not implemented!')
|
125
|
-
|
126
|
-
def CancelJoiningInvitation(self, request, context):
|
127
|
-
"""Cancel a sent invitation
|
128
|
-
"""
|
129
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
130
|
-
context.set_details('Method not implemented!')
|
131
|
-
raise NotImplementedError('Method not implemented!')
|
132
|
-
|
133
|
-
def ListAccountInvitations(self, request, context):
|
134
|
-
"""List account invitation, for getting invitation to join the account
|
135
|
-
"""
|
136
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
137
|
-
context.set_details('Method not implemented!')
|
138
|
-
raise NotImplementedError('Method not implemented!')
|
139
|
-
|
140
|
-
def ListUserInvitations(self, request, context):
|
141
|
-
"""List user invitation, for getting invitation of the authenticated user
|
142
|
-
"""
|
143
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
144
|
-
context.set_details('Method not implemented!')
|
145
|
-
raise NotImplementedError('Method not implemented!')
|
146
|
-
|
147
|
-
def ListUserMemberships(self, request, context):
|
148
|
-
"""List user membership, for getting invitation of the authenticated user
|
149
|
-
"""
|
150
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
151
|
-
context.set_details('Method not implemented!')
|
152
|
-
raise NotImplementedError('Method not implemented!')
|
153
|
-
|
154
|
-
|
155
|
-
def add_AccountMembershipServiceServicer_to_server(servicer, server):
|
156
|
-
rpc_method_handlers = {
|
157
|
-
'ListAccountUserProfiles': grpc.unary_unary_rpc_method_handler(
|
158
|
-
servicer.ListAccountUserProfiles,
|
159
|
-
request_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListAccountUserProfilesRequest.FromString,
|
160
|
-
response_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListAccountUserProfilesResponse.SerializeToString,
|
161
|
-
),
|
162
|
-
'UpdateUserRole': grpc.unary_unary_rpc_method_handler(
|
163
|
-
servicer.UpdateUserRole,
|
164
|
-
request_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.UpdateUserRoleRequest.FromString,
|
165
|
-
response_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.UpdateUserRoleResponse.SerializeToString,
|
166
|
-
),
|
167
|
-
'UpdateUserAssignedEnvironments': grpc.unary_unary_rpc_method_handler(
|
168
|
-
servicer.UpdateUserAssignedEnvironments,
|
169
|
-
request_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.UpdateUserAssignedEnvironmentsRequest.FromString,
|
170
|
-
response_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.UpdateUserAssignedEnvironmentsResponse.SerializeToString,
|
171
|
-
),
|
172
|
-
'RemoveUserFromAccount': grpc.unary_unary_rpc_method_handler(
|
173
|
-
servicer.RemoveUserFromAccount,
|
174
|
-
request_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.RemoveUserFromAccountRequest.FromString,
|
175
|
-
response_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.RemoveUserFromAccountResponse.SerializeToString,
|
176
|
-
),
|
177
|
-
'InviteToJoinAccount': grpc.unary_unary_rpc_method_handler(
|
178
|
-
servicer.InviteToJoinAccount,
|
179
|
-
request_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.InviteToJoinAccountRequest.FromString,
|
180
|
-
response_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.InviteToJoinAccountResponse.SerializeToString,
|
181
|
-
),
|
182
|
-
'UpdateInvitation': grpc.unary_unary_rpc_method_handler(
|
183
|
-
servicer.UpdateInvitation,
|
184
|
-
request_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.UpdateInvitationRequest.FromString,
|
185
|
-
response_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.UpdateInvitationResponse.SerializeToString,
|
186
|
-
),
|
187
|
-
'AcceptInvitation': grpc.unary_unary_rpc_method_handler(
|
188
|
-
servicer.AcceptInvitation,
|
189
|
-
request_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.AcceptInvitationRequest.FromString,
|
190
|
-
response_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.AcceptInvitationResponse.SerializeToString,
|
191
|
-
),
|
192
|
-
'CancelJoiningInvitation': grpc.unary_unary_rpc_method_handler(
|
193
|
-
servicer.CancelJoiningInvitation,
|
194
|
-
request_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.CancelJoiningInvitationRequest.FromString,
|
195
|
-
response_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.CancelJoiningInvitationResponse.SerializeToString,
|
196
|
-
),
|
197
|
-
'ListAccountInvitations': grpc.unary_unary_rpc_method_handler(
|
198
|
-
servicer.ListAccountInvitations,
|
199
|
-
request_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListAccountInvitationsRequest.FromString,
|
200
|
-
response_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListAccountInvitationsResponse.SerializeToString,
|
201
|
-
),
|
202
|
-
'ListUserInvitations': grpc.unary_unary_rpc_method_handler(
|
203
|
-
servicer.ListUserInvitations,
|
204
|
-
request_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListUserInvitationsRequest.FromString,
|
205
|
-
response_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListUserInvitationsResponse.SerializeToString,
|
206
|
-
),
|
207
|
-
'ListUserMemberships': grpc.unary_unary_rpc_method_handler(
|
208
|
-
servicer.ListUserMemberships,
|
209
|
-
request_deserializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListUserMembershipsRequest.FromString,
|
210
|
-
response_serializer=qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListUserMembershipsResponse.SerializeToString,
|
211
|
-
),
|
212
|
-
}
|
213
|
-
generic_handler = grpc.method_handlers_generic_handler(
|
214
|
-
'qwak.self_service.account.v0.AccountMembershipService', rpc_method_handlers)
|
215
|
-
server.add_generic_rpc_handlers((generic_handler,))
|
216
|
-
|
217
|
-
|
218
|
-
# This class is part of an EXPERIMENTAL API.
|
219
|
-
class AccountMembershipService(object):
|
220
|
-
"""Missing associated documentation comment in .proto file."""
|
221
|
-
|
222
|
-
@staticmethod
|
223
|
-
def ListAccountUserProfiles(request,
|
224
|
-
target,
|
225
|
-
options=(),
|
226
|
-
channel_credentials=None,
|
227
|
-
call_credentials=None,
|
228
|
-
insecure=False,
|
229
|
-
compression=None,
|
230
|
-
wait_for_ready=None,
|
231
|
-
timeout=None,
|
232
|
-
metadata=None):
|
233
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.self_service.account.v0.AccountMembershipService/ListAccountUserProfiles',
|
234
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListAccountUserProfilesRequest.SerializeToString,
|
235
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListAccountUserProfilesResponse.FromString,
|
236
|
-
options, channel_credentials,
|
237
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
238
|
-
|
239
|
-
@staticmethod
|
240
|
-
def UpdateUserRole(request,
|
241
|
-
target,
|
242
|
-
options=(),
|
243
|
-
channel_credentials=None,
|
244
|
-
call_credentials=None,
|
245
|
-
insecure=False,
|
246
|
-
compression=None,
|
247
|
-
wait_for_ready=None,
|
248
|
-
timeout=None,
|
249
|
-
metadata=None):
|
250
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.self_service.account.v0.AccountMembershipService/UpdateUserRole',
|
251
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.UpdateUserRoleRequest.SerializeToString,
|
252
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.UpdateUserRoleResponse.FromString,
|
253
|
-
options, channel_credentials,
|
254
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
255
|
-
|
256
|
-
@staticmethod
|
257
|
-
def UpdateUserAssignedEnvironments(request,
|
258
|
-
target,
|
259
|
-
options=(),
|
260
|
-
channel_credentials=None,
|
261
|
-
call_credentials=None,
|
262
|
-
insecure=False,
|
263
|
-
compression=None,
|
264
|
-
wait_for_ready=None,
|
265
|
-
timeout=None,
|
266
|
-
metadata=None):
|
267
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.self_service.account.v0.AccountMembershipService/UpdateUserAssignedEnvironments',
|
268
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.UpdateUserAssignedEnvironmentsRequest.SerializeToString,
|
269
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.UpdateUserAssignedEnvironmentsResponse.FromString,
|
270
|
-
options, channel_credentials,
|
271
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
272
|
-
|
273
|
-
@staticmethod
|
274
|
-
def RemoveUserFromAccount(request,
|
275
|
-
target,
|
276
|
-
options=(),
|
277
|
-
channel_credentials=None,
|
278
|
-
call_credentials=None,
|
279
|
-
insecure=False,
|
280
|
-
compression=None,
|
281
|
-
wait_for_ready=None,
|
282
|
-
timeout=None,
|
283
|
-
metadata=None):
|
284
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.self_service.account.v0.AccountMembershipService/RemoveUserFromAccount',
|
285
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.RemoveUserFromAccountRequest.SerializeToString,
|
286
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.RemoveUserFromAccountResponse.FromString,
|
287
|
-
options, channel_credentials,
|
288
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
289
|
-
|
290
|
-
@staticmethod
|
291
|
-
def InviteToJoinAccount(request,
|
292
|
-
target,
|
293
|
-
options=(),
|
294
|
-
channel_credentials=None,
|
295
|
-
call_credentials=None,
|
296
|
-
insecure=False,
|
297
|
-
compression=None,
|
298
|
-
wait_for_ready=None,
|
299
|
-
timeout=None,
|
300
|
-
metadata=None):
|
301
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.self_service.account.v0.AccountMembershipService/InviteToJoinAccount',
|
302
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.InviteToJoinAccountRequest.SerializeToString,
|
303
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.InviteToJoinAccountResponse.FromString,
|
304
|
-
options, channel_credentials,
|
305
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
306
|
-
|
307
|
-
@staticmethod
|
308
|
-
def UpdateInvitation(request,
|
309
|
-
target,
|
310
|
-
options=(),
|
311
|
-
channel_credentials=None,
|
312
|
-
call_credentials=None,
|
313
|
-
insecure=False,
|
314
|
-
compression=None,
|
315
|
-
wait_for_ready=None,
|
316
|
-
timeout=None,
|
317
|
-
metadata=None):
|
318
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.self_service.account.v0.AccountMembershipService/UpdateInvitation',
|
319
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.UpdateInvitationRequest.SerializeToString,
|
320
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.UpdateInvitationResponse.FromString,
|
321
|
-
options, channel_credentials,
|
322
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
323
|
-
|
324
|
-
@staticmethod
|
325
|
-
def AcceptInvitation(request,
|
326
|
-
target,
|
327
|
-
options=(),
|
328
|
-
channel_credentials=None,
|
329
|
-
call_credentials=None,
|
330
|
-
insecure=False,
|
331
|
-
compression=None,
|
332
|
-
wait_for_ready=None,
|
333
|
-
timeout=None,
|
334
|
-
metadata=None):
|
335
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.self_service.account.v0.AccountMembershipService/AcceptInvitation',
|
336
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.AcceptInvitationRequest.SerializeToString,
|
337
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.AcceptInvitationResponse.FromString,
|
338
|
-
options, channel_credentials,
|
339
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
340
|
-
|
341
|
-
@staticmethod
|
342
|
-
def CancelJoiningInvitation(request,
|
343
|
-
target,
|
344
|
-
options=(),
|
345
|
-
channel_credentials=None,
|
346
|
-
call_credentials=None,
|
347
|
-
insecure=False,
|
348
|
-
compression=None,
|
349
|
-
wait_for_ready=None,
|
350
|
-
timeout=None,
|
351
|
-
metadata=None):
|
352
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.self_service.account.v0.AccountMembershipService/CancelJoiningInvitation',
|
353
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.CancelJoiningInvitationRequest.SerializeToString,
|
354
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.CancelJoiningInvitationResponse.FromString,
|
355
|
-
options, channel_credentials,
|
356
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
357
|
-
|
358
|
-
@staticmethod
|
359
|
-
def ListAccountInvitations(request,
|
360
|
-
target,
|
361
|
-
options=(),
|
362
|
-
channel_credentials=None,
|
363
|
-
call_credentials=None,
|
364
|
-
insecure=False,
|
365
|
-
compression=None,
|
366
|
-
wait_for_ready=None,
|
367
|
-
timeout=None,
|
368
|
-
metadata=None):
|
369
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.self_service.account.v0.AccountMembershipService/ListAccountInvitations',
|
370
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListAccountInvitationsRequest.SerializeToString,
|
371
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListAccountInvitationsResponse.FromString,
|
372
|
-
options, channel_credentials,
|
373
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
374
|
-
|
375
|
-
@staticmethod
|
376
|
-
def ListUserInvitations(request,
|
377
|
-
target,
|
378
|
-
options=(),
|
379
|
-
channel_credentials=None,
|
380
|
-
call_credentials=None,
|
381
|
-
insecure=False,
|
382
|
-
compression=None,
|
383
|
-
wait_for_ready=None,
|
384
|
-
timeout=None,
|
385
|
-
metadata=None):
|
386
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.self_service.account.v0.AccountMembershipService/ListUserInvitations',
|
387
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListUserInvitationsRequest.SerializeToString,
|
388
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListUserInvitationsResponse.FromString,
|
389
|
-
options, channel_credentials,
|
390
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
391
|
-
|
392
|
-
@staticmethod
|
393
|
-
def ListUserMemberships(request,
|
394
|
-
target,
|
395
|
-
options=(),
|
396
|
-
channel_credentials=None,
|
397
|
-
call_credentials=None,
|
398
|
-
insecure=False,
|
399
|
-
compression=None,
|
400
|
-
wait_for_ready=None,
|
401
|
-
timeout=None,
|
402
|
-
metadata=None):
|
403
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.self_service.account.v0.AccountMembershipService/ListUserMemberships',
|
404
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListUserMembershipsRequest.SerializeToString,
|
405
|
-
qwak_dot_self__service_dot_account_dot_v0_dot_account__membership__service__pb2.ListUserMembershipsResponse.FromString,
|
406
|
-
options, channel_credentials,
|
407
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
@@ -1,44 +0,0 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
-
# source: frogml_proto.qwak.self_service/account/v0/account_status.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.administration.account.v1 import preferences_pb2 as qwak_dot_administration_dot_account_dot_v1_dot_preferences__pb2
|
15
|
-
from frogml_proto.qwak.administration.account.v1 import terms_pb2 as qwak_dot_administration_dot_account_dot_v1_dot_terms__pb2
|
16
|
-
from frogml_proto.qwak.administration.account.v1 import account_pb2 as qwak_dot_administration_dot_account_dot_v1_dot_account__pb2
|
17
|
-
from frogml_proto.qwak.administration.account.v1 import jfrog_tenant_details_pb2 as qwak_dot_administration_dot_account_dot_v1_dot_jfrog__tenant__details__pb2
|
18
|
-
from frogml_proto.qwak.administration.v0.environments import configuration_pb2 as qwak_dot_administration_dot_v0_dot_environments_dot_configuration__pb2
|
19
|
-
|
20
|
-
|
21
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1qwak/self_service/account/v0/account_status.proto\x12\x1cqwak.self_service.account.v0\x1a\x30qwak/administration/account/v1/preferences.proto\x1a*qwak/administration/account/v1/terms.proto\x1a,qwak/administration/account/v1/account.proto\x1a\x39qwak/administration/account/v1/jfrog_tenant_details.proto\x1a\x37qwak/administration/v0/environments/configuration.proto\"\x91\x02\n\rAccountStatus\x12_\n\x1c\x61\x63\x63ount_creation_in_progress\x18\x01 \x01(\x0b\x32\x37.qwak.self_service.account.v0.AccountCreationInProgressH\x00\x12\x43\n\raccount_ready\x18\x02 \x01(\x0b\x32*.qwak.self_service.account.v0.AccountReadyH\x00\x12P\n\x14\x61\x63\x63ount_doesnt_exist\x18\x03 \x01(\x0b\x32\x30.qwak.self_service.account.v0.AccountDoesntExistH\x00\x42\x08\n\x06status\"\x1b\n\x19\x41\x63\x63ountCreationInProgress\"\xfa\x04\n\x0c\x41\x63\x63ountReady\x12\x12\n\naccount_id\x18\x01 \x01(\t\x12\x14\n\x0c\x61\x63\x63ount_name\x18\x02 \x01(\t\x12\x44\n\x0bpreferences\x18\x03 \x01(\x0b\x32/.qwak.administration.account.AccountPreferences\x12\x1e\n\x16\x64\x65\x66\x61ult_environment_id\x18\x04 \x01(\t\x12\\\n\x12\x65nvironments_by_id\x18\x05 \x03(\x0b\x32@.qwak.self_service.account.v0.AccountReady.EnvironmentsByIdEntry\x12\x39\n\x04type\x18\x06 \x01(\x0e\x32+.qwak.administration.account.v1.AccountType\x12\x39\n\x04tier\x18\x07 \x01(\x0e\x32+.qwak.administration.account.v1.AccountTier\x12P\n\x14jfrog_tenant_details\x18\x08 \x01(\x0b\x32\x32.qwak.administration.account.v1.JfrogTenantDetails\x12I\n\x0e\x61\x63\x63\x65pted_terms\x18\t \x01(\x0b\x32\x31.qwak.administration.account.AccountAcceptedTerms\x1ai\n\x15\x45nvironmentsByIdEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12?\n\x05value\x18\x02 \x01(\x0b\x32\x30.qwak.self_service.account.v0.EnvironmentDetails:\x02\x38\x01\"\\\n\x12\x41\x63\x63ountDoesntExist\x12\x1f\n\x17is_entitled_to_jfrog_ml\x18\x01 \x01(\x08\x12%\n\x1dhas_create_account_permission\x18\x02 \x01(\x08\"\x98\x01\n\x12\x45nvironmentDetails\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12T\n\rconfiguration\x18\x03 \x01(\x0b\x32=.qwak.administration.environment.QwakEnvironmentConfiguration\x12\x12\n\ncluster_id\x18\x04 \x01(\tB\xb9\x01\n#com.qwak.ai.self_service.account.v0P\x01Z\x8f\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/account/v0;self_service_account_v0b\x06proto3')
|
22
|
-
|
23
|
-
_globals = globals()
|
24
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
25
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.self_service.account.v0.account_status_pb2', _globals)
|
26
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
27
|
-
|
28
|
-
DESCRIPTOR._options = None
|
29
|
-
DESCRIPTOR._serialized_options = b'\n#com.qwak.ai.self_service.account.v0P\001Z\217\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/account/v0;self_service_account_v0'
|
30
|
-
_ACCOUNTREADY_ENVIRONMENTSBYIDENTRY._options = None
|
31
|
-
_ACCOUNTREADY_ENVIRONMENTSBYIDENTRY._serialized_options = b'8\001'
|
32
|
-
_globals['_ACCOUNTSTATUS']._serialized_start=340
|
33
|
-
_globals['_ACCOUNTSTATUS']._serialized_end=613
|
34
|
-
_globals['_ACCOUNTCREATIONINPROGRESS']._serialized_start=615
|
35
|
-
_globals['_ACCOUNTCREATIONINPROGRESS']._serialized_end=642
|
36
|
-
_globals['_ACCOUNTREADY']._serialized_start=645
|
37
|
-
_globals['_ACCOUNTREADY']._serialized_end=1279
|
38
|
-
_globals['_ACCOUNTREADY_ENVIRONMENTSBYIDENTRY']._serialized_start=1174
|
39
|
-
_globals['_ACCOUNTREADY_ENVIRONMENTSBYIDENTRY']._serialized_end=1279
|
40
|
-
_globals['_ACCOUNTDOESNTEXIST']._serialized_start=1281
|
41
|
-
_globals['_ACCOUNTDOESNTEXIST']._serialized_end=1373
|
42
|
-
_globals['_ENVIRONMENTDETAILS']._serialized_start=1376
|
43
|
-
_globals['_ENVIRONMENTDETAILS']._serialized_end=1528
|
44
|
-
# @@protoc_insertion_point(module_scope)
|
@@ -1,172 +0,0 @@
|
|
1
|
-
"""
|
2
|
-
@generated by mypy-protobuf. Do not edit manually!
|
3
|
-
isort:skip_file
|
4
|
-
"""
|
5
|
-
import builtins
|
6
|
-
import collections.abc
|
7
|
-
import google.protobuf.descriptor
|
8
|
-
import google.protobuf.internal.containers
|
9
|
-
import google.protobuf.message
|
10
|
-
import frogml_proto.qwak.administration.account.v1.account_pb2
|
11
|
-
import frogml_proto.qwak.administration.account.v1.jfrog_tenant_details_pb2
|
12
|
-
import frogml_proto.qwak.administration.account.v1.preferences_pb2
|
13
|
-
import frogml_proto.qwak.administration.account.v1.terms_pb2
|
14
|
-
import frogml_proto.qwak.administration.v0.environments.configuration_pb2
|
15
|
-
import sys
|
16
|
-
|
17
|
-
if sys.version_info >= (3, 8):
|
18
|
-
import typing as typing_extensions
|
19
|
-
else:
|
20
|
-
import typing_extensions
|
21
|
-
|
22
|
-
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
23
|
-
|
24
|
-
class AccountStatus(google.protobuf.message.Message):
|
25
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
26
|
-
|
27
|
-
ACCOUNT_CREATION_IN_PROGRESS_FIELD_NUMBER: builtins.int
|
28
|
-
ACCOUNT_READY_FIELD_NUMBER: builtins.int
|
29
|
-
ACCOUNT_DOESNT_EXIST_FIELD_NUMBER: builtins.int
|
30
|
-
@property
|
31
|
-
def account_creation_in_progress(self) -> global___AccountCreationInProgress: ...
|
32
|
-
@property
|
33
|
-
def account_ready(self) -> global___AccountReady: ...
|
34
|
-
@property
|
35
|
-
def account_doesnt_exist(self) -> global___AccountDoesntExist: ...
|
36
|
-
def __init__(
|
37
|
-
self,
|
38
|
-
*,
|
39
|
-
account_creation_in_progress: global___AccountCreationInProgress | None = ...,
|
40
|
-
account_ready: global___AccountReady | None = ...,
|
41
|
-
account_doesnt_exist: global___AccountDoesntExist | None = ...,
|
42
|
-
) -> None: ...
|
43
|
-
def HasField(self, field_name: typing_extensions.Literal["account_creation_in_progress", b"account_creation_in_progress", "account_doesnt_exist", b"account_doesnt_exist", "account_ready", b"account_ready", "status", b"status"]) -> builtins.bool: ...
|
44
|
-
def ClearField(self, field_name: typing_extensions.Literal["account_creation_in_progress", b"account_creation_in_progress", "account_doesnt_exist", b"account_doesnt_exist", "account_ready", b"account_ready", "status", b"status"]) -> None: ...
|
45
|
-
def WhichOneof(self, oneof_group: typing_extensions.Literal["status", b"status"]) -> typing_extensions.Literal["account_creation_in_progress", "account_ready", "account_doesnt_exist"] | None: ...
|
46
|
-
|
47
|
-
global___AccountStatus = AccountStatus
|
48
|
-
|
49
|
-
class AccountCreationInProgress(google.protobuf.message.Message):
|
50
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
51
|
-
|
52
|
-
def __init__(
|
53
|
-
self,
|
54
|
-
) -> None: ...
|
55
|
-
|
56
|
-
global___AccountCreationInProgress = AccountCreationInProgress
|
57
|
-
|
58
|
-
class AccountReady(google.protobuf.message.Message):
|
59
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
60
|
-
|
61
|
-
class EnvironmentsByIdEntry(google.protobuf.message.Message):
|
62
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
63
|
-
|
64
|
-
KEY_FIELD_NUMBER: builtins.int
|
65
|
-
VALUE_FIELD_NUMBER: builtins.int
|
66
|
-
key: builtins.str
|
67
|
-
@property
|
68
|
-
def value(self) -> global___EnvironmentDetails: ...
|
69
|
-
def __init__(
|
70
|
-
self,
|
71
|
-
*,
|
72
|
-
key: builtins.str = ...,
|
73
|
-
value: global___EnvironmentDetails | None = ...,
|
74
|
-
) -> None: ...
|
75
|
-
def HasField(self, field_name: typing_extensions.Literal["value", b"value"]) -> builtins.bool: ...
|
76
|
-
def ClearField(self, field_name: typing_extensions.Literal["key", b"key", "value", b"value"]) -> None: ...
|
77
|
-
|
78
|
-
ACCOUNT_ID_FIELD_NUMBER: builtins.int
|
79
|
-
ACCOUNT_NAME_FIELD_NUMBER: builtins.int
|
80
|
-
PREFERENCES_FIELD_NUMBER: builtins.int
|
81
|
-
DEFAULT_ENVIRONMENT_ID_FIELD_NUMBER: builtins.int
|
82
|
-
ENVIRONMENTS_BY_ID_FIELD_NUMBER: builtins.int
|
83
|
-
TYPE_FIELD_NUMBER: builtins.int
|
84
|
-
TIER_FIELD_NUMBER: builtins.int
|
85
|
-
JFROG_TENANT_DETAILS_FIELD_NUMBER: builtins.int
|
86
|
-
ACCEPTED_TERMS_FIELD_NUMBER: builtins.int
|
87
|
-
account_id: builtins.str
|
88
|
-
"""The account id"""
|
89
|
-
account_name: builtins.str
|
90
|
-
"""Account name"""
|
91
|
-
@property
|
92
|
-
def preferences(self) -> frogml_proto.qwak.administration.account.v1.preferences_pb2.AccountPreferences:
|
93
|
-
"""Account preferences"""
|
94
|
-
default_environment_id: builtins.str
|
95
|
-
"""default environment id"""
|
96
|
-
@property
|
97
|
-
def environments_by_id(self) -> google.protobuf.internal.containers.MessageMap[builtins.str, global___EnvironmentDetails]:
|
98
|
-
"""Map of environments by the id"""
|
99
|
-
type: frogml_proto.qwak.administration.account.v1.account_pb2.AccountType.ValueType
|
100
|
-
"""The type of the account"""
|
101
|
-
tier: frogml_proto.qwak.administration.account.v1.account_pb2.AccountTier.ValueType
|
102
|
-
"""The tier of the account"""
|
103
|
-
@property
|
104
|
-
def jfrog_tenant_details(self) -> frogml_proto.qwak.administration.account.v1.jfrog_tenant_details_pb2.JfrogTenantDetails:
|
105
|
-
"""The JFrog tenant details"""
|
106
|
-
@property
|
107
|
-
def accepted_terms(self) -> frogml_proto.qwak.administration.account.v1.terms_pb2.AccountAcceptedTerms:
|
108
|
-
"""The accepted terms of the account"""
|
109
|
-
def __init__(
|
110
|
-
self,
|
111
|
-
*,
|
112
|
-
account_id: builtins.str = ...,
|
113
|
-
account_name: builtins.str = ...,
|
114
|
-
preferences: frogml_proto.qwak.administration.account.v1.preferences_pb2.AccountPreferences | None = ...,
|
115
|
-
default_environment_id: builtins.str = ...,
|
116
|
-
environments_by_id: collections.abc.Mapping[builtins.str, global___EnvironmentDetails] | None = ...,
|
117
|
-
type: frogml_proto.qwak.administration.account.v1.account_pb2.AccountType.ValueType = ...,
|
118
|
-
tier: frogml_proto.qwak.administration.account.v1.account_pb2.AccountTier.ValueType = ...,
|
119
|
-
jfrog_tenant_details: frogml_proto.qwak.administration.account.v1.jfrog_tenant_details_pb2.JfrogTenantDetails | None = ...,
|
120
|
-
accepted_terms: frogml_proto.qwak.administration.account.v1.terms_pb2.AccountAcceptedTerms | None = ...,
|
121
|
-
) -> None: ...
|
122
|
-
def HasField(self, field_name: typing_extensions.Literal["accepted_terms", b"accepted_terms", "jfrog_tenant_details", b"jfrog_tenant_details", "preferences", b"preferences"]) -> builtins.bool: ...
|
123
|
-
def ClearField(self, field_name: typing_extensions.Literal["accepted_terms", b"accepted_terms", "account_id", b"account_id", "account_name", b"account_name", "default_environment_id", b"default_environment_id", "environments_by_id", b"environments_by_id", "jfrog_tenant_details", b"jfrog_tenant_details", "preferences", b"preferences", "tier", b"tier", "type", b"type"]) -> None: ...
|
124
|
-
|
125
|
-
global___AccountReady = AccountReady
|
126
|
-
|
127
|
-
class AccountDoesntExist(google.protobuf.message.Message):
|
128
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
129
|
-
|
130
|
-
IS_ENTITLED_TO_JFROG_ML_FIELD_NUMBER: builtins.int
|
131
|
-
HAS_CREATE_ACCOUNT_PERMISSION_FIELD_NUMBER: builtins.int
|
132
|
-
is_entitled_to_jfrog_ml: builtins.bool
|
133
|
-
"""Defines if the tenant is entitled to JFrog ML"""
|
134
|
-
has_create_account_permission: builtins.bool
|
135
|
-
"""Defines if the user has create account permission"""
|
136
|
-
def __init__(
|
137
|
-
self,
|
138
|
-
*,
|
139
|
-
is_entitled_to_jfrog_ml: builtins.bool = ...,
|
140
|
-
has_create_account_permission: builtins.bool = ...,
|
141
|
-
) -> None: ...
|
142
|
-
def ClearField(self, field_name: typing_extensions.Literal["has_create_account_permission", b"has_create_account_permission", "is_entitled_to_jfrog_ml", b"is_entitled_to_jfrog_ml"]) -> None: ...
|
143
|
-
|
144
|
-
global___AccountDoesntExist = AccountDoesntExist
|
145
|
-
|
146
|
-
class EnvironmentDetails(google.protobuf.message.Message):
|
147
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
148
|
-
|
149
|
-
ID_FIELD_NUMBER: builtins.int
|
150
|
-
NAME_FIELD_NUMBER: builtins.int
|
151
|
-
CONFIGURATION_FIELD_NUMBER: builtins.int
|
152
|
-
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
153
|
-
id: builtins.str
|
154
|
-
"""Environment id"""
|
155
|
-
name: builtins.str
|
156
|
-
"""Environment name"""
|
157
|
-
@property
|
158
|
-
def configuration(self) -> frogml_proto.qwak.administration.v0.environments.configuration_pb2.QwakEnvironmentConfiguration:
|
159
|
-
"""Environment configuration"""
|
160
|
-
cluster_id: builtins.str
|
161
|
-
def __init__(
|
162
|
-
self,
|
163
|
-
*,
|
164
|
-
id: builtins.str = ...,
|
165
|
-
name: builtins.str = ...,
|
166
|
-
configuration: frogml_proto.qwak.administration.v0.environments.configuration_pb2.QwakEnvironmentConfiguration | None = ...,
|
167
|
-
cluster_id: builtins.str = ...,
|
168
|
-
) -> None: ...
|
169
|
-
def HasField(self, field_name: typing_extensions.Literal["configuration", b"configuration"]) -> builtins.bool: ...
|
170
|
-
def ClearField(self, field_name: typing_extensions.Literal["cluster_id", b"cluster_id", "configuration", b"configuration", "id", b"id", "name", b"name"]) -> None: ...
|
171
|
-
|
172
|
-
global___EnvironmentDetails = EnvironmentDetails
|