qwak-core 0.4.278__py3-none-any.whl → 0.5.19__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.
Potentially problematic release.
This version of qwak-core might be problematic. Click here for more details.
- _qwak_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
- _qwak_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
- _qwak_proto/qwak/administration/account/v1/account_pb2.py +25 -88
- _qwak_proto/qwak/administration/account/v1/account_pb2.pyi +21 -2
- _qwak_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
- _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
- _qwak_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
- _qwak_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
- _qwak_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
- _qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
- _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
- _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.pyi +1 -1
- _qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
- _qwak_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
- _qwak_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2.py +32 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2.pyi +65 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
- _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +13 -35
- _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi +24 -3
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.py +34 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.pyi +97 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +9 -15
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi +29 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +8 -15
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +16 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2.py +42 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2.pyi +159 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.py +39 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.pyi +126 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +19 -55
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +38 -6
- _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
- _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +13 -35
- _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi +26 -3
- _qwak_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
- _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +8 -15
- _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi +7 -2
- _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +13 -35
- _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi +24 -3
- _qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
- _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
- _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
- _qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
- _qwak_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
- _qwak_proto/qwak/administration/v0/users/user_pb2.py +18 -71
- _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +29 -116
- _qwak_proto/qwak/admiral/secret/v0/secret_pb2.pyi +21 -2
- _qwak_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
- _qwak_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
- _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
- _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
- _qwak_proto/qwak/analytics/analytics_pb2.py +26 -121
- _qwak_proto/qwak/analytics/analytics_service_pb2.py +46 -207
- _qwak_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
- _qwak_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
- _qwak_proto/qwak/audience/v1/audience_pb2.py +26 -113
- _qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
- _qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
- _qwak_proto/qwak/automation/v1/action_pb2.py +40 -180
- _qwak_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
- _qwak_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
- _qwak_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
- _qwak_proto/qwak/automation/v1/automation_pb2.py +11 -35
- _qwak_proto/qwak/automation/v1/automation_pb2.pyi +5 -1
- _qwak_proto/qwak/automation/v1/common_pb2.py +10 -35
- _qwak_proto/qwak/automation/v1/notification_pb2.py +16 -68
- _qwak_proto/qwak/automation/v1/trigger_pb2.py +14 -54
- _qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
- _qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
- _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +119 -562
- _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +5 -1
- _qwak_proto/qwak/build/v1/build_api_pb2.py +86 -407
- _qwak_proto/qwak/build/v1/build_pb2.py +114 -549
- _qwak_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
- _qwak_proto/qwak/build_settings/build_settings_pb2.py +18 -74
- _qwak_proto/qwak/builds/build_pb2.py +46 -207
- _qwak_proto/qwak/builds/build_pb2.pyi +48 -3
- _qwak_proto/qwak/builds/build_url_pb2.py +26 -113
- _qwak_proto/qwak/builds/build_values_pb2.py +82 -0
- _qwak_proto/qwak/builds/build_values_pb2.pyi +559 -0
- _qwak_proto/qwak/builds/build_values_pb2_grpc.py +4 -0
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +87 -270
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.pyi +173 -0
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py +66 -0
- _qwak_proto/qwak/builds/builds_pb2.py +87 -528
- _qwak_proto/qwak/builds/builds_pb2.pyi +0 -191
- _qwak_proto/qwak/builds/builds_pb2_grpc.py +0 -233
- _qwak_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
- _qwak_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
- _qwak_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
- _qwak_proto/qwak/deployment/alert_pb2.py +24 -108
- _qwak_proto/qwak/deployment/alert_service_pb2.py +30 -127
- _qwak_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
- _qwak_proto/qwak/deployment/deployment_pb2.py +124 -588
- _qwak_proto/qwak/deployment/deployment_service_pb2.py +86 -419
- _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +47 -165
- _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.pyi +102 -3
- _qwak_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
- _qwak_proto/qwak/ecosystem/v0/auth_pb2.py +28 -0
- _qwak_proto/qwak/ecosystem/v0/auth_pb2.pyi +37 -0
- _qwak_proto/qwak/ecosystem/v0/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/ecosystem/v0/azure_credentials_pb2.py +37 -0
- _qwak_proto/qwak/ecosystem/v0/azure_credentials_pb2.pyi +117 -0
- _qwak_proto/qwak/ecosystem/v0/azure_credentials_pb2_grpc.py +4 -0
- _qwak_proto/qwak/ecosystem/v0/credentials_pb2.py +12 -35
- _qwak_proto/qwak/ecosystem/v0/credentials_pb2.pyi +8 -3
- _qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
- _qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
- _qwak_proto/qwak/execution/v1/backfill_pb2.py +18 -74
- _qwak_proto/qwak/execution/v1/batch_pb2.py +10 -34
- _qwak_proto/qwak/execution/v1/deletion_pb2.py +12 -44
- _qwak_proto/qwak/execution/v1/execution_pb2.py +16 -69
- _qwak_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
- _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
- _qwak_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
- _qwak_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
- _qwak_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
- _qwak_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
- _qwak_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
- _qwak_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
- _qwak_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
- _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +22 -55
- _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.pyi +71 -1
- _qwak_proto/qwak/execution/v1/streaming_pb2.py +12 -44
- _qwak_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
- _qwak_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
- _qwak_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
- _qwak_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
- _qwak_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
- _qwak_proto/qwak/feature_store/features/execution_pb2.py +14 -56
- _qwak_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
- _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +35 -156
- _qwak_proto/qwak/feature_store/features/feature_set_pb2.pyi +9 -1
- _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.py +97 -440
- _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.pyi +25 -0
- _qwak_proto/qwak/feature_store/features/feature_set_service_pb2_grpc.py +34 -0
- _qwak_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
- _qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
- _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +77 -347
- _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.pyi +7 -2
- _qwak_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
- _qwak_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
- _qwak_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
- _qwak_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
- _qwak_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
- _qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
- _qwak_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
- _qwak_proto/qwak/feature_store/reports/report_pb2.py +14 -53
- _qwak_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
- _qwak_proto/qwak/feature_store/serving/management_pb2.py +14 -47
- _qwak_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
- _qwak_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
- _qwak_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
- _qwak_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
- _qwak_proto/qwak/feature_store/sources/batch_pb2.py +79 -335
- _qwak_proto/qwak/feature_store/sources/batch_pb2.pyi +99 -7
- _qwak_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
- _qwak_proto/qwak/feature_store/sources/data_source_pb2.py +15 -55
- _qwak_proto/qwak/feature_store/sources/data_source_pb2.pyi +5 -1
- _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.py +39 -148
- _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.pyi +25 -0
- _qwak_proto/qwak/feature_store/sources/data_source_service_pb2_grpc.py +34 -0
- _qwak_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
- _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
- _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
- _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
- _qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
- _qwak_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
- _qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
- _qwak_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
- _qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
- _qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
- _qwak_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
- _qwak_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
- _qwak_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
- _qwak_proto/qwak/fitness_service/constructs_pb2.py +23 -100
- _qwak_proto/qwak/fitness_service/constructs_pb2.pyi +24 -0
- _qwak_proto/qwak/fitness_service/fitness_pb2.py +7 -34
- _qwak_proto/qwak/fitness_service/fitness_pb2.pyi +0 -93
- _qwak_proto/qwak/fitness_service/status_pb2.py +17 -108
- _qwak_proto/qwak/fitness_service/status_pb2.pyi +1 -121
- _qwak_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
- _qwak_proto/qwak/instance_template/instance_template_pb2.py +13 -41
- _qwak_proto/qwak/instance_template/instance_template_pb2.pyi +4 -1
- _qwak_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
- _qwak_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
- _qwak_proto/qwak/integration/integration_pb2.py +28 -126
- _qwak_proto/qwak/integration/integration_service_pb2.py +34 -147
- _qwak_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
- _qwak_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
- _qwak_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
- _qwak_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
- _qwak_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
- _qwak_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
- _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +70 -323
- _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.pyi +20 -5
- _qwak_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
- _qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
- _qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
- _qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
- _qwak_proto/qwak/logging/log_filter_pb2.py +12 -44
- _qwak_proto/qwak/logging/log_line_pb2.py +8 -25
- _qwak_proto/qwak/logging/log_reader_service_pb2.py +10 -27
- _qwak_proto/qwak/logging/log_source_pb2.py +30 -134
- _qwak_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
- _qwak_proto/qwak/model_group/model_group_pb2.py +25 -48
- _qwak_proto/qwak/model_group/model_group_pb2.pyi +88 -0
- _qwak_proto/qwak/model_group/model_group_pb2_grpc.py +70 -0
- _qwak_proto/qwak/model_group/model_group_repository_details_pb2.py +23 -75
- _qwak_proto/qwak/model_group/model_group_repository_details_pb2.pyi +44 -6
- _qwak_proto/qwak/models/models_pb2.py +99 -406
- _qwak_proto/qwak/models/models_pb2.pyi +86 -0
- _qwak_proto/qwak/models/models_pb2_grpc.py +34 -0
- _qwak_proto/qwak/models/models_query_pb2.py +16 -56
- _qwak_proto/qwak/models/models_query_pb2.pyi +4 -4
- _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
- _qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
- _qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
- _qwak_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
- _qwak_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
- _qwak_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
- _qwak_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
- _qwak_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
- _qwak_proto/qwak/projects/projects_pb2.py +50 -192
- _qwak_proto/qwak/projects/projects_pb2.pyi +35 -0
- _qwak_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
- _qwak_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
- _qwak_proto/qwak/secret_service/secret_service_pb2.py +18 -67
- _qwak_proto/qwak/secret_service/secret_service_pb2.pyi +1 -1
- _qwak_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
- _qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
- _qwak_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
- _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.py +37 -132
- _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.pyi +40 -2
- _qwak_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
- _qwak_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
- _qwak_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
- _qwak_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
- _qwak_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
- _qwak_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
- _qwak_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
- _qwak_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
- _qwak_proto/qwak/user_application/common/v0/resources_pb2.py +31 -139
- _qwak_proto/qwak/user_application/common/v0/resources_pb2.pyi +24 -0
- _qwak_proto/qwak/user_application/v0/user_application_pb2.py +11 -44
- _qwak_proto/qwak/user_application/v0/user_application_pb2.pyi +6 -0
- _qwak_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
- _qwak_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
- _qwak_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
- _qwak_proto/qwak/vectors/v1/filters_pb2.py +30 -134
- _qwak_proto/qwak/vectors/v1/vector_pb2.py +14 -54
- _qwak_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
- _qwak_proto/qwak/workspace/workspace_pb2.py +22 -107
- _qwak_proto/qwak/workspace/workspace_service_pb2.py +62 -287
- qwak/__init__.py +1 -1
- qwak/automations/automations.py +3 -0
- qwak/clients/feature_store/execution_management_client.py +28 -0
- qwak/clients/feature_store/management_client.py +156 -206
- qwak/clients/feature_store/operator_client.py +19 -1
- qwak/clients/logging_client/client.py +13 -18
- qwak/clients/model_management/client.py +0 -5
- qwak/clients/project/client.py +0 -7
- qwak/exceptions/__init__.py +1 -0
- qwak/exceptions/qwak_grpc_address_exception.py +9 -0
- qwak/feature_store/_common/artifact_utils.py +10 -8
- qwak/feature_store/_common/packaging.py +39 -21
- qwak/feature_store/_common/source_code_spec.py +61 -11
- qwak/feature_store/_common/source_code_spec_factory.py +63 -10
- qwak/feature_store/data_sources/__init__.py +2 -0
- qwak/feature_store/data_sources/base.py +11 -7
- qwak/feature_store/data_sources/batch/snowflake.py +34 -8
- qwak/feature_store/data_sources/batch/unity_catalog.py +107 -0
- qwak/feature_store/execution/streaming_backfill.py +48 -0
- qwak/feature_store/feature_sets/base_feature_set.py +1 -0
- qwak/feature_store/feature_sets/streaming.py +84 -63
- qwak/feature_store/feature_sets/streaming_backfill.py +88 -124
- qwak/feature_store/online/client.py +20 -4
- qwak/feature_store/validations/validation_decorators.py +70 -0
- qwak/feature_store/validations/validation_response.py +3 -1
- qwak/feature_store/validations/validator.py +11 -3
- qwak/inner/build_logic/interface/context_interface.py +4 -0
- qwak/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
- qwak/inner/const.py +2 -6
- qwak/inner/di_configuration/__init__.py +1 -69
- qwak/inner/di_configuration/account.py +18 -63
- qwak/inner/di_configuration/containers.py +5 -1
- qwak/inner/di_configuration/dependency_wiring.py +98 -0
- qwak/inner/tool/auth.py +10 -80
- qwak/inner/tool/grpc/grpc_auth.py +0 -32
- qwak/inner/tool/grpc/grpc_tools.py +125 -11
- qwak/inner/tool/grpc/grpc_try_wrapping.py +140 -3
- qwak/llmops/generation/chat/openai/types/chat/chat_completion.py +24 -6
- qwak/llmops/generation/chat/openai/types/chat/chat_completion_chunk.py +44 -8
- qwak/llmops/generation/chat/openai/types/chat/chat_completion_message.py +6 -3
- qwak/qwak_client/client.py +2 -13
- qwak/vector_store/rest_helpers.py +4 -16
- qwak_core-0.5.19.dist-info/METADATA +48 -0
- {qwak_core-0.4.278.dist-info → qwak_core-0.5.19.dist-info}/RECORD +316 -334
- qwak_services_mock/mocks/execution_management_service.py +9 -1
- qwak_services_mock/mocks/feature_store_data_sources_manager_api.py +55 -13
- qwak_services_mock/mocks/feature_store_entities_manager_api.py +31 -29
- qwak_services_mock/mocks/features_operator_v3_service.py +20 -0
- qwak_services_mock/mocks/qwak_mocks.py +0 -2
- qwak_services_mock/services_mock.py +1 -11
- _qwak_proto/qwak/fitness_service/fitness_service_pb2.py +0 -110
- _qwak_proto/qwak/fitness_service/fitness_service_pb2.pyi +0 -121
- _qwak_proto/qwak/fitness_service/fitness_service_pb2_grpc.py +0 -169
- frogml_storage/__init__.py +0 -1
- frogml_storage/artifactory/__init__.py +0 -1
- frogml_storage/artifactory/_artifactory_api.py +0 -315
- frogml_storage/authentication/login/__init__.py +0 -1
- frogml_storage/authentication/login/_login_cli.py +0 -239
- frogml_storage/authentication/login/_login_command.py +0 -74
- frogml_storage/authentication/models/__init__.py +0 -3
- frogml_storage/authentication/models/_auth.py +0 -24
- frogml_storage/authentication/models/_auth_config.py +0 -70
- frogml_storage/authentication/models/_login.py +0 -22
- frogml_storage/authentication/utils/__init__.py +0 -17
- 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/constants.py +0 -56
- frogml_storage/exceptions/checksum_verification_error.py +0 -3
- frogml_storage/exceptions/validation_error.py +0 -4
- frogml_storage/frog_ml.py +0 -668
- frogml_storage/http/__init__.py +0 -1
- frogml_storage/http/http_client.py +0 -83
- frogml_storage/logging/__init__.py +0 -1
- frogml_storage/logging/_log_config.py +0 -45
- frogml_storage/logging/log_utils.py +0 -21
- frogml_storage/models/__init__.py +0 -1
- 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 -50
- 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/models/serialization_metadata.py +0 -15
- frogml_storage/utils/__init__.py +0 -12
- frogml_storage/utils/_environment.py +0 -21
- frogml_storage/utils/_input_checks_utility.py +0 -104
- frogml_storage/utils/_storage_utils.py +0 -15
- frogml_storage/utils/_url_utils.py +0 -27
- qwak/clients/build_management/__init__.py +0 -1
- qwak/clients/build_management/client.py +0 -114
- qwak_core-0.4.278.dist-info/METADATA +0 -415
- qwak_services_mock/mocks/build_management.py +0 -100
- {qwak_core-0.4.278.dist-info → qwak_core-0.5.19.dist-info}/WHEEL +0 -0
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
"""Generated protocol buffer code."""
|
|
5
5
|
from google.protobuf import descriptor as _descriptor
|
|
6
6
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
-
from google.protobuf import message as _message
|
|
8
|
-
from google.protobuf import reflection as _reflection
|
|
9
7
|
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
10
9
|
# @@protoc_insertion_point(imports)
|
|
11
10
|
|
|
12
11
|
_sym_db = _symbol_database.Default()
|
|
@@ -18,89 +17,9 @@ from _qwak_proto.qwak.vectors.v1 import filters_pb2 as qwak_dot_vectors_dot_v1_d
|
|
|
18
17
|
|
|
19
18
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$qwak/vectors/v1/vector_service.proto\x12\x1cqwak.vector.store.serving.v1\x1a\x1cqwak/vectors/v1/vector.proto\x1a\x1dqwak/vectors/v1/filters.proto\"\xd9\x02\n\x1bSearchSimilarVectorsRequest\x12\x17\n\x0f\x63ollection_name\x18\x01 \x01(\t\x12\x44\n\x10reference_vector\x18\x02 \x01(\x0b\x32*.qwak.vector.store.serving.v1.DoubleVector\x12\x12\n\nproperties\x18\x03 \x03(\t\x12\x36\n\x06\x66ilter\x18\x04 \x01(\x0b\x32$.qwak.vector.store.serving.v1.FilterH\x00\x12\x13\n\x0bmax_results\x18\x05 \x01(\x05\x12\x16\n\x0einclude_vector\x18\x06 \x01(\x08\x12\x18\n\x10include_distance\x18\x07 \x01(\x08\x12\x12\n\ninclude_id\x18\x08 \x01(\x08\x12\x13\n\ttenant_id\x18\t \x01(\tH\x01\x42\x0c\n\nfilter_optB\x11\n\x0foptional_tenant\"b\n\x1cSearchSimilarVectorsResponse\x12\x42\n\x0esearch_results\x18\x01 \x03(\x0b\x32*.qwak.vector.store.serving.v1.SearchResult\"\x86\x01\n\x16GetVectorSampleRequest\x12\x17\n\x0f\x63ollection_name\x18\x01 \x01(\t\x12\x13\n\x0bnum_samples\x18\x02 \x01(\x05\x12\x16\n\x0einclude_vector\x18\x03 \x01(\x08\x12\x13\n\ttenant_id\x18\t \x01(\tH\x00\x42\x11\n\x0foptional_tenant\"V\n\x17GetVectorSampleResponse\x12;\n\x07vectors\x18\x01 \x03(\x0b\x32*.qwak.vector.store.serving.v1.StoredVector\"k\n\x14UpsertVectorsRequest\x12\x17\n\x0f\x63ollection_name\x18\x01 \x01(\t\x12:\n\x06vector\x18\x02 \x03(\x0b\x32*.qwak.vector.store.serving.v1.StoredVector\"-\n\x15UpsertVectorsResponse\x12\x14\n\x0cnum_affected\x18\x01 \x01(\x05\"\x92\x01\n\x14\x44\x65leteVectorsRequest\x12\x17\n\x0f\x63ollection_name\x18\x01 \x01(\t\x12\x15\n\tvector_id\x18\x02 \x03(\tB\x02\x18\x01\x12J\n\x12vector_identifiers\x18\x03 \x03(\x0b\x32..qwak.vector.store.serving.v1.VectorIdentifier\"4\n\x15\x44\x65leteVectorsResponse\x12\x1b\n\x13num_vectors_deleted\x18\x01 \x01(\x03\"\x8f\x01\n\x12\x46\x65tchVectorRequest\x12\x17\n\x0f\x63ollection_name\x18\x01 \x01(\t\x12\x15\n\tvector_id\x18\x02 \x01(\tB\x02\x18\x01\x12I\n\x11vector_identifier\x18\x03 \x01(\x0b\x32..qwak.vector.store.serving.v1.VectorIdentifier\"Q\n\x13\x46\x65tchVectorResponse\x12:\n\x06vector\x18\x01 \x01(\x0b\x32*.qwak.vector.store.serving.v1.StoredVector2\x87\x05\n\rVectorService\x12\x8d\x01\n\x14SearchSimilarVectors\x12\x39.qwak.vector.store.serving.v1.SearchSimilarVectorsRequest\x1a:.qwak.vector.store.serving.v1.SearchSimilarVectorsResponse\x12~\n\x0fGetVectorSample\x12\x34.qwak.vector.store.serving.v1.GetVectorSampleRequest\x1a\x35.qwak.vector.store.serving.v1.GetVectorSampleResponse\x12r\n\x0b\x46\x65tchVector\x12\x30.qwak.vector.store.serving.v1.FetchVectorRequest\x1a\x31.qwak.vector.store.serving.v1.FetchVectorResponse\x12x\n\rUpsertVectors\x12\x32.qwak.vector.store.serving.v1.UpsertVectorsRequest\x1a\x33.qwak.vector.store.serving.v1.UpsertVectorsResponse\x12x\n\rDeleteVectors\x12\x32.qwak.vector.store.serving.v1.DeleteVectorsRequest\x1a\x33.qwak.vector.store.serving.v1.DeleteVectorsResponseB\x1e\n\x1a\x63om.qwak.ai.vectors.api.v1P\x01\x62\x06proto3')
|
|
20
19
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
_SEARCHSIMILARVECTORSRESPONSE = DESCRIPTOR.message_types_by_name['SearchSimilarVectorsResponse']
|
|
25
|
-
_GETVECTORSAMPLEREQUEST = DESCRIPTOR.message_types_by_name['GetVectorSampleRequest']
|
|
26
|
-
_GETVECTORSAMPLERESPONSE = DESCRIPTOR.message_types_by_name['GetVectorSampleResponse']
|
|
27
|
-
_UPSERTVECTORSREQUEST = DESCRIPTOR.message_types_by_name['UpsertVectorsRequest']
|
|
28
|
-
_UPSERTVECTORSRESPONSE = DESCRIPTOR.message_types_by_name['UpsertVectorsResponse']
|
|
29
|
-
_DELETEVECTORSREQUEST = DESCRIPTOR.message_types_by_name['DeleteVectorsRequest']
|
|
30
|
-
_DELETEVECTORSRESPONSE = DESCRIPTOR.message_types_by_name['DeleteVectorsResponse']
|
|
31
|
-
_FETCHVECTORREQUEST = DESCRIPTOR.message_types_by_name['FetchVectorRequest']
|
|
32
|
-
_FETCHVECTORRESPONSE = DESCRIPTOR.message_types_by_name['FetchVectorResponse']
|
|
33
|
-
SearchSimilarVectorsRequest = _reflection.GeneratedProtocolMessageType('SearchSimilarVectorsRequest', (_message.Message,), {
|
|
34
|
-
'DESCRIPTOR' : _SEARCHSIMILARVECTORSREQUEST,
|
|
35
|
-
'__module__' : 'qwak.vectors.v1.vector_service_pb2'
|
|
36
|
-
# @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.SearchSimilarVectorsRequest)
|
|
37
|
-
})
|
|
38
|
-
_sym_db.RegisterMessage(SearchSimilarVectorsRequest)
|
|
39
|
-
|
|
40
|
-
SearchSimilarVectorsResponse = _reflection.GeneratedProtocolMessageType('SearchSimilarVectorsResponse', (_message.Message,), {
|
|
41
|
-
'DESCRIPTOR' : _SEARCHSIMILARVECTORSRESPONSE,
|
|
42
|
-
'__module__' : 'qwak.vectors.v1.vector_service_pb2'
|
|
43
|
-
# @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.SearchSimilarVectorsResponse)
|
|
44
|
-
})
|
|
45
|
-
_sym_db.RegisterMessage(SearchSimilarVectorsResponse)
|
|
46
|
-
|
|
47
|
-
GetVectorSampleRequest = _reflection.GeneratedProtocolMessageType('GetVectorSampleRequest', (_message.Message,), {
|
|
48
|
-
'DESCRIPTOR' : _GETVECTORSAMPLEREQUEST,
|
|
49
|
-
'__module__' : 'qwak.vectors.v1.vector_service_pb2'
|
|
50
|
-
# @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.GetVectorSampleRequest)
|
|
51
|
-
})
|
|
52
|
-
_sym_db.RegisterMessage(GetVectorSampleRequest)
|
|
53
|
-
|
|
54
|
-
GetVectorSampleResponse = _reflection.GeneratedProtocolMessageType('GetVectorSampleResponse', (_message.Message,), {
|
|
55
|
-
'DESCRIPTOR' : _GETVECTORSAMPLERESPONSE,
|
|
56
|
-
'__module__' : 'qwak.vectors.v1.vector_service_pb2'
|
|
57
|
-
# @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.GetVectorSampleResponse)
|
|
58
|
-
})
|
|
59
|
-
_sym_db.RegisterMessage(GetVectorSampleResponse)
|
|
60
|
-
|
|
61
|
-
UpsertVectorsRequest = _reflection.GeneratedProtocolMessageType('UpsertVectorsRequest', (_message.Message,), {
|
|
62
|
-
'DESCRIPTOR' : _UPSERTVECTORSREQUEST,
|
|
63
|
-
'__module__' : 'qwak.vectors.v1.vector_service_pb2'
|
|
64
|
-
# @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.UpsertVectorsRequest)
|
|
65
|
-
})
|
|
66
|
-
_sym_db.RegisterMessage(UpsertVectorsRequest)
|
|
67
|
-
|
|
68
|
-
UpsertVectorsResponse = _reflection.GeneratedProtocolMessageType('UpsertVectorsResponse', (_message.Message,), {
|
|
69
|
-
'DESCRIPTOR' : _UPSERTVECTORSRESPONSE,
|
|
70
|
-
'__module__' : 'qwak.vectors.v1.vector_service_pb2'
|
|
71
|
-
# @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.UpsertVectorsResponse)
|
|
72
|
-
})
|
|
73
|
-
_sym_db.RegisterMessage(UpsertVectorsResponse)
|
|
74
|
-
|
|
75
|
-
DeleteVectorsRequest = _reflection.GeneratedProtocolMessageType('DeleteVectorsRequest', (_message.Message,), {
|
|
76
|
-
'DESCRIPTOR' : _DELETEVECTORSREQUEST,
|
|
77
|
-
'__module__' : 'qwak.vectors.v1.vector_service_pb2'
|
|
78
|
-
# @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.DeleteVectorsRequest)
|
|
79
|
-
})
|
|
80
|
-
_sym_db.RegisterMessage(DeleteVectorsRequest)
|
|
81
|
-
|
|
82
|
-
DeleteVectorsResponse = _reflection.GeneratedProtocolMessageType('DeleteVectorsResponse', (_message.Message,), {
|
|
83
|
-
'DESCRIPTOR' : _DELETEVECTORSRESPONSE,
|
|
84
|
-
'__module__' : 'qwak.vectors.v1.vector_service_pb2'
|
|
85
|
-
# @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.DeleteVectorsResponse)
|
|
86
|
-
})
|
|
87
|
-
_sym_db.RegisterMessage(DeleteVectorsResponse)
|
|
88
|
-
|
|
89
|
-
FetchVectorRequest = _reflection.GeneratedProtocolMessageType('FetchVectorRequest', (_message.Message,), {
|
|
90
|
-
'DESCRIPTOR' : _FETCHVECTORREQUEST,
|
|
91
|
-
'__module__' : 'qwak.vectors.v1.vector_service_pb2'
|
|
92
|
-
# @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.FetchVectorRequest)
|
|
93
|
-
})
|
|
94
|
-
_sym_db.RegisterMessage(FetchVectorRequest)
|
|
95
|
-
|
|
96
|
-
FetchVectorResponse = _reflection.GeneratedProtocolMessageType('FetchVectorResponse', (_message.Message,), {
|
|
97
|
-
'DESCRIPTOR' : _FETCHVECTORRESPONSE,
|
|
98
|
-
'__module__' : 'qwak.vectors.v1.vector_service_pb2'
|
|
99
|
-
# @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.FetchVectorResponse)
|
|
100
|
-
})
|
|
101
|
-
_sym_db.RegisterMessage(FetchVectorResponse)
|
|
102
|
-
|
|
103
|
-
_VECTORSERVICE = DESCRIPTOR.services_by_name['VectorService']
|
|
20
|
+
_globals = globals()
|
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.vectors.v1.vector_service_pb2', _globals)
|
|
104
23
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
105
24
|
|
|
106
25
|
DESCRIPTOR._options = None
|
|
@@ -109,26 +28,26 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
109
28
|
_DELETEVECTORSREQUEST.fields_by_name['vector_id']._serialized_options = b'\030\001'
|
|
110
29
|
_FETCHVECTORREQUEST.fields_by_name['vector_id']._options = None
|
|
111
30
|
_FETCHVECTORREQUEST.fields_by_name['vector_id']._serialized_options = b'\030\001'
|
|
112
|
-
_SEARCHSIMILARVECTORSREQUEST._serialized_start=132
|
|
113
|
-
_SEARCHSIMILARVECTORSREQUEST._serialized_end=477
|
|
114
|
-
_SEARCHSIMILARVECTORSRESPONSE._serialized_start=479
|
|
115
|
-
_SEARCHSIMILARVECTORSRESPONSE._serialized_end=577
|
|
116
|
-
_GETVECTORSAMPLEREQUEST._serialized_start=580
|
|
117
|
-
_GETVECTORSAMPLEREQUEST._serialized_end=714
|
|
118
|
-
_GETVECTORSAMPLERESPONSE._serialized_start=716
|
|
119
|
-
_GETVECTORSAMPLERESPONSE._serialized_end=802
|
|
120
|
-
_UPSERTVECTORSREQUEST._serialized_start=804
|
|
121
|
-
_UPSERTVECTORSREQUEST._serialized_end=911
|
|
122
|
-
_UPSERTVECTORSRESPONSE._serialized_start=913
|
|
123
|
-
_UPSERTVECTORSRESPONSE._serialized_end=958
|
|
124
|
-
_DELETEVECTORSREQUEST._serialized_start=961
|
|
125
|
-
_DELETEVECTORSREQUEST._serialized_end=1107
|
|
126
|
-
_DELETEVECTORSRESPONSE._serialized_start=1109
|
|
127
|
-
_DELETEVECTORSRESPONSE._serialized_end=1161
|
|
128
|
-
_FETCHVECTORREQUEST._serialized_start=1164
|
|
129
|
-
_FETCHVECTORREQUEST._serialized_end=1307
|
|
130
|
-
_FETCHVECTORRESPONSE._serialized_start=1309
|
|
131
|
-
_FETCHVECTORRESPONSE._serialized_end=1390
|
|
132
|
-
_VECTORSERVICE._serialized_start=1393
|
|
133
|
-
_VECTORSERVICE._serialized_end=2040
|
|
31
|
+
_globals['_SEARCHSIMILARVECTORSREQUEST']._serialized_start=132
|
|
32
|
+
_globals['_SEARCHSIMILARVECTORSREQUEST']._serialized_end=477
|
|
33
|
+
_globals['_SEARCHSIMILARVECTORSRESPONSE']._serialized_start=479
|
|
34
|
+
_globals['_SEARCHSIMILARVECTORSRESPONSE']._serialized_end=577
|
|
35
|
+
_globals['_GETVECTORSAMPLEREQUEST']._serialized_start=580
|
|
36
|
+
_globals['_GETVECTORSAMPLEREQUEST']._serialized_end=714
|
|
37
|
+
_globals['_GETVECTORSAMPLERESPONSE']._serialized_start=716
|
|
38
|
+
_globals['_GETVECTORSAMPLERESPONSE']._serialized_end=802
|
|
39
|
+
_globals['_UPSERTVECTORSREQUEST']._serialized_start=804
|
|
40
|
+
_globals['_UPSERTVECTORSREQUEST']._serialized_end=911
|
|
41
|
+
_globals['_UPSERTVECTORSRESPONSE']._serialized_start=913
|
|
42
|
+
_globals['_UPSERTVECTORSRESPONSE']._serialized_end=958
|
|
43
|
+
_globals['_DELETEVECTORSREQUEST']._serialized_start=961
|
|
44
|
+
_globals['_DELETEVECTORSREQUEST']._serialized_end=1107
|
|
45
|
+
_globals['_DELETEVECTORSRESPONSE']._serialized_start=1109
|
|
46
|
+
_globals['_DELETEVECTORSRESPONSE']._serialized_end=1161
|
|
47
|
+
_globals['_FETCHVECTORREQUEST']._serialized_start=1164
|
|
48
|
+
_globals['_FETCHVECTORREQUEST']._serialized_end=1307
|
|
49
|
+
_globals['_FETCHVECTORRESPONSE']._serialized_start=1309
|
|
50
|
+
_globals['_FETCHVECTORRESPONSE']._serialized_end=1390
|
|
51
|
+
_globals['_VECTORSERVICE']._serialized_start=1393
|
|
52
|
+
_globals['_VECTORSERVICE']._serialized_end=2040
|
|
134
53
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -2,12 +2,10 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# source: qwak/workspace/workspace.proto
|
|
4
4
|
"""Generated protocol buffer code."""
|
|
5
|
-
from google.protobuf.internal import enum_type_wrapper
|
|
6
5
|
from google.protobuf import descriptor as _descriptor
|
|
7
6
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
8
|
-
from google.protobuf import message as _message
|
|
9
|
-
from google.protobuf import reflection as _reflection
|
|
10
7
|
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
11
9
|
# @@protoc_insertion_point(imports)
|
|
12
10
|
|
|
13
11
|
_sym_db = _symbol_database.Default()
|
|
@@ -20,92 +18,9 @@ from _qwak_proto.qwak.user_application.v0 import user_application_pb2 as qwak_do
|
|
|
20
18
|
|
|
21
19
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1eqwak/workspace/workspace.proto\x12\x19qwak.workspace.management\x1a\x1fgoogle/protobuf/timestamp.proto\x1a/qwak/user_application/common/v0/resources.proto\x1a/qwak/user_application/v0/user_application.proto\"\xc4\x04\n\tWorkspace\x12\x16\n\x0eworkspace_name\x18\x01 \x01(\t\x12`\n\x1c\x63lient_pod_compute_resources\x18\x02 \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResources\x12\x10\n\x08image_id\x18\x03 \x01(\t\x12\x17\n\x0f\x63reator_user_id\x18\x04 \x01(\t\x12\x1b\n\x13last_update_user_id\x18\x05 \x01(\t\x12/\n\x0b\x63reate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10last_update_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\x0cworkspace_id\x18\t \x01(\t\x12\x0c\n\x04tags\x18\n \x03(\t\x12N\n\x1aworkspace_deployment_state\x18\x0b \x01(\x0e\x32*.qwak.workspace.management.DeploymentState\x12\x44\n\x10workspace_status\x18\x0c \x01(\x0e\x32*.qwak.workspace.management.WorkspaceStatus\x12\x15\n\rerror_message\x18\r \x01(\t\x12\x12\n\nimage_name\x18\x0e \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x0f \x01(\t\x12\x11\n\tbuild_ids\x18\x10 \x03(\t\"\xd3\x01\n\rWorkspaceSpec\x12\x16\n\x0eworkspace_name\x18\x01 \x01(\t\x12`\n\x1c\x63lient_pod_compute_resources\x18\x02 \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResources\x12\x10\n\x08image_id\x18\x03 \x01(\t\x12\x0c\n\x04tags\x18\x04 \x03(\t\x12\x16\n\x0e\x65nvironment_id\x18\x05 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x06 \x01(\t\"\x9d\x02\n\x1bWorkspaceDeploymentSnapshot\x12\x16\n\x0eworkspace_name\x18\x01 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x02 \x01(\t\x12\x36\n\ndeployment\x18\x03 \x01(\x0b\x32\x1e.qwak.user_application.v0.SpecB\x02\x18\x01\x12\x34\n\x08replicas\x18\x04 \x03(\x0b\x32\x1e.qwak.user_application.v0.SpecB\x02\x18\x01\x12,\n\x04pods\x18\x05 \x03(\x0b\x32\x1e.qwak.user_application.v0.Spec\x12\x34\n\x0cstateful_set\x18\x06 \x01(\x0b\x32\x1e.qwak.user_application.v0.Spec\"\xb1\x01\n$UpdateWorkspaceStatusFromEdgeDetails\x12\x12\n\naccount_id\x18\x01 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\x12]\n\x1dworkspace_deployment_snapshot\x18\x03 \x03(\x0b\x32\x36.qwak.workspace.management.WorkspaceDeploymentSnapshot\"Y\n\x0eWorkspaceImage\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12-\n\x04type\x18\x03 \x01(\x0e\x32\x1f.qwak.workspace.management.Type\"\xfb\x01\n\x17\x44\x65\x66\x61ultWorkspaceDetails\x12Y\n\x15\x63pu_compute_resources\x18\x01 \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResources\x12Y\n\x15gpu_compute_resources\x18\x02 \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResources\x12\x14\n\x0c\x63pu_image_id\x18\x03 \x01(\t\x12\x14\n\x0cgpu_image_id\x18\x04 \x01(\t*\x18\n\x04Type\x12\x07\n\x03\x43PU\x10\x00\x12\x07\n\x03GPU\x10\x01*\xaa\x01\n\x0fWorkspaceStatus\x12\x1c\n\x18WORKSPACE_STATUS_UNKNOWN\x10\x00\x12!\n\x1dWORKSPACE_STATUS_INITIALIZING\x10\x01\x12\x1c\n\x18WORKSPACE_STATUS_STARTED\x10\x02\x12\x1c\n\x18WORKSPACE_STATUS_STOPPED\x10\x03\x12\x1a\n\x16WORKSPACE_STATUS_ERROR\x10\x04*\xe0\x07\n\x0f\x44\x65ploymentState\x12\x1c\n\x18\x44\x45PLOYMENT_STATE_UNKNOWN\x10\x00\x12)\n%DEPLOYMENT_STATE_INITIATING_WORKSPACE\x10\x01\x12\x30\n,DEPLOYMENT_STATE_DEPLOYING_REQUEST_WORKSPACE\x10\x02\x12\x33\n/DEPLOYMENT_STATE_FAILED_EVENT_COMMAND_WORKSPACE\x10\x03\x12)\n%DEPLOYMENT_STATE_DELETION_IN_PROGRESS\x10\x04\x12\x33\n/DEPLOYMENT_STATE_RESUME_EVENT_COMMAND_WORKSPACE\x10\x05\x12\x31\n-DEPLOYMENT_STATE_STOP_EVENT_COMMAND_WORKSPACE\x10\x06\x12(\n$DEPLOYMENT_STATE_STOPPING_DEPLOYMENT\x10\x07\x12\'\n#DEPLOYMENT_STATE_STOPPED_DEPLOYMENT\x10\x08\x12 \n\x1c\x44\x45PLOYMENT_STATE_INITIALIZED\x10\t\x12\x1a\n\x16\x44\x45PLOYMENT_STATE_READY\x10\n\x12%\n!DEPLOYMENT_STATE_CONTAINERS_READY\x10\x0b\x12\"\n\x1e\x44\x45PLOYMENT_STATE_POD_SCHEDULED\x10\x0c\x12\"\n\x1e\x44\x45PLOYMENT_STATE_UNSCHEDULABLE\x10\r\x12)\n%DEPLOYMENT_STATE_CONTAINERS_NOT_READY\x10\x0e\x12\x1e\n\x1a\x44\x45PLOYMENT_STATE_AVAILABLE\x10\x0f\x12 \n\x1c\x44\x45PLOYMENT_STATE_PROGRESSING\x10\x10\x12$\n DEPLOYMENT_STATE_REPLICA_FAILURE\x10\x11\x12/\n+DEPLOYMENT_STATE_MINIMUM_REPLICAS_AVAILABLE\x10\x12\x12\x31\n-DEPLOYMENT_STATE_MINIMUM_REPLICAS_UNAVAILABLE\x10\x13\x12\x30\n,DEPLOYMENT_STATE_PROGRESS_DEAD_LINE_EXCEEDED\x10\x14\x12.\n*DEPLOYMENT_STATE_NEW_REPLICA_SET_AVAILABLE\x10\x15\x12\x31\n-DEPLOYMENT_STATE_IDLE_TIME_STOPPED_DEPLOYMENT\x10\x16\x42\x42\n$com.qwak.ai.management.workspace.apiP\x01Z\x18qwak/workspace;workspaceb\x06proto3')
|
|
22
20
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
WorkspaceStatus = enum_type_wrapper.EnumTypeWrapper(_WORKSPACESTATUS)
|
|
27
|
-
_DEPLOYMENTSTATE = DESCRIPTOR.enum_types_by_name['DeploymentState']
|
|
28
|
-
DeploymentState = enum_type_wrapper.EnumTypeWrapper(_DEPLOYMENTSTATE)
|
|
29
|
-
CPU = 0
|
|
30
|
-
GPU = 1
|
|
31
|
-
WORKSPACE_STATUS_UNKNOWN = 0
|
|
32
|
-
WORKSPACE_STATUS_INITIALIZING = 1
|
|
33
|
-
WORKSPACE_STATUS_STARTED = 2
|
|
34
|
-
WORKSPACE_STATUS_STOPPED = 3
|
|
35
|
-
WORKSPACE_STATUS_ERROR = 4
|
|
36
|
-
DEPLOYMENT_STATE_UNKNOWN = 0
|
|
37
|
-
DEPLOYMENT_STATE_INITIATING_WORKSPACE = 1
|
|
38
|
-
DEPLOYMENT_STATE_DEPLOYING_REQUEST_WORKSPACE = 2
|
|
39
|
-
DEPLOYMENT_STATE_FAILED_EVENT_COMMAND_WORKSPACE = 3
|
|
40
|
-
DEPLOYMENT_STATE_DELETION_IN_PROGRESS = 4
|
|
41
|
-
DEPLOYMENT_STATE_RESUME_EVENT_COMMAND_WORKSPACE = 5
|
|
42
|
-
DEPLOYMENT_STATE_STOP_EVENT_COMMAND_WORKSPACE = 6
|
|
43
|
-
DEPLOYMENT_STATE_STOPPING_DEPLOYMENT = 7
|
|
44
|
-
DEPLOYMENT_STATE_STOPPED_DEPLOYMENT = 8
|
|
45
|
-
DEPLOYMENT_STATE_INITIALIZED = 9
|
|
46
|
-
DEPLOYMENT_STATE_READY = 10
|
|
47
|
-
DEPLOYMENT_STATE_CONTAINERS_READY = 11
|
|
48
|
-
DEPLOYMENT_STATE_POD_SCHEDULED = 12
|
|
49
|
-
DEPLOYMENT_STATE_UNSCHEDULABLE = 13
|
|
50
|
-
DEPLOYMENT_STATE_CONTAINERS_NOT_READY = 14
|
|
51
|
-
DEPLOYMENT_STATE_AVAILABLE = 15
|
|
52
|
-
DEPLOYMENT_STATE_PROGRESSING = 16
|
|
53
|
-
DEPLOYMENT_STATE_REPLICA_FAILURE = 17
|
|
54
|
-
DEPLOYMENT_STATE_MINIMUM_REPLICAS_AVAILABLE = 18
|
|
55
|
-
DEPLOYMENT_STATE_MINIMUM_REPLICAS_UNAVAILABLE = 19
|
|
56
|
-
DEPLOYMENT_STATE_PROGRESS_DEAD_LINE_EXCEEDED = 20
|
|
57
|
-
DEPLOYMENT_STATE_NEW_REPLICA_SET_AVAILABLE = 21
|
|
58
|
-
DEPLOYMENT_STATE_IDLE_TIME_STOPPED_DEPLOYMENT = 22
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
_WORKSPACE = DESCRIPTOR.message_types_by_name['Workspace']
|
|
62
|
-
_WORKSPACESPEC = DESCRIPTOR.message_types_by_name['WorkspaceSpec']
|
|
63
|
-
_WORKSPACEDEPLOYMENTSNAPSHOT = DESCRIPTOR.message_types_by_name['WorkspaceDeploymentSnapshot']
|
|
64
|
-
_UPDATEWORKSPACESTATUSFROMEDGEDETAILS = DESCRIPTOR.message_types_by_name['UpdateWorkspaceStatusFromEdgeDetails']
|
|
65
|
-
_WORKSPACEIMAGE = DESCRIPTOR.message_types_by_name['WorkspaceImage']
|
|
66
|
-
_DEFAULTWORKSPACEDETAILS = DESCRIPTOR.message_types_by_name['DefaultWorkspaceDetails']
|
|
67
|
-
Workspace = _reflection.GeneratedProtocolMessageType('Workspace', (_message.Message,), {
|
|
68
|
-
'DESCRIPTOR' : _WORKSPACE,
|
|
69
|
-
'__module__' : 'qwak.workspace.workspace_pb2'
|
|
70
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.Workspace)
|
|
71
|
-
})
|
|
72
|
-
_sym_db.RegisterMessage(Workspace)
|
|
73
|
-
|
|
74
|
-
WorkspaceSpec = _reflection.GeneratedProtocolMessageType('WorkspaceSpec', (_message.Message,), {
|
|
75
|
-
'DESCRIPTOR' : _WORKSPACESPEC,
|
|
76
|
-
'__module__' : 'qwak.workspace.workspace_pb2'
|
|
77
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.WorkspaceSpec)
|
|
78
|
-
})
|
|
79
|
-
_sym_db.RegisterMessage(WorkspaceSpec)
|
|
80
|
-
|
|
81
|
-
WorkspaceDeploymentSnapshot = _reflection.GeneratedProtocolMessageType('WorkspaceDeploymentSnapshot', (_message.Message,), {
|
|
82
|
-
'DESCRIPTOR' : _WORKSPACEDEPLOYMENTSNAPSHOT,
|
|
83
|
-
'__module__' : 'qwak.workspace.workspace_pb2'
|
|
84
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.WorkspaceDeploymentSnapshot)
|
|
85
|
-
})
|
|
86
|
-
_sym_db.RegisterMessage(WorkspaceDeploymentSnapshot)
|
|
87
|
-
|
|
88
|
-
UpdateWorkspaceStatusFromEdgeDetails = _reflection.GeneratedProtocolMessageType('UpdateWorkspaceStatusFromEdgeDetails', (_message.Message,), {
|
|
89
|
-
'DESCRIPTOR' : _UPDATEWORKSPACESTATUSFROMEDGEDETAILS,
|
|
90
|
-
'__module__' : 'qwak.workspace.workspace_pb2'
|
|
91
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.UpdateWorkspaceStatusFromEdgeDetails)
|
|
92
|
-
})
|
|
93
|
-
_sym_db.RegisterMessage(UpdateWorkspaceStatusFromEdgeDetails)
|
|
94
|
-
|
|
95
|
-
WorkspaceImage = _reflection.GeneratedProtocolMessageType('WorkspaceImage', (_message.Message,), {
|
|
96
|
-
'DESCRIPTOR' : _WORKSPACEIMAGE,
|
|
97
|
-
'__module__' : 'qwak.workspace.workspace_pb2'
|
|
98
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.WorkspaceImage)
|
|
99
|
-
})
|
|
100
|
-
_sym_db.RegisterMessage(WorkspaceImage)
|
|
101
|
-
|
|
102
|
-
DefaultWorkspaceDetails = _reflection.GeneratedProtocolMessageType('DefaultWorkspaceDetails', (_message.Message,), {
|
|
103
|
-
'DESCRIPTOR' : _DEFAULTWORKSPACEDETAILS,
|
|
104
|
-
'__module__' : 'qwak.workspace.workspace_pb2'
|
|
105
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.DefaultWorkspaceDetails)
|
|
106
|
-
})
|
|
107
|
-
_sym_db.RegisterMessage(DefaultWorkspaceDetails)
|
|
108
|
-
|
|
21
|
+
_globals = globals()
|
|
22
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
23
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.workspace.workspace_pb2', _globals)
|
|
109
24
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
110
25
|
|
|
111
26
|
DESCRIPTOR._options = None
|
|
@@ -114,22 +29,22 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
114
29
|
_WORKSPACEDEPLOYMENTSNAPSHOT.fields_by_name['deployment']._serialized_options = b'\030\001'
|
|
115
30
|
_WORKSPACEDEPLOYMENTSNAPSHOT.fields_by_name['replicas']._options = None
|
|
116
31
|
_WORKSPACEDEPLOYMENTSNAPSHOT.fields_by_name['replicas']._serialized_options = b'\030\001'
|
|
117
|
-
_TYPE._serialized_start=1802
|
|
118
|
-
_TYPE._serialized_end=1826
|
|
119
|
-
_WORKSPACESTATUS._serialized_start=1829
|
|
120
|
-
_WORKSPACESTATUS._serialized_end=1999
|
|
121
|
-
_DEPLOYMENTSTATE._serialized_start=2002
|
|
122
|
-
_DEPLOYMENTSTATE._serialized_end=2994
|
|
123
|
-
_WORKSPACE._serialized_start=193
|
|
124
|
-
_WORKSPACE._serialized_end=773
|
|
125
|
-
_WORKSPACESPEC._serialized_start=776
|
|
126
|
-
_WORKSPACESPEC._serialized_end=987
|
|
127
|
-
_WORKSPACEDEPLOYMENTSNAPSHOT._serialized_start=990
|
|
128
|
-
_WORKSPACEDEPLOYMENTSNAPSHOT._serialized_end=1275
|
|
129
|
-
_UPDATEWORKSPACESTATUSFROMEDGEDETAILS._serialized_start=1278
|
|
130
|
-
_UPDATEWORKSPACESTATUSFROMEDGEDETAILS._serialized_end=1455
|
|
131
|
-
_WORKSPACEIMAGE._serialized_start=1457
|
|
132
|
-
_WORKSPACEIMAGE._serialized_end=1546
|
|
133
|
-
_DEFAULTWORKSPACEDETAILS._serialized_start=1549
|
|
134
|
-
_DEFAULTWORKSPACEDETAILS._serialized_end=1800
|
|
32
|
+
_globals['_TYPE']._serialized_start=1802
|
|
33
|
+
_globals['_TYPE']._serialized_end=1826
|
|
34
|
+
_globals['_WORKSPACESTATUS']._serialized_start=1829
|
|
35
|
+
_globals['_WORKSPACESTATUS']._serialized_end=1999
|
|
36
|
+
_globals['_DEPLOYMENTSTATE']._serialized_start=2002
|
|
37
|
+
_globals['_DEPLOYMENTSTATE']._serialized_end=2994
|
|
38
|
+
_globals['_WORKSPACE']._serialized_start=193
|
|
39
|
+
_globals['_WORKSPACE']._serialized_end=773
|
|
40
|
+
_globals['_WORKSPACESPEC']._serialized_start=776
|
|
41
|
+
_globals['_WORKSPACESPEC']._serialized_end=987
|
|
42
|
+
_globals['_WORKSPACEDEPLOYMENTSNAPSHOT']._serialized_start=990
|
|
43
|
+
_globals['_WORKSPACEDEPLOYMENTSNAPSHOT']._serialized_end=1275
|
|
44
|
+
_globals['_UPDATEWORKSPACESTATUSFROMEDGEDETAILS']._serialized_start=1278
|
|
45
|
+
_globals['_UPDATEWORKSPACESTATUSFROMEDGEDETAILS']._serialized_end=1455
|
|
46
|
+
_globals['_WORKSPACEIMAGE']._serialized_start=1457
|
|
47
|
+
_globals['_WORKSPACEIMAGE']._serialized_end=1546
|
|
48
|
+
_globals['_DEFAULTWORKSPACEDETAILS']._serialized_start=1549
|
|
49
|
+
_globals['_DEFAULTWORKSPACEDETAILS']._serialized_end=1800
|
|
135
50
|
# @@protoc_insertion_point(module_scope)
|