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.
- _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
|
@@ -352,6 +352,7 @@ class BatchJobDataDetails(google.protobuf.message.Message):
|
|
|
352
352
|
DESTINATION_PATH_FIELD_NUMBER: builtins.int
|
|
353
353
|
TOKEN_SECRET_FIELD_NUMBER: builtins.int
|
|
354
354
|
SECRET_SECRET_FIELD_NUMBER: builtins.int
|
|
355
|
+
SESSION_TOKEN_FIELD_NUMBER: builtins.int
|
|
355
356
|
SERVICE_ACCOUNT_JSON_KEY_SECRET_FIELD_NUMBER: builtins.int
|
|
356
357
|
@property
|
|
357
358
|
def source_path(self) -> global___BatchJobSourcePath:
|
|
@@ -363,6 +364,8 @@ class BatchJobDataDetails(google.protobuf.message.Message):
|
|
|
363
364
|
"""The access token's secret name in secret service"""
|
|
364
365
|
secret_secret: builtins.str
|
|
365
366
|
"""The access secret's secret name in secret service"""
|
|
367
|
+
session_token: builtins.str
|
|
368
|
+
"""The session token required to use the bucket for batch inference."""
|
|
366
369
|
service_account_json_key_secret: builtins.str
|
|
367
370
|
"""The service account json key secret name"""
|
|
368
371
|
def __init__(
|
|
@@ -372,10 +375,11 @@ class BatchJobDataDetails(google.protobuf.message.Message):
|
|
|
372
375
|
destination_path: global___BatchJobDestinationPath | None = ...,
|
|
373
376
|
token_secret: builtins.str = ...,
|
|
374
377
|
secret_secret: builtins.str = ...,
|
|
378
|
+
session_token: builtins.str = ...,
|
|
375
379
|
service_account_json_key_secret: builtins.str = ...,
|
|
376
380
|
) -> None: ...
|
|
377
381
|
def HasField(self, field_name: typing_extensions.Literal["destination_path", b"destination_path", "source_path", b"source_path"]) -> builtins.bool: ...
|
|
378
|
-
def ClearField(self, field_name: typing_extensions.Literal["destination_path", b"destination_path", "secret_secret", b"secret_secret", "service_account_json_key_secret", b"service_account_json_key_secret", "source_path", b"source_path", "token_secret", b"token_secret"]) -> None: ...
|
|
382
|
+
def ClearField(self, field_name: typing_extensions.Literal["destination_path", b"destination_path", "secret_secret", b"secret_secret", "service_account_json_key_secret", b"service_account_json_key_secret", "session_token", b"session_token", "source_path", b"source_path", "token_secret", b"token_secret"]) -> None: ...
|
|
379
383
|
|
|
380
384
|
global___BatchJobDataDetails = BatchJobDataDetails
|
|
381
385
|
|
|
@@ -2,12 +2,10 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# source: qwak/build/v1/build_api.proto
|
|
4
4
|
"""Generated protocol buffer code."""
|
|
5
|
-
from google.protobuf.internal import enum_type_wrapper
|
|
6
5
|
from google.protobuf import descriptor as _descriptor
|
|
7
6
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
8
|
-
from google.protobuf import message as _message
|
|
9
|
-
from google.protobuf import reflection as _reflection
|
|
10
7
|
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
11
9
|
# @@protoc_insertion_point(imports)
|
|
12
10
|
|
|
13
11
|
_sym_db = _symbol_database.Default()
|
|
@@ -21,328 +19,9 @@ from _qwak_proto.qwak.fitness_service import fitness_pb2 as qwak_dot_fitness__se
|
|
|
21
19
|
|
|
22
20
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dqwak/build/v1/build_api.proto\x12\x11\x63om.qwak.build.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x19qwak/build/v1/build.proto\x1a/qwak/user_application/common/v0/resources.proto\x1a\"qwak/fitness_service/fitness.proto\"R\n\x1aSaveFrameworkModelsRequest\x12\x34\n\x04spec\x18\x01 \x01(\x0b\x32&.com.qwak.build.v1.FrameworkModelsSpec\"\x1d\n\x1bSaveFrameworkModelsResponse\"|\n\x14RegisterBuildRequest\x12\x0f\n\x07\x62uildId\x18\x01 \x01(\t\x12\x10\n\x08\x63ommitId\x18\x02 \x01(\t\x12\x0f\n\x07modelId\x18\x03 \x01(\t\x12\x13\n\x0b\x62uildConfig\x18\x04 \x01(\t\x12\x0c\n\x04tags\x18\x05 \x03(\t\x12\r\n\x05steps\x18\x06 \x03(\t\"\x17\n\x15RegisterBuildResponse\"a\n\x18UpdateBuildStatusRequest\x12\x0f\n\x07\x62uildId\x18\x01 \x01(\t\x12\x34\n\x0c\x62uild_status\x18\x02 \x01(\x0e\x32\x1e.com.qwak.build.v1.BuildStatus\"\x1b\n\x19UpdateBuildStatusResponse\"\xba\x02\n!RegisterExperimentTrackingRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12P\n\x06params\x18\x02 \x03(\x0b\x32@.com.qwak.build.v1.RegisterExperimentTrackingRequest.ParamsEntry\x12R\n\x07metrics\x18\x03 \x03(\x0b\x32\x41.com.qwak.build.v1.RegisterExperimentTrackingRequest.MetricsEntry\x1a-\n\x0bParamsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a.\n\x0cMetricsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x02:\x02\x38\x01\"$\n\"RegisterExperimentTrackingResponse\"d\n\x1aRegisterModelSchemaRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x34\n\x0cmodel_schema\x18\x02 \x01(\x0b\x32\x1e.com.qwak.build.v1.ModelSchema\"\x1d\n\x1bRegisterModelSchemaResponse\"#\n\x0fGetBuildRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\";\n\x10GetBuildResponse\x12\'\n\x05\x62uild\x18\x01 \x01(\x0b\x32\x18.com.qwak.build.v1.Build\"n\n\x11ListBuildsRequest\x12\x15\n\tbranch_id\x18\x01 \x01(\tB\x02\x18\x01\x12.\n\x06\x66ilter\x18\x02 \x01(\x0b\x32\x1e.com.qwak.build.v1.BuildFilter\x12\x12\n\nmodel_uuid\x18\x03 \x01(\t\"=\n\x12ListBuildsResponse\x12\'\n\x05\x62uild\x18\x01 \x03(\x0b\x32\x18.com.qwak.build.v1.Build\"5\n\x13RegisterTagsRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x0c\n\x04tags\x18\x02 \x03(\t\"\x16\n\x14RegisterTagsResponse\"\x8e\x01\n\x15LogPhaseStatusRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x10\n\x08phase_id\x18\x02 \x01(\t\x12.\n\x06status\x18\x03 \x01(\x0e\x32\x1e.com.qwak.build.v1.PhaseStatus\x12!\n\x19phase_duration_in_seconds\x18\x04 \x01(\x05\"\x18\n\x16LogPhaseStatusResponse\"+\n\x17GetPhaseStatusesRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\"\x99\x02\n\x0ePhaseStatusLog\x12\x10\n\x08phase_id\x18\x01 \x01(\t\x12.\n\x06status\x18\x02 \x01(\x0e\x32\x1e.com.qwak.build.v1.PhaseStatus\x12!\n\x19phase_duration_in_seconds\x18\x03 \x01(\x05\x12<\n\x12pod_failure_reason\x18\x04 \x01(\x0e\x32 .com.qwak.build.v1.FailureReason\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10last_modified_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"O\n\x18GetPhaseStatusesResponse\x12\x33\n\x08statuses\x18\x01 \x03(\x0b\x32!.com.qwak.build.v1.PhaseStatusLog\"\'\n\x12\x44\x65leteBuildRequest\x12\x11\n\tbuild_ids\x18\x01 \x03(\t\"\x15\n\x13\x44\x65leteBuildResponse\"a\n\x11GetTagPathRequest\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\x12\x10\n\x08model_id\x18\x02 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x03 \x01(\t\x12\x10\n\x08tag_name\x18\x04 \x01(\t\"&\n\x12GetTagPathResponse\x12\x10\n\x08key_path\x18\x01 \x01(\t\"\xa4\x02\n\x1dRerunBuildFromExistingRequest\x12\x19\n\x11\x65xisting_build_id\x18\x01 \x01(\t\x12\x46\n\x17new_build_configuration\x18\x02 \x01(\x0b\x32%.com.qwak.build.v1.BuildConfiguration\x12M\n\tresources\x18\x03 \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResources\x12=\n\x0fpurchase_option\x18\x04 \x01(\x0e\x32$.qwak.fitness.service.PurchaseOption\x12\x12\n\nbuild_name\x18\x05 \x01(\t\" \n\x1eRerunBuildFromExistingResponse\"S\n$GetBuildsArtifactsScanSummaryRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x19\n\rartifact_name\x18\x02 \x01(\tB\x02\x18\x01\"\xd5\x02\n%GetBuildsArtifactsScanSummaryResponse\x12\x38\n\x06result\x18\x01 \x01(\x0b\x32$.com.qwak.build.v1.ScanResultSummaryB\x02\x18\x01\x12\x1a\n\x0eui_direct_link\x18\x02 \x01(\tB\x02\x18\x01\x12s\n\x17result_by_artifact_name\x18\x03 \x03(\x0b\x32R.com.qwak.build.v1.GetBuildsArtifactsScanSummaryResponse.ResultByArtifactNameEntry\x1a\x61\n\x19ResultByArtifactNameEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x33\n\x05value\x18\x02 \x01(\x0b\x32$.com.qwak.build.v1.ScanResultSummary:\x02\x38\x01\"G\n\x1bGetBuildImageDetailsRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\"a\n\x1cGetBuildImageDetailsResponse\x12\x41\n\x13\x62uild_image_details\x18\x01 \x01(\x0b\x32$.com.qwak.build.v1.BuildImageDetails\">\n\x16UpdateBuildNameRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x12\n\nbuild_name\x18\x02 \x01(\t\"\x19\n\x17UpdateBuildNameResponse\"p\n\x1dGetBuildsArtifactsScanRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12=\n\x11scan_request_type\x18\x02 \x01(\x0b\x32\".com.qwak.build.v1.ScanRequestType\"2\n\x1eGetBuildsArtifactsScanResponse\x12\x10\n\x08raw_data\x18\x01 \x01(\t*\x97\x01\n\x0bPhaseStatus\x12\x18\n\x14PHASE_STATUS_INVALID\x10\x00\x12\x1c\n\x18PHASE_STATUS_IN_PROGRESS\x10\x01\x12\x1b\n\x17PHASE_STATUS_SUCCESSFUL\x10\x02\x12\x17\n\x13PHASE_STATUS_FAILED\x10\x03\x12\x1a\n\x16PHASE_STATUS_CANCELLED\x10\x04*w\n\rFailureReason\x12\x1e\n\x1a\x46\x41ILURE_REASON_UNSPECIFIED\x10\x00\x12$\n FAILURE_REASON_AVAILABLE_IN_LOGS\x10\x01\x12 \n\x1c\x46\x41ILURE_REASON_OUT_OF_MEMORY\x10\x02\x32\xea\x0e\n\x08\x42uildAPI\x12\x62\n\rRegisterBuild\x12\'.com.qwak.build.v1.RegisterBuildRequest\x1a(.com.qwak.build.v1.RegisterBuildResponse\x12n\n\x11UpdateBuildStatus\x12+.com.qwak.build.v1.UpdateBuildStatusRequest\x1a,.com.qwak.build.v1.UpdateBuildStatusResponse\x12\x89\x01\n\x1aRegisterExperimentTracking\x12\x34.com.qwak.build.v1.RegisterExperimentTrackingRequest\x1a\x35.com.qwak.build.v1.RegisterExperimentTrackingResponse\x12_\n\x0cRegisterTags\x12&.com.qwak.build.v1.RegisterTagsRequest\x1a\'.com.qwak.build.v1.RegisterTagsResponse\x12t\n\x13RegisterModelSchema\x12-.com.qwak.build.v1.RegisterModelSchemaRequest\x1a..com.qwak.build.v1.RegisterModelSchemaResponse\x12S\n\x08GetBuild\x12\".com.qwak.build.v1.GetBuildRequest\x1a#.com.qwak.build.v1.GetBuildResponse\x12Y\n\nListBuilds\x12$.com.qwak.build.v1.ListBuildsRequest\x1a%.com.qwak.build.v1.ListBuildsResponse\x12\\\n\x0b\x44\x65leteBuild\x12%.com.qwak.build.v1.DeleteBuildRequest\x1a&.com.qwak.build.v1.DeleteBuildResponse\x12\x65\n\x0eLogPhaseStatus\x12(.com.qwak.build.v1.LogPhaseStatusRequest\x1a).com.qwak.build.v1.LogPhaseStatusResponse\x12k\n\x10GetPhaseStatuses\x12*.com.qwak.build.v1.GetPhaseStatusesRequest\x1a+.com.qwak.build.v1.GetPhaseStatusesResponse\x12Y\n\nGetTagPath\x12$.com.qwak.build.v1.GetTagPathRequest\x1a%.com.qwak.build.v1.GetTagPathResponse\x12}\n\x16RerunBuildFromExisting\x12\x30.com.qwak.build.v1.RerunBuildFromExistingRequest\x1a\x31.com.qwak.build.v1.RerunBuildFromExistingResponse\x12t\n\x13SaveFrameworkModels\x12-.com.qwak.build.v1.SaveFrameworkModelsRequest\x1a..com.qwak.build.v1.SaveFrameworkModelsResponse\x12\x92\x01\n\x1dGetBuildsArtifactsScanSummary\x12\x37.com.qwak.build.v1.GetBuildsArtifactsScanSummaryRequest\x1a\x38.com.qwak.build.v1.GetBuildsArtifactsScanSummaryResponse\x12w\n\x14GetBuildImageDetails\x12..com.qwak.build.v1.GetBuildImageDetailsRequest\x1a/.com.qwak.build.v1.GetBuildImageDetailsResponse\x12h\n\x0fUpdateBuildName\x12).com.qwak.build.v1.UpdateBuildNameRequest\x1a*.com.qwak.build.v1.UpdateBuildNameResponse\x12}\n\x16GetBuildsArtifactsScan\x12\x30.com.qwak.build.v1.GetBuildsArtifactsScanRequest\x1a\x31.com.qwak.build.v1.GetBuildsArtifactsScanResponseB$\n\x11\x63om.qwak.build.v1B\rBuildApiProtoP\x01\x62\x06proto3')
|
|
23
21
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
FailureReason = enum_type_wrapper.EnumTypeWrapper(_FAILUREREASON)
|
|
28
|
-
PHASE_STATUS_INVALID = 0
|
|
29
|
-
PHASE_STATUS_IN_PROGRESS = 1
|
|
30
|
-
PHASE_STATUS_SUCCESSFUL = 2
|
|
31
|
-
PHASE_STATUS_FAILED = 3
|
|
32
|
-
PHASE_STATUS_CANCELLED = 4
|
|
33
|
-
FAILURE_REASON_UNSPECIFIED = 0
|
|
34
|
-
FAILURE_REASON_AVAILABLE_IN_LOGS = 1
|
|
35
|
-
FAILURE_REASON_OUT_OF_MEMORY = 2
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
_SAVEFRAMEWORKMODELSREQUEST = DESCRIPTOR.message_types_by_name['SaveFrameworkModelsRequest']
|
|
39
|
-
_SAVEFRAMEWORKMODELSRESPONSE = DESCRIPTOR.message_types_by_name['SaveFrameworkModelsResponse']
|
|
40
|
-
_REGISTERBUILDREQUEST = DESCRIPTOR.message_types_by_name['RegisterBuildRequest']
|
|
41
|
-
_REGISTERBUILDRESPONSE = DESCRIPTOR.message_types_by_name['RegisterBuildResponse']
|
|
42
|
-
_UPDATEBUILDSTATUSREQUEST = DESCRIPTOR.message_types_by_name['UpdateBuildStatusRequest']
|
|
43
|
-
_UPDATEBUILDSTATUSRESPONSE = DESCRIPTOR.message_types_by_name['UpdateBuildStatusResponse']
|
|
44
|
-
_REGISTEREXPERIMENTTRACKINGREQUEST = DESCRIPTOR.message_types_by_name['RegisterExperimentTrackingRequest']
|
|
45
|
-
_REGISTEREXPERIMENTTRACKINGREQUEST_PARAMSENTRY = _REGISTEREXPERIMENTTRACKINGREQUEST.nested_types_by_name['ParamsEntry']
|
|
46
|
-
_REGISTEREXPERIMENTTRACKINGREQUEST_METRICSENTRY = _REGISTEREXPERIMENTTRACKINGREQUEST.nested_types_by_name['MetricsEntry']
|
|
47
|
-
_REGISTEREXPERIMENTTRACKINGRESPONSE = DESCRIPTOR.message_types_by_name['RegisterExperimentTrackingResponse']
|
|
48
|
-
_REGISTERMODELSCHEMAREQUEST = DESCRIPTOR.message_types_by_name['RegisterModelSchemaRequest']
|
|
49
|
-
_REGISTERMODELSCHEMARESPONSE = DESCRIPTOR.message_types_by_name['RegisterModelSchemaResponse']
|
|
50
|
-
_GETBUILDREQUEST = DESCRIPTOR.message_types_by_name['GetBuildRequest']
|
|
51
|
-
_GETBUILDRESPONSE = DESCRIPTOR.message_types_by_name['GetBuildResponse']
|
|
52
|
-
_LISTBUILDSREQUEST = DESCRIPTOR.message_types_by_name['ListBuildsRequest']
|
|
53
|
-
_LISTBUILDSRESPONSE = DESCRIPTOR.message_types_by_name['ListBuildsResponse']
|
|
54
|
-
_REGISTERTAGSREQUEST = DESCRIPTOR.message_types_by_name['RegisterTagsRequest']
|
|
55
|
-
_REGISTERTAGSRESPONSE = DESCRIPTOR.message_types_by_name['RegisterTagsResponse']
|
|
56
|
-
_LOGPHASESTATUSREQUEST = DESCRIPTOR.message_types_by_name['LogPhaseStatusRequest']
|
|
57
|
-
_LOGPHASESTATUSRESPONSE = DESCRIPTOR.message_types_by_name['LogPhaseStatusResponse']
|
|
58
|
-
_GETPHASESTATUSESREQUEST = DESCRIPTOR.message_types_by_name['GetPhaseStatusesRequest']
|
|
59
|
-
_PHASESTATUSLOG = DESCRIPTOR.message_types_by_name['PhaseStatusLog']
|
|
60
|
-
_GETPHASESTATUSESRESPONSE = DESCRIPTOR.message_types_by_name['GetPhaseStatusesResponse']
|
|
61
|
-
_DELETEBUILDREQUEST = DESCRIPTOR.message_types_by_name['DeleteBuildRequest']
|
|
62
|
-
_DELETEBUILDRESPONSE = DESCRIPTOR.message_types_by_name['DeleteBuildResponse']
|
|
63
|
-
_GETTAGPATHREQUEST = DESCRIPTOR.message_types_by_name['GetTagPathRequest']
|
|
64
|
-
_GETTAGPATHRESPONSE = DESCRIPTOR.message_types_by_name['GetTagPathResponse']
|
|
65
|
-
_RERUNBUILDFROMEXISTINGREQUEST = DESCRIPTOR.message_types_by_name['RerunBuildFromExistingRequest']
|
|
66
|
-
_RERUNBUILDFROMEXISTINGRESPONSE = DESCRIPTOR.message_types_by_name['RerunBuildFromExistingResponse']
|
|
67
|
-
_GETBUILDSARTIFACTSSCANSUMMARYREQUEST = DESCRIPTOR.message_types_by_name['GetBuildsArtifactsScanSummaryRequest']
|
|
68
|
-
_GETBUILDSARTIFACTSSCANSUMMARYRESPONSE = DESCRIPTOR.message_types_by_name['GetBuildsArtifactsScanSummaryResponse']
|
|
69
|
-
_GETBUILDSARTIFACTSSCANSUMMARYRESPONSE_RESULTBYARTIFACTNAMEENTRY = _GETBUILDSARTIFACTSSCANSUMMARYRESPONSE.nested_types_by_name['ResultByArtifactNameEntry']
|
|
70
|
-
_GETBUILDIMAGEDETAILSREQUEST = DESCRIPTOR.message_types_by_name['GetBuildImageDetailsRequest']
|
|
71
|
-
_GETBUILDIMAGEDETAILSRESPONSE = DESCRIPTOR.message_types_by_name['GetBuildImageDetailsResponse']
|
|
72
|
-
_UPDATEBUILDNAMEREQUEST = DESCRIPTOR.message_types_by_name['UpdateBuildNameRequest']
|
|
73
|
-
_UPDATEBUILDNAMERESPONSE = DESCRIPTOR.message_types_by_name['UpdateBuildNameResponse']
|
|
74
|
-
_GETBUILDSARTIFACTSSCANREQUEST = DESCRIPTOR.message_types_by_name['GetBuildsArtifactsScanRequest']
|
|
75
|
-
_GETBUILDSARTIFACTSSCANRESPONSE = DESCRIPTOR.message_types_by_name['GetBuildsArtifactsScanResponse']
|
|
76
|
-
SaveFrameworkModelsRequest = _reflection.GeneratedProtocolMessageType('SaveFrameworkModelsRequest', (_message.Message,), {
|
|
77
|
-
'DESCRIPTOR' : _SAVEFRAMEWORKMODELSREQUEST,
|
|
78
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
79
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.SaveFrameworkModelsRequest)
|
|
80
|
-
})
|
|
81
|
-
_sym_db.RegisterMessage(SaveFrameworkModelsRequest)
|
|
82
|
-
|
|
83
|
-
SaveFrameworkModelsResponse = _reflection.GeneratedProtocolMessageType('SaveFrameworkModelsResponse', (_message.Message,), {
|
|
84
|
-
'DESCRIPTOR' : _SAVEFRAMEWORKMODELSRESPONSE,
|
|
85
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
86
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.SaveFrameworkModelsResponse)
|
|
87
|
-
})
|
|
88
|
-
_sym_db.RegisterMessage(SaveFrameworkModelsResponse)
|
|
89
|
-
|
|
90
|
-
RegisterBuildRequest = _reflection.GeneratedProtocolMessageType('RegisterBuildRequest', (_message.Message,), {
|
|
91
|
-
'DESCRIPTOR' : _REGISTERBUILDREQUEST,
|
|
92
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
93
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterBuildRequest)
|
|
94
|
-
})
|
|
95
|
-
_sym_db.RegisterMessage(RegisterBuildRequest)
|
|
96
|
-
|
|
97
|
-
RegisterBuildResponse = _reflection.GeneratedProtocolMessageType('RegisterBuildResponse', (_message.Message,), {
|
|
98
|
-
'DESCRIPTOR' : _REGISTERBUILDRESPONSE,
|
|
99
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
100
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterBuildResponse)
|
|
101
|
-
})
|
|
102
|
-
_sym_db.RegisterMessage(RegisterBuildResponse)
|
|
103
|
-
|
|
104
|
-
UpdateBuildStatusRequest = _reflection.GeneratedProtocolMessageType('UpdateBuildStatusRequest', (_message.Message,), {
|
|
105
|
-
'DESCRIPTOR' : _UPDATEBUILDSTATUSREQUEST,
|
|
106
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
107
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.UpdateBuildStatusRequest)
|
|
108
|
-
})
|
|
109
|
-
_sym_db.RegisterMessage(UpdateBuildStatusRequest)
|
|
110
|
-
|
|
111
|
-
UpdateBuildStatusResponse = _reflection.GeneratedProtocolMessageType('UpdateBuildStatusResponse', (_message.Message,), {
|
|
112
|
-
'DESCRIPTOR' : _UPDATEBUILDSTATUSRESPONSE,
|
|
113
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
114
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.UpdateBuildStatusResponse)
|
|
115
|
-
})
|
|
116
|
-
_sym_db.RegisterMessage(UpdateBuildStatusResponse)
|
|
117
|
-
|
|
118
|
-
RegisterExperimentTrackingRequest = _reflection.GeneratedProtocolMessageType('RegisterExperimentTrackingRequest', (_message.Message,), {
|
|
119
|
-
|
|
120
|
-
'ParamsEntry' : _reflection.GeneratedProtocolMessageType('ParamsEntry', (_message.Message,), {
|
|
121
|
-
'DESCRIPTOR' : _REGISTEREXPERIMENTTRACKINGREQUEST_PARAMSENTRY,
|
|
122
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
123
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterExperimentTrackingRequest.ParamsEntry)
|
|
124
|
-
})
|
|
125
|
-
,
|
|
126
|
-
|
|
127
|
-
'MetricsEntry' : _reflection.GeneratedProtocolMessageType('MetricsEntry', (_message.Message,), {
|
|
128
|
-
'DESCRIPTOR' : _REGISTEREXPERIMENTTRACKINGREQUEST_METRICSENTRY,
|
|
129
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
130
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterExperimentTrackingRequest.MetricsEntry)
|
|
131
|
-
})
|
|
132
|
-
,
|
|
133
|
-
'DESCRIPTOR' : _REGISTEREXPERIMENTTRACKINGREQUEST,
|
|
134
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
135
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterExperimentTrackingRequest)
|
|
136
|
-
})
|
|
137
|
-
_sym_db.RegisterMessage(RegisterExperimentTrackingRequest)
|
|
138
|
-
_sym_db.RegisterMessage(RegisterExperimentTrackingRequest.ParamsEntry)
|
|
139
|
-
_sym_db.RegisterMessage(RegisterExperimentTrackingRequest.MetricsEntry)
|
|
140
|
-
|
|
141
|
-
RegisterExperimentTrackingResponse = _reflection.GeneratedProtocolMessageType('RegisterExperimentTrackingResponse', (_message.Message,), {
|
|
142
|
-
'DESCRIPTOR' : _REGISTEREXPERIMENTTRACKINGRESPONSE,
|
|
143
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
144
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterExperimentTrackingResponse)
|
|
145
|
-
})
|
|
146
|
-
_sym_db.RegisterMessage(RegisterExperimentTrackingResponse)
|
|
147
|
-
|
|
148
|
-
RegisterModelSchemaRequest = _reflection.GeneratedProtocolMessageType('RegisterModelSchemaRequest', (_message.Message,), {
|
|
149
|
-
'DESCRIPTOR' : _REGISTERMODELSCHEMAREQUEST,
|
|
150
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
151
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterModelSchemaRequest)
|
|
152
|
-
})
|
|
153
|
-
_sym_db.RegisterMessage(RegisterModelSchemaRequest)
|
|
154
|
-
|
|
155
|
-
RegisterModelSchemaResponse = _reflection.GeneratedProtocolMessageType('RegisterModelSchemaResponse', (_message.Message,), {
|
|
156
|
-
'DESCRIPTOR' : _REGISTERMODELSCHEMARESPONSE,
|
|
157
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
158
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterModelSchemaResponse)
|
|
159
|
-
})
|
|
160
|
-
_sym_db.RegisterMessage(RegisterModelSchemaResponse)
|
|
161
|
-
|
|
162
|
-
GetBuildRequest = _reflection.GeneratedProtocolMessageType('GetBuildRequest', (_message.Message,), {
|
|
163
|
-
'DESCRIPTOR' : _GETBUILDREQUEST,
|
|
164
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
165
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetBuildRequest)
|
|
166
|
-
})
|
|
167
|
-
_sym_db.RegisterMessage(GetBuildRequest)
|
|
168
|
-
|
|
169
|
-
GetBuildResponse = _reflection.GeneratedProtocolMessageType('GetBuildResponse', (_message.Message,), {
|
|
170
|
-
'DESCRIPTOR' : _GETBUILDRESPONSE,
|
|
171
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
172
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetBuildResponse)
|
|
173
|
-
})
|
|
174
|
-
_sym_db.RegisterMessage(GetBuildResponse)
|
|
175
|
-
|
|
176
|
-
ListBuildsRequest = _reflection.GeneratedProtocolMessageType('ListBuildsRequest', (_message.Message,), {
|
|
177
|
-
'DESCRIPTOR' : _LISTBUILDSREQUEST,
|
|
178
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
179
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.ListBuildsRequest)
|
|
180
|
-
})
|
|
181
|
-
_sym_db.RegisterMessage(ListBuildsRequest)
|
|
182
|
-
|
|
183
|
-
ListBuildsResponse = _reflection.GeneratedProtocolMessageType('ListBuildsResponse', (_message.Message,), {
|
|
184
|
-
'DESCRIPTOR' : _LISTBUILDSRESPONSE,
|
|
185
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
186
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.ListBuildsResponse)
|
|
187
|
-
})
|
|
188
|
-
_sym_db.RegisterMessage(ListBuildsResponse)
|
|
189
|
-
|
|
190
|
-
RegisterTagsRequest = _reflection.GeneratedProtocolMessageType('RegisterTagsRequest', (_message.Message,), {
|
|
191
|
-
'DESCRIPTOR' : _REGISTERTAGSREQUEST,
|
|
192
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
193
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterTagsRequest)
|
|
194
|
-
})
|
|
195
|
-
_sym_db.RegisterMessage(RegisterTagsRequest)
|
|
196
|
-
|
|
197
|
-
RegisterTagsResponse = _reflection.GeneratedProtocolMessageType('RegisterTagsResponse', (_message.Message,), {
|
|
198
|
-
'DESCRIPTOR' : _REGISTERTAGSRESPONSE,
|
|
199
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
200
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterTagsResponse)
|
|
201
|
-
})
|
|
202
|
-
_sym_db.RegisterMessage(RegisterTagsResponse)
|
|
203
|
-
|
|
204
|
-
LogPhaseStatusRequest = _reflection.GeneratedProtocolMessageType('LogPhaseStatusRequest', (_message.Message,), {
|
|
205
|
-
'DESCRIPTOR' : _LOGPHASESTATUSREQUEST,
|
|
206
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
207
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.LogPhaseStatusRequest)
|
|
208
|
-
})
|
|
209
|
-
_sym_db.RegisterMessage(LogPhaseStatusRequest)
|
|
210
|
-
|
|
211
|
-
LogPhaseStatusResponse = _reflection.GeneratedProtocolMessageType('LogPhaseStatusResponse', (_message.Message,), {
|
|
212
|
-
'DESCRIPTOR' : _LOGPHASESTATUSRESPONSE,
|
|
213
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
214
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.LogPhaseStatusResponse)
|
|
215
|
-
})
|
|
216
|
-
_sym_db.RegisterMessage(LogPhaseStatusResponse)
|
|
217
|
-
|
|
218
|
-
GetPhaseStatusesRequest = _reflection.GeneratedProtocolMessageType('GetPhaseStatusesRequest', (_message.Message,), {
|
|
219
|
-
'DESCRIPTOR' : _GETPHASESTATUSESREQUEST,
|
|
220
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
221
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetPhaseStatusesRequest)
|
|
222
|
-
})
|
|
223
|
-
_sym_db.RegisterMessage(GetPhaseStatusesRequest)
|
|
224
|
-
|
|
225
|
-
PhaseStatusLog = _reflection.GeneratedProtocolMessageType('PhaseStatusLog', (_message.Message,), {
|
|
226
|
-
'DESCRIPTOR' : _PHASESTATUSLOG,
|
|
227
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
228
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.PhaseStatusLog)
|
|
229
|
-
})
|
|
230
|
-
_sym_db.RegisterMessage(PhaseStatusLog)
|
|
231
|
-
|
|
232
|
-
GetPhaseStatusesResponse = _reflection.GeneratedProtocolMessageType('GetPhaseStatusesResponse', (_message.Message,), {
|
|
233
|
-
'DESCRIPTOR' : _GETPHASESTATUSESRESPONSE,
|
|
234
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
235
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetPhaseStatusesResponse)
|
|
236
|
-
})
|
|
237
|
-
_sym_db.RegisterMessage(GetPhaseStatusesResponse)
|
|
238
|
-
|
|
239
|
-
DeleteBuildRequest = _reflection.GeneratedProtocolMessageType('DeleteBuildRequest', (_message.Message,), {
|
|
240
|
-
'DESCRIPTOR' : _DELETEBUILDREQUEST,
|
|
241
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
242
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.DeleteBuildRequest)
|
|
243
|
-
})
|
|
244
|
-
_sym_db.RegisterMessage(DeleteBuildRequest)
|
|
245
|
-
|
|
246
|
-
DeleteBuildResponse = _reflection.GeneratedProtocolMessageType('DeleteBuildResponse', (_message.Message,), {
|
|
247
|
-
'DESCRIPTOR' : _DELETEBUILDRESPONSE,
|
|
248
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
249
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.DeleteBuildResponse)
|
|
250
|
-
})
|
|
251
|
-
_sym_db.RegisterMessage(DeleteBuildResponse)
|
|
252
|
-
|
|
253
|
-
GetTagPathRequest = _reflection.GeneratedProtocolMessageType('GetTagPathRequest', (_message.Message,), {
|
|
254
|
-
'DESCRIPTOR' : _GETTAGPATHREQUEST,
|
|
255
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
256
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetTagPathRequest)
|
|
257
|
-
})
|
|
258
|
-
_sym_db.RegisterMessage(GetTagPathRequest)
|
|
259
|
-
|
|
260
|
-
GetTagPathResponse = _reflection.GeneratedProtocolMessageType('GetTagPathResponse', (_message.Message,), {
|
|
261
|
-
'DESCRIPTOR' : _GETTAGPATHRESPONSE,
|
|
262
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
263
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetTagPathResponse)
|
|
264
|
-
})
|
|
265
|
-
_sym_db.RegisterMessage(GetTagPathResponse)
|
|
266
|
-
|
|
267
|
-
RerunBuildFromExistingRequest = _reflection.GeneratedProtocolMessageType('RerunBuildFromExistingRequest', (_message.Message,), {
|
|
268
|
-
'DESCRIPTOR' : _RERUNBUILDFROMEXISTINGREQUEST,
|
|
269
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
270
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.RerunBuildFromExistingRequest)
|
|
271
|
-
})
|
|
272
|
-
_sym_db.RegisterMessage(RerunBuildFromExistingRequest)
|
|
273
|
-
|
|
274
|
-
RerunBuildFromExistingResponse = _reflection.GeneratedProtocolMessageType('RerunBuildFromExistingResponse', (_message.Message,), {
|
|
275
|
-
'DESCRIPTOR' : _RERUNBUILDFROMEXISTINGRESPONSE,
|
|
276
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
277
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.RerunBuildFromExistingResponse)
|
|
278
|
-
})
|
|
279
|
-
_sym_db.RegisterMessage(RerunBuildFromExistingResponse)
|
|
280
|
-
|
|
281
|
-
GetBuildsArtifactsScanSummaryRequest = _reflection.GeneratedProtocolMessageType('GetBuildsArtifactsScanSummaryRequest', (_message.Message,), {
|
|
282
|
-
'DESCRIPTOR' : _GETBUILDSARTIFACTSSCANSUMMARYREQUEST,
|
|
283
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
284
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetBuildsArtifactsScanSummaryRequest)
|
|
285
|
-
})
|
|
286
|
-
_sym_db.RegisterMessage(GetBuildsArtifactsScanSummaryRequest)
|
|
287
|
-
|
|
288
|
-
GetBuildsArtifactsScanSummaryResponse = _reflection.GeneratedProtocolMessageType('GetBuildsArtifactsScanSummaryResponse', (_message.Message,), {
|
|
289
|
-
|
|
290
|
-
'ResultByArtifactNameEntry' : _reflection.GeneratedProtocolMessageType('ResultByArtifactNameEntry', (_message.Message,), {
|
|
291
|
-
'DESCRIPTOR' : _GETBUILDSARTIFACTSSCANSUMMARYRESPONSE_RESULTBYARTIFACTNAMEENTRY,
|
|
292
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
293
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetBuildsArtifactsScanSummaryResponse.ResultByArtifactNameEntry)
|
|
294
|
-
})
|
|
295
|
-
,
|
|
296
|
-
'DESCRIPTOR' : _GETBUILDSARTIFACTSSCANSUMMARYRESPONSE,
|
|
297
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
298
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetBuildsArtifactsScanSummaryResponse)
|
|
299
|
-
})
|
|
300
|
-
_sym_db.RegisterMessage(GetBuildsArtifactsScanSummaryResponse)
|
|
301
|
-
_sym_db.RegisterMessage(GetBuildsArtifactsScanSummaryResponse.ResultByArtifactNameEntry)
|
|
302
|
-
|
|
303
|
-
GetBuildImageDetailsRequest = _reflection.GeneratedProtocolMessageType('GetBuildImageDetailsRequest', (_message.Message,), {
|
|
304
|
-
'DESCRIPTOR' : _GETBUILDIMAGEDETAILSREQUEST,
|
|
305
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
306
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetBuildImageDetailsRequest)
|
|
307
|
-
})
|
|
308
|
-
_sym_db.RegisterMessage(GetBuildImageDetailsRequest)
|
|
309
|
-
|
|
310
|
-
GetBuildImageDetailsResponse = _reflection.GeneratedProtocolMessageType('GetBuildImageDetailsResponse', (_message.Message,), {
|
|
311
|
-
'DESCRIPTOR' : _GETBUILDIMAGEDETAILSRESPONSE,
|
|
312
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
313
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetBuildImageDetailsResponse)
|
|
314
|
-
})
|
|
315
|
-
_sym_db.RegisterMessage(GetBuildImageDetailsResponse)
|
|
316
|
-
|
|
317
|
-
UpdateBuildNameRequest = _reflection.GeneratedProtocolMessageType('UpdateBuildNameRequest', (_message.Message,), {
|
|
318
|
-
'DESCRIPTOR' : _UPDATEBUILDNAMEREQUEST,
|
|
319
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
320
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.UpdateBuildNameRequest)
|
|
321
|
-
})
|
|
322
|
-
_sym_db.RegisterMessage(UpdateBuildNameRequest)
|
|
323
|
-
|
|
324
|
-
UpdateBuildNameResponse = _reflection.GeneratedProtocolMessageType('UpdateBuildNameResponse', (_message.Message,), {
|
|
325
|
-
'DESCRIPTOR' : _UPDATEBUILDNAMERESPONSE,
|
|
326
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
327
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.UpdateBuildNameResponse)
|
|
328
|
-
})
|
|
329
|
-
_sym_db.RegisterMessage(UpdateBuildNameResponse)
|
|
330
|
-
|
|
331
|
-
GetBuildsArtifactsScanRequest = _reflection.GeneratedProtocolMessageType('GetBuildsArtifactsScanRequest', (_message.Message,), {
|
|
332
|
-
'DESCRIPTOR' : _GETBUILDSARTIFACTSSCANREQUEST,
|
|
333
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
334
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetBuildsArtifactsScanRequest)
|
|
335
|
-
})
|
|
336
|
-
_sym_db.RegisterMessage(GetBuildsArtifactsScanRequest)
|
|
337
|
-
|
|
338
|
-
GetBuildsArtifactsScanResponse = _reflection.GeneratedProtocolMessageType('GetBuildsArtifactsScanResponse', (_message.Message,), {
|
|
339
|
-
'DESCRIPTOR' : _GETBUILDSARTIFACTSSCANRESPONSE,
|
|
340
|
-
'__module__' : 'qwak.build.v1.build_api_pb2'
|
|
341
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetBuildsArtifactsScanResponse)
|
|
342
|
-
})
|
|
343
|
-
_sym_db.RegisterMessage(GetBuildsArtifactsScanResponse)
|
|
344
|
-
|
|
345
|
-
_BUILDAPI = DESCRIPTOR.services_by_name['BuildAPI']
|
|
22
|
+
_globals = globals()
|
|
23
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
24
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.build.v1.build_api_pb2', _globals)
|
|
346
25
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
347
26
|
|
|
348
27
|
DESCRIPTOR._options = None
|
|
@@ -361,86 +40,86 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
361
40
|
_GETBUILDSARTIFACTSSCANSUMMARYRESPONSE.fields_by_name['result']._serialized_options = b'\030\001'
|
|
362
41
|
_GETBUILDSARTIFACTSSCANSUMMARYRESPONSE.fields_by_name['ui_direct_link']._options = None
|
|
363
42
|
_GETBUILDSARTIFACTSSCANSUMMARYRESPONSE.fields_by_name['ui_direct_link']._serialized_options = b'\030\001'
|
|
364
|
-
_PHASESTATUS._serialized_start=3403
|
|
365
|
-
_PHASESTATUS._serialized_end=3554
|
|
366
|
-
_FAILUREREASON._serialized_start=3556
|
|
367
|
-
_FAILUREREASON._serialized_end=3675
|
|
368
|
-
_SAVEFRAMEWORKMODELSREQUEST._serialized_start=197
|
|
369
|
-
_SAVEFRAMEWORKMODELSREQUEST._serialized_end=279
|
|
370
|
-
_SAVEFRAMEWORKMODELSRESPONSE._serialized_start=281
|
|
371
|
-
_SAVEFRAMEWORKMODELSRESPONSE._serialized_end=310
|
|
372
|
-
_REGISTERBUILDREQUEST._serialized_start=312
|
|
373
|
-
_REGISTERBUILDREQUEST._serialized_end=436
|
|
374
|
-
_REGISTERBUILDRESPONSE._serialized_start=438
|
|
375
|
-
_REGISTERBUILDRESPONSE._serialized_end=461
|
|
376
|
-
_UPDATEBUILDSTATUSREQUEST._serialized_start=463
|
|
377
|
-
_UPDATEBUILDSTATUSREQUEST._serialized_end=560
|
|
378
|
-
_UPDATEBUILDSTATUSRESPONSE._serialized_start=562
|
|
379
|
-
_UPDATEBUILDSTATUSRESPONSE._serialized_end=589
|
|
380
|
-
_REGISTEREXPERIMENTTRACKINGREQUEST._serialized_start=592
|
|
381
|
-
_REGISTEREXPERIMENTTRACKINGREQUEST._serialized_end=906
|
|
382
|
-
_REGISTEREXPERIMENTTRACKINGREQUEST_PARAMSENTRY._serialized_start=813
|
|
383
|
-
_REGISTEREXPERIMENTTRACKINGREQUEST_PARAMSENTRY._serialized_end=858
|
|
384
|
-
_REGISTEREXPERIMENTTRACKINGREQUEST_METRICSENTRY._serialized_start=860
|
|
385
|
-
_REGISTEREXPERIMENTTRACKINGREQUEST_METRICSENTRY._serialized_end=906
|
|
386
|
-
_REGISTEREXPERIMENTTRACKINGRESPONSE._serialized_start=908
|
|
387
|
-
_REGISTEREXPERIMENTTRACKINGRESPONSE._serialized_end=944
|
|
388
|
-
_REGISTERMODELSCHEMAREQUEST._serialized_start=946
|
|
389
|
-
_REGISTERMODELSCHEMAREQUEST._serialized_end=1046
|
|
390
|
-
_REGISTERMODELSCHEMARESPONSE._serialized_start=1048
|
|
391
|
-
_REGISTERMODELSCHEMARESPONSE._serialized_end=1077
|
|
392
|
-
_GETBUILDREQUEST._serialized_start=1079
|
|
393
|
-
_GETBUILDREQUEST._serialized_end=1114
|
|
394
|
-
_GETBUILDRESPONSE._serialized_start=1116
|
|
395
|
-
_GETBUILDRESPONSE._serialized_end=1175
|
|
396
|
-
_LISTBUILDSREQUEST._serialized_start=1177
|
|
397
|
-
_LISTBUILDSREQUEST._serialized_end=1287
|
|
398
|
-
_LISTBUILDSRESPONSE._serialized_start=1289
|
|
399
|
-
_LISTBUILDSRESPONSE._serialized_end=1350
|
|
400
|
-
_REGISTERTAGSREQUEST._serialized_start=1352
|
|
401
|
-
_REGISTERTAGSREQUEST._serialized_end=1405
|
|
402
|
-
_REGISTERTAGSRESPONSE._serialized_start=1407
|
|
403
|
-
_REGISTERTAGSRESPONSE._serialized_end=1429
|
|
404
|
-
_LOGPHASESTATUSREQUEST._serialized_start=1432
|
|
405
|
-
_LOGPHASESTATUSREQUEST._serialized_end=1574
|
|
406
|
-
_LOGPHASESTATUSRESPONSE._serialized_start=1576
|
|
407
|
-
_LOGPHASESTATUSRESPONSE._serialized_end=1600
|
|
408
|
-
_GETPHASESTATUSESREQUEST._serialized_start=1602
|
|
409
|
-
_GETPHASESTATUSESREQUEST._serialized_end=1645
|
|
410
|
-
_PHASESTATUSLOG._serialized_start=1648
|
|
411
|
-
_PHASESTATUSLOG._serialized_end=1929
|
|
412
|
-
_GETPHASESTATUSESRESPONSE._serialized_start=1931
|
|
413
|
-
_GETPHASESTATUSESRESPONSE._serialized_end=2010
|
|
414
|
-
_DELETEBUILDREQUEST._serialized_start=2012
|
|
415
|
-
_DELETEBUILDREQUEST._serialized_end=2051
|
|
416
|
-
_DELETEBUILDRESPONSE._serialized_start=2053
|
|
417
|
-
_DELETEBUILDRESPONSE._serialized_end=2074
|
|
418
|
-
_GETTAGPATHREQUEST._serialized_start=2076
|
|
419
|
-
_GETTAGPATHREQUEST._serialized_end=2173
|
|
420
|
-
_GETTAGPATHRESPONSE._serialized_start=2175
|
|
421
|
-
_GETTAGPATHRESPONSE._serialized_end=2213
|
|
422
|
-
_RERUNBUILDFROMEXISTINGREQUEST._serialized_start=2216
|
|
423
|
-
_RERUNBUILDFROMEXISTINGREQUEST._serialized_end=2508
|
|
424
|
-
_RERUNBUILDFROMEXISTINGRESPONSE._serialized_start=2510
|
|
425
|
-
_RERUNBUILDFROMEXISTINGRESPONSE._serialized_end=2542
|
|
426
|
-
_GETBUILDSARTIFACTSSCANSUMMARYREQUEST._serialized_start=2544
|
|
427
|
-
_GETBUILDSARTIFACTSSCANSUMMARYREQUEST._serialized_end=2627
|
|
428
|
-
_GETBUILDSARTIFACTSSCANSUMMARYRESPONSE._serialized_start=2630
|
|
429
|
-
_GETBUILDSARTIFACTSSCANSUMMARYRESPONSE._serialized_end=2971
|
|
430
|
-
_GETBUILDSARTIFACTSSCANSUMMARYRESPONSE_RESULTBYARTIFACTNAMEENTRY._serialized_start=2874
|
|
431
|
-
_GETBUILDSARTIFACTSSCANSUMMARYRESPONSE_RESULTBYARTIFACTNAMEENTRY._serialized_end=2971
|
|
432
|
-
_GETBUILDIMAGEDETAILSREQUEST._serialized_start=2973
|
|
433
|
-
_GETBUILDIMAGEDETAILSREQUEST._serialized_end=3044
|
|
434
|
-
_GETBUILDIMAGEDETAILSRESPONSE._serialized_start=3046
|
|
435
|
-
_GETBUILDIMAGEDETAILSRESPONSE._serialized_end=3143
|
|
436
|
-
_UPDATEBUILDNAMEREQUEST._serialized_start=3145
|
|
437
|
-
_UPDATEBUILDNAMEREQUEST._serialized_end=3207
|
|
438
|
-
_UPDATEBUILDNAMERESPONSE._serialized_start=3209
|
|
439
|
-
_UPDATEBUILDNAMERESPONSE._serialized_end=3234
|
|
440
|
-
_GETBUILDSARTIFACTSSCANREQUEST._serialized_start=3236
|
|
441
|
-
_GETBUILDSARTIFACTSSCANREQUEST._serialized_end=3348
|
|
442
|
-
_GETBUILDSARTIFACTSSCANRESPONSE._serialized_start=3350
|
|
443
|
-
_GETBUILDSARTIFACTSSCANRESPONSE._serialized_end=3400
|
|
444
|
-
_BUILDAPI._serialized_start=3678
|
|
445
|
-
_BUILDAPI._serialized_end=5576
|
|
43
|
+
_globals['_PHASESTATUS']._serialized_start=3403
|
|
44
|
+
_globals['_PHASESTATUS']._serialized_end=3554
|
|
45
|
+
_globals['_FAILUREREASON']._serialized_start=3556
|
|
46
|
+
_globals['_FAILUREREASON']._serialized_end=3675
|
|
47
|
+
_globals['_SAVEFRAMEWORKMODELSREQUEST']._serialized_start=197
|
|
48
|
+
_globals['_SAVEFRAMEWORKMODELSREQUEST']._serialized_end=279
|
|
49
|
+
_globals['_SAVEFRAMEWORKMODELSRESPONSE']._serialized_start=281
|
|
50
|
+
_globals['_SAVEFRAMEWORKMODELSRESPONSE']._serialized_end=310
|
|
51
|
+
_globals['_REGISTERBUILDREQUEST']._serialized_start=312
|
|
52
|
+
_globals['_REGISTERBUILDREQUEST']._serialized_end=436
|
|
53
|
+
_globals['_REGISTERBUILDRESPONSE']._serialized_start=438
|
|
54
|
+
_globals['_REGISTERBUILDRESPONSE']._serialized_end=461
|
|
55
|
+
_globals['_UPDATEBUILDSTATUSREQUEST']._serialized_start=463
|
|
56
|
+
_globals['_UPDATEBUILDSTATUSREQUEST']._serialized_end=560
|
|
57
|
+
_globals['_UPDATEBUILDSTATUSRESPONSE']._serialized_start=562
|
|
58
|
+
_globals['_UPDATEBUILDSTATUSRESPONSE']._serialized_end=589
|
|
59
|
+
_globals['_REGISTEREXPERIMENTTRACKINGREQUEST']._serialized_start=592
|
|
60
|
+
_globals['_REGISTEREXPERIMENTTRACKINGREQUEST']._serialized_end=906
|
|
61
|
+
_globals['_REGISTEREXPERIMENTTRACKINGREQUEST_PARAMSENTRY']._serialized_start=813
|
|
62
|
+
_globals['_REGISTEREXPERIMENTTRACKINGREQUEST_PARAMSENTRY']._serialized_end=858
|
|
63
|
+
_globals['_REGISTEREXPERIMENTTRACKINGREQUEST_METRICSENTRY']._serialized_start=860
|
|
64
|
+
_globals['_REGISTEREXPERIMENTTRACKINGREQUEST_METRICSENTRY']._serialized_end=906
|
|
65
|
+
_globals['_REGISTEREXPERIMENTTRACKINGRESPONSE']._serialized_start=908
|
|
66
|
+
_globals['_REGISTEREXPERIMENTTRACKINGRESPONSE']._serialized_end=944
|
|
67
|
+
_globals['_REGISTERMODELSCHEMAREQUEST']._serialized_start=946
|
|
68
|
+
_globals['_REGISTERMODELSCHEMAREQUEST']._serialized_end=1046
|
|
69
|
+
_globals['_REGISTERMODELSCHEMARESPONSE']._serialized_start=1048
|
|
70
|
+
_globals['_REGISTERMODELSCHEMARESPONSE']._serialized_end=1077
|
|
71
|
+
_globals['_GETBUILDREQUEST']._serialized_start=1079
|
|
72
|
+
_globals['_GETBUILDREQUEST']._serialized_end=1114
|
|
73
|
+
_globals['_GETBUILDRESPONSE']._serialized_start=1116
|
|
74
|
+
_globals['_GETBUILDRESPONSE']._serialized_end=1175
|
|
75
|
+
_globals['_LISTBUILDSREQUEST']._serialized_start=1177
|
|
76
|
+
_globals['_LISTBUILDSREQUEST']._serialized_end=1287
|
|
77
|
+
_globals['_LISTBUILDSRESPONSE']._serialized_start=1289
|
|
78
|
+
_globals['_LISTBUILDSRESPONSE']._serialized_end=1350
|
|
79
|
+
_globals['_REGISTERTAGSREQUEST']._serialized_start=1352
|
|
80
|
+
_globals['_REGISTERTAGSREQUEST']._serialized_end=1405
|
|
81
|
+
_globals['_REGISTERTAGSRESPONSE']._serialized_start=1407
|
|
82
|
+
_globals['_REGISTERTAGSRESPONSE']._serialized_end=1429
|
|
83
|
+
_globals['_LOGPHASESTATUSREQUEST']._serialized_start=1432
|
|
84
|
+
_globals['_LOGPHASESTATUSREQUEST']._serialized_end=1574
|
|
85
|
+
_globals['_LOGPHASESTATUSRESPONSE']._serialized_start=1576
|
|
86
|
+
_globals['_LOGPHASESTATUSRESPONSE']._serialized_end=1600
|
|
87
|
+
_globals['_GETPHASESTATUSESREQUEST']._serialized_start=1602
|
|
88
|
+
_globals['_GETPHASESTATUSESREQUEST']._serialized_end=1645
|
|
89
|
+
_globals['_PHASESTATUSLOG']._serialized_start=1648
|
|
90
|
+
_globals['_PHASESTATUSLOG']._serialized_end=1929
|
|
91
|
+
_globals['_GETPHASESTATUSESRESPONSE']._serialized_start=1931
|
|
92
|
+
_globals['_GETPHASESTATUSESRESPONSE']._serialized_end=2010
|
|
93
|
+
_globals['_DELETEBUILDREQUEST']._serialized_start=2012
|
|
94
|
+
_globals['_DELETEBUILDREQUEST']._serialized_end=2051
|
|
95
|
+
_globals['_DELETEBUILDRESPONSE']._serialized_start=2053
|
|
96
|
+
_globals['_DELETEBUILDRESPONSE']._serialized_end=2074
|
|
97
|
+
_globals['_GETTAGPATHREQUEST']._serialized_start=2076
|
|
98
|
+
_globals['_GETTAGPATHREQUEST']._serialized_end=2173
|
|
99
|
+
_globals['_GETTAGPATHRESPONSE']._serialized_start=2175
|
|
100
|
+
_globals['_GETTAGPATHRESPONSE']._serialized_end=2213
|
|
101
|
+
_globals['_RERUNBUILDFROMEXISTINGREQUEST']._serialized_start=2216
|
|
102
|
+
_globals['_RERUNBUILDFROMEXISTINGREQUEST']._serialized_end=2508
|
|
103
|
+
_globals['_RERUNBUILDFROMEXISTINGRESPONSE']._serialized_start=2510
|
|
104
|
+
_globals['_RERUNBUILDFROMEXISTINGRESPONSE']._serialized_end=2542
|
|
105
|
+
_globals['_GETBUILDSARTIFACTSSCANSUMMARYREQUEST']._serialized_start=2544
|
|
106
|
+
_globals['_GETBUILDSARTIFACTSSCANSUMMARYREQUEST']._serialized_end=2627
|
|
107
|
+
_globals['_GETBUILDSARTIFACTSSCANSUMMARYRESPONSE']._serialized_start=2630
|
|
108
|
+
_globals['_GETBUILDSARTIFACTSSCANSUMMARYRESPONSE']._serialized_end=2971
|
|
109
|
+
_globals['_GETBUILDSARTIFACTSSCANSUMMARYRESPONSE_RESULTBYARTIFACTNAMEENTRY']._serialized_start=2874
|
|
110
|
+
_globals['_GETBUILDSARTIFACTSSCANSUMMARYRESPONSE_RESULTBYARTIFACTNAMEENTRY']._serialized_end=2971
|
|
111
|
+
_globals['_GETBUILDIMAGEDETAILSREQUEST']._serialized_start=2973
|
|
112
|
+
_globals['_GETBUILDIMAGEDETAILSREQUEST']._serialized_end=3044
|
|
113
|
+
_globals['_GETBUILDIMAGEDETAILSRESPONSE']._serialized_start=3046
|
|
114
|
+
_globals['_GETBUILDIMAGEDETAILSRESPONSE']._serialized_end=3143
|
|
115
|
+
_globals['_UPDATEBUILDNAMEREQUEST']._serialized_start=3145
|
|
116
|
+
_globals['_UPDATEBUILDNAMEREQUEST']._serialized_end=3207
|
|
117
|
+
_globals['_UPDATEBUILDNAMERESPONSE']._serialized_start=3209
|
|
118
|
+
_globals['_UPDATEBUILDNAMERESPONSE']._serialized_end=3234
|
|
119
|
+
_globals['_GETBUILDSARTIFACTSSCANREQUEST']._serialized_start=3236
|
|
120
|
+
_globals['_GETBUILDSARTIFACTSSCANREQUEST']._serialized_end=3348
|
|
121
|
+
_globals['_GETBUILDSARTIFACTSSCANRESPONSE']._serialized_start=3350
|
|
122
|
+
_globals['_GETBUILDSARTIFACTSSCANRESPONSE']._serialized_end=3400
|
|
123
|
+
_globals['_BUILDAPI']._serialized_start=3678
|
|
124
|
+
_globals['_BUILDAPI']._serialized_end=5576
|
|
446
125
|
# @@protoc_insertion_point(module_scope)
|