qwak-core 0.4.278__py3-none-any.whl → 0.5.19__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of qwak-core might be problematic. Click here for more details.
- _qwak_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
- _qwak_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
- _qwak_proto/qwak/administration/account/v1/account_pb2.py +25 -88
- _qwak_proto/qwak/administration/account/v1/account_pb2.pyi +21 -2
- _qwak_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
- _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
- _qwak_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
- _qwak_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
- _qwak_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
- _qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
- _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
- _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.pyi +1 -1
- _qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
- _qwak_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
- _qwak_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2.py +32 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2.pyi +65 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
- _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +13 -35
- _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi +24 -3
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.py +34 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.pyi +97 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +9 -15
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi +29 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +8 -15
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +16 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2.py +42 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2.pyi +159 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.py +39 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.pyi +126 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +19 -55
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +38 -6
- _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
- _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +13 -35
- _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi +26 -3
- _qwak_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
- _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +8 -15
- _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi +7 -2
- _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +13 -35
- _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi +24 -3
- _qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
- _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
- _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
- _qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
- _qwak_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
- _qwak_proto/qwak/administration/v0/users/user_pb2.py +18 -71
- _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +29 -116
- _qwak_proto/qwak/admiral/secret/v0/secret_pb2.pyi +21 -2
- _qwak_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
- _qwak_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
- _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
- _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
- _qwak_proto/qwak/analytics/analytics_pb2.py +26 -121
- _qwak_proto/qwak/analytics/analytics_service_pb2.py +46 -207
- _qwak_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
- _qwak_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
- _qwak_proto/qwak/audience/v1/audience_pb2.py +26 -113
- _qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
- _qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
- _qwak_proto/qwak/automation/v1/action_pb2.py +40 -180
- _qwak_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
- _qwak_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
- _qwak_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
- _qwak_proto/qwak/automation/v1/automation_pb2.py +11 -35
- _qwak_proto/qwak/automation/v1/automation_pb2.pyi +5 -1
- _qwak_proto/qwak/automation/v1/common_pb2.py +10 -35
- _qwak_proto/qwak/automation/v1/notification_pb2.py +16 -68
- _qwak_proto/qwak/automation/v1/trigger_pb2.py +14 -54
- _qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
- _qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
- _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +119 -562
- _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +5 -1
- _qwak_proto/qwak/build/v1/build_api_pb2.py +86 -407
- _qwak_proto/qwak/build/v1/build_pb2.py +114 -549
- _qwak_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
- _qwak_proto/qwak/build_settings/build_settings_pb2.py +18 -74
- _qwak_proto/qwak/builds/build_pb2.py +46 -207
- _qwak_proto/qwak/builds/build_pb2.pyi +48 -3
- _qwak_proto/qwak/builds/build_url_pb2.py +26 -113
- _qwak_proto/qwak/builds/build_values_pb2.py +82 -0
- _qwak_proto/qwak/builds/build_values_pb2.pyi +559 -0
- _qwak_proto/qwak/builds/build_values_pb2_grpc.py +4 -0
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +87 -270
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.pyi +173 -0
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py +66 -0
- _qwak_proto/qwak/builds/builds_pb2.py +87 -528
- _qwak_proto/qwak/builds/builds_pb2.pyi +0 -191
- _qwak_proto/qwak/builds/builds_pb2_grpc.py +0 -233
- _qwak_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
- _qwak_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
- _qwak_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
- _qwak_proto/qwak/deployment/alert_pb2.py +24 -108
- _qwak_proto/qwak/deployment/alert_service_pb2.py +30 -127
- _qwak_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
- _qwak_proto/qwak/deployment/deployment_pb2.py +124 -588
- _qwak_proto/qwak/deployment/deployment_service_pb2.py +86 -419
- _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +47 -165
- _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.pyi +102 -3
- _qwak_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
- _qwak_proto/qwak/ecosystem/v0/auth_pb2.py +28 -0
- _qwak_proto/qwak/ecosystem/v0/auth_pb2.pyi +37 -0
- _qwak_proto/qwak/ecosystem/v0/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/ecosystem/v0/azure_credentials_pb2.py +37 -0
- _qwak_proto/qwak/ecosystem/v0/azure_credentials_pb2.pyi +117 -0
- _qwak_proto/qwak/ecosystem/v0/azure_credentials_pb2_grpc.py +4 -0
- _qwak_proto/qwak/ecosystem/v0/credentials_pb2.py +12 -35
- _qwak_proto/qwak/ecosystem/v0/credentials_pb2.pyi +8 -3
- _qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
- _qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
- _qwak_proto/qwak/execution/v1/backfill_pb2.py +18 -74
- _qwak_proto/qwak/execution/v1/batch_pb2.py +10 -34
- _qwak_proto/qwak/execution/v1/deletion_pb2.py +12 -44
- _qwak_proto/qwak/execution/v1/execution_pb2.py +16 -69
- _qwak_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
- _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
- _qwak_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
- _qwak_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
- _qwak_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
- _qwak_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
- _qwak_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
- _qwak_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
- _qwak_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
- _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +22 -55
- _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.pyi +71 -1
- _qwak_proto/qwak/execution/v1/streaming_pb2.py +12 -44
- _qwak_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
- _qwak_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
- _qwak_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
- _qwak_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
- _qwak_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
- _qwak_proto/qwak/feature_store/features/execution_pb2.py +14 -56
- _qwak_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
- _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +35 -156
- _qwak_proto/qwak/feature_store/features/feature_set_pb2.pyi +9 -1
- _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.py +97 -440
- _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.pyi +25 -0
- _qwak_proto/qwak/feature_store/features/feature_set_service_pb2_grpc.py +34 -0
- _qwak_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
- _qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
- _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +77 -347
- _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.pyi +7 -2
- _qwak_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
- _qwak_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
- _qwak_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
- _qwak_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
- _qwak_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
- _qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
- _qwak_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
- _qwak_proto/qwak/feature_store/reports/report_pb2.py +14 -53
- _qwak_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
- _qwak_proto/qwak/feature_store/serving/management_pb2.py +14 -47
- _qwak_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
- _qwak_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
- _qwak_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
- _qwak_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
- _qwak_proto/qwak/feature_store/sources/batch_pb2.py +79 -335
- _qwak_proto/qwak/feature_store/sources/batch_pb2.pyi +99 -7
- _qwak_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
- _qwak_proto/qwak/feature_store/sources/data_source_pb2.py +15 -55
- _qwak_proto/qwak/feature_store/sources/data_source_pb2.pyi +5 -1
- _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.py +39 -148
- _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.pyi +25 -0
- _qwak_proto/qwak/feature_store/sources/data_source_service_pb2_grpc.py +34 -0
- _qwak_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
- _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
- _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
- _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
- _qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
- _qwak_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
- _qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
- _qwak_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
- _qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
- _qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
- _qwak_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
- _qwak_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
- _qwak_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
- _qwak_proto/qwak/fitness_service/constructs_pb2.py +23 -100
- _qwak_proto/qwak/fitness_service/constructs_pb2.pyi +24 -0
- _qwak_proto/qwak/fitness_service/fitness_pb2.py +7 -34
- _qwak_proto/qwak/fitness_service/fitness_pb2.pyi +0 -93
- _qwak_proto/qwak/fitness_service/status_pb2.py +17 -108
- _qwak_proto/qwak/fitness_service/status_pb2.pyi +1 -121
- _qwak_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
- _qwak_proto/qwak/instance_template/instance_template_pb2.py +13 -41
- _qwak_proto/qwak/instance_template/instance_template_pb2.pyi +4 -1
- _qwak_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
- _qwak_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
- _qwak_proto/qwak/integration/integration_pb2.py +28 -126
- _qwak_proto/qwak/integration/integration_service_pb2.py +34 -147
- _qwak_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
- _qwak_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
- _qwak_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
- _qwak_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
- _qwak_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
- _qwak_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
- _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +70 -323
- _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.pyi +20 -5
- _qwak_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
- _qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
- _qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
- _qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
- _qwak_proto/qwak/logging/log_filter_pb2.py +12 -44
- _qwak_proto/qwak/logging/log_line_pb2.py +8 -25
- _qwak_proto/qwak/logging/log_reader_service_pb2.py +10 -27
- _qwak_proto/qwak/logging/log_source_pb2.py +30 -134
- _qwak_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
- _qwak_proto/qwak/model_group/model_group_pb2.py +25 -48
- _qwak_proto/qwak/model_group/model_group_pb2.pyi +88 -0
- _qwak_proto/qwak/model_group/model_group_pb2_grpc.py +70 -0
- _qwak_proto/qwak/model_group/model_group_repository_details_pb2.py +23 -75
- _qwak_proto/qwak/model_group/model_group_repository_details_pb2.pyi +44 -6
- _qwak_proto/qwak/models/models_pb2.py +99 -406
- _qwak_proto/qwak/models/models_pb2.pyi +86 -0
- _qwak_proto/qwak/models/models_pb2_grpc.py +34 -0
- _qwak_proto/qwak/models/models_query_pb2.py +16 -56
- _qwak_proto/qwak/models/models_query_pb2.pyi +4 -4
- _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
- _qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
- _qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
- _qwak_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
- _qwak_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
- _qwak_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
- _qwak_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
- _qwak_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
- _qwak_proto/qwak/projects/projects_pb2.py +50 -192
- _qwak_proto/qwak/projects/projects_pb2.pyi +35 -0
- _qwak_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
- _qwak_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
- _qwak_proto/qwak/secret_service/secret_service_pb2.py +18 -67
- _qwak_proto/qwak/secret_service/secret_service_pb2.pyi +1 -1
- _qwak_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
- _qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
- _qwak_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
- _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.py +37 -132
- _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.pyi +40 -2
- _qwak_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
- _qwak_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
- _qwak_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
- _qwak_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
- _qwak_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
- _qwak_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
- _qwak_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
- _qwak_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
- _qwak_proto/qwak/user_application/common/v0/resources_pb2.py +31 -139
- _qwak_proto/qwak/user_application/common/v0/resources_pb2.pyi +24 -0
- _qwak_proto/qwak/user_application/v0/user_application_pb2.py +11 -44
- _qwak_proto/qwak/user_application/v0/user_application_pb2.pyi +6 -0
- _qwak_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
- _qwak_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
- _qwak_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
- _qwak_proto/qwak/vectors/v1/filters_pb2.py +30 -134
- _qwak_proto/qwak/vectors/v1/vector_pb2.py +14 -54
- _qwak_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
- _qwak_proto/qwak/workspace/workspace_pb2.py +22 -107
- _qwak_proto/qwak/workspace/workspace_service_pb2.py +62 -287
- qwak/__init__.py +1 -1
- qwak/automations/automations.py +3 -0
- qwak/clients/feature_store/execution_management_client.py +28 -0
- qwak/clients/feature_store/management_client.py +156 -206
- qwak/clients/feature_store/operator_client.py +19 -1
- qwak/clients/logging_client/client.py +13 -18
- qwak/clients/model_management/client.py +0 -5
- qwak/clients/project/client.py +0 -7
- qwak/exceptions/__init__.py +1 -0
- qwak/exceptions/qwak_grpc_address_exception.py +9 -0
- qwak/feature_store/_common/artifact_utils.py +10 -8
- qwak/feature_store/_common/packaging.py +39 -21
- qwak/feature_store/_common/source_code_spec.py +61 -11
- qwak/feature_store/_common/source_code_spec_factory.py +63 -10
- qwak/feature_store/data_sources/__init__.py +2 -0
- qwak/feature_store/data_sources/base.py +11 -7
- qwak/feature_store/data_sources/batch/snowflake.py +34 -8
- qwak/feature_store/data_sources/batch/unity_catalog.py +107 -0
- qwak/feature_store/execution/streaming_backfill.py +48 -0
- qwak/feature_store/feature_sets/base_feature_set.py +1 -0
- qwak/feature_store/feature_sets/streaming.py +84 -63
- qwak/feature_store/feature_sets/streaming_backfill.py +88 -124
- qwak/feature_store/online/client.py +20 -4
- qwak/feature_store/validations/validation_decorators.py +70 -0
- qwak/feature_store/validations/validation_response.py +3 -1
- qwak/feature_store/validations/validator.py +11 -3
- qwak/inner/build_logic/interface/context_interface.py +4 -0
- qwak/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
- qwak/inner/const.py +2 -6
- qwak/inner/di_configuration/__init__.py +1 -69
- qwak/inner/di_configuration/account.py +18 -63
- qwak/inner/di_configuration/containers.py +5 -1
- qwak/inner/di_configuration/dependency_wiring.py +98 -0
- qwak/inner/tool/auth.py +10 -80
- qwak/inner/tool/grpc/grpc_auth.py +0 -32
- qwak/inner/tool/grpc/grpc_tools.py +125 -11
- qwak/inner/tool/grpc/grpc_try_wrapping.py +140 -3
- qwak/llmops/generation/chat/openai/types/chat/chat_completion.py +24 -6
- qwak/llmops/generation/chat/openai/types/chat/chat_completion_chunk.py +44 -8
- qwak/llmops/generation/chat/openai/types/chat/chat_completion_message.py +6 -3
- qwak/qwak_client/client.py +2 -13
- qwak/vector_store/rest_helpers.py +4 -16
- qwak_core-0.5.19.dist-info/METADATA +48 -0
- {qwak_core-0.4.278.dist-info → qwak_core-0.5.19.dist-info}/RECORD +316 -334
- qwak_services_mock/mocks/execution_management_service.py +9 -1
- qwak_services_mock/mocks/feature_store_data_sources_manager_api.py +55 -13
- qwak_services_mock/mocks/feature_store_entities_manager_api.py +31 -29
- qwak_services_mock/mocks/features_operator_v3_service.py +20 -0
- qwak_services_mock/mocks/qwak_mocks.py +0 -2
- qwak_services_mock/services_mock.py +1 -11
- _qwak_proto/qwak/fitness_service/fitness_service_pb2.py +0 -110
- _qwak_proto/qwak/fitness_service/fitness_service_pb2.pyi +0 -121
- _qwak_proto/qwak/fitness_service/fitness_service_pb2_grpc.py +0 -169
- frogml_storage/__init__.py +0 -1
- frogml_storage/artifactory/__init__.py +0 -1
- frogml_storage/artifactory/_artifactory_api.py +0 -315
- frogml_storage/authentication/login/__init__.py +0 -1
- frogml_storage/authentication/login/_login_cli.py +0 -239
- frogml_storage/authentication/login/_login_command.py +0 -74
- frogml_storage/authentication/models/__init__.py +0 -3
- frogml_storage/authentication/models/_auth.py +0 -24
- frogml_storage/authentication/models/_auth_config.py +0 -70
- frogml_storage/authentication/models/_login.py +0 -22
- frogml_storage/authentication/utils/__init__.py +0 -17
- frogml_storage/authentication/utils/_authentication_utils.py +0 -281
- frogml_storage/authentication/utils/_login_checks_utils.py +0 -114
- frogml_storage/base_storage.py +0 -140
- frogml_storage/constants.py +0 -56
- frogml_storage/exceptions/checksum_verification_error.py +0 -3
- frogml_storage/exceptions/validation_error.py +0 -4
- frogml_storage/frog_ml.py +0 -668
- frogml_storage/http/__init__.py +0 -1
- frogml_storage/http/http_client.py +0 -83
- frogml_storage/logging/__init__.py +0 -1
- frogml_storage/logging/_log_config.py +0 -45
- frogml_storage/logging/log_utils.py +0 -21
- frogml_storage/models/__init__.py +0 -1
- frogml_storage/models/_download_context.py +0 -54
- frogml_storage/models/dataset_manifest.py +0 -13
- frogml_storage/models/entity_manifest.py +0 -93
- frogml_storage/models/frogml_dataset_version.py +0 -21
- frogml_storage/models/frogml_entity_type_info.py +0 -50
- frogml_storage/models/frogml_entity_version.py +0 -34
- frogml_storage/models/frogml_model_version.py +0 -21
- frogml_storage/models/model_manifest.py +0 -60
- frogml_storage/models/serialization_metadata.py +0 -15
- frogml_storage/utils/__init__.py +0 -12
- frogml_storage/utils/_environment.py +0 -21
- frogml_storage/utils/_input_checks_utility.py +0 -104
- frogml_storage/utils/_storage_utils.py +0 -15
- frogml_storage/utils/_url_utils.py +0 -27
- qwak/clients/build_management/__init__.py +0 -1
- qwak/clients/build_management/client.py +0 -114
- qwak_core-0.4.278.dist-info/METADATA +0 -415
- qwak_services_mock/mocks/build_management.py +0 -100
- {qwak_core-0.4.278.dist-info → qwak_core-0.5.19.dist-info}/WHEEL +0 -0
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
"""Generated protocol buffer code."""
|
|
5
5
|
from google.protobuf import descriptor as _descriptor
|
|
6
6
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
-
from google.protobuf import message as _message
|
|
8
|
-
from google.protobuf import reflection as _reflection
|
|
9
7
|
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
10
9
|
# @@protoc_insertion_point(imports)
|
|
11
10
|
|
|
12
11
|
_sym_db = _symbol_database.Default()
|
|
@@ -16,122 +15,35 @@ _sym_db = _symbol_database.Default()
|
|
|
16
15
|
|
|
17
16
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n9qwak/administration/account/v1/jfrog_tenant_details.proto\x12\x1eqwak.administration.account.v1\"\xa6\x02\n\x12JfrogTenantDetails\x12\x11\n\ttenant_id\x18\x01 \x01(\t\x12^\n\x1d\x64\x65\x66\x61ult_jfrog_project_details\x18\x02 \x01(\x0b\x32\x33.qwak.administration.account.v1.JfrogProjectDetailsB\x02\x18\x01\x12\\\n\x1ajfrog_tenant_configuration\x18\x03 \x01(\x0b\x32\x38.qwak.administration.account.v1.JFrogTenantConfiguration\x12?\n\x0bjpd_details\x18\x04 \x01(\x0b\x32*.qwak.administration.account.v1.JPDDetails\"\xb0\x01\n\nJPDDetails\x12N\n\x0esh_jpd_details\x18\x01 \x01(\x0b\x32\x34.qwak.administration.account.v1.SelfHostedJPDDetailsH\x00\x12J\n\x10saas_jpd_details\x18\x02 \x01(\x0b\x32..qwak.administration.account.v1.SAASJPDDetailsH\x00\x42\x06\n\x04type\"(\n\x14SelfHostedJPDDetails\x12\x10\n\x08\x62\x61se_url\x18\x01 \x01(\t\"\x10\n\x0eSAASJPDDetails\"v\n\x18JFrogTenantConfiguration\x12Z\n\x1d\x64\x65\x66\x61ult_jfrog_project_details\x18\x01 \x01(\x0b\x32\x33.qwak.administration.account.v1.JfrogProjectDetails\"*\n\x13JfrogProjectDetails\x12\x13\n\x0bproject_key\x18\x01 \x01(\t\"\xbe\x01\n\x0fJfrogTenantSpec\x12\x11\n\ttenant_id\x18\x01 \x01(\t\x12N\n\x14\x64\x65\x66\x61ult_project_spec\x18\x02 \x01(\x0b\x32\x30.qwak.administration.account.v1.JfrogProjectSpec\x12H\n\x10jpd_details_spec\x18\x03 \x01(\x0b\x32..qwak.administration.account.v1.JPDDetailsSpec\"\xc6\x01\n\x0eJPDDetailsSpec\x12W\n\x13sh_jpd_details_spec\x18\x01 \x01(\x0b\x32\x38.qwak.administration.account.v1.SelfHostedJPDDetailsSpecH\x00\x12S\n\x15saas_jpd_details_spec\x18\x02 \x01(\x0b\x32\x32.qwak.administration.account.v1.SAASJPDDetailsSpecH\x00\x42\x06\n\x04type\",\n\x18SelfHostedJPDDetailsSpec\x12\x10\n\x08\x62\x61se_url\x18\x01 \x01(\t\"\x14\n\x12SAASJPDDetailsSpec\"\'\n\x10JfrogProjectSpec\x12\x13\n\x0bproject_key\x18\x01 \x01(\tB\xb4\x01\n)com.qwak.ai.administration.api.account.v1P\x01Z\x84\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0b\x06proto3')
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
_JPDDETAILS = DESCRIPTOR.message_types_by_name['JPDDetails']
|
|
23
|
-
_SELFHOSTEDJPDDETAILS = DESCRIPTOR.message_types_by_name['SelfHostedJPDDetails']
|
|
24
|
-
_SAASJPDDETAILS = DESCRIPTOR.message_types_by_name['SAASJPDDetails']
|
|
25
|
-
_JFROGTENANTCONFIGURATION = DESCRIPTOR.message_types_by_name['JFrogTenantConfiguration']
|
|
26
|
-
_JFROGPROJECTDETAILS = DESCRIPTOR.message_types_by_name['JfrogProjectDetails']
|
|
27
|
-
_JFROGTENANTSPEC = DESCRIPTOR.message_types_by_name['JfrogTenantSpec']
|
|
28
|
-
_JPDDETAILSSPEC = DESCRIPTOR.message_types_by_name['JPDDetailsSpec']
|
|
29
|
-
_SELFHOSTEDJPDDETAILSSPEC = DESCRIPTOR.message_types_by_name['SelfHostedJPDDetailsSpec']
|
|
30
|
-
_SAASJPDDETAILSSPEC = DESCRIPTOR.message_types_by_name['SAASJPDDetailsSpec']
|
|
31
|
-
_JFROGPROJECTSPEC = DESCRIPTOR.message_types_by_name['JfrogProjectSpec']
|
|
32
|
-
JfrogTenantDetails = _reflection.GeneratedProtocolMessageType('JfrogTenantDetails', (_message.Message,), {
|
|
33
|
-
'DESCRIPTOR' : _JFROGTENANTDETAILS,
|
|
34
|
-
'__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
|
|
35
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.JfrogTenantDetails)
|
|
36
|
-
})
|
|
37
|
-
_sym_db.RegisterMessage(JfrogTenantDetails)
|
|
38
|
-
|
|
39
|
-
JPDDetails = _reflection.GeneratedProtocolMessageType('JPDDetails', (_message.Message,), {
|
|
40
|
-
'DESCRIPTOR' : _JPDDETAILS,
|
|
41
|
-
'__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
|
|
42
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.JPDDetails)
|
|
43
|
-
})
|
|
44
|
-
_sym_db.RegisterMessage(JPDDetails)
|
|
45
|
-
|
|
46
|
-
SelfHostedJPDDetails = _reflection.GeneratedProtocolMessageType('SelfHostedJPDDetails', (_message.Message,), {
|
|
47
|
-
'DESCRIPTOR' : _SELFHOSTEDJPDDETAILS,
|
|
48
|
-
'__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
|
|
49
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.SelfHostedJPDDetails)
|
|
50
|
-
})
|
|
51
|
-
_sym_db.RegisterMessage(SelfHostedJPDDetails)
|
|
52
|
-
|
|
53
|
-
SAASJPDDetails = _reflection.GeneratedProtocolMessageType('SAASJPDDetails', (_message.Message,), {
|
|
54
|
-
'DESCRIPTOR' : _SAASJPDDETAILS,
|
|
55
|
-
'__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
|
|
56
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.SAASJPDDetails)
|
|
57
|
-
})
|
|
58
|
-
_sym_db.RegisterMessage(SAASJPDDetails)
|
|
59
|
-
|
|
60
|
-
JFrogTenantConfiguration = _reflection.GeneratedProtocolMessageType('JFrogTenantConfiguration', (_message.Message,), {
|
|
61
|
-
'DESCRIPTOR' : _JFROGTENANTCONFIGURATION,
|
|
62
|
-
'__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
|
|
63
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.JFrogTenantConfiguration)
|
|
64
|
-
})
|
|
65
|
-
_sym_db.RegisterMessage(JFrogTenantConfiguration)
|
|
66
|
-
|
|
67
|
-
JfrogProjectDetails = _reflection.GeneratedProtocolMessageType('JfrogProjectDetails', (_message.Message,), {
|
|
68
|
-
'DESCRIPTOR' : _JFROGPROJECTDETAILS,
|
|
69
|
-
'__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
|
|
70
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.JfrogProjectDetails)
|
|
71
|
-
})
|
|
72
|
-
_sym_db.RegisterMessage(JfrogProjectDetails)
|
|
73
|
-
|
|
74
|
-
JfrogTenantSpec = _reflection.GeneratedProtocolMessageType('JfrogTenantSpec', (_message.Message,), {
|
|
75
|
-
'DESCRIPTOR' : _JFROGTENANTSPEC,
|
|
76
|
-
'__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
|
|
77
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.JfrogTenantSpec)
|
|
78
|
-
})
|
|
79
|
-
_sym_db.RegisterMessage(JfrogTenantSpec)
|
|
80
|
-
|
|
81
|
-
JPDDetailsSpec = _reflection.GeneratedProtocolMessageType('JPDDetailsSpec', (_message.Message,), {
|
|
82
|
-
'DESCRIPTOR' : _JPDDETAILSSPEC,
|
|
83
|
-
'__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
|
|
84
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.JPDDetailsSpec)
|
|
85
|
-
})
|
|
86
|
-
_sym_db.RegisterMessage(JPDDetailsSpec)
|
|
87
|
-
|
|
88
|
-
SelfHostedJPDDetailsSpec = _reflection.GeneratedProtocolMessageType('SelfHostedJPDDetailsSpec', (_message.Message,), {
|
|
89
|
-
'DESCRIPTOR' : _SELFHOSTEDJPDDETAILSSPEC,
|
|
90
|
-
'__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
|
|
91
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.SelfHostedJPDDetailsSpec)
|
|
92
|
-
})
|
|
93
|
-
_sym_db.RegisterMessage(SelfHostedJPDDetailsSpec)
|
|
94
|
-
|
|
95
|
-
SAASJPDDetailsSpec = _reflection.GeneratedProtocolMessageType('SAASJPDDetailsSpec', (_message.Message,), {
|
|
96
|
-
'DESCRIPTOR' : _SAASJPDDETAILSSPEC,
|
|
97
|
-
'__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
|
|
98
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.SAASJPDDetailsSpec)
|
|
99
|
-
})
|
|
100
|
-
_sym_db.RegisterMessage(SAASJPDDetailsSpec)
|
|
101
|
-
|
|
102
|
-
JfrogProjectSpec = _reflection.GeneratedProtocolMessageType('JfrogProjectSpec', (_message.Message,), {
|
|
103
|
-
'DESCRIPTOR' : _JFROGPROJECTSPEC,
|
|
104
|
-
'__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
|
|
105
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.JfrogProjectSpec)
|
|
106
|
-
})
|
|
107
|
-
_sym_db.RegisterMessage(JfrogProjectSpec)
|
|
108
|
-
|
|
18
|
+
_globals = globals()
|
|
19
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
20
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.account.v1.jfrog_tenant_details_pb2', _globals)
|
|
109
21
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
110
22
|
|
|
111
23
|
DESCRIPTOR._options = None
|
|
112
24
|
DESCRIPTOR._serialized_options = b'\n)com.qwak.ai.administration.api.account.v1P\001Z\204\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0'
|
|
113
25
|
_JFROGTENANTDETAILS.fields_by_name['default_jfrog_project_details']._options = None
|
|
114
26
|
_JFROGTENANTDETAILS.fields_by_name['default_jfrog_project_details']._serialized_options = b'\030\001'
|
|
115
|
-
_JFROGTENANTDETAILS._serialized_start=94
|
|
116
|
-
_JFROGTENANTDETAILS._serialized_end=388
|
|
117
|
-
_JPDDETAILS._serialized_start=391
|
|
118
|
-
_JPDDETAILS._serialized_end=567
|
|
119
|
-
_SELFHOSTEDJPDDETAILS._serialized_start=569
|
|
120
|
-
_SELFHOSTEDJPDDETAILS._serialized_end=609
|
|
121
|
-
_SAASJPDDETAILS._serialized_start=611
|
|
122
|
-
_SAASJPDDETAILS._serialized_end=627
|
|
123
|
-
_JFROGTENANTCONFIGURATION._serialized_start=629
|
|
124
|
-
_JFROGTENANTCONFIGURATION._serialized_end=747
|
|
125
|
-
_JFROGPROJECTDETAILS._serialized_start=749
|
|
126
|
-
_JFROGPROJECTDETAILS._serialized_end=791
|
|
127
|
-
_JFROGTENANTSPEC._serialized_start=794
|
|
128
|
-
_JFROGTENANTSPEC._serialized_end=984
|
|
129
|
-
_JPDDETAILSSPEC._serialized_start=987
|
|
130
|
-
_JPDDETAILSSPEC._serialized_end=1185
|
|
131
|
-
_SELFHOSTEDJPDDETAILSSPEC._serialized_start=1187
|
|
132
|
-
_SELFHOSTEDJPDDETAILSSPEC._serialized_end=1231
|
|
133
|
-
_SAASJPDDETAILSSPEC._serialized_start=1233
|
|
134
|
-
_SAASJPDDETAILSSPEC._serialized_end=1253
|
|
135
|
-
_JFROGPROJECTSPEC._serialized_start=1255
|
|
136
|
-
_JFROGPROJECTSPEC._serialized_end=1294
|
|
27
|
+
_globals['_JFROGTENANTDETAILS']._serialized_start=94
|
|
28
|
+
_globals['_JFROGTENANTDETAILS']._serialized_end=388
|
|
29
|
+
_globals['_JPDDETAILS']._serialized_start=391
|
|
30
|
+
_globals['_JPDDETAILS']._serialized_end=567
|
|
31
|
+
_globals['_SELFHOSTEDJPDDETAILS']._serialized_start=569
|
|
32
|
+
_globals['_SELFHOSTEDJPDDETAILS']._serialized_end=609
|
|
33
|
+
_globals['_SAASJPDDETAILS']._serialized_start=611
|
|
34
|
+
_globals['_SAASJPDDETAILS']._serialized_end=627
|
|
35
|
+
_globals['_JFROGTENANTCONFIGURATION']._serialized_start=629
|
|
36
|
+
_globals['_JFROGTENANTCONFIGURATION']._serialized_end=747
|
|
37
|
+
_globals['_JFROGPROJECTDETAILS']._serialized_start=749
|
|
38
|
+
_globals['_JFROGPROJECTDETAILS']._serialized_end=791
|
|
39
|
+
_globals['_JFROGTENANTSPEC']._serialized_start=794
|
|
40
|
+
_globals['_JFROGTENANTSPEC']._serialized_end=984
|
|
41
|
+
_globals['_JPDDETAILSSPEC']._serialized_start=987
|
|
42
|
+
_globals['_JPDDETAILSSPEC']._serialized_end=1185
|
|
43
|
+
_globals['_SELFHOSTEDJPDDETAILSSPEC']._serialized_start=1187
|
|
44
|
+
_globals['_SELFHOSTEDJPDDETAILSSPEC']._serialized_end=1231
|
|
45
|
+
_globals['_SAASJPDDETAILSSPEC']._serialized_start=1233
|
|
46
|
+
_globals['_SAASJPDDETAILSSPEC']._serialized_end=1253
|
|
47
|
+
_globals['_JFROGPROJECTSPEC']._serialized_start=1255
|
|
48
|
+
_globals['_JFROGPROJECTSPEC']._serialized_end=1294
|
|
137
49
|
# @@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'\n4qwak/administration/account/v1/personalization.proto\x12\x1bqwak.administration.account\"K\n\x16\x41\x63\x63ountPersonalization\x12\x31\n\x05\x62rand\x18\x01 \x01(\x0b\x32\".qwak.administration.account.Brand\" \n\x05\x42rand\x12\x17\n\x0flogo_image_path\x18\x01 \x01(\tB\xb4\x01\n)com.qwak.ai.administration.api.account.v1P\x01Z\x84\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0b\x06proto3')
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
_BRAND = DESCRIPTOR.message_types_by_name['Brand']
|
|
23
|
-
AccountPersonalization = _reflection.GeneratedProtocolMessageType('AccountPersonalization', (_message.Message,), {
|
|
24
|
-
'DESCRIPTOR' : _ACCOUNTPERSONALIZATION,
|
|
25
|
-
'__module__' : 'qwak.administration.account.v1.personalization_pb2'
|
|
26
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.AccountPersonalization)
|
|
27
|
-
})
|
|
28
|
-
_sym_db.RegisterMessage(AccountPersonalization)
|
|
29
|
-
|
|
30
|
-
Brand = _reflection.GeneratedProtocolMessageType('Brand', (_message.Message,), {
|
|
31
|
-
'DESCRIPTOR' : _BRAND,
|
|
32
|
-
'__module__' : 'qwak.administration.account.v1.personalization_pb2'
|
|
33
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.Brand)
|
|
34
|
-
})
|
|
35
|
-
_sym_db.RegisterMessage(Brand)
|
|
36
|
-
|
|
18
|
+
_globals = globals()
|
|
19
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
20
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.account.v1.personalization_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.administration.api.account.v1P\001Z\204\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0'
|
|
41
|
-
_ACCOUNTPERSONALIZATION._serialized_start=85
|
|
42
|
-
_ACCOUNTPERSONALIZATION._serialized_end=160
|
|
43
|
-
_BRAND._serialized_start=162
|
|
44
|
-
_BRAND._serialized_end=194
|
|
25
|
+
_globals['_ACCOUNTPERSONALIZATION']._serialized_start=85
|
|
26
|
+
_globals['_ACCOUNTPERSONALIZATION']._serialized_end=160
|
|
27
|
+
_globals['_BRAND']._serialized_start=162
|
|
28
|
+
_globals['_BRAND']._serialized_end=194
|
|
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,20 +16,13 @@ from _qwak_proto.qwak.administration.account.v1 import personalization_pb2 as qw
|
|
|
17
16
|
|
|
18
17
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0qwak/administration/account/v1/preferences.proto\x12\x1bqwak.administration.account\x1a\x34qwak/administration/account/v1/personalization.proto\"b\n\x12\x41\x63\x63ountPreferences\x12L\n\x0fpersonalization\x18\x02 \x01(\x0b\x32\x33.qwak.administration.account.AccountPersonalizationB\xb4\x01\n)com.qwak.ai.administration.api.account.v1P\x01Z\x84\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0b\x06proto3')
|
|
19
18
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
AccountPreferences = _reflection.GeneratedProtocolMessageType('AccountPreferences', (_message.Message,), {
|
|
24
|
-
'DESCRIPTOR' : _ACCOUNTPREFERENCES,
|
|
25
|
-
'__module__' : 'qwak.administration.account.v1.preferences_pb2'
|
|
26
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.AccountPreferences)
|
|
27
|
-
})
|
|
28
|
-
_sym_db.RegisterMessage(AccountPreferences)
|
|
29
|
-
|
|
19
|
+
_globals = globals()
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.account.v1.preferences_pb2', _globals)
|
|
30
22
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
31
23
|
|
|
32
24
|
DESCRIPTOR._options = None
|
|
33
25
|
DESCRIPTOR._serialized_options = b'\n)com.qwak.ai.administration.api.account.v1P\001Z\204\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0'
|
|
34
|
-
_ACCOUNTPREFERENCES._serialized_start=135
|
|
35
|
-
_ACCOUNTPREFERENCES._serialized_end=233
|
|
26
|
+
_globals['_ACCOUNTPREFERENCES']._serialized_start=135
|
|
27
|
+
_globals['_ACCOUNTPREFERENCES']._serialized_end=233
|
|
36
28
|
# @@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,60 +15,21 @@ _sym_db = _symbol_database.Default()
|
|
|
16
15
|
|
|
17
16
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*qwak/administration/account/v1/terms.proto\x12\x1bqwak.administration.account\"H\n\x14\x41\x63\x63ountAcceptedTerms\x12\x30\n\x05terms\x18\x01 \x03(\x0b\x32!.qwak.administration.account.Term\"\x95\x02\n\x04Term\x12Q\n\x15platform_general_term\x18\x01 \x01(\x0b\x32\x30.qwak.administration.account.PlatformGeneralTermH\x00\x12Z\n\x1amodel_library_general_term\x18\x02 \x01(\x0b\x32\x34.qwak.administration.account.ModelLibraryGeneralTermH\x00\x12V\n\x18model_library_model_term\x18\x03 \x01(\x0b\x32\x32.qwak.administration.account.ModelLibraryModelTermH\x00\x42\x06\n\x04term\"\x15\n\x13PlatformGeneralTerm\"\x19\n\x17ModelLibraryGeneralTerm\"2\n\x15ModelLibraryModelTerm\x12\x19\n\x11model_registry_id\x18\x01 \x01(\tB\xb4\x01\n)com.qwak.ai.administration.api.account.v1P\x01Z\x84\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0b\x06proto3')
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
_TERM = DESCRIPTOR.message_types_by_name['Term']
|
|
23
|
-
_PLATFORMGENERALTERM = DESCRIPTOR.message_types_by_name['PlatformGeneralTerm']
|
|
24
|
-
_MODELLIBRARYGENERALTERM = DESCRIPTOR.message_types_by_name['ModelLibraryGeneralTerm']
|
|
25
|
-
_MODELLIBRARYMODELTERM = DESCRIPTOR.message_types_by_name['ModelLibraryModelTerm']
|
|
26
|
-
AccountAcceptedTerms = _reflection.GeneratedProtocolMessageType('AccountAcceptedTerms', (_message.Message,), {
|
|
27
|
-
'DESCRIPTOR' : _ACCOUNTACCEPTEDTERMS,
|
|
28
|
-
'__module__' : 'qwak.administration.account.v1.terms_pb2'
|
|
29
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.AccountAcceptedTerms)
|
|
30
|
-
})
|
|
31
|
-
_sym_db.RegisterMessage(AccountAcceptedTerms)
|
|
32
|
-
|
|
33
|
-
Term = _reflection.GeneratedProtocolMessageType('Term', (_message.Message,), {
|
|
34
|
-
'DESCRIPTOR' : _TERM,
|
|
35
|
-
'__module__' : 'qwak.administration.account.v1.terms_pb2'
|
|
36
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.Term)
|
|
37
|
-
})
|
|
38
|
-
_sym_db.RegisterMessage(Term)
|
|
39
|
-
|
|
40
|
-
PlatformGeneralTerm = _reflection.GeneratedProtocolMessageType('PlatformGeneralTerm', (_message.Message,), {
|
|
41
|
-
'DESCRIPTOR' : _PLATFORMGENERALTERM,
|
|
42
|
-
'__module__' : 'qwak.administration.account.v1.terms_pb2'
|
|
43
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.PlatformGeneralTerm)
|
|
44
|
-
})
|
|
45
|
-
_sym_db.RegisterMessage(PlatformGeneralTerm)
|
|
46
|
-
|
|
47
|
-
ModelLibraryGeneralTerm = _reflection.GeneratedProtocolMessageType('ModelLibraryGeneralTerm', (_message.Message,), {
|
|
48
|
-
'DESCRIPTOR' : _MODELLIBRARYGENERALTERM,
|
|
49
|
-
'__module__' : 'qwak.administration.account.v1.terms_pb2'
|
|
50
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.ModelLibraryGeneralTerm)
|
|
51
|
-
})
|
|
52
|
-
_sym_db.RegisterMessage(ModelLibraryGeneralTerm)
|
|
53
|
-
|
|
54
|
-
ModelLibraryModelTerm = _reflection.GeneratedProtocolMessageType('ModelLibraryModelTerm', (_message.Message,), {
|
|
55
|
-
'DESCRIPTOR' : _MODELLIBRARYMODELTERM,
|
|
56
|
-
'__module__' : 'qwak.administration.account.v1.terms_pb2'
|
|
57
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.account.ModelLibraryModelTerm)
|
|
58
|
-
})
|
|
59
|
-
_sym_db.RegisterMessage(ModelLibraryModelTerm)
|
|
60
|
-
|
|
18
|
+
_globals = globals()
|
|
19
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
20
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.account.v1.terms_pb2', _globals)
|
|
61
21
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
62
22
|
|
|
63
23
|
DESCRIPTOR._options = None
|
|
64
24
|
DESCRIPTOR._serialized_options = b'\n)com.qwak.ai.administration.api.account.v1P\001Z\204\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0'
|
|
65
|
-
_ACCOUNTACCEPTEDTERMS._serialized_start=75
|
|
66
|
-
_ACCOUNTACCEPTEDTERMS._serialized_end=147
|
|
67
|
-
_TERM._serialized_start=150
|
|
68
|
-
_TERM._serialized_end=427
|
|
69
|
-
_PLATFORMGENERALTERM._serialized_start=429
|
|
70
|
-
_PLATFORMGENERALTERM._serialized_end=450
|
|
71
|
-
_MODELLIBRARYGENERALTERM._serialized_start=452
|
|
72
|
-
_MODELLIBRARYGENERALTERM._serialized_end=477
|
|
73
|
-
_MODELLIBRARYMODELTERM._serialized_start=479
|
|
74
|
-
_MODELLIBRARYMODELTERM._serialized_end=529
|
|
25
|
+
_globals['_ACCOUNTACCEPTEDTERMS']._serialized_start=75
|
|
26
|
+
_globals['_ACCOUNTACCEPTEDTERMS']._serialized_end=147
|
|
27
|
+
_globals['_TERM']._serialized_start=150
|
|
28
|
+
_globals['_TERM']._serialized_end=427
|
|
29
|
+
_globals['_PLATFORMGENERALTERM']._serialized_start=429
|
|
30
|
+
_globals['_PLATFORMGENERALTERM']._serialized_end=450
|
|
31
|
+
_globals['_MODELLIBRARYGENERALTERM']._serialized_start=452
|
|
32
|
+
_globals['_MODELLIBRARYGENERALTERM']._serialized_end=477
|
|
33
|
+
_globals['_MODELLIBRARYMODELTERM']._serialized_start=479
|
|
34
|
+
_globals['_MODELLIBRARYMODELTERM']._serialized_end=529
|
|
75
35
|
# @@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()
|
|
@@ -19,73 +18,25 @@ from _qwak_proto.qwak.administration.authenticated_user.v1 import credentials_pb
|
|
|
19
18
|
|
|
20
19
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nJqwak/administration/authenticated_user/v1/authenticated_user_service.proto\x12)qwak.administration.authenticated_user.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x37qwak/administration/authenticated_user/v1/details.proto\x1a;qwak/administration/authenticated_user/v1/credentials.proto\"\x13\n\x11GetDetailsRequest\"\xae\x01\n\x12GetDetailsResponse\x12\x44\n\x04user\x18\x01 \x01(\x0b\x32\x36.qwak.administration.authenticated_user.v1.UserDetails\x12R\n\x0b\x65nvironment\x18\x02 \x01(\x0b\x32=.qwak.administration.authenticated_user.v1.EnvironmentDetails\"\x1e\n\x1cGetEnvironmentDetailsRequest\"s\n\x1dGetEnvironmentDetailsResponse\x12R\n\x0b\x65nvironment\x18\x01 \x01(\x0b\x32=.qwak.administration.authenticated_user.v1.EnvironmentDetails\"I\n\x1aGetCloudCredentialsRequest\x12+\n\x08\x64uration\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\"u\n\x1bGetCloudCredentialsResponse\x12V\n\x11\x63loud_credentials\x18\x01 \x01(\x0b\x32;.qwak.administration.authenticated_user.v1.CloudCredentials2\xf3\x03\n\x11\x41uthenticatedUser\x12\x89\x01\n\nGetDetails\x12<.qwak.administration.authenticated_user.v1.GetDetailsRequest\x1a=.qwak.administration.authenticated_user.v1.GetDetailsResponse\x12\xaa\x01\n\x15GetEnvironmentDetails\x12G.qwak.administration.authenticated_user.v1.GetEnvironmentDetailsRequest\x1aH.qwak.administration.authenticated_user.v1.GetEnvironmentDetailsResponse\x12\xa4\x01\n\x13GetCloudCredentials\x12\x45.qwak.administration.authenticated_user.v1.GetCloudCredentialsRequest\x1a\x46.qwak.administration.authenticated_user.v1.GetCloudCredentialsResponseBN\n4com.qwak.ai.administration.api.authenticated_user.v1P\x01Z\x14.;authenticated_userb\x06proto3')
|
|
21
20
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
_GETDETAILSRESPONSE = DESCRIPTOR.message_types_by_name['GetDetailsResponse']
|
|
26
|
-
_GETENVIRONMENTDETAILSREQUEST = DESCRIPTOR.message_types_by_name['GetEnvironmentDetailsRequest']
|
|
27
|
-
_GETENVIRONMENTDETAILSRESPONSE = DESCRIPTOR.message_types_by_name['GetEnvironmentDetailsResponse']
|
|
28
|
-
_GETCLOUDCREDENTIALSREQUEST = DESCRIPTOR.message_types_by_name['GetCloudCredentialsRequest']
|
|
29
|
-
_GETCLOUDCREDENTIALSRESPONSE = DESCRIPTOR.message_types_by_name['GetCloudCredentialsResponse']
|
|
30
|
-
GetDetailsRequest = _reflection.GeneratedProtocolMessageType('GetDetailsRequest', (_message.Message,), {
|
|
31
|
-
'DESCRIPTOR' : _GETDETAILSREQUEST,
|
|
32
|
-
'__module__' : 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2'
|
|
33
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.GetDetailsRequest)
|
|
34
|
-
})
|
|
35
|
-
_sym_db.RegisterMessage(GetDetailsRequest)
|
|
36
|
-
|
|
37
|
-
GetDetailsResponse = _reflection.GeneratedProtocolMessageType('GetDetailsResponse', (_message.Message,), {
|
|
38
|
-
'DESCRIPTOR' : _GETDETAILSRESPONSE,
|
|
39
|
-
'__module__' : 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2'
|
|
40
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.GetDetailsResponse)
|
|
41
|
-
})
|
|
42
|
-
_sym_db.RegisterMessage(GetDetailsResponse)
|
|
43
|
-
|
|
44
|
-
GetEnvironmentDetailsRequest = _reflection.GeneratedProtocolMessageType('GetEnvironmentDetailsRequest', (_message.Message,), {
|
|
45
|
-
'DESCRIPTOR' : _GETENVIRONMENTDETAILSREQUEST,
|
|
46
|
-
'__module__' : 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2'
|
|
47
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.GetEnvironmentDetailsRequest)
|
|
48
|
-
})
|
|
49
|
-
_sym_db.RegisterMessage(GetEnvironmentDetailsRequest)
|
|
50
|
-
|
|
51
|
-
GetEnvironmentDetailsResponse = _reflection.GeneratedProtocolMessageType('GetEnvironmentDetailsResponse', (_message.Message,), {
|
|
52
|
-
'DESCRIPTOR' : _GETENVIRONMENTDETAILSRESPONSE,
|
|
53
|
-
'__module__' : 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2'
|
|
54
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.GetEnvironmentDetailsResponse)
|
|
55
|
-
})
|
|
56
|
-
_sym_db.RegisterMessage(GetEnvironmentDetailsResponse)
|
|
57
|
-
|
|
58
|
-
GetCloudCredentialsRequest = _reflection.GeneratedProtocolMessageType('GetCloudCredentialsRequest', (_message.Message,), {
|
|
59
|
-
'DESCRIPTOR' : _GETCLOUDCREDENTIALSREQUEST,
|
|
60
|
-
'__module__' : 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2'
|
|
61
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.GetCloudCredentialsRequest)
|
|
62
|
-
})
|
|
63
|
-
_sym_db.RegisterMessage(GetCloudCredentialsRequest)
|
|
64
|
-
|
|
65
|
-
GetCloudCredentialsResponse = _reflection.GeneratedProtocolMessageType('GetCloudCredentialsResponse', (_message.Message,), {
|
|
66
|
-
'DESCRIPTOR' : _GETCLOUDCREDENTIALSRESPONSE,
|
|
67
|
-
'__module__' : 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2'
|
|
68
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.GetCloudCredentialsResponse)
|
|
69
|
-
})
|
|
70
|
-
_sym_db.RegisterMessage(GetCloudCredentialsResponse)
|
|
71
|
-
|
|
72
|
-
_AUTHENTICATEDUSER = DESCRIPTOR.services_by_name['AuthenticatedUser']
|
|
21
|
+
_globals = globals()
|
|
22
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
23
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2', _globals)
|
|
73
24
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
74
25
|
|
|
75
26
|
DESCRIPTOR._options = None
|
|
76
27
|
DESCRIPTOR._serialized_options = b'\n4com.qwak.ai.administration.api.authenticated_user.v1P\001Z\024.;authenticated_user'
|
|
77
|
-
_GETDETAILSREQUEST._serialized_start=271
|
|
78
|
-
_GETDETAILSREQUEST._serialized_end=290
|
|
79
|
-
_GETDETAILSRESPONSE._serialized_start=293
|
|
80
|
-
_GETDETAILSRESPONSE._serialized_end=467
|
|
81
|
-
_GETENVIRONMENTDETAILSREQUEST._serialized_start=469
|
|
82
|
-
_GETENVIRONMENTDETAILSREQUEST._serialized_end=499
|
|
83
|
-
_GETENVIRONMENTDETAILSRESPONSE._serialized_start=501
|
|
84
|
-
_GETENVIRONMENTDETAILSRESPONSE._serialized_end=616
|
|
85
|
-
_GETCLOUDCREDENTIALSREQUEST._serialized_start=618
|
|
86
|
-
_GETCLOUDCREDENTIALSREQUEST._serialized_end=691
|
|
87
|
-
_GETCLOUDCREDENTIALSRESPONSE._serialized_start=693
|
|
88
|
-
_GETCLOUDCREDENTIALSRESPONSE._serialized_end=810
|
|
89
|
-
_AUTHENTICATEDUSER._serialized_start=813
|
|
90
|
-
_AUTHENTICATEDUSER._serialized_end=1312
|
|
28
|
+
_globals['_GETDETAILSREQUEST']._serialized_start=271
|
|
29
|
+
_globals['_GETDETAILSREQUEST']._serialized_end=290
|
|
30
|
+
_globals['_GETDETAILSRESPONSE']._serialized_start=293
|
|
31
|
+
_globals['_GETDETAILSRESPONSE']._serialized_end=467
|
|
32
|
+
_globals['_GETENVIRONMENTDETAILSREQUEST']._serialized_start=469
|
|
33
|
+
_globals['_GETENVIRONMENTDETAILSREQUEST']._serialized_end=499
|
|
34
|
+
_globals['_GETENVIRONMENTDETAILSRESPONSE']._serialized_start=501
|
|
35
|
+
_globals['_GETENVIRONMENTDETAILSRESPONSE']._serialized_end=616
|
|
36
|
+
_globals['_GETCLOUDCREDENTIALSREQUEST']._serialized_start=618
|
|
37
|
+
_globals['_GETCLOUDCREDENTIALSREQUEST']._serialized_end=691
|
|
38
|
+
_globals['_GETCLOUDCREDENTIALSRESPONSE']._serialized_start=693
|
|
39
|
+
_globals['_GETCLOUDCREDENTIALSRESPONSE']._serialized_end=810
|
|
40
|
+
_globals['_AUTHENTICATEDUSER']._serialized_start=813
|
|
41
|
+
_globals['_AUTHENTICATEDUSER']._serialized_end=1312
|
|
91
42
|
# @@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,30 +16,15 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
17
16
|
|
|
18
17
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;qwak/administration/authenticated_user/v1/credentials.proto\x12)qwak.administration.authenticated_user.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\x8a\x01\n\x10\x43loudCredentials\x12g\n\x19\x61ws_temporary_credentials\x18\x01 \x01(\x0b\x32\x42.qwak.administration.authenticated_user.v1.AwsTemporaryCredentialsH\x00\x42\r\n\x0b\x63redentials\"\x97\x01\n\x17\x41wsTemporaryCredentials\x12\x15\n\raccess_key_id\x18\x01 \x01(\t\x12\x19\n\x11secret_access_key\x18\x02 \x01(\t\x12\x15\n\rsession_token\x18\x03 \x01(\t\x12\x33\n\x0f\x65xpiration_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampBN\n4com.qwak.ai.administration.api.authenticated_user.v1P\x01Z\x14.;authenticated_userb\x06proto3')
|
|
19
18
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
_AWSTEMPORARYCREDENTIALS = DESCRIPTOR.message_types_by_name['AwsTemporaryCredentials']
|
|
24
|
-
CloudCredentials = _reflection.GeneratedProtocolMessageType('CloudCredentials', (_message.Message,), {
|
|
25
|
-
'DESCRIPTOR' : _CLOUDCREDENTIALS,
|
|
26
|
-
'__module__' : 'qwak.administration.authenticated_user.v1.credentials_pb2'
|
|
27
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.CloudCredentials)
|
|
28
|
-
})
|
|
29
|
-
_sym_db.RegisterMessage(CloudCredentials)
|
|
30
|
-
|
|
31
|
-
AwsTemporaryCredentials = _reflection.GeneratedProtocolMessageType('AwsTemporaryCredentials', (_message.Message,), {
|
|
32
|
-
'DESCRIPTOR' : _AWSTEMPORARYCREDENTIALS,
|
|
33
|
-
'__module__' : 'qwak.administration.authenticated_user.v1.credentials_pb2'
|
|
34
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.AwsTemporaryCredentials)
|
|
35
|
-
})
|
|
36
|
-
_sym_db.RegisterMessage(AwsTemporaryCredentials)
|
|
37
|
-
|
|
19
|
+
_globals = globals()
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.authenticated_user.v1.credentials_pb2', _globals)
|
|
38
22
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
39
23
|
|
|
40
24
|
DESCRIPTOR._options = None
|
|
41
25
|
DESCRIPTOR._serialized_options = b'\n4com.qwak.ai.administration.api.authenticated_user.v1P\001Z\024.;authenticated_user'
|
|
42
|
-
_CLOUDCREDENTIALS._serialized_start=140
|
|
43
|
-
_CLOUDCREDENTIALS._serialized_end=278
|
|
44
|
-
_AWSTEMPORARYCREDENTIALS._serialized_start=281
|
|
45
|
-
_AWSTEMPORARYCREDENTIALS._serialized_end=432
|
|
26
|
+
_globals['_CLOUDCREDENTIALS']._serialized_start=140
|
|
27
|
+
_globals['_CLOUDCREDENTIALS']._serialized_end=278
|
|
28
|
+
_globals['_AWSTEMPORARYCREDENTIALS']._serialized_start=281
|
|
29
|
+
_globals['_AWSTEMPORARYCREDENTIALS']._serialized_end=432
|
|
46
30
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -47,7 +47,7 @@ class AwsTemporaryCredentials(google.protobuf.message.Message):
|
|
|
47
47
|
"""Aws session token"""
|
|
48
48
|
@property
|
|
49
49
|
def expiration_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
50
|
-
"""Expiration timestamp of the
|
|
50
|
+
"""Expiration timestamp of the credentials"""
|
|
51
51
|
def __init__(
|
|
52
52
|
self,
|
|
53
53
|
*,
|
|
@@ -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,60 +15,21 @@ _sym_db = _symbol_database.Default()
|
|
|
16
15
|
|
|
17
16
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7qwak/administration/authenticated_user/v1/details.proto\x12)qwak.administration.authenticated_user.v1\"/\n\x0bUserDetails\x12\n\n\x02id\x18\x01 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\"|\n\x12\x45nvironmentDetails\x12\n\n\x02id\x18\x01 \x01(\t\x12Z\n\rconfiguration\x18\x02 \x01(\x0b\x32\x43.qwak.administration.authenticated_user.v1.EnvironmentConfiguration\"\xa5\x02\n\x18\x45nvironmentConfiguration\x12\x19\n\x11\x65\x64ge_services_url\x18\x01 \x01(\t\x12\x1d\n\x15management_access_url\x18\x06 \x01(\t\x12\x15\n\rmodel_api_url\x18\x02 \x01(\t\x12\x1e\n\x16\x61nalytics_data_api_url\x18\x03 \x01(\t\x12\x1d\n\x15object_storage_bucket\x18\x04 \x01(\t\x12\x19\n\x11\x62i_system_api_key\x18\x05 \x01(\t\x12^\n\x13\x63loud_configuration\x18\x07 \x01(\x0b\x32\x41.qwak.administration.authenticated_user.v1.QwakCloudConfiguration\"\x8e\x01\n\x16QwakCloudConfiguration\x12\x63\n\x17\x61ws_cloud_configuration\x18\x01 \x01(\x0b\x32@.qwak.administration.authenticated_user.v1.AwsCloudConfigurationH\x00\x42\x0f\n\rconfiguration\"a\n\x15\x41wsCloudConfiguration\x12\x0e\n\x06region\x18\x01 \x01(\t\x12\x10\n\x08role_arn\x18\x02 \x01(\t\x12\x13\n\x0b\x65xternal_id\x18\x03 \x01(\t\x12\x11\n\tworkgroup\x18\x04 \x01(\tBN\n4com.qwak.ai.administration.api.authenticated_user.v1P\x01Z\x14.;authenticated_userb\x06proto3')
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
_ENVIRONMENTDETAILS = DESCRIPTOR.message_types_by_name['EnvironmentDetails']
|
|
23
|
-
_ENVIRONMENTCONFIGURATION = DESCRIPTOR.message_types_by_name['EnvironmentConfiguration']
|
|
24
|
-
_QWAKCLOUDCONFIGURATION = DESCRIPTOR.message_types_by_name['QwakCloudConfiguration']
|
|
25
|
-
_AWSCLOUDCONFIGURATION = DESCRIPTOR.message_types_by_name['AwsCloudConfiguration']
|
|
26
|
-
UserDetails = _reflection.GeneratedProtocolMessageType('UserDetails', (_message.Message,), {
|
|
27
|
-
'DESCRIPTOR' : _USERDETAILS,
|
|
28
|
-
'__module__' : 'qwak.administration.authenticated_user.v1.details_pb2'
|
|
29
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.UserDetails)
|
|
30
|
-
})
|
|
31
|
-
_sym_db.RegisterMessage(UserDetails)
|
|
32
|
-
|
|
33
|
-
EnvironmentDetails = _reflection.GeneratedProtocolMessageType('EnvironmentDetails', (_message.Message,), {
|
|
34
|
-
'DESCRIPTOR' : _ENVIRONMENTDETAILS,
|
|
35
|
-
'__module__' : 'qwak.administration.authenticated_user.v1.details_pb2'
|
|
36
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.EnvironmentDetails)
|
|
37
|
-
})
|
|
38
|
-
_sym_db.RegisterMessage(EnvironmentDetails)
|
|
39
|
-
|
|
40
|
-
EnvironmentConfiguration = _reflection.GeneratedProtocolMessageType('EnvironmentConfiguration', (_message.Message,), {
|
|
41
|
-
'DESCRIPTOR' : _ENVIRONMENTCONFIGURATION,
|
|
42
|
-
'__module__' : 'qwak.administration.authenticated_user.v1.details_pb2'
|
|
43
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.EnvironmentConfiguration)
|
|
44
|
-
})
|
|
45
|
-
_sym_db.RegisterMessage(EnvironmentConfiguration)
|
|
46
|
-
|
|
47
|
-
QwakCloudConfiguration = _reflection.GeneratedProtocolMessageType('QwakCloudConfiguration', (_message.Message,), {
|
|
48
|
-
'DESCRIPTOR' : _QWAKCLOUDCONFIGURATION,
|
|
49
|
-
'__module__' : 'qwak.administration.authenticated_user.v1.details_pb2'
|
|
50
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.QwakCloudConfiguration)
|
|
51
|
-
})
|
|
52
|
-
_sym_db.RegisterMessage(QwakCloudConfiguration)
|
|
53
|
-
|
|
54
|
-
AwsCloudConfiguration = _reflection.GeneratedProtocolMessageType('AwsCloudConfiguration', (_message.Message,), {
|
|
55
|
-
'DESCRIPTOR' : _AWSCLOUDCONFIGURATION,
|
|
56
|
-
'__module__' : 'qwak.administration.authenticated_user.v1.details_pb2'
|
|
57
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.AwsCloudConfiguration)
|
|
58
|
-
})
|
|
59
|
-
_sym_db.RegisterMessage(AwsCloudConfiguration)
|
|
60
|
-
|
|
18
|
+
_globals = globals()
|
|
19
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
20
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.authenticated_user.v1.details_pb2', _globals)
|
|
61
21
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
62
22
|
|
|
63
23
|
DESCRIPTOR._options = None
|
|
64
24
|
DESCRIPTOR._serialized_options = b'\n4com.qwak.ai.administration.api.authenticated_user.v1P\001Z\024.;authenticated_user'
|
|
65
|
-
_USERDETAILS._serialized_start=102
|
|
66
|
-
_USERDETAILS._serialized_end=149
|
|
67
|
-
_ENVIRONMENTDETAILS._serialized_start=151
|
|
68
|
-
_ENVIRONMENTDETAILS._serialized_end=275
|
|
69
|
-
_ENVIRONMENTCONFIGURATION._serialized_start=278
|
|
70
|
-
_ENVIRONMENTCONFIGURATION._serialized_end=571
|
|
71
|
-
_QWAKCLOUDCONFIGURATION._serialized_start=574
|
|
72
|
-
_QWAKCLOUDCONFIGURATION._serialized_end=716
|
|
73
|
-
_AWSCLOUDCONFIGURATION._serialized_start=718
|
|
74
|
-
_AWSCLOUDCONFIGURATION._serialized_end=815
|
|
25
|
+
_globals['_USERDETAILS']._serialized_start=102
|
|
26
|
+
_globals['_USERDETAILS']._serialized_end=149
|
|
27
|
+
_globals['_ENVIRONMENTDETAILS']._serialized_start=151
|
|
28
|
+
_globals['_ENVIRONMENTDETAILS']._serialized_end=275
|
|
29
|
+
_globals['_ENVIRONMENTCONFIGURATION']._serialized_start=278
|
|
30
|
+
_globals['_ENVIRONMENTCONFIGURATION']._serialized_end=571
|
|
31
|
+
_globals['_QWAKCLOUDCONFIGURATION']._serialized_start=574
|
|
32
|
+
_globals['_QWAKCLOUDCONFIGURATION']._serialized_end=716
|
|
33
|
+
_globals['_AWSCLOUDCONFIGURATION']._serialized_start=718
|
|
34
|
+
_globals['_AWSCLOUDCONFIGURATION']._serialized_end=815
|
|
75
35
|
# @@protoc_insertion_point(module_scope)
|