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
|
@@ -54,6 +54,11 @@ class FeatureSetServiceStub(object):
|
|
|
54
54
|
request_serializer=qwak_dot_feature__store_dot_features_dot_feature__set__service__pb2.ListFeatureSetsRequest.SerializeToString,
|
|
55
55
|
response_deserializer=qwak_dot_feature__store_dot_features_dot_feature__set__service__pb2.ListFeatureSetsResponse.FromString,
|
|
56
56
|
)
|
|
57
|
+
self.ListFeaturesetsByAccount = channel.unary_unary(
|
|
58
|
+
'/qwak.feature.store.features.FeatureSetService/ListFeaturesetsByAccount',
|
|
59
|
+
request_serializer=qwak_dot_feature__store_dot_features_dot_feature__set__service__pb2.ListFeaturesetsByAccountRequest.SerializeToString,
|
|
60
|
+
response_deserializer=qwak_dot_feature__store_dot_features_dot_feature__set__service__pb2.ListFeaturesetsByAccountResponse.FromString,
|
|
61
|
+
)
|
|
57
62
|
self.RunBatchFeatureSet = channel.unary_unary(
|
|
58
63
|
'/qwak.feature.store.features.FeatureSetService/RunBatchFeatureSet',
|
|
59
64
|
request_serializer=qwak_dot_feature__store_dot_features_dot_feature__set__service__pb2.RunBatchFeatureSetRequest.SerializeToString,
|
|
@@ -180,6 +185,13 @@ class FeatureSetServiceServicer(object):
|
|
|
180
185
|
context.set_details('Method not implemented!')
|
|
181
186
|
raise NotImplementedError('Method not implemented!')
|
|
182
187
|
|
|
188
|
+
def ListFeaturesetsByAccount(self, request, context):
|
|
189
|
+
"""List of registered featuresets
|
|
190
|
+
"""
|
|
191
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
192
|
+
context.set_details('Method not implemented!')
|
|
193
|
+
raise NotImplementedError('Method not implemented!')
|
|
194
|
+
|
|
183
195
|
def RunBatchFeatureSet(self, request, context):
|
|
184
196
|
"""Run now feature set
|
|
185
197
|
"""
|
|
@@ -313,6 +325,11 @@ def add_FeatureSetServiceServicer_to_server(servicer, server):
|
|
|
313
325
|
request_deserializer=qwak_dot_feature__store_dot_features_dot_feature__set__service__pb2.ListFeatureSetsRequest.FromString,
|
|
314
326
|
response_serializer=qwak_dot_feature__store_dot_features_dot_feature__set__service__pb2.ListFeatureSetsResponse.SerializeToString,
|
|
315
327
|
),
|
|
328
|
+
'ListFeaturesetsByAccount': grpc.unary_unary_rpc_method_handler(
|
|
329
|
+
servicer.ListFeaturesetsByAccount,
|
|
330
|
+
request_deserializer=qwak_dot_feature__store_dot_features_dot_feature__set__service__pb2.ListFeaturesetsByAccountRequest.FromString,
|
|
331
|
+
response_serializer=qwak_dot_feature__store_dot_features_dot_feature__set__service__pb2.ListFeaturesetsByAccountResponse.SerializeToString,
|
|
332
|
+
),
|
|
316
333
|
'RunBatchFeatureSet': grpc.unary_unary_rpc_method_handler(
|
|
317
334
|
servicer.RunBatchFeatureSet,
|
|
318
335
|
request_deserializer=qwak_dot_feature__store_dot_features_dot_feature__set__service__pb2.RunBatchFeatureSetRequest.FromString,
|
|
@@ -524,6 +541,23 @@ class FeatureSetService(object):
|
|
|
524
541
|
options, channel_credentials,
|
|
525
542
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
526
543
|
|
|
544
|
+
@staticmethod
|
|
545
|
+
def ListFeaturesetsByAccount(request,
|
|
546
|
+
target,
|
|
547
|
+
options=(),
|
|
548
|
+
channel_credentials=None,
|
|
549
|
+
call_credentials=None,
|
|
550
|
+
insecure=False,
|
|
551
|
+
compression=None,
|
|
552
|
+
wait_for_ready=None,
|
|
553
|
+
timeout=None,
|
|
554
|
+
metadata=None):
|
|
555
|
+
return grpc.experimental.unary_unary(request, target, '/qwak.feature.store.features.FeatureSetService/ListFeaturesetsByAccount',
|
|
556
|
+
qwak_dot_feature__store_dot_features_dot_feature__set__service__pb2.ListFeaturesetsByAccountRequest.SerializeToString,
|
|
557
|
+
qwak_dot_feature__store_dot_features_dot_feature__set__service__pb2.ListFeaturesetsByAccountResponse.FromString,
|
|
558
|
+
options, channel_credentials,
|
|
559
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
560
|
+
|
|
527
561
|
@staticmethod
|
|
528
562
|
def RunBatchFeatureSet(request,
|
|
529
563
|
target,
|
|
@@ -2,12 +2,10 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# source: qwak/feature_store/features/feature_set_state.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()
|
|
@@ -18,186 +16,45 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
18
16
|
|
|
19
17
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3qwak/feature_store/features/feature_set_state.proto\x12\x1bqwak.feature.store.features\x1a\x1fgoogle/protobuf/timestamp.proto\"\x9e\x03\n\x0f\x46\x65\x61tureSetState\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x01 \x01(\t\x12\x16\n\x0e\x66\x65\x61ture_set_id\x18\x02 \x01(\t\x12R\n\x0fspark_app_state\x18\x03 \x01(\x0e\x32\x39.qwak.feature.store.features.FeatureSetLastExecutionState\x12\x44\n\x0f\x65xecutor_states\x18\x04 \x01(\x0b\x32+.qwak.feature.store.features.ExecutorStates\x12L\n\x14\x66\x65\x61ture_set_job_type\x18\x05 \x01(\x0b\x32..qwak.feature.store.features.FeatureSetJobType\x12\x15\n\rerror_message\x18\x06 \x01(\t\x12\x14\n\x0cspark_app_id\x18\x07 \x01(\t\x12\x34\n\x10last_modified_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0e\n\x06run_id\x18\t \x01(\x03\"\xac\x02\n\x11\x46\x65\x61tureSetJobType\x12;\n\tstreaming\x18\x01 \x01(\x0b\x32&.qwak.feature.store.features.StreamingH\x00\x12\x38\n\x08\x62\x61tch_v1\x18\x02 \x01(\x0b\x32$.qwak.feature.store.features.BatchV1H\x00\x12R\n\x15streaming_aggregation\x18\x03 \x01(\x0b\x32\x31.qwak.feature.store.features.StreamingAggregationH\x00\x12@\n\x0c\x64\x65letion_job\x18\x04 \x01(\x0b\x32(.qwak.feature.store.features.DeletionJobH\x00\x42\n\n\x08job_type\"\x87\x01\n\tStreaming\x12\x35\n\x06online\x18\x01 \x01(\x0b\x32#.qwak.feature.store.features.OnlineH\x00\x12\x37\n\x07offline\x18\x02 \x01(\x0b\x32$.qwak.feature.store.features.OfflineH\x00\x42\n\n\x08sub_type\"\x08\n\x06Online\"\t\n\x07Offline\"\t\n\x07\x42\x61tchV1\"\xdf\x01\n\x14StreamingAggregation\x12:\n\trow_level\x18\x01 \x01(\x0b\x32%.qwak.feature.store.features.RowLevelH\x00\x12@\n\x08\x62\x61\x63kfill\x18\x02 \x01(\x0b\x32,.qwak.feature.store.features.BackfillSubTypeH\x00\x12=\n\ncompaction\x18\x03 \x01(\x0b\x32\'.qwak.feature.store.features.CompactionH\x00\x42\n\n\x08sub_type\"\n\n\x08RowLevel\"\x0c\n\nCompaction\"\x11\n\x0f\x42\x61\x63kfillSubType\"\xbe\x02\n\x0b\x44\x65letionJob\x12S\n\x11\x62\x61tch_v1_deletion\x18\x01 \x01(\x0b\x32\x36.qwak.feature.store.features.BatchV1DeletionJobSubTypeH\x00\x12[\n\x15streaming_v1_deletion\x18\x02 \x01(\x0b\x32:.qwak.feature.store.features.StreamingV1DeletionJobSubTypeH\x00\x12m\n\x1estreaming_aggregation_deletion\x18\x03 \x01(\x0b\x32\x43.qwak.feature.store.features.StreamingAggregationDeletionJobSubTypeH\x00\x42\x0e\n\x0cjob_sub_type\"\x1b\n\x19\x42\x61tchV1DeletionJobSubType\"\x1f\n\x1dStreamingV1DeletionJobSubType\"(\n&StreamingAggregationDeletionJobSubType\"U\n\x0e\x45xecutorStates\x12\x43\n\x0f\x65xecutor_states\x18\x01 \x03(\x0b\x32*.qwak.feature.store.features.ExecutorState\"p\n\rExecutorState\x12\x15\n\rexecutor_name\x18\x01 \x01(\t\x12H\n\x05state\x18\x02 \x01(\x0e\x32\x39.qwak.feature.store.features.FeatureSetLastExecutionState*\xd5\x01\n\x1c\x46\x65\x61tureSetLastExecutionState\x12\x0b\n\x07UNKNOWN\x10\x00\x12\n\n\x06\x46\x41ILED\x10\x01\x12\x0b\n\x07SUCCESS\x10\x02\x12\x10\n\x0cINVALIDATING\x10\x03\x12\r\n\tSUBMITTED\x10\x04\x12\x0b\n\x07RUNNING\x10\x05\x12\r\n\tCOMPLETED\x10\x06\x12\x15\n\x11SUBMISSION_FAILED\x10\x07\x12\x11\n\rPENDING_RERUN\x10\x08\x12\x0e\n\nSUCCEEDING\x10\t\x12\x0b\n\x07\x46\x41ILING\x10\n\x12\x0b\n\x07PENDING\x10\x0b\x42[\n&com.qwak.ai.feature.store.features.apiP\x01Z/qwak/featurestore/features;featurestorefeaturesb\x06proto3')
|
|
20
18
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
FAILED = 1
|
|
25
|
-
SUCCESS = 2
|
|
26
|
-
INVALIDATING = 3
|
|
27
|
-
SUBMITTED = 4
|
|
28
|
-
RUNNING = 5
|
|
29
|
-
COMPLETED = 6
|
|
30
|
-
SUBMISSION_FAILED = 7
|
|
31
|
-
PENDING_RERUN = 8
|
|
32
|
-
SUCCEEDING = 9
|
|
33
|
-
FAILING = 10
|
|
34
|
-
PENDING = 11
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
_FEATURESETSTATE = DESCRIPTOR.message_types_by_name['FeatureSetState']
|
|
38
|
-
_FEATURESETJOBTYPE = DESCRIPTOR.message_types_by_name['FeatureSetJobType']
|
|
39
|
-
_STREAMING = DESCRIPTOR.message_types_by_name['Streaming']
|
|
40
|
-
_ONLINE = DESCRIPTOR.message_types_by_name['Online']
|
|
41
|
-
_OFFLINE = DESCRIPTOR.message_types_by_name['Offline']
|
|
42
|
-
_BATCHV1 = DESCRIPTOR.message_types_by_name['BatchV1']
|
|
43
|
-
_STREAMINGAGGREGATION = DESCRIPTOR.message_types_by_name['StreamingAggregation']
|
|
44
|
-
_ROWLEVEL = DESCRIPTOR.message_types_by_name['RowLevel']
|
|
45
|
-
_COMPACTION = DESCRIPTOR.message_types_by_name['Compaction']
|
|
46
|
-
_BACKFILLSUBTYPE = DESCRIPTOR.message_types_by_name['BackfillSubType']
|
|
47
|
-
_DELETIONJOB = DESCRIPTOR.message_types_by_name['DeletionJob']
|
|
48
|
-
_BATCHV1DELETIONJOBSUBTYPE = DESCRIPTOR.message_types_by_name['BatchV1DeletionJobSubType']
|
|
49
|
-
_STREAMINGV1DELETIONJOBSUBTYPE = DESCRIPTOR.message_types_by_name['StreamingV1DeletionJobSubType']
|
|
50
|
-
_STREAMINGAGGREGATIONDELETIONJOBSUBTYPE = DESCRIPTOR.message_types_by_name['StreamingAggregationDeletionJobSubType']
|
|
51
|
-
_EXECUTORSTATES = DESCRIPTOR.message_types_by_name['ExecutorStates']
|
|
52
|
-
_EXECUTORSTATE = DESCRIPTOR.message_types_by_name['ExecutorState']
|
|
53
|
-
FeatureSetState = _reflection.GeneratedProtocolMessageType('FeatureSetState', (_message.Message,), {
|
|
54
|
-
'DESCRIPTOR' : _FEATURESETSTATE,
|
|
55
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
|
|
56
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeatureSetState)
|
|
57
|
-
})
|
|
58
|
-
_sym_db.RegisterMessage(FeatureSetState)
|
|
59
|
-
|
|
60
|
-
FeatureSetJobType = _reflection.GeneratedProtocolMessageType('FeatureSetJobType', (_message.Message,), {
|
|
61
|
-
'DESCRIPTOR' : _FEATURESETJOBTYPE,
|
|
62
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
|
|
63
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeatureSetJobType)
|
|
64
|
-
})
|
|
65
|
-
_sym_db.RegisterMessage(FeatureSetJobType)
|
|
66
|
-
|
|
67
|
-
Streaming = _reflection.GeneratedProtocolMessageType('Streaming', (_message.Message,), {
|
|
68
|
-
'DESCRIPTOR' : _STREAMING,
|
|
69
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
|
|
70
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.Streaming)
|
|
71
|
-
})
|
|
72
|
-
_sym_db.RegisterMessage(Streaming)
|
|
73
|
-
|
|
74
|
-
Online = _reflection.GeneratedProtocolMessageType('Online', (_message.Message,), {
|
|
75
|
-
'DESCRIPTOR' : _ONLINE,
|
|
76
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
|
|
77
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.Online)
|
|
78
|
-
})
|
|
79
|
-
_sym_db.RegisterMessage(Online)
|
|
80
|
-
|
|
81
|
-
Offline = _reflection.GeneratedProtocolMessageType('Offline', (_message.Message,), {
|
|
82
|
-
'DESCRIPTOR' : _OFFLINE,
|
|
83
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
|
|
84
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.Offline)
|
|
85
|
-
})
|
|
86
|
-
_sym_db.RegisterMessage(Offline)
|
|
87
|
-
|
|
88
|
-
BatchV1 = _reflection.GeneratedProtocolMessageType('BatchV1', (_message.Message,), {
|
|
89
|
-
'DESCRIPTOR' : _BATCHV1,
|
|
90
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
|
|
91
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.BatchV1)
|
|
92
|
-
})
|
|
93
|
-
_sym_db.RegisterMessage(BatchV1)
|
|
94
|
-
|
|
95
|
-
StreamingAggregation = _reflection.GeneratedProtocolMessageType('StreamingAggregation', (_message.Message,), {
|
|
96
|
-
'DESCRIPTOR' : _STREAMINGAGGREGATION,
|
|
97
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
|
|
98
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.StreamingAggregation)
|
|
99
|
-
})
|
|
100
|
-
_sym_db.RegisterMessage(StreamingAggregation)
|
|
101
|
-
|
|
102
|
-
RowLevel = _reflection.GeneratedProtocolMessageType('RowLevel', (_message.Message,), {
|
|
103
|
-
'DESCRIPTOR' : _ROWLEVEL,
|
|
104
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
|
|
105
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.RowLevel)
|
|
106
|
-
})
|
|
107
|
-
_sym_db.RegisterMessage(RowLevel)
|
|
108
|
-
|
|
109
|
-
Compaction = _reflection.GeneratedProtocolMessageType('Compaction', (_message.Message,), {
|
|
110
|
-
'DESCRIPTOR' : _COMPACTION,
|
|
111
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
|
|
112
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.Compaction)
|
|
113
|
-
})
|
|
114
|
-
_sym_db.RegisterMessage(Compaction)
|
|
115
|
-
|
|
116
|
-
BackfillSubType = _reflection.GeneratedProtocolMessageType('BackfillSubType', (_message.Message,), {
|
|
117
|
-
'DESCRIPTOR' : _BACKFILLSUBTYPE,
|
|
118
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
|
|
119
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.BackfillSubType)
|
|
120
|
-
})
|
|
121
|
-
_sym_db.RegisterMessage(BackfillSubType)
|
|
122
|
-
|
|
123
|
-
DeletionJob = _reflection.GeneratedProtocolMessageType('DeletionJob', (_message.Message,), {
|
|
124
|
-
'DESCRIPTOR' : _DELETIONJOB,
|
|
125
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
|
|
126
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.DeletionJob)
|
|
127
|
-
})
|
|
128
|
-
_sym_db.RegisterMessage(DeletionJob)
|
|
129
|
-
|
|
130
|
-
BatchV1DeletionJobSubType = _reflection.GeneratedProtocolMessageType('BatchV1DeletionJobSubType', (_message.Message,), {
|
|
131
|
-
'DESCRIPTOR' : _BATCHV1DELETIONJOBSUBTYPE,
|
|
132
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
|
|
133
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.BatchV1DeletionJobSubType)
|
|
134
|
-
})
|
|
135
|
-
_sym_db.RegisterMessage(BatchV1DeletionJobSubType)
|
|
136
|
-
|
|
137
|
-
StreamingV1DeletionJobSubType = _reflection.GeneratedProtocolMessageType('StreamingV1DeletionJobSubType', (_message.Message,), {
|
|
138
|
-
'DESCRIPTOR' : _STREAMINGV1DELETIONJOBSUBTYPE,
|
|
139
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
|
|
140
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.StreamingV1DeletionJobSubType)
|
|
141
|
-
})
|
|
142
|
-
_sym_db.RegisterMessage(StreamingV1DeletionJobSubType)
|
|
143
|
-
|
|
144
|
-
StreamingAggregationDeletionJobSubType = _reflection.GeneratedProtocolMessageType('StreamingAggregationDeletionJobSubType', (_message.Message,), {
|
|
145
|
-
'DESCRIPTOR' : _STREAMINGAGGREGATIONDELETIONJOBSUBTYPE,
|
|
146
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
|
|
147
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.StreamingAggregationDeletionJobSubType)
|
|
148
|
-
})
|
|
149
|
-
_sym_db.RegisterMessage(StreamingAggregationDeletionJobSubType)
|
|
150
|
-
|
|
151
|
-
ExecutorStates = _reflection.GeneratedProtocolMessageType('ExecutorStates', (_message.Message,), {
|
|
152
|
-
'DESCRIPTOR' : _EXECUTORSTATES,
|
|
153
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
|
|
154
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.ExecutorStates)
|
|
155
|
-
})
|
|
156
|
-
_sym_db.RegisterMessage(ExecutorStates)
|
|
157
|
-
|
|
158
|
-
ExecutorState = _reflection.GeneratedProtocolMessageType('ExecutorState', (_message.Message,), {
|
|
159
|
-
'DESCRIPTOR' : _EXECUTORSTATE,
|
|
160
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
|
|
161
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.ExecutorState)
|
|
162
|
-
})
|
|
163
|
-
_sym_db.RegisterMessage(ExecutorState)
|
|
164
|
-
|
|
19
|
+
_globals = globals()
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.features.feature_set_state_pb2', _globals)
|
|
165
22
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
166
23
|
|
|
167
24
|
DESCRIPTOR._options = None
|
|
168
25
|
DESCRIPTOR._serialized_options = b'\n&com.qwak.ai.feature.store.features.apiP\001Z/qwak/featurestore/features;featurestorefeatures'
|
|
169
|
-
_FEATURESETLASTEXECUTIONSTATE._serialized_start=1905
|
|
170
|
-
_FEATURESETLASTEXECUTIONSTATE._serialized_end=2118
|
|
171
|
-
_FEATURESETSTATE._serialized_start=118
|
|
172
|
-
_FEATURESETSTATE._serialized_end=532
|
|
173
|
-
_FEATURESETJOBTYPE._serialized_start=535
|
|
174
|
-
_FEATURESETJOBTYPE._serialized_end=835
|
|
175
|
-
_STREAMING._serialized_start=838
|
|
176
|
-
_STREAMING._serialized_end=973
|
|
177
|
-
_ONLINE._serialized_start=975
|
|
178
|
-
_ONLINE._serialized_end=983
|
|
179
|
-
_OFFLINE._serialized_start=985
|
|
180
|
-
_OFFLINE._serialized_end=994
|
|
181
|
-
_BATCHV1._serialized_start=996
|
|
182
|
-
_BATCHV1._serialized_end=1005
|
|
183
|
-
_STREAMINGAGGREGATION._serialized_start=1008
|
|
184
|
-
_STREAMINGAGGREGATION._serialized_end=1231
|
|
185
|
-
_ROWLEVEL._serialized_start=1233
|
|
186
|
-
_ROWLEVEL._serialized_end=1243
|
|
187
|
-
_COMPACTION._serialized_start=1245
|
|
188
|
-
_COMPACTION._serialized_end=1257
|
|
189
|
-
_BACKFILLSUBTYPE._serialized_start=1259
|
|
190
|
-
_BACKFILLSUBTYPE._serialized_end=1276
|
|
191
|
-
_DELETIONJOB._serialized_start=1279
|
|
192
|
-
_DELETIONJOB._serialized_end=1597
|
|
193
|
-
_BATCHV1DELETIONJOBSUBTYPE._serialized_start=1599
|
|
194
|
-
_BATCHV1DELETIONJOBSUBTYPE._serialized_end=1626
|
|
195
|
-
_STREAMINGV1DELETIONJOBSUBTYPE._serialized_start=1628
|
|
196
|
-
_STREAMINGV1DELETIONJOBSUBTYPE._serialized_end=1659
|
|
197
|
-
_STREAMINGAGGREGATIONDELETIONJOBSUBTYPE._serialized_start=1661
|
|
198
|
-
_STREAMINGAGGREGATIONDELETIONJOBSUBTYPE._serialized_end=1701
|
|
199
|
-
_EXECUTORSTATES._serialized_start=1703
|
|
200
|
-
_EXECUTORSTATES._serialized_end=1788
|
|
201
|
-
_EXECUTORSTATE._serialized_start=1790
|
|
202
|
-
_EXECUTORSTATE._serialized_end=1902
|
|
26
|
+
_globals['_FEATURESETLASTEXECUTIONSTATE']._serialized_start=1905
|
|
27
|
+
_globals['_FEATURESETLASTEXECUTIONSTATE']._serialized_end=2118
|
|
28
|
+
_globals['_FEATURESETSTATE']._serialized_start=118
|
|
29
|
+
_globals['_FEATURESETSTATE']._serialized_end=532
|
|
30
|
+
_globals['_FEATURESETJOBTYPE']._serialized_start=535
|
|
31
|
+
_globals['_FEATURESETJOBTYPE']._serialized_end=835
|
|
32
|
+
_globals['_STREAMING']._serialized_start=838
|
|
33
|
+
_globals['_STREAMING']._serialized_end=973
|
|
34
|
+
_globals['_ONLINE']._serialized_start=975
|
|
35
|
+
_globals['_ONLINE']._serialized_end=983
|
|
36
|
+
_globals['_OFFLINE']._serialized_start=985
|
|
37
|
+
_globals['_OFFLINE']._serialized_end=994
|
|
38
|
+
_globals['_BATCHV1']._serialized_start=996
|
|
39
|
+
_globals['_BATCHV1']._serialized_end=1005
|
|
40
|
+
_globals['_STREAMINGAGGREGATION']._serialized_start=1008
|
|
41
|
+
_globals['_STREAMINGAGGREGATION']._serialized_end=1231
|
|
42
|
+
_globals['_ROWLEVEL']._serialized_start=1233
|
|
43
|
+
_globals['_ROWLEVEL']._serialized_end=1243
|
|
44
|
+
_globals['_COMPACTION']._serialized_start=1245
|
|
45
|
+
_globals['_COMPACTION']._serialized_end=1257
|
|
46
|
+
_globals['_BACKFILLSUBTYPE']._serialized_start=1259
|
|
47
|
+
_globals['_BACKFILLSUBTYPE']._serialized_end=1276
|
|
48
|
+
_globals['_DELETIONJOB']._serialized_start=1279
|
|
49
|
+
_globals['_DELETIONJOB']._serialized_end=1597
|
|
50
|
+
_globals['_BATCHV1DELETIONJOBSUBTYPE']._serialized_start=1599
|
|
51
|
+
_globals['_BATCHV1DELETIONJOBSUBTYPE']._serialized_end=1626
|
|
52
|
+
_globals['_STREAMINGV1DELETIONJOBSUBTYPE']._serialized_start=1628
|
|
53
|
+
_globals['_STREAMINGV1DELETIONJOBSUBTYPE']._serialized_end=1659
|
|
54
|
+
_globals['_STREAMINGAGGREGATIONDELETIONJOBSUBTYPE']._serialized_start=1661
|
|
55
|
+
_globals['_STREAMINGAGGREGATIONDELETIONJOBSUBTYPE']._serialized_end=1701
|
|
56
|
+
_globals['_EXECUTORSTATES']._serialized_start=1703
|
|
57
|
+
_globals['_EXECUTORSTATES']._serialized_end=1788
|
|
58
|
+
_globals['_EXECUTORSTATE']._serialized_start=1790
|
|
59
|
+
_globals['_EXECUTORSTATE']._serialized_end=1902
|
|
203
60
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -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()
|
|
@@ -17,113 +16,33 @@ from _qwak_proto.qwak.feature_store.features import feature_set_state_pb2 as qwa
|
|
|
17
16
|
|
|
18
17
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;qwak/feature_store/features/feature_set_state_service.proto\x12\x1bqwak.feature.store.features\x1a\x33qwak/feature_store/features/feature_set_state.proto\"a\n\x1fGetFeatureSetStateByIdV1Request\x12\x16\n\x0e\x66\x65\x61ture_set_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\x03\x12\x16\n\x0e\x65nvironment_id\x18\x03 \x01(\t\"k\n GetFeatureSetStateByIdV1Response\x12G\n\x11\x66\x65\x61ture_set_state\x18\x01 \x01(\x0b\x32,.qwak.feature.store.features.FeatureSetState\"e\n!GetFeatureSetStateByNameV1Request\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\x03\x12\x16\n\x0e\x65nvironment_id\x18\x03 \x01(\t\"m\n\"GetFeatureSetStateByNameV1Response\x12G\n\x11\x66\x65\x61ture_set_state\x18\x01 \x01(\x0b\x32,.qwak.feature.store.features.FeatureSetState\"\"\n GetFeatureSetStatesListV1Request\"l\n!GetFeatureSetStatesListV1Response\x12G\n\x11\x66\x65\x61ture_set_state\x18\x01 \x03(\x0b\x32,.qwak.feature.store.features.FeatureSetState\"\x81\x01\n\x1eUpdateFeatureSetStateV1Request\x12G\n\x11\x66\x65\x61ture_set_state\x18\x01 \x03(\x0b\x32,.qwak.feature.store.features.FeatureSetState\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\"!\n\x1fUpdateFeatureSetStateV1Response\"!\n\x1f\x44\x65leteFeatureSetStateV1Response\"8\n\x1e\x44\x65leteFeatureSetStateV1Request\x12\x16\n\x0e\x66\x65\x61ture_set_id\x18\x01 \x01(\t2\x93\x06\n\x16\x46\x65\x61tureSetStateService\x12\x95\x01\n\x16GetFeatureSetStateById\x12<.qwak.feature.store.features.GetFeatureSetStateByIdV1Request\x1a=.qwak.feature.store.features.GetFeatureSetStateByIdV1Response\x12\x9b\x01\n\x18GetFeatureSetStateByName\x12>.qwak.feature.store.features.GetFeatureSetStateByNameV1Request\x1a?.qwak.feature.store.features.GetFeatureSetStateByNameV1Response\x12\x98\x01\n\x17GetFeatureSetStatesList\x12=.qwak.feature.store.features.GetFeatureSetStatesListV1Request\x1a>.qwak.feature.store.features.GetFeatureSetStatesListV1Response\x12\x92\x01\n\x15UpdateFeatureSetState\x12;.qwak.feature.store.features.UpdateFeatureSetStateV1Request\x1a<.qwak.feature.store.features.UpdateFeatureSetStateV1Response\x12\x92\x01\n\x15\x44\x65leteFeatureSetState\x12;.qwak.feature.store.features.DeleteFeatureSetStateV1Request\x1a<.qwak.feature.store.features.DeleteFeatureSetStateV1ResponseB]\n(com.qwak.ai.feature.store.management.apiP\x01Z/qwak/featurestore/features;featurestorefeaturesb\x06proto3')
|
|
19
18
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
_GETFEATURESETSTATEBYIDV1RESPONSE = DESCRIPTOR.message_types_by_name['GetFeatureSetStateByIdV1Response']
|
|
24
|
-
_GETFEATURESETSTATEBYNAMEV1REQUEST = DESCRIPTOR.message_types_by_name['GetFeatureSetStateByNameV1Request']
|
|
25
|
-
_GETFEATURESETSTATEBYNAMEV1RESPONSE = DESCRIPTOR.message_types_by_name['GetFeatureSetStateByNameV1Response']
|
|
26
|
-
_GETFEATURESETSTATESLISTV1REQUEST = DESCRIPTOR.message_types_by_name['GetFeatureSetStatesListV1Request']
|
|
27
|
-
_GETFEATURESETSTATESLISTV1RESPONSE = DESCRIPTOR.message_types_by_name['GetFeatureSetStatesListV1Response']
|
|
28
|
-
_UPDATEFEATURESETSTATEV1REQUEST = DESCRIPTOR.message_types_by_name['UpdateFeatureSetStateV1Request']
|
|
29
|
-
_UPDATEFEATURESETSTATEV1RESPONSE = DESCRIPTOR.message_types_by_name['UpdateFeatureSetStateV1Response']
|
|
30
|
-
_DELETEFEATURESETSTATEV1RESPONSE = DESCRIPTOR.message_types_by_name['DeleteFeatureSetStateV1Response']
|
|
31
|
-
_DELETEFEATURESETSTATEV1REQUEST = DESCRIPTOR.message_types_by_name['DeleteFeatureSetStateV1Request']
|
|
32
|
-
GetFeatureSetStateByIdV1Request = _reflection.GeneratedProtocolMessageType('GetFeatureSetStateByIdV1Request', (_message.Message,), {
|
|
33
|
-
'DESCRIPTOR' : _GETFEATURESETSTATEBYIDV1REQUEST,
|
|
34
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
|
|
35
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetStateByIdV1Request)
|
|
36
|
-
})
|
|
37
|
-
_sym_db.RegisterMessage(GetFeatureSetStateByIdV1Request)
|
|
38
|
-
|
|
39
|
-
GetFeatureSetStateByIdV1Response = _reflection.GeneratedProtocolMessageType('GetFeatureSetStateByIdV1Response', (_message.Message,), {
|
|
40
|
-
'DESCRIPTOR' : _GETFEATURESETSTATEBYIDV1RESPONSE,
|
|
41
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
|
|
42
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetStateByIdV1Response)
|
|
43
|
-
})
|
|
44
|
-
_sym_db.RegisterMessage(GetFeatureSetStateByIdV1Response)
|
|
45
|
-
|
|
46
|
-
GetFeatureSetStateByNameV1Request = _reflection.GeneratedProtocolMessageType('GetFeatureSetStateByNameV1Request', (_message.Message,), {
|
|
47
|
-
'DESCRIPTOR' : _GETFEATURESETSTATEBYNAMEV1REQUEST,
|
|
48
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
|
|
49
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetStateByNameV1Request)
|
|
50
|
-
})
|
|
51
|
-
_sym_db.RegisterMessage(GetFeatureSetStateByNameV1Request)
|
|
52
|
-
|
|
53
|
-
GetFeatureSetStateByNameV1Response = _reflection.GeneratedProtocolMessageType('GetFeatureSetStateByNameV1Response', (_message.Message,), {
|
|
54
|
-
'DESCRIPTOR' : _GETFEATURESETSTATEBYNAMEV1RESPONSE,
|
|
55
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
|
|
56
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetStateByNameV1Response)
|
|
57
|
-
})
|
|
58
|
-
_sym_db.RegisterMessage(GetFeatureSetStateByNameV1Response)
|
|
59
|
-
|
|
60
|
-
GetFeatureSetStatesListV1Request = _reflection.GeneratedProtocolMessageType('GetFeatureSetStatesListV1Request', (_message.Message,), {
|
|
61
|
-
'DESCRIPTOR' : _GETFEATURESETSTATESLISTV1REQUEST,
|
|
62
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
|
|
63
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetStatesListV1Request)
|
|
64
|
-
})
|
|
65
|
-
_sym_db.RegisterMessage(GetFeatureSetStatesListV1Request)
|
|
66
|
-
|
|
67
|
-
GetFeatureSetStatesListV1Response = _reflection.GeneratedProtocolMessageType('GetFeatureSetStatesListV1Response', (_message.Message,), {
|
|
68
|
-
'DESCRIPTOR' : _GETFEATURESETSTATESLISTV1RESPONSE,
|
|
69
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
|
|
70
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetStatesListV1Response)
|
|
71
|
-
})
|
|
72
|
-
_sym_db.RegisterMessage(GetFeatureSetStatesListV1Response)
|
|
73
|
-
|
|
74
|
-
UpdateFeatureSetStateV1Request = _reflection.GeneratedProtocolMessageType('UpdateFeatureSetStateV1Request', (_message.Message,), {
|
|
75
|
-
'DESCRIPTOR' : _UPDATEFEATURESETSTATEV1REQUEST,
|
|
76
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
|
|
77
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.UpdateFeatureSetStateV1Request)
|
|
78
|
-
})
|
|
79
|
-
_sym_db.RegisterMessage(UpdateFeatureSetStateV1Request)
|
|
80
|
-
|
|
81
|
-
UpdateFeatureSetStateV1Response = _reflection.GeneratedProtocolMessageType('UpdateFeatureSetStateV1Response', (_message.Message,), {
|
|
82
|
-
'DESCRIPTOR' : _UPDATEFEATURESETSTATEV1RESPONSE,
|
|
83
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
|
|
84
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.UpdateFeatureSetStateV1Response)
|
|
85
|
-
})
|
|
86
|
-
_sym_db.RegisterMessage(UpdateFeatureSetStateV1Response)
|
|
87
|
-
|
|
88
|
-
DeleteFeatureSetStateV1Response = _reflection.GeneratedProtocolMessageType('DeleteFeatureSetStateV1Response', (_message.Message,), {
|
|
89
|
-
'DESCRIPTOR' : _DELETEFEATURESETSTATEV1RESPONSE,
|
|
90
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
|
|
91
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.DeleteFeatureSetStateV1Response)
|
|
92
|
-
})
|
|
93
|
-
_sym_db.RegisterMessage(DeleteFeatureSetStateV1Response)
|
|
94
|
-
|
|
95
|
-
DeleteFeatureSetStateV1Request = _reflection.GeneratedProtocolMessageType('DeleteFeatureSetStateV1Request', (_message.Message,), {
|
|
96
|
-
'DESCRIPTOR' : _DELETEFEATURESETSTATEV1REQUEST,
|
|
97
|
-
'__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
|
|
98
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.DeleteFeatureSetStateV1Request)
|
|
99
|
-
})
|
|
100
|
-
_sym_db.RegisterMessage(DeleteFeatureSetStateV1Request)
|
|
101
|
-
|
|
102
|
-
_FEATURESETSTATESERVICE = DESCRIPTOR.services_by_name['FeatureSetStateService']
|
|
19
|
+
_globals = globals()
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.features.feature_set_state_service_pb2', _globals)
|
|
103
22
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
104
23
|
|
|
105
24
|
DESCRIPTOR._options = None
|
|
106
25
|
DESCRIPTOR._serialized_options = b'\n(com.qwak.ai.feature.store.management.apiP\001Z/qwak/featurestore/features;featurestorefeatures'
|
|
107
|
-
_GETFEATURESETSTATEBYIDV1REQUEST._serialized_start=145
|
|
108
|
-
_GETFEATURESETSTATEBYIDV1REQUEST._serialized_end=242
|
|
109
|
-
_GETFEATURESETSTATEBYIDV1RESPONSE._serialized_start=244
|
|
110
|
-
_GETFEATURESETSTATEBYIDV1RESPONSE._serialized_end=351
|
|
111
|
-
_GETFEATURESETSTATEBYNAMEV1REQUEST._serialized_start=353
|
|
112
|
-
_GETFEATURESETSTATEBYNAMEV1REQUEST._serialized_end=454
|
|
113
|
-
_GETFEATURESETSTATEBYNAMEV1RESPONSE._serialized_start=456
|
|
114
|
-
_GETFEATURESETSTATEBYNAMEV1RESPONSE._serialized_end=565
|
|
115
|
-
_GETFEATURESETSTATESLISTV1REQUEST._serialized_start=567
|
|
116
|
-
_GETFEATURESETSTATESLISTV1REQUEST._serialized_end=601
|
|
117
|
-
_GETFEATURESETSTATESLISTV1RESPONSE._serialized_start=603
|
|
118
|
-
_GETFEATURESETSTATESLISTV1RESPONSE._serialized_end=711
|
|
119
|
-
_UPDATEFEATURESETSTATEV1REQUEST._serialized_start=714
|
|
120
|
-
_UPDATEFEATURESETSTATEV1REQUEST._serialized_end=843
|
|
121
|
-
_UPDATEFEATURESETSTATEV1RESPONSE._serialized_start=845
|
|
122
|
-
_UPDATEFEATURESETSTATEV1RESPONSE._serialized_end=878
|
|
123
|
-
_DELETEFEATURESETSTATEV1RESPONSE._serialized_start=880
|
|
124
|
-
_DELETEFEATURESETSTATEV1RESPONSE._serialized_end=913
|
|
125
|
-
_DELETEFEATURESETSTATEV1REQUEST._serialized_start=915
|
|
126
|
-
_DELETEFEATURESETSTATEV1REQUEST._serialized_end=971
|
|
127
|
-
_FEATURESETSTATESERVICE._serialized_start=974
|
|
128
|
-
_FEATURESETSTATESERVICE._serialized_end=1761
|
|
26
|
+
_globals['_GETFEATURESETSTATEBYIDV1REQUEST']._serialized_start=145
|
|
27
|
+
_globals['_GETFEATURESETSTATEBYIDV1REQUEST']._serialized_end=242
|
|
28
|
+
_globals['_GETFEATURESETSTATEBYIDV1RESPONSE']._serialized_start=244
|
|
29
|
+
_globals['_GETFEATURESETSTATEBYIDV1RESPONSE']._serialized_end=351
|
|
30
|
+
_globals['_GETFEATURESETSTATEBYNAMEV1REQUEST']._serialized_start=353
|
|
31
|
+
_globals['_GETFEATURESETSTATEBYNAMEV1REQUEST']._serialized_end=454
|
|
32
|
+
_globals['_GETFEATURESETSTATEBYNAMEV1RESPONSE']._serialized_start=456
|
|
33
|
+
_globals['_GETFEATURESETSTATEBYNAMEV1RESPONSE']._serialized_end=565
|
|
34
|
+
_globals['_GETFEATURESETSTATESLISTV1REQUEST']._serialized_start=567
|
|
35
|
+
_globals['_GETFEATURESETSTATESLISTV1REQUEST']._serialized_end=601
|
|
36
|
+
_globals['_GETFEATURESETSTATESLISTV1RESPONSE']._serialized_start=603
|
|
37
|
+
_globals['_GETFEATURESETSTATESLISTV1RESPONSE']._serialized_end=711
|
|
38
|
+
_globals['_UPDATEFEATURESETSTATEV1REQUEST']._serialized_start=714
|
|
39
|
+
_globals['_UPDATEFEATURESETSTATEV1REQUEST']._serialized_end=843
|
|
40
|
+
_globals['_UPDATEFEATURESETSTATEV1RESPONSE']._serialized_start=845
|
|
41
|
+
_globals['_UPDATEFEATURESETSTATEV1RESPONSE']._serialized_end=878
|
|
42
|
+
_globals['_DELETEFEATURESETSTATEV1RESPONSE']._serialized_start=880
|
|
43
|
+
_globals['_DELETEFEATURESETSTATEV1RESPONSE']._serialized_end=913
|
|
44
|
+
_globals['_DELETEFEATURESETSTATEV1REQUEST']._serialized_start=915
|
|
45
|
+
_globals['_DELETEFEATURESETSTATEV1REQUEST']._serialized_end=971
|
|
46
|
+
_globals['_FEATURESETSTATESERVICE']._serialized_start=974
|
|
47
|
+
_globals['_FEATURESETSTATESERVICE']._serialized_end=1761
|
|
129
48
|
# @@protoc_insertion_point(module_scope)
|