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
|
@@ -631,32 +631,6 @@ class ParameterCategory(google.protobuf.message.Message):
|
|
|
631
631
|
|
|
632
632
|
global___ParameterCategory = ParameterCategory
|
|
633
633
|
|
|
634
|
-
class RegisterBuildRequest(google.protobuf.message.Message):
|
|
635
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
636
|
-
|
|
637
|
-
BUILD_SPEC_FIELD_NUMBER: builtins.int
|
|
638
|
-
MODEL_SCHEMA_FIELD_NUMBER: builtins.int
|
|
639
|
-
QWAK_CALLING_USER_ID_FIELD_NUMBER: builtins.int
|
|
640
|
-
@property
|
|
641
|
-
def build_spec(self) -> global___BuildSpec:
|
|
642
|
-
"""Build spec to register"""
|
|
643
|
-
@property
|
|
644
|
-
def model_schema(self) -> global___ModelSchema:
|
|
645
|
-
"""Deprecated - persist model scheme"""
|
|
646
|
-
qwak_calling_user_id: builtins.str
|
|
647
|
-
"""User id of the caller - used to pass the user id whom called the build model process through fitness service"""
|
|
648
|
-
def __init__(
|
|
649
|
-
self,
|
|
650
|
-
*,
|
|
651
|
-
build_spec: global___BuildSpec | None = ...,
|
|
652
|
-
model_schema: global___ModelSchema | None = ...,
|
|
653
|
-
qwak_calling_user_id: builtins.str = ...,
|
|
654
|
-
) -> None: ...
|
|
655
|
-
def HasField(self, field_name: typing_extensions.Literal["build_spec", b"build_spec", "model_schema", b"model_schema"]) -> builtins.bool: ...
|
|
656
|
-
def ClearField(self, field_name: typing_extensions.Literal["build_spec", b"build_spec", "model_schema", b"model_schema", "qwak_calling_user_id", b"qwak_calling_user_id"]) -> None: ...
|
|
657
|
-
|
|
658
|
-
global___RegisterBuildRequest = RegisterBuildRequest
|
|
659
|
-
|
|
660
634
|
class RegisterModelSchemaRequest(google.protobuf.message.Message):
|
|
661
635
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
662
636
|
|
|
@@ -1104,168 +1078,3 @@ class Param(google.protobuf.message.Message):
|
|
|
1104
1078
|
def ClearField(self, field_name: typing_extensions.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
1105
1079
|
|
|
1106
1080
|
global___Param = Param
|
|
1107
|
-
|
|
1108
|
-
class RegisterModelSchemaResponse(google.protobuf.message.Message):
|
|
1109
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
1110
|
-
|
|
1111
|
-
def __init__(
|
|
1112
|
-
self,
|
|
1113
|
-
) -> None: ...
|
|
1114
|
-
|
|
1115
|
-
global___RegisterModelSchemaResponse = RegisterModelSchemaResponse
|
|
1116
|
-
|
|
1117
|
-
class RegisterBuildResponse(google.protobuf.message.Message):
|
|
1118
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
1119
|
-
|
|
1120
|
-
BUILD_ID_FIELD_NUMBER: builtins.int
|
|
1121
|
-
BUILD_STATUS_FIELD_NUMBER: builtins.int
|
|
1122
|
-
build_id: builtins.str
|
|
1123
|
-
"""Build id of the registered build"""
|
|
1124
|
-
build_status: global___BuildStatus.ValueType
|
|
1125
|
-
"""Build status of the registered build. Will return IN_PROGRESS"""
|
|
1126
|
-
def __init__(
|
|
1127
|
-
self,
|
|
1128
|
-
*,
|
|
1129
|
-
build_id: builtins.str = ...,
|
|
1130
|
-
build_status: global___BuildStatus.ValueType = ...,
|
|
1131
|
-
) -> None: ...
|
|
1132
|
-
def ClearField(self, field_name: typing_extensions.Literal["build_id", b"build_id", "build_status", b"build_status"]) -> None: ...
|
|
1133
|
-
|
|
1134
|
-
global___RegisterBuildResponse = RegisterBuildResponse
|
|
1135
|
-
|
|
1136
|
-
class UpdateBuildStatusRequest(google.protobuf.message.Message):
|
|
1137
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
1138
|
-
|
|
1139
|
-
BUILD_ID_FIELD_NUMBER: builtins.int
|
|
1140
|
-
BUILD_STATUS_FIELD_NUMBER: builtins.int
|
|
1141
|
-
QWAK_CALLING_USER_ID_FIELD_NUMBER: builtins.int
|
|
1142
|
-
AVAILABLE_ENVIRONMENTS_FIELD_NUMBER: builtins.int
|
|
1143
|
-
build_id: builtins.str
|
|
1144
|
-
"""Build id to update"""
|
|
1145
|
-
build_status: global___BuildStatus.ValueType
|
|
1146
|
-
"""Build status to update to"""
|
|
1147
|
-
qwak_calling_user_id: builtins.str
|
|
1148
|
-
"""User id of the caller - used to pass the user id whom called the build model process through fitness service"""
|
|
1149
|
-
@property
|
|
1150
|
-
def available_environments(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
1151
|
-
"""Environments the build is available on"""
|
|
1152
|
-
def __init__(
|
|
1153
|
-
self,
|
|
1154
|
-
*,
|
|
1155
|
-
build_id: builtins.str = ...,
|
|
1156
|
-
build_status: global___BuildStatus.ValueType = ...,
|
|
1157
|
-
qwak_calling_user_id: builtins.str = ...,
|
|
1158
|
-
available_environments: collections.abc.Iterable[builtins.str] | None = ...,
|
|
1159
|
-
) -> None: ...
|
|
1160
|
-
def ClearField(self, field_name: typing_extensions.Literal["available_environments", b"available_environments", "build_id", b"build_id", "build_status", b"build_status", "qwak_calling_user_id", b"qwak_calling_user_id"]) -> None: ...
|
|
1161
|
-
|
|
1162
|
-
global___UpdateBuildStatusRequest = UpdateBuildStatusRequest
|
|
1163
|
-
|
|
1164
|
-
class UpdateBuildStatusResponse(google.protobuf.message.Message):
|
|
1165
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
1166
|
-
|
|
1167
|
-
def __init__(
|
|
1168
|
-
self,
|
|
1169
|
-
) -> None: ...
|
|
1170
|
-
|
|
1171
|
-
global___UpdateBuildStatusResponse = UpdateBuildStatusResponse
|
|
1172
|
-
|
|
1173
|
-
class UpdateBuildBranchRequest(google.protobuf.message.Message):
|
|
1174
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
1175
|
-
|
|
1176
|
-
BUILD_ID_FIELD_NUMBER: builtins.int
|
|
1177
|
-
BRANCH_NAME_FIELD_NUMBER: builtins.int
|
|
1178
|
-
build_id: builtins.str
|
|
1179
|
-
"""Build id to update"""
|
|
1180
|
-
branch_name: builtins.str
|
|
1181
|
-
"""New branch name"""
|
|
1182
|
-
def __init__(
|
|
1183
|
-
self,
|
|
1184
|
-
*,
|
|
1185
|
-
build_id: builtins.str = ...,
|
|
1186
|
-
branch_name: builtins.str = ...,
|
|
1187
|
-
) -> None: ...
|
|
1188
|
-
def ClearField(self, field_name: typing_extensions.Literal["branch_name", b"branch_name", "build_id", b"build_id"]) -> None: ...
|
|
1189
|
-
|
|
1190
|
-
global___UpdateBuildBranchRequest = UpdateBuildBranchRequest
|
|
1191
|
-
|
|
1192
|
-
class UpdateBuildBranchResponse(google.protobuf.message.Message):
|
|
1193
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
1194
|
-
|
|
1195
|
-
def __init__(
|
|
1196
|
-
self,
|
|
1197
|
-
) -> None: ...
|
|
1198
|
-
|
|
1199
|
-
global___UpdateBuildBranchResponse = UpdateBuildBranchResponse
|
|
1200
|
-
|
|
1201
|
-
class GetBuildRequest(google.protobuf.message.Message):
|
|
1202
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
1203
|
-
|
|
1204
|
-
BUILD_ID_FIELD_NUMBER: builtins.int
|
|
1205
|
-
build_id: builtins.str
|
|
1206
|
-
"""Build id of the requested build"""
|
|
1207
|
-
def __init__(
|
|
1208
|
-
self,
|
|
1209
|
-
*,
|
|
1210
|
-
build_id: builtins.str = ...,
|
|
1211
|
-
) -> None: ...
|
|
1212
|
-
def ClearField(self, field_name: typing_extensions.Literal["build_id", b"build_id"]) -> None: ...
|
|
1213
|
-
|
|
1214
|
-
global___GetBuildRequest = GetBuildRequest
|
|
1215
|
-
|
|
1216
|
-
class GetBuildResponse(google.protobuf.message.Message):
|
|
1217
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
1218
|
-
|
|
1219
|
-
BUILD_FIELD_NUMBER: builtins.int
|
|
1220
|
-
@property
|
|
1221
|
-
def build(self) -> global___Build:
|
|
1222
|
-
"""Requested build information"""
|
|
1223
|
-
def __init__(
|
|
1224
|
-
self,
|
|
1225
|
-
*,
|
|
1226
|
-
build: global___Build | None = ...,
|
|
1227
|
-
) -> None: ...
|
|
1228
|
-
def HasField(self, field_name: typing_extensions.Literal["build", b"build"]) -> builtins.bool: ...
|
|
1229
|
-
def ClearField(self, field_name: typing_extensions.Literal["build", b"build"]) -> None: ...
|
|
1230
|
-
|
|
1231
|
-
global___GetBuildResponse = GetBuildResponse
|
|
1232
|
-
|
|
1233
|
-
class ListBuildsRequest(google.protobuf.message.Message):
|
|
1234
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
1235
|
-
|
|
1236
|
-
BRANCH_ID_FIELD_NUMBER: builtins.int
|
|
1237
|
-
MODEL_UUID_FIELD_NUMBER: builtins.int
|
|
1238
|
-
BUILD_IDS_FIELD_NUMBER: builtins.int
|
|
1239
|
-
branch_id: builtins.str
|
|
1240
|
-
"""Branch id of the requested builds"""
|
|
1241
|
-
model_uuid: builtins.str
|
|
1242
|
-
"""Model uuid"""
|
|
1243
|
-
@property
|
|
1244
|
-
def build_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
1245
|
-
"""Build ids"""
|
|
1246
|
-
def __init__(
|
|
1247
|
-
self,
|
|
1248
|
-
*,
|
|
1249
|
-
branch_id: builtins.str = ...,
|
|
1250
|
-
model_uuid: builtins.str = ...,
|
|
1251
|
-
build_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
1252
|
-
) -> None: ...
|
|
1253
|
-
def ClearField(self, field_name: typing_extensions.Literal["branch_id", b"branch_id", "build_ids", b"build_ids", "model_uuid", b"model_uuid"]) -> None: ...
|
|
1254
|
-
|
|
1255
|
-
global___ListBuildsRequest = ListBuildsRequest
|
|
1256
|
-
|
|
1257
|
-
class ListBuildsResponse(google.protobuf.message.Message):
|
|
1258
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
1259
|
-
|
|
1260
|
-
BUILDS_FIELD_NUMBER: builtins.int
|
|
1261
|
-
@property
|
|
1262
|
-
def builds(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Build]:
|
|
1263
|
-
"""List of the branches' builds information"""
|
|
1264
|
-
def __init__(
|
|
1265
|
-
self,
|
|
1266
|
-
*,
|
|
1267
|
-
builds: collections.abc.Iterable[global___Build] | None = ...,
|
|
1268
|
-
) -> None: ...
|
|
1269
|
-
def ClearField(self, field_name: typing_extensions.Literal["builds", b"builds"]) -> None: ...
|
|
1270
|
-
|
|
1271
|
-
global___ListBuildsResponse = ListBuildsResponse
|
|
@@ -2,236 +2,3 @@
|
|
|
2
2
|
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
3
|
import grpc
|
|
4
4
|
|
|
5
|
-
from _qwak_proto.qwak.builds import builds_pb2 as qwak_dot_builds_dot_builds__pb2
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
class BuildsManagementServiceStub(object):
|
|
9
|
-
"""Missing associated documentation comment in .proto file."""
|
|
10
|
-
|
|
11
|
-
def __init__(self, channel):
|
|
12
|
-
"""Constructor.
|
|
13
|
-
|
|
14
|
-
Args:
|
|
15
|
-
channel: A grpc.Channel.
|
|
16
|
-
"""
|
|
17
|
-
self.RegisterBuild = channel.unary_unary(
|
|
18
|
-
'/qwak.builds.management.BuildsManagementService/RegisterBuild',
|
|
19
|
-
request_serializer=qwak_dot_builds_dot_builds__pb2.RegisterBuildRequest.SerializeToString,
|
|
20
|
-
response_deserializer=qwak_dot_builds_dot_builds__pb2.RegisterBuildResponse.FromString,
|
|
21
|
-
)
|
|
22
|
-
self.UpdateBuildStatus = channel.unary_unary(
|
|
23
|
-
'/qwak.builds.management.BuildsManagementService/UpdateBuildStatus',
|
|
24
|
-
request_serializer=qwak_dot_builds_dot_builds__pb2.UpdateBuildStatusRequest.SerializeToString,
|
|
25
|
-
response_deserializer=qwak_dot_builds_dot_builds__pb2.UpdateBuildStatusResponse.FromString,
|
|
26
|
-
)
|
|
27
|
-
self.RegisterModelSchema = channel.unary_unary(
|
|
28
|
-
'/qwak.builds.management.BuildsManagementService/RegisterModelSchema',
|
|
29
|
-
request_serializer=qwak_dot_builds_dot_builds__pb2.RegisterModelSchemaRequest.SerializeToString,
|
|
30
|
-
response_deserializer=qwak_dot_builds_dot_builds__pb2.RegisterModelSchemaResponse.FromString,
|
|
31
|
-
)
|
|
32
|
-
self.RegisterExperimentTrackingValues = channel.unary_unary(
|
|
33
|
-
'/qwak.builds.management.BuildsManagementService/RegisterExperimentTrackingValues',
|
|
34
|
-
request_serializer=qwak_dot_builds_dot_builds__pb2.RegisterExperimentTrackingValuesRequest.SerializeToString,
|
|
35
|
-
response_deserializer=qwak_dot_builds_dot_builds__pb2.RegisterExperimentTrackingValuesResponse.FromString,
|
|
36
|
-
)
|
|
37
|
-
self.GetBuild = channel.unary_unary(
|
|
38
|
-
'/qwak.builds.management.BuildsManagementService/GetBuild',
|
|
39
|
-
request_serializer=qwak_dot_builds_dot_builds__pb2.GetBuildRequest.SerializeToString,
|
|
40
|
-
response_deserializer=qwak_dot_builds_dot_builds__pb2.GetBuildResponse.FromString,
|
|
41
|
-
)
|
|
42
|
-
self.ListBuilds = channel.unary_unary(
|
|
43
|
-
'/qwak.builds.management.BuildsManagementService/ListBuilds',
|
|
44
|
-
request_serializer=qwak_dot_builds_dot_builds__pb2.ListBuildsRequest.SerializeToString,
|
|
45
|
-
response_deserializer=qwak_dot_builds_dot_builds__pb2.ListBuildsResponse.FromString,
|
|
46
|
-
)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
class BuildsManagementServiceServicer(object):
|
|
50
|
-
"""Missing associated documentation comment in .proto file."""
|
|
51
|
-
|
|
52
|
-
def RegisterBuild(self, request, context):
|
|
53
|
-
"""Register a Qwak build
|
|
54
|
-
"""
|
|
55
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
56
|
-
context.set_details('Method not implemented!')
|
|
57
|
-
raise NotImplementedError('Method not implemented!')
|
|
58
|
-
|
|
59
|
-
def UpdateBuildStatus(self, request, context):
|
|
60
|
-
"""Update Build Status
|
|
61
|
-
"""
|
|
62
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
63
|
-
context.set_details('Method not implemented!')
|
|
64
|
-
raise NotImplementedError('Method not implemented!')
|
|
65
|
-
|
|
66
|
-
def RegisterModelSchema(self, request, context):
|
|
67
|
-
"""Register model schema (interface) as part of a build
|
|
68
|
-
"""
|
|
69
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
70
|
-
context.set_details('Method not implemented!')
|
|
71
|
-
raise NotImplementedError('Method not implemented!')
|
|
72
|
-
|
|
73
|
-
def RegisterExperimentTrackingValues(self, request, context):
|
|
74
|
-
"""Register Qwak metrics and params
|
|
75
|
-
"""
|
|
76
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
77
|
-
context.set_details('Method not implemented!')
|
|
78
|
-
raise NotImplementedError('Method not implemented!')
|
|
79
|
-
|
|
80
|
-
def GetBuild(self, request, context):
|
|
81
|
-
"""Get build
|
|
82
|
-
"""
|
|
83
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
84
|
-
context.set_details('Method not implemented!')
|
|
85
|
-
raise NotImplementedError('Method not implemented!')
|
|
86
|
-
|
|
87
|
-
def ListBuilds(self, request, context):
|
|
88
|
-
"""List registered builds for the given branch
|
|
89
|
-
"""
|
|
90
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
91
|
-
context.set_details('Method not implemented!')
|
|
92
|
-
raise NotImplementedError('Method not implemented!')
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
def add_BuildsManagementServiceServicer_to_server(servicer, server):
|
|
96
|
-
rpc_method_handlers = {
|
|
97
|
-
'RegisterBuild': grpc.unary_unary_rpc_method_handler(
|
|
98
|
-
servicer.RegisterBuild,
|
|
99
|
-
request_deserializer=qwak_dot_builds_dot_builds__pb2.RegisterBuildRequest.FromString,
|
|
100
|
-
response_serializer=qwak_dot_builds_dot_builds__pb2.RegisterBuildResponse.SerializeToString,
|
|
101
|
-
),
|
|
102
|
-
'UpdateBuildStatus': grpc.unary_unary_rpc_method_handler(
|
|
103
|
-
servicer.UpdateBuildStatus,
|
|
104
|
-
request_deserializer=qwak_dot_builds_dot_builds__pb2.UpdateBuildStatusRequest.FromString,
|
|
105
|
-
response_serializer=qwak_dot_builds_dot_builds__pb2.UpdateBuildStatusResponse.SerializeToString,
|
|
106
|
-
),
|
|
107
|
-
'RegisterModelSchema': grpc.unary_unary_rpc_method_handler(
|
|
108
|
-
servicer.RegisterModelSchema,
|
|
109
|
-
request_deserializer=qwak_dot_builds_dot_builds__pb2.RegisterModelSchemaRequest.FromString,
|
|
110
|
-
response_serializer=qwak_dot_builds_dot_builds__pb2.RegisterModelSchemaResponse.SerializeToString,
|
|
111
|
-
),
|
|
112
|
-
'RegisterExperimentTrackingValues': grpc.unary_unary_rpc_method_handler(
|
|
113
|
-
servicer.RegisterExperimentTrackingValues,
|
|
114
|
-
request_deserializer=qwak_dot_builds_dot_builds__pb2.RegisterExperimentTrackingValuesRequest.FromString,
|
|
115
|
-
response_serializer=qwak_dot_builds_dot_builds__pb2.RegisterExperimentTrackingValuesResponse.SerializeToString,
|
|
116
|
-
),
|
|
117
|
-
'GetBuild': grpc.unary_unary_rpc_method_handler(
|
|
118
|
-
servicer.GetBuild,
|
|
119
|
-
request_deserializer=qwak_dot_builds_dot_builds__pb2.GetBuildRequest.FromString,
|
|
120
|
-
response_serializer=qwak_dot_builds_dot_builds__pb2.GetBuildResponse.SerializeToString,
|
|
121
|
-
),
|
|
122
|
-
'ListBuilds': grpc.unary_unary_rpc_method_handler(
|
|
123
|
-
servicer.ListBuilds,
|
|
124
|
-
request_deserializer=qwak_dot_builds_dot_builds__pb2.ListBuildsRequest.FromString,
|
|
125
|
-
response_serializer=qwak_dot_builds_dot_builds__pb2.ListBuildsResponse.SerializeToString,
|
|
126
|
-
),
|
|
127
|
-
}
|
|
128
|
-
generic_handler = grpc.method_handlers_generic_handler(
|
|
129
|
-
'qwak.builds.management.BuildsManagementService', rpc_method_handlers)
|
|
130
|
-
server.add_generic_rpc_handlers((generic_handler,))
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
# This class is part of an EXPERIMENTAL API.
|
|
134
|
-
class BuildsManagementService(object):
|
|
135
|
-
"""Missing associated documentation comment in .proto file."""
|
|
136
|
-
|
|
137
|
-
@staticmethod
|
|
138
|
-
def RegisterBuild(request,
|
|
139
|
-
target,
|
|
140
|
-
options=(),
|
|
141
|
-
channel_credentials=None,
|
|
142
|
-
call_credentials=None,
|
|
143
|
-
insecure=False,
|
|
144
|
-
compression=None,
|
|
145
|
-
wait_for_ready=None,
|
|
146
|
-
timeout=None,
|
|
147
|
-
metadata=None):
|
|
148
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.builds.management.BuildsManagementService/RegisterBuild',
|
|
149
|
-
qwak_dot_builds_dot_builds__pb2.RegisterBuildRequest.SerializeToString,
|
|
150
|
-
qwak_dot_builds_dot_builds__pb2.RegisterBuildResponse.FromString,
|
|
151
|
-
options, channel_credentials,
|
|
152
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
153
|
-
|
|
154
|
-
@staticmethod
|
|
155
|
-
def UpdateBuildStatus(request,
|
|
156
|
-
target,
|
|
157
|
-
options=(),
|
|
158
|
-
channel_credentials=None,
|
|
159
|
-
call_credentials=None,
|
|
160
|
-
insecure=False,
|
|
161
|
-
compression=None,
|
|
162
|
-
wait_for_ready=None,
|
|
163
|
-
timeout=None,
|
|
164
|
-
metadata=None):
|
|
165
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.builds.management.BuildsManagementService/UpdateBuildStatus',
|
|
166
|
-
qwak_dot_builds_dot_builds__pb2.UpdateBuildStatusRequest.SerializeToString,
|
|
167
|
-
qwak_dot_builds_dot_builds__pb2.UpdateBuildStatusResponse.FromString,
|
|
168
|
-
options, channel_credentials,
|
|
169
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
170
|
-
|
|
171
|
-
@staticmethod
|
|
172
|
-
def RegisterModelSchema(request,
|
|
173
|
-
target,
|
|
174
|
-
options=(),
|
|
175
|
-
channel_credentials=None,
|
|
176
|
-
call_credentials=None,
|
|
177
|
-
insecure=False,
|
|
178
|
-
compression=None,
|
|
179
|
-
wait_for_ready=None,
|
|
180
|
-
timeout=None,
|
|
181
|
-
metadata=None):
|
|
182
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.builds.management.BuildsManagementService/RegisterModelSchema',
|
|
183
|
-
qwak_dot_builds_dot_builds__pb2.RegisterModelSchemaRequest.SerializeToString,
|
|
184
|
-
qwak_dot_builds_dot_builds__pb2.RegisterModelSchemaResponse.FromString,
|
|
185
|
-
options, channel_credentials,
|
|
186
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
187
|
-
|
|
188
|
-
@staticmethod
|
|
189
|
-
def RegisterExperimentTrackingValues(request,
|
|
190
|
-
target,
|
|
191
|
-
options=(),
|
|
192
|
-
channel_credentials=None,
|
|
193
|
-
call_credentials=None,
|
|
194
|
-
insecure=False,
|
|
195
|
-
compression=None,
|
|
196
|
-
wait_for_ready=None,
|
|
197
|
-
timeout=None,
|
|
198
|
-
metadata=None):
|
|
199
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.builds.management.BuildsManagementService/RegisterExperimentTrackingValues',
|
|
200
|
-
qwak_dot_builds_dot_builds__pb2.RegisterExperimentTrackingValuesRequest.SerializeToString,
|
|
201
|
-
qwak_dot_builds_dot_builds__pb2.RegisterExperimentTrackingValuesResponse.FromString,
|
|
202
|
-
options, channel_credentials,
|
|
203
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
204
|
-
|
|
205
|
-
@staticmethod
|
|
206
|
-
def GetBuild(request,
|
|
207
|
-
target,
|
|
208
|
-
options=(),
|
|
209
|
-
channel_credentials=None,
|
|
210
|
-
call_credentials=None,
|
|
211
|
-
insecure=False,
|
|
212
|
-
compression=None,
|
|
213
|
-
wait_for_ready=None,
|
|
214
|
-
timeout=None,
|
|
215
|
-
metadata=None):
|
|
216
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.builds.management.BuildsManagementService/GetBuild',
|
|
217
|
-
qwak_dot_builds_dot_builds__pb2.GetBuildRequest.SerializeToString,
|
|
218
|
-
qwak_dot_builds_dot_builds__pb2.GetBuildResponse.FromString,
|
|
219
|
-
options, channel_credentials,
|
|
220
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
221
|
-
|
|
222
|
-
@staticmethod
|
|
223
|
-
def ListBuilds(request,
|
|
224
|
-
target,
|
|
225
|
-
options=(),
|
|
226
|
-
channel_credentials=None,
|
|
227
|
-
call_credentials=None,
|
|
228
|
-
insecure=False,
|
|
229
|
-
compression=None,
|
|
230
|
-
wait_for_ready=None,
|
|
231
|
-
timeout=None,
|
|
232
|
-
metadata=None):
|
|
233
|
-
return grpc.experimental.unary_unary(request, target, '/qwak.builds.management.BuildsManagementService/ListBuilds',
|
|
234
|
-
qwak_dot_builds_dot_builds__pb2.ListBuildsRequest.SerializeToString,
|
|
235
|
-
qwak_dot_builds_dot_builds__pb2.ListBuildsResponse.FromString,
|
|
236
|
-
options, channel_credentials,
|
|
237
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -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,43 +16,19 @@ from _qwak_proto.qwak.builds import build_pb2 as qwak_dot_builds_dot_build__pb2
|
|
|
17
16
|
|
|
18
17
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6qwak/builds/internal_builds_orchestrator_service.proto\x12\x18qwak.builds.orchestrator\x1a\x17qwak/builds/build.proto\"\x8e\x01\n\x10\x42uildInitDetails\x12=\n\nbuild_spec\x18\x01 \x01(\x0b\x32).qwak.builds.orchestrator.RemoteBuildSpec\x12;\n\tinitiator\x18\x02 \x01(\x0b\x32(.qwak.builds.orchestrator.BuildInitiator\"c\n\x19InternalBuildModelRequest\x12\x46\n\x12\x62uild_init_details\x18\x01 \x01(\x0b\x32*.qwak.builds.orchestrator.BuildInitDetails\"\x1c\n\x1aInternalBuildModelResponse2\x9c\x01\n!InternalBuildsOrchestratorService\x12w\n\nBuildModel\x12\x33.qwak.builds.orchestrator.InternalBuildModelRequest\x1a\x34.qwak.builds.orchestrator.InternalBuildModelResponseB\'\n#com.qwak.ai.builds.orchestrator.apiP\x01\x62\x06proto3')
|
|
19
18
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
_INTERNALBUILDMODELREQUEST = DESCRIPTOR.message_types_by_name['InternalBuildModelRequest']
|
|
24
|
-
_INTERNALBUILDMODELRESPONSE = DESCRIPTOR.message_types_by_name['InternalBuildModelResponse']
|
|
25
|
-
BuildInitDetails = _reflection.GeneratedProtocolMessageType('BuildInitDetails', (_message.Message,), {
|
|
26
|
-
'DESCRIPTOR' : _BUILDINITDETAILS,
|
|
27
|
-
'__module__' : 'qwak.builds.internal_builds_orchestrator_service_pb2'
|
|
28
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.BuildInitDetails)
|
|
29
|
-
})
|
|
30
|
-
_sym_db.RegisterMessage(BuildInitDetails)
|
|
31
|
-
|
|
32
|
-
InternalBuildModelRequest = _reflection.GeneratedProtocolMessageType('InternalBuildModelRequest', (_message.Message,), {
|
|
33
|
-
'DESCRIPTOR' : _INTERNALBUILDMODELREQUEST,
|
|
34
|
-
'__module__' : 'qwak.builds.internal_builds_orchestrator_service_pb2'
|
|
35
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.InternalBuildModelRequest)
|
|
36
|
-
})
|
|
37
|
-
_sym_db.RegisterMessage(InternalBuildModelRequest)
|
|
38
|
-
|
|
39
|
-
InternalBuildModelResponse = _reflection.GeneratedProtocolMessageType('InternalBuildModelResponse', (_message.Message,), {
|
|
40
|
-
'DESCRIPTOR' : _INTERNALBUILDMODELRESPONSE,
|
|
41
|
-
'__module__' : 'qwak.builds.internal_builds_orchestrator_service_pb2'
|
|
42
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.InternalBuildModelResponse)
|
|
43
|
-
})
|
|
44
|
-
_sym_db.RegisterMessage(InternalBuildModelResponse)
|
|
45
|
-
|
|
46
|
-
_INTERNALBUILDSORCHESTRATORSERVICE = DESCRIPTOR.services_by_name['InternalBuildsOrchestratorService']
|
|
19
|
+
_globals = globals()
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.builds.internal_builds_orchestrator_service_pb2', _globals)
|
|
47
22
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
48
23
|
|
|
49
24
|
DESCRIPTOR._options = None
|
|
50
25
|
DESCRIPTOR._serialized_options = b'\n#com.qwak.ai.builds.orchestrator.apiP\001'
|
|
51
|
-
_BUILDINITDETAILS._serialized_start=110
|
|
52
|
-
_BUILDINITDETAILS._serialized_end=252
|
|
53
|
-
_INTERNALBUILDMODELREQUEST._serialized_start=254
|
|
54
|
-
_INTERNALBUILDMODELREQUEST._serialized_end=353
|
|
55
|
-
_INTERNALBUILDMODELRESPONSE._serialized_start=355
|
|
56
|
-
_INTERNALBUILDMODELRESPONSE._serialized_end=383
|
|
57
|
-
_INTERNALBUILDSORCHESTRATORSERVICE._serialized_start=386
|
|
58
|
-
_INTERNALBUILDSORCHESTRATORSERVICE._serialized_end=542
|
|
26
|
+
_globals['_BUILDINITDETAILS']._serialized_start=110
|
|
27
|
+
_globals['_BUILDINITDETAILS']._serialized_end=252
|
|
28
|
+
_globals['_INTERNALBUILDMODELREQUEST']._serialized_start=254
|
|
29
|
+
_globals['_INTERNALBUILDMODELREQUEST']._serialized_end=353
|
|
30
|
+
_globals['_INTERNALBUILDMODELRESPONSE']._serialized_start=355
|
|
31
|
+
_globals['_INTERNALBUILDMODELRESPONSE']._serialized_end=383
|
|
32
|
+
_globals['_INTERNALBUILDSORCHESTRATORSERVICE']._serialized_start=386
|
|
33
|
+
_globals['_INTERNALBUILDSORCHESTRATORSERVICE']._serialized_end=542
|
|
59
34
|
# @@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()
|
|
@@ -16,30 +15,15 @@ _sym_db = _symbol_database.Default()
|
|
|
16
15
|
|
|
17
16
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*qwak/data_versioning/data_versioning.proto\x12\x1fqwak.management.data_versioning\"|\n\x0b\x44\x61taTagSpec\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x10\n\x08model_id\x18\x02 \x01(\t\x12\x0b\n\x03tag\x18\x03 \x01(\t\x12\x16\n\x0e\x65xtension_type\x18\x04 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x05 \x01(\t\x12\x0c\n\x04path\x18\x06 \x01(\t\"G\n\rDataTagFilter\x12\x16\n\x0ctag_contains\x18\x01 \x01(\tH\x00\x12\x14\n\ntag_prefix\x18\x02 \x01(\tH\x00\x42\x08\n\x06\x66ilterB/\n+com.qwak.ai.management.model_versioning.apiP\x01\x62\x06proto3')
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
_DATATAGFILTER = DESCRIPTOR.message_types_by_name['DataTagFilter']
|
|
23
|
-
DataTagSpec = _reflection.GeneratedProtocolMessageType('DataTagSpec', (_message.Message,), {
|
|
24
|
-
'DESCRIPTOR' : _DATATAGSPEC,
|
|
25
|
-
'__module__' : 'qwak.data_versioning.data_versioning_pb2'
|
|
26
|
-
# @@protoc_insertion_point(class_scope:qwak.management.data_versioning.DataTagSpec)
|
|
27
|
-
})
|
|
28
|
-
_sym_db.RegisterMessage(DataTagSpec)
|
|
29
|
-
|
|
30
|
-
DataTagFilter = _reflection.GeneratedProtocolMessageType('DataTagFilter', (_message.Message,), {
|
|
31
|
-
'DESCRIPTOR' : _DATATAGFILTER,
|
|
32
|
-
'__module__' : 'qwak.data_versioning.data_versioning_pb2'
|
|
33
|
-
# @@protoc_insertion_point(class_scope:qwak.management.data_versioning.DataTagFilter)
|
|
34
|
-
})
|
|
35
|
-
_sym_db.RegisterMessage(DataTagFilter)
|
|
36
|
-
|
|
18
|
+
_globals = globals()
|
|
19
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
20
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.data_versioning.data_versioning_pb2', _globals)
|
|
37
21
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
38
22
|
|
|
39
23
|
DESCRIPTOR._options = None
|
|
40
24
|
DESCRIPTOR._serialized_options = b'\n+com.qwak.ai.management.model_versioning.apiP\001'
|
|
41
|
-
_DATATAGSPEC._serialized_start=79
|
|
42
|
-
_DATATAGSPEC._serialized_end=203
|
|
43
|
-
_DATATAGFILTER._serialized_start=205
|
|
44
|
-
_DATATAGFILTER._serialized_end=276
|
|
25
|
+
_globals['_DATATAGSPEC']._serialized_start=79
|
|
26
|
+
_globals['_DATATAGSPEC']._serialized_end=203
|
|
27
|
+
_globals['_DATATAGFILTER']._serialized_start=205
|
|
28
|
+
_globals['_DATATAGFILTER']._serialized_end=276
|
|
45
29
|
# @@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,53 +16,21 @@ from _qwak_proto.qwak.data_versioning import data_versioning_pb2 as qwak_dot_dat
|
|
|
17
16
|
|
|
18
17
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2qwak/data_versioning/data_versioning_service.proto\x12\x1fqwak.management.data_versioning\x1a*qwak/data_versioning/data_versioning.proto\"]\n\x16RegisterDataTagRequest\x12\x43\n\rdata_tag_spec\x18\x01 \x01(\x0b\x32,.qwak.management.data_versioning.DataTagSpec\"\x19\n\x17RegisterDataTagResponse\"}\n\x17GetModelDataTagsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\x12>\n\x06\x66ilter\x18\x03 \x01(\x0b\x32..qwak.management.data_versioning.DataTagFilter\"[\n\x18GetModelDataTagsResponse\x12?\n\tdata_tags\x18\x01 \x03(\x0b\x32,.qwak.management.data_versioning.DataTagSpec2\xb2\x02\n\x1f\x44\x61taVersioningManagementService\x12\x84\x01\n\x0fRegisterDataTag\x12\x37.qwak.management.data_versioning.RegisterDataTagRequest\x1a\x38.qwak.management.data_versioning.RegisterDataTagResponse\x12\x87\x01\n\x10GetModelDataTags\x12\x38.qwak.management.data_versioning.GetModelDataTagsRequest\x1a\x39.qwak.management.data_versioning.GetModelDataTagsResponseB/\n+com.qwak.ai.management.model_versioning.apiP\x01\x62\x06proto3')
|
|
19
18
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
_REGISTERDATATAGRESPONSE = DESCRIPTOR.message_types_by_name['RegisterDataTagResponse']
|
|
24
|
-
_GETMODELDATATAGSREQUEST = DESCRIPTOR.message_types_by_name['GetModelDataTagsRequest']
|
|
25
|
-
_GETMODELDATATAGSRESPONSE = DESCRIPTOR.message_types_by_name['GetModelDataTagsResponse']
|
|
26
|
-
RegisterDataTagRequest = _reflection.GeneratedProtocolMessageType('RegisterDataTagRequest', (_message.Message,), {
|
|
27
|
-
'DESCRIPTOR' : _REGISTERDATATAGREQUEST,
|
|
28
|
-
'__module__' : 'qwak.data_versioning.data_versioning_service_pb2'
|
|
29
|
-
# @@protoc_insertion_point(class_scope:qwak.management.data_versioning.RegisterDataTagRequest)
|
|
30
|
-
})
|
|
31
|
-
_sym_db.RegisterMessage(RegisterDataTagRequest)
|
|
32
|
-
|
|
33
|
-
RegisterDataTagResponse = _reflection.GeneratedProtocolMessageType('RegisterDataTagResponse', (_message.Message,), {
|
|
34
|
-
'DESCRIPTOR' : _REGISTERDATATAGRESPONSE,
|
|
35
|
-
'__module__' : 'qwak.data_versioning.data_versioning_service_pb2'
|
|
36
|
-
# @@protoc_insertion_point(class_scope:qwak.management.data_versioning.RegisterDataTagResponse)
|
|
37
|
-
})
|
|
38
|
-
_sym_db.RegisterMessage(RegisterDataTagResponse)
|
|
39
|
-
|
|
40
|
-
GetModelDataTagsRequest = _reflection.GeneratedProtocolMessageType('GetModelDataTagsRequest', (_message.Message,), {
|
|
41
|
-
'DESCRIPTOR' : _GETMODELDATATAGSREQUEST,
|
|
42
|
-
'__module__' : 'qwak.data_versioning.data_versioning_service_pb2'
|
|
43
|
-
# @@protoc_insertion_point(class_scope:qwak.management.data_versioning.GetModelDataTagsRequest)
|
|
44
|
-
})
|
|
45
|
-
_sym_db.RegisterMessage(GetModelDataTagsRequest)
|
|
46
|
-
|
|
47
|
-
GetModelDataTagsResponse = _reflection.GeneratedProtocolMessageType('GetModelDataTagsResponse', (_message.Message,), {
|
|
48
|
-
'DESCRIPTOR' : _GETMODELDATATAGSRESPONSE,
|
|
49
|
-
'__module__' : 'qwak.data_versioning.data_versioning_service_pb2'
|
|
50
|
-
# @@protoc_insertion_point(class_scope:qwak.management.data_versioning.GetModelDataTagsResponse)
|
|
51
|
-
})
|
|
52
|
-
_sym_db.RegisterMessage(GetModelDataTagsResponse)
|
|
53
|
-
|
|
54
|
-
_DATAVERSIONINGMANAGEMENTSERVICE = DESCRIPTOR.services_by_name['DataVersioningManagementService']
|
|
19
|
+
_globals = globals()
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.data_versioning.data_versioning_service_pb2', _globals)
|
|
55
22
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
56
23
|
|
|
57
24
|
DESCRIPTOR._options = None
|
|
58
25
|
DESCRIPTOR._serialized_options = b'\n+com.qwak.ai.management.model_versioning.apiP\001'
|
|
59
|
-
_REGISTERDATATAGREQUEST._serialized_start=131
|
|
60
|
-
_REGISTERDATATAGREQUEST._serialized_end=224
|
|
61
|
-
_REGISTERDATATAGRESPONSE._serialized_start=226
|
|
62
|
-
_REGISTERDATATAGRESPONSE._serialized_end=251
|
|
63
|
-
_GETMODELDATATAGSREQUEST._serialized_start=253
|
|
64
|
-
_GETMODELDATATAGSREQUEST._serialized_end=378
|
|
65
|
-
_GETMODELDATATAGSRESPONSE._serialized_start=380
|
|
66
|
-
_GETMODELDATATAGSRESPONSE._serialized_end=471
|
|
67
|
-
_DATAVERSIONINGMANAGEMENTSERVICE._serialized_start=474
|
|
68
|
-
_DATAVERSIONINGMANAGEMENTSERVICE._serialized_end=780
|
|
26
|
+
_globals['_REGISTERDATATAGREQUEST']._serialized_start=131
|
|
27
|
+
_globals['_REGISTERDATATAGREQUEST']._serialized_end=224
|
|
28
|
+
_globals['_REGISTERDATATAGRESPONSE']._serialized_start=226
|
|
29
|
+
_globals['_REGISTERDATATAGRESPONSE']._serialized_end=251
|
|
30
|
+
_globals['_GETMODELDATATAGSREQUEST']._serialized_start=253
|
|
31
|
+
_globals['_GETMODELDATATAGSREQUEST']._serialized_end=378
|
|
32
|
+
_globals['_GETMODELDATATAGSRESPONSE']._serialized_start=380
|
|
33
|
+
_globals['_GETMODELDATATAGSRESPONSE']._serialized_end=471
|
|
34
|
+
_globals['_DATAVERSIONINGMANAGEMENTSERVICE']._serialized_start=474
|
|
35
|
+
_globals['_DATAVERSIONINGMANAGEMENTSERVICE']._serialized_end=780
|
|
69
36
|
# @@protoc_insertion_point(module_scope)
|