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()
|
|
@@ -17,73 +16,25 @@ from _qwak_proto.qwak.build_settings import build_settings_pb2 as qwak_dot_build
|
|
|
17
16
|
|
|
18
17
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,qwak/build_settings/build_settings_api.proto\x12\x17\x63om.qwak.build_settings\x1a(qwak/build_settings/build_settings.proto\"r\n\x18SaveBuildSettingsRequest\x12>\n\x0e\x62uild_settings\x18\x01 \x01(\x0b\x32&.com.qwak.build_settings.BuildSettings\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x03(\t\"6\n\x19SaveBuildSettingsResponse\x12\x19\n\x11\x62uild_settings_id\x18\x01 \x03(\t\"1\n\x17GetBuildSettingsRequest\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\"Z\n\x18GetBuildSettingsResponse\x12>\n\x0e\x62uild_settings\x18\x01 \x01(\x0b\x32&.com.qwak.build_settings.BuildSettings\"4\n\x1a\x44\x65leteBuildSettingsRequest\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\"\x1d\n\x1b\x44\x65leteBuildSettingsResponse2\x8a\x03\n\x10\x42uildSettingsApi\x12z\n\x11SaveBuildSettings\x12\x31.com.qwak.build_settings.SaveBuildSettingsRequest\x1a\x32.com.qwak.build_settings.SaveBuildSettingsResponse\x12w\n\x10GetBuildSettings\x12\x30.com.qwak.build_settings.GetBuildSettingsRequest\x1a\x31.com.qwak.build_settings.GetBuildSettingsResponse\x12\x80\x01\n\x13\x44\x65leteBuildSettings\x12\x33.com.qwak.build_settings.DeleteBuildSettingsRequest\x1a\x34.com.qwak.build_settings.DeleteBuildSettingsResponseB2\n\x17\x63om.qwak.build_settingsB\x15\x42uildSettingsApiProtoP\x01\x62\x06proto3')
|
|
19
18
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
_SAVEBUILDSETTINGSRESPONSE = DESCRIPTOR.message_types_by_name['SaveBuildSettingsResponse']
|
|
24
|
-
_GETBUILDSETTINGSREQUEST = DESCRIPTOR.message_types_by_name['GetBuildSettingsRequest']
|
|
25
|
-
_GETBUILDSETTINGSRESPONSE = DESCRIPTOR.message_types_by_name['GetBuildSettingsResponse']
|
|
26
|
-
_DELETEBUILDSETTINGSREQUEST = DESCRIPTOR.message_types_by_name['DeleteBuildSettingsRequest']
|
|
27
|
-
_DELETEBUILDSETTINGSRESPONSE = DESCRIPTOR.message_types_by_name['DeleteBuildSettingsResponse']
|
|
28
|
-
SaveBuildSettingsRequest = _reflection.GeneratedProtocolMessageType('SaveBuildSettingsRequest', (_message.Message,), {
|
|
29
|
-
'DESCRIPTOR' : _SAVEBUILDSETTINGSREQUEST,
|
|
30
|
-
'__module__' : 'qwak.build_settings.build_settings_api_pb2'
|
|
31
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build_settings.SaveBuildSettingsRequest)
|
|
32
|
-
})
|
|
33
|
-
_sym_db.RegisterMessage(SaveBuildSettingsRequest)
|
|
34
|
-
|
|
35
|
-
SaveBuildSettingsResponse = _reflection.GeneratedProtocolMessageType('SaveBuildSettingsResponse', (_message.Message,), {
|
|
36
|
-
'DESCRIPTOR' : _SAVEBUILDSETTINGSRESPONSE,
|
|
37
|
-
'__module__' : 'qwak.build_settings.build_settings_api_pb2'
|
|
38
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build_settings.SaveBuildSettingsResponse)
|
|
39
|
-
})
|
|
40
|
-
_sym_db.RegisterMessage(SaveBuildSettingsResponse)
|
|
41
|
-
|
|
42
|
-
GetBuildSettingsRequest = _reflection.GeneratedProtocolMessageType('GetBuildSettingsRequest', (_message.Message,), {
|
|
43
|
-
'DESCRIPTOR' : _GETBUILDSETTINGSREQUEST,
|
|
44
|
-
'__module__' : 'qwak.build_settings.build_settings_api_pb2'
|
|
45
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build_settings.GetBuildSettingsRequest)
|
|
46
|
-
})
|
|
47
|
-
_sym_db.RegisterMessage(GetBuildSettingsRequest)
|
|
48
|
-
|
|
49
|
-
GetBuildSettingsResponse = _reflection.GeneratedProtocolMessageType('GetBuildSettingsResponse', (_message.Message,), {
|
|
50
|
-
'DESCRIPTOR' : _GETBUILDSETTINGSRESPONSE,
|
|
51
|
-
'__module__' : 'qwak.build_settings.build_settings_api_pb2'
|
|
52
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build_settings.GetBuildSettingsResponse)
|
|
53
|
-
})
|
|
54
|
-
_sym_db.RegisterMessage(GetBuildSettingsResponse)
|
|
55
|
-
|
|
56
|
-
DeleteBuildSettingsRequest = _reflection.GeneratedProtocolMessageType('DeleteBuildSettingsRequest', (_message.Message,), {
|
|
57
|
-
'DESCRIPTOR' : _DELETEBUILDSETTINGSREQUEST,
|
|
58
|
-
'__module__' : 'qwak.build_settings.build_settings_api_pb2'
|
|
59
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build_settings.DeleteBuildSettingsRequest)
|
|
60
|
-
})
|
|
61
|
-
_sym_db.RegisterMessage(DeleteBuildSettingsRequest)
|
|
62
|
-
|
|
63
|
-
DeleteBuildSettingsResponse = _reflection.GeneratedProtocolMessageType('DeleteBuildSettingsResponse', (_message.Message,), {
|
|
64
|
-
'DESCRIPTOR' : _DELETEBUILDSETTINGSRESPONSE,
|
|
65
|
-
'__module__' : 'qwak.build_settings.build_settings_api_pb2'
|
|
66
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build_settings.DeleteBuildSettingsResponse)
|
|
67
|
-
})
|
|
68
|
-
_sym_db.RegisterMessage(DeleteBuildSettingsResponse)
|
|
69
|
-
|
|
70
|
-
_BUILDSETTINGSAPI = DESCRIPTOR.services_by_name['BuildSettingsApi']
|
|
19
|
+
_globals = globals()
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.build_settings.build_settings_api_pb2', _globals)
|
|
71
22
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
72
23
|
|
|
73
24
|
DESCRIPTOR._options = None
|
|
74
25
|
DESCRIPTOR._serialized_options = b'\n\027com.qwak.build_settingsB\025BuildSettingsApiProtoP\001'
|
|
75
|
-
_SAVEBUILDSETTINGSREQUEST._serialized_start=115
|
|
76
|
-
_SAVEBUILDSETTINGSREQUEST._serialized_end=229
|
|
77
|
-
_SAVEBUILDSETTINGSRESPONSE._serialized_start=231
|
|
78
|
-
_SAVEBUILDSETTINGSRESPONSE._serialized_end=285
|
|
79
|
-
_GETBUILDSETTINGSREQUEST._serialized_start=287
|
|
80
|
-
_GETBUILDSETTINGSREQUEST._serialized_end=336
|
|
81
|
-
_GETBUILDSETTINGSRESPONSE._serialized_start=338
|
|
82
|
-
_GETBUILDSETTINGSRESPONSE._serialized_end=428
|
|
83
|
-
_DELETEBUILDSETTINGSREQUEST._serialized_start=430
|
|
84
|
-
_DELETEBUILDSETTINGSREQUEST._serialized_end=482
|
|
85
|
-
_DELETEBUILDSETTINGSRESPONSE._serialized_start=484
|
|
86
|
-
_DELETEBUILDSETTINGSRESPONSE._serialized_end=513
|
|
87
|
-
_BUILDSETTINGSAPI._serialized_start=516
|
|
88
|
-
_BUILDSETTINGSAPI._serialized_end=910
|
|
26
|
+
_globals['_SAVEBUILDSETTINGSREQUEST']._serialized_start=115
|
|
27
|
+
_globals['_SAVEBUILDSETTINGSREQUEST']._serialized_end=229
|
|
28
|
+
_globals['_SAVEBUILDSETTINGSRESPONSE']._serialized_start=231
|
|
29
|
+
_globals['_SAVEBUILDSETTINGSRESPONSE']._serialized_end=285
|
|
30
|
+
_globals['_GETBUILDSETTINGSREQUEST']._serialized_start=287
|
|
31
|
+
_globals['_GETBUILDSETTINGSREQUEST']._serialized_end=336
|
|
32
|
+
_globals['_GETBUILDSETTINGSRESPONSE']._serialized_start=338
|
|
33
|
+
_globals['_GETBUILDSETTINGSRESPONSE']._serialized_end=428
|
|
34
|
+
_globals['_DELETEBUILDSETTINGSREQUEST']._serialized_start=430
|
|
35
|
+
_globals['_DELETEBUILDSETTINGSREQUEST']._serialized_end=482
|
|
36
|
+
_globals['_DELETEBUILDSETTINGSRESPONSE']._serialized_start=484
|
|
37
|
+
_globals['_DELETEBUILDSETTINGSRESPONSE']._serialized_end=513
|
|
38
|
+
_globals['_BUILDSETTINGSAPI']._serialized_start=516
|
|
39
|
+
_globals['_BUILDSETTINGSAPI']._serialized_end=910
|
|
89
40
|
# @@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,80 +15,25 @@ _sym_db = _symbol_database.Default()
|
|
|
16
15
|
|
|
17
16
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(qwak/build_settings/build_settings.proto\x12\x17\x63om.qwak.build_settings\"c\n\rBuildSettings\x12R\n\x18model_repository_setting\x18\x01 \x01(\x0b\x32\x30.com.qwak.build_settings.ModelRepositorySettings\"\xcc\x02\n\x17ModelRepositorySettings\x12!\n\x19\x63ontainer_registry_prefix\x18\x01 \x01(\t\x12Q\n\x17repository_settings_ecr\x18\x02 \x01(\x0b\x32..com.qwak.build_settings.RepositorySettingsECRH\x00\x12U\n\x19repository_settings_jfrog\x18\x03 \x01(\x0b\x32\x30.com.qwak.build_settings.RepositorySettingsJFrogH\x00\x12Q\n\x17repository_settings_gcr\x18\x04 \x01(\x0b\x32..com.qwak.build_settings.RepositorySettingsGCRH\x00\x42\x11\n\x0frepository_type\"\xe2\x01\n\x17RepositorySettingsJFrog\x12P\n\x17\x61uthentication_settings\x18\x01 \x01(\x0b\x32/.com.qwak.build_settings.AuthenticationSettings\x12\x1a\n\x12jfrog_project_name\x18\x02 \x01(\t\x12Y\n\x1c\x65xternal_repository_settings\x18\x03 \x01(\x0b\x32\x33.com.qwak.build_settings.ExternalRepositorySettings\"\xb3\x01\n\x1a\x45xternalRepositorySettings\x12\x19\n\x11python_repository\x18\x01 \x03(\t\x12\x1e\n\x16huggingface_repository\x18\x02 \x01(\t\x12*\n\"allow_external_python_repositories\x18\x03 \x01(\x08\x12.\n&virtual_python_dependencies_repository\x18\x04 \x01(\t\"9\n\x16\x41uthenticationSettings\x12\r\n\x05token\x18\x01 \x01(\t\x12\x10\n\x08username\x18\x02 \x01(\t\"\x17\n\x15RepositorySettingsECR\"\x17\n\x15RepositorySettingsGCRB/\n\x17\x63om.qwak.build_settingsB\x12\x42uildSettingsProtoP\x01\x62\x06proto3')
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
_MODELREPOSITORYSETTINGS = DESCRIPTOR.message_types_by_name['ModelRepositorySettings']
|
|
23
|
-
_REPOSITORYSETTINGSJFROG = DESCRIPTOR.message_types_by_name['RepositorySettingsJFrog']
|
|
24
|
-
_EXTERNALREPOSITORYSETTINGS = DESCRIPTOR.message_types_by_name['ExternalRepositorySettings']
|
|
25
|
-
_AUTHENTICATIONSETTINGS = DESCRIPTOR.message_types_by_name['AuthenticationSettings']
|
|
26
|
-
_REPOSITORYSETTINGSECR = DESCRIPTOR.message_types_by_name['RepositorySettingsECR']
|
|
27
|
-
_REPOSITORYSETTINGSGCR = DESCRIPTOR.message_types_by_name['RepositorySettingsGCR']
|
|
28
|
-
BuildSettings = _reflection.GeneratedProtocolMessageType('BuildSettings', (_message.Message,), {
|
|
29
|
-
'DESCRIPTOR' : _BUILDSETTINGS,
|
|
30
|
-
'__module__' : 'qwak.build_settings.build_settings_pb2'
|
|
31
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build_settings.BuildSettings)
|
|
32
|
-
})
|
|
33
|
-
_sym_db.RegisterMessage(BuildSettings)
|
|
34
|
-
|
|
35
|
-
ModelRepositorySettings = _reflection.GeneratedProtocolMessageType('ModelRepositorySettings', (_message.Message,), {
|
|
36
|
-
'DESCRIPTOR' : _MODELREPOSITORYSETTINGS,
|
|
37
|
-
'__module__' : 'qwak.build_settings.build_settings_pb2'
|
|
38
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build_settings.ModelRepositorySettings)
|
|
39
|
-
})
|
|
40
|
-
_sym_db.RegisterMessage(ModelRepositorySettings)
|
|
41
|
-
|
|
42
|
-
RepositorySettingsJFrog = _reflection.GeneratedProtocolMessageType('RepositorySettingsJFrog', (_message.Message,), {
|
|
43
|
-
'DESCRIPTOR' : _REPOSITORYSETTINGSJFROG,
|
|
44
|
-
'__module__' : 'qwak.build_settings.build_settings_pb2'
|
|
45
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build_settings.RepositorySettingsJFrog)
|
|
46
|
-
})
|
|
47
|
-
_sym_db.RegisterMessage(RepositorySettingsJFrog)
|
|
48
|
-
|
|
49
|
-
ExternalRepositorySettings = _reflection.GeneratedProtocolMessageType('ExternalRepositorySettings', (_message.Message,), {
|
|
50
|
-
'DESCRIPTOR' : _EXTERNALREPOSITORYSETTINGS,
|
|
51
|
-
'__module__' : 'qwak.build_settings.build_settings_pb2'
|
|
52
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build_settings.ExternalRepositorySettings)
|
|
53
|
-
})
|
|
54
|
-
_sym_db.RegisterMessage(ExternalRepositorySettings)
|
|
55
|
-
|
|
56
|
-
AuthenticationSettings = _reflection.GeneratedProtocolMessageType('AuthenticationSettings', (_message.Message,), {
|
|
57
|
-
'DESCRIPTOR' : _AUTHENTICATIONSETTINGS,
|
|
58
|
-
'__module__' : 'qwak.build_settings.build_settings_pb2'
|
|
59
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build_settings.AuthenticationSettings)
|
|
60
|
-
})
|
|
61
|
-
_sym_db.RegisterMessage(AuthenticationSettings)
|
|
62
|
-
|
|
63
|
-
RepositorySettingsECR = _reflection.GeneratedProtocolMessageType('RepositorySettingsECR', (_message.Message,), {
|
|
64
|
-
'DESCRIPTOR' : _REPOSITORYSETTINGSECR,
|
|
65
|
-
'__module__' : 'qwak.build_settings.build_settings_pb2'
|
|
66
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build_settings.RepositorySettingsECR)
|
|
67
|
-
})
|
|
68
|
-
_sym_db.RegisterMessage(RepositorySettingsECR)
|
|
69
|
-
|
|
70
|
-
RepositorySettingsGCR = _reflection.GeneratedProtocolMessageType('RepositorySettingsGCR', (_message.Message,), {
|
|
71
|
-
'DESCRIPTOR' : _REPOSITORYSETTINGSGCR,
|
|
72
|
-
'__module__' : 'qwak.build_settings.build_settings_pb2'
|
|
73
|
-
# @@protoc_insertion_point(class_scope:com.qwak.build_settings.RepositorySettingsGCR)
|
|
74
|
-
})
|
|
75
|
-
_sym_db.RegisterMessage(RepositorySettingsGCR)
|
|
76
|
-
|
|
18
|
+
_globals = globals()
|
|
19
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
20
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.build_settings.build_settings_pb2', _globals)
|
|
77
21
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
78
22
|
|
|
79
23
|
DESCRIPTOR._options = None
|
|
80
24
|
DESCRIPTOR._serialized_options = b'\n\027com.qwak.build_settingsB\022BuildSettingsProtoP\001'
|
|
81
|
-
_BUILDSETTINGS._serialized_start=69
|
|
82
|
-
_BUILDSETTINGS._serialized_end=168
|
|
83
|
-
_MODELREPOSITORYSETTINGS._serialized_start=171
|
|
84
|
-
_MODELREPOSITORYSETTINGS._serialized_end=503
|
|
85
|
-
_REPOSITORYSETTINGSJFROG._serialized_start=506
|
|
86
|
-
_REPOSITORYSETTINGSJFROG._serialized_end=732
|
|
87
|
-
_EXTERNALREPOSITORYSETTINGS._serialized_start=735
|
|
88
|
-
_EXTERNALREPOSITORYSETTINGS._serialized_end=914
|
|
89
|
-
_AUTHENTICATIONSETTINGS._serialized_start=916
|
|
90
|
-
_AUTHENTICATIONSETTINGS._serialized_end=973
|
|
91
|
-
_REPOSITORYSETTINGSECR._serialized_start=975
|
|
92
|
-
_REPOSITORYSETTINGSECR._serialized_end=998
|
|
93
|
-
_REPOSITORYSETTINGSGCR._serialized_start=1000
|
|
94
|
-
_REPOSITORYSETTINGSGCR._serialized_end=1023
|
|
25
|
+
_globals['_BUILDSETTINGS']._serialized_start=69
|
|
26
|
+
_globals['_BUILDSETTINGS']._serialized_end=168
|
|
27
|
+
_globals['_MODELREPOSITORYSETTINGS']._serialized_start=171
|
|
28
|
+
_globals['_MODELREPOSITORYSETTINGS']._serialized_end=503
|
|
29
|
+
_globals['_REPOSITORYSETTINGSJFROG']._serialized_start=506
|
|
30
|
+
_globals['_REPOSITORYSETTINGSJFROG']._serialized_end=732
|
|
31
|
+
_globals['_EXTERNALREPOSITORYSETTINGS']._serialized_start=735
|
|
32
|
+
_globals['_EXTERNALREPOSITORYSETTINGS']._serialized_end=914
|
|
33
|
+
_globals['_AUTHENTICATIONSETTINGS']._serialized_start=916
|
|
34
|
+
_globals['_AUTHENTICATIONSETTINGS']._serialized_end=973
|
|
35
|
+
_globals['_REPOSITORYSETTINGSECR']._serialized_start=975
|
|
36
|
+
_globals['_REPOSITORYSETTINGSECR']._serialized_end=998
|
|
37
|
+
_globals['_REPOSITORYSETTINGSGCR']._serialized_start=1000
|
|
38
|
+
_globals['_REPOSITORYSETTINGSGCR']._serialized_end=1023
|
|
95
39
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -2,12 +2,10 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# source: qwak/builds/build.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()
|
|
@@ -15,173 +13,14 @@ _sym_db = _symbol_database.Default()
|
|
|
15
13
|
|
|
16
14
|
from _qwak_proto.qwak.user_application.common.v0 import resources_pb2 as qwak_dot_user__application_dot_common_dot_v0_dot_resources__pb2
|
|
17
15
|
from _qwak_proto.qwak.fitness_service import fitness_pb2 as qwak_dot_fitness__service_dot_fitness__pb2
|
|
16
|
+
from _qwak_proto.qwak.builds import build_values_pb2 as qwak_dot_builds_dot_build__values__pb2
|
|
18
17
|
|
|
19
18
|
|
|
20
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17qwak/builds/build.proto\x12\x18qwak.builds.orchestrator\x1a/qwak/user_application/common/v0/resources.proto\x1a\"qwak/fitness_service/fitness.proto\"\
|
|
21
|
-
|
|
22
|
-
_MEMORYUNIT = DESCRIPTOR.enum_types_by_name['MemoryUnit']
|
|
23
|
-
MemoryUnit = enum_type_wrapper.EnumTypeWrapper(_MEMORYUNIT)
|
|
24
|
-
_GPUTYPE = DESCRIPTOR.enum_types_by_name['GpuType']
|
|
25
|
-
GpuType = enum_type_wrapper.EnumTypeWrapper(_GPUTYPE)
|
|
26
|
-
_DATACOLUMNTYPE = DESCRIPTOR.enum_types_by_name['DataColumnType']
|
|
27
|
-
DataColumnType = enum_type_wrapper.EnumTypeWrapper(_DATACOLUMNTYPE)
|
|
28
|
-
_BASEDOCKERIMAGETYPE = DESCRIPTOR.enum_types_by_name['BaseDockerImageType']
|
|
29
|
-
BaseDockerImageType = enum_type_wrapper.EnumTypeWrapper(_BASEDOCKERIMAGETYPE)
|
|
30
|
-
UNKNOWN_MEMORY_UNIT = 0
|
|
31
|
-
MIB = 1
|
|
32
|
-
GIB = 2
|
|
33
|
-
INVALID = 0
|
|
34
|
-
NVIDIA_K80 = 1
|
|
35
|
-
NVIDIA_V100 = 2
|
|
36
|
-
NVIDIA_A100 = 3
|
|
37
|
-
NVIDIA_T4 = 4
|
|
38
|
-
NVIDIA_A10G = 5
|
|
39
|
-
NVIDIA_L4 = 6
|
|
40
|
-
NVIDIA_T4_1_4_15 = 7
|
|
41
|
-
NVIDIA_T4_1_8_30 = 8
|
|
42
|
-
NVIDIA_T4_1_16_60 = 9
|
|
43
|
-
NVIDIA_A100_80GB_8_96_1360 = 10
|
|
44
|
-
NVIDIA_V100_1_8_52 = 11
|
|
45
|
-
NVIDIA_V100_4_32_208 = 12
|
|
46
|
-
INVALID_COLUMN_TYPE = 0
|
|
47
|
-
OBJECT = 1
|
|
48
|
-
INT = 2
|
|
49
|
-
FLOAT = 3
|
|
50
|
-
BOOLEAN = 4
|
|
51
|
-
DATETIME = 5
|
|
52
|
-
UNKNOWN_BASE_DOCKER_IMAGE_TYPE = 0
|
|
53
|
-
CPU = 1
|
|
54
|
-
GPU = 2
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
_REMOTEBUILDSPEC = DESCRIPTOR.message_types_by_name['RemoteBuildSpec']
|
|
58
|
-
_BUILDPROPERTIESV1 = DESCRIPTOR.message_types_by_name['BuildPropertiesV1']
|
|
59
|
-
_BUILDPROPERTIES = DESCRIPTOR.message_types_by_name['BuildProperties']
|
|
60
|
-
_MODELURISPEC = DESCRIPTOR.message_types_by_name['ModelUriSpec']
|
|
61
|
-
_BUILDENV = DESCRIPTOR.message_types_by_name['BuildEnv']
|
|
62
|
-
_DOCKERENV = DESCRIPTOR.message_types_by_name['DockerEnv']
|
|
63
|
-
_PYTHONENV = DESCRIPTOR.message_types_by_name['PythonEnv']
|
|
64
|
-
_CPURESOURCES = DESCRIPTOR.message_types_by_name['CpuResources']
|
|
65
|
-
_GPURESOURCES = DESCRIPTOR.message_types_by_name['GpuResources']
|
|
66
|
-
_DATATABLEDEFINITION = DESCRIPTOR.message_types_by_name['DataTableDefinition']
|
|
67
|
-
_DATACOLUMNDEFINITION = DESCRIPTOR.message_types_by_name['DataColumnDefinition']
|
|
68
|
-
_DATAFORMAT = DESCRIPTOR.message_types_by_name['DataFormat']
|
|
69
|
-
_CSVFORMAT = DESCRIPTOR.message_types_by_name['CsvFormat']
|
|
70
|
-
_BUILDINITIATOR = DESCRIPTOR.message_types_by_name['BuildInitiator']
|
|
71
|
-
_USERBUILDINITIATOR = DESCRIPTOR.message_types_by_name['UserBuildInitiator']
|
|
72
|
-
_AUTOMATIONBUILDINITIATOR = DESCRIPTOR.message_types_by_name['AutomationBuildInitiator']
|
|
73
|
-
RemoteBuildSpec = _reflection.GeneratedProtocolMessageType('RemoteBuildSpec', (_message.Message,), {
|
|
74
|
-
'DESCRIPTOR' : _REMOTEBUILDSPEC,
|
|
75
|
-
'__module__' : 'qwak.builds.build_pb2'
|
|
76
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.RemoteBuildSpec)
|
|
77
|
-
})
|
|
78
|
-
_sym_db.RegisterMessage(RemoteBuildSpec)
|
|
79
|
-
|
|
80
|
-
BuildPropertiesV1 = _reflection.GeneratedProtocolMessageType('BuildPropertiesV1', (_message.Message,), {
|
|
81
|
-
'DESCRIPTOR' : _BUILDPROPERTIESV1,
|
|
82
|
-
'__module__' : 'qwak.builds.build_pb2'
|
|
83
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.BuildPropertiesV1)
|
|
84
|
-
})
|
|
85
|
-
_sym_db.RegisterMessage(BuildPropertiesV1)
|
|
86
|
-
|
|
87
|
-
BuildProperties = _reflection.GeneratedProtocolMessageType('BuildProperties', (_message.Message,), {
|
|
88
|
-
'DESCRIPTOR' : _BUILDPROPERTIES,
|
|
89
|
-
'__module__' : 'qwak.builds.build_pb2'
|
|
90
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.BuildProperties)
|
|
91
|
-
})
|
|
92
|
-
_sym_db.RegisterMessage(BuildProperties)
|
|
93
|
-
|
|
94
|
-
ModelUriSpec = _reflection.GeneratedProtocolMessageType('ModelUriSpec', (_message.Message,), {
|
|
95
|
-
'DESCRIPTOR' : _MODELURISPEC,
|
|
96
|
-
'__module__' : 'qwak.builds.build_pb2'
|
|
97
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.ModelUriSpec)
|
|
98
|
-
})
|
|
99
|
-
_sym_db.RegisterMessage(ModelUriSpec)
|
|
100
|
-
|
|
101
|
-
BuildEnv = _reflection.GeneratedProtocolMessageType('BuildEnv', (_message.Message,), {
|
|
102
|
-
'DESCRIPTOR' : _BUILDENV,
|
|
103
|
-
'__module__' : 'qwak.builds.build_pb2'
|
|
104
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.BuildEnv)
|
|
105
|
-
})
|
|
106
|
-
_sym_db.RegisterMessage(BuildEnv)
|
|
107
|
-
|
|
108
|
-
DockerEnv = _reflection.GeneratedProtocolMessageType('DockerEnv', (_message.Message,), {
|
|
109
|
-
'DESCRIPTOR' : _DOCKERENV,
|
|
110
|
-
'__module__' : 'qwak.builds.build_pb2'
|
|
111
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.DockerEnv)
|
|
112
|
-
})
|
|
113
|
-
_sym_db.RegisterMessage(DockerEnv)
|
|
114
|
-
|
|
115
|
-
PythonEnv = _reflection.GeneratedProtocolMessageType('PythonEnv', (_message.Message,), {
|
|
116
|
-
'DESCRIPTOR' : _PYTHONENV,
|
|
117
|
-
'__module__' : 'qwak.builds.build_pb2'
|
|
118
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.PythonEnv)
|
|
119
|
-
})
|
|
120
|
-
_sym_db.RegisterMessage(PythonEnv)
|
|
121
|
-
|
|
122
|
-
CpuResources = _reflection.GeneratedProtocolMessageType('CpuResources', (_message.Message,), {
|
|
123
|
-
'DESCRIPTOR' : _CPURESOURCES,
|
|
124
|
-
'__module__' : 'qwak.builds.build_pb2'
|
|
125
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.CpuResources)
|
|
126
|
-
})
|
|
127
|
-
_sym_db.RegisterMessage(CpuResources)
|
|
128
|
-
|
|
129
|
-
GpuResources = _reflection.GeneratedProtocolMessageType('GpuResources', (_message.Message,), {
|
|
130
|
-
'DESCRIPTOR' : _GPURESOURCES,
|
|
131
|
-
'__module__' : 'qwak.builds.build_pb2'
|
|
132
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.GpuResources)
|
|
133
|
-
})
|
|
134
|
-
_sym_db.RegisterMessage(GpuResources)
|
|
135
|
-
|
|
136
|
-
DataTableDefinition = _reflection.GeneratedProtocolMessageType('DataTableDefinition', (_message.Message,), {
|
|
137
|
-
'DESCRIPTOR' : _DATATABLEDEFINITION,
|
|
138
|
-
'__module__' : 'qwak.builds.build_pb2'
|
|
139
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.DataTableDefinition)
|
|
140
|
-
})
|
|
141
|
-
_sym_db.RegisterMessage(DataTableDefinition)
|
|
142
|
-
|
|
143
|
-
DataColumnDefinition = _reflection.GeneratedProtocolMessageType('DataColumnDefinition', (_message.Message,), {
|
|
144
|
-
'DESCRIPTOR' : _DATACOLUMNDEFINITION,
|
|
145
|
-
'__module__' : 'qwak.builds.build_pb2'
|
|
146
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.DataColumnDefinition)
|
|
147
|
-
})
|
|
148
|
-
_sym_db.RegisterMessage(DataColumnDefinition)
|
|
149
|
-
|
|
150
|
-
DataFormat = _reflection.GeneratedProtocolMessageType('DataFormat', (_message.Message,), {
|
|
151
|
-
'DESCRIPTOR' : _DATAFORMAT,
|
|
152
|
-
'__module__' : 'qwak.builds.build_pb2'
|
|
153
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.DataFormat)
|
|
154
|
-
})
|
|
155
|
-
_sym_db.RegisterMessage(DataFormat)
|
|
156
|
-
|
|
157
|
-
CsvFormat = _reflection.GeneratedProtocolMessageType('CsvFormat', (_message.Message,), {
|
|
158
|
-
'DESCRIPTOR' : _CSVFORMAT,
|
|
159
|
-
'__module__' : 'qwak.builds.build_pb2'
|
|
160
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.CsvFormat)
|
|
161
|
-
})
|
|
162
|
-
_sym_db.RegisterMessage(CsvFormat)
|
|
163
|
-
|
|
164
|
-
BuildInitiator = _reflection.GeneratedProtocolMessageType('BuildInitiator', (_message.Message,), {
|
|
165
|
-
'DESCRIPTOR' : _BUILDINITIATOR,
|
|
166
|
-
'__module__' : 'qwak.builds.build_pb2'
|
|
167
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.BuildInitiator)
|
|
168
|
-
})
|
|
169
|
-
_sym_db.RegisterMessage(BuildInitiator)
|
|
170
|
-
|
|
171
|
-
UserBuildInitiator = _reflection.GeneratedProtocolMessageType('UserBuildInitiator', (_message.Message,), {
|
|
172
|
-
'DESCRIPTOR' : _USERBUILDINITIATOR,
|
|
173
|
-
'__module__' : 'qwak.builds.build_pb2'
|
|
174
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.UserBuildInitiator)
|
|
175
|
-
})
|
|
176
|
-
_sym_db.RegisterMessage(UserBuildInitiator)
|
|
177
|
-
|
|
178
|
-
AutomationBuildInitiator = _reflection.GeneratedProtocolMessageType('AutomationBuildInitiator', (_message.Message,), {
|
|
179
|
-
'DESCRIPTOR' : _AUTOMATIONBUILDINITIATOR,
|
|
180
|
-
'__module__' : 'qwak.builds.build_pb2'
|
|
181
|
-
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.AutomationBuildInitiator)
|
|
182
|
-
})
|
|
183
|
-
_sym_db.RegisterMessage(AutomationBuildInitiator)
|
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17qwak/builds/build.proto\x12\x18qwak.builds.orchestrator\x1a/qwak/user_application/common/v0/resources.proto\x1a\"qwak/fitness_service/fitness.proto\x1a\x1eqwak/builds/build_values.proto\"\xd9\x06\n\x0fRemoteBuildSpec\x12\x43\n\x10\x62uild_properties\x18\x01 \x01(\x0b\x32).qwak.builds.orchestrator.BuildProperties\x12\x35\n\tbuild_env\x18\x02 \x01(\x0b\x32\".qwak.builds.orchestrator.BuildEnv\x12\x43\n\rcpu_resources\x18\x03 \x01(\x0b\x32&.qwak.builds.orchestrator.CpuResourcesB\x02\x18\x01H\x00\x12\x43\n\rgpu_resources\x18\x07 \x01(\x0b\x32&.qwak.builds.orchestrator.GpuResourcesB\x02\x18\x01H\x00\x12\x62\n\x1c\x63lient_pod_compute_resources\x18\r \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResourcesH\x00\x12\x0f\n\x07verbose\x18\x04 \x01(\x05\x12\x17\n\x0f\x62uild_code_path\x18\x05 \x01(\t\x12\x14\n\x0c\x62uild_config\x18\x06 \x01(\t\x12\x15\n\rbuild_v1_flag\x18\x08 \x01(\x08\x12H\n\x13\x62uild_properties_v1\x18\t \x01(\x0b\x32+.qwak.builds.orchestrator.BuildPropertiesV1\x12\x13\n\x0b\x62uild_steps\x18\n \x03(\t\x12\x16\n\x0e\x65nvironment_id\x18\x0b \x01(\t\x12\x13\n\x0bsdk_version\x18\x0c \x01(\t\x12=\n\x0fpurchase_option\x18\x0e \x01(\x0e\x32$.qwak.fitness.service.PurchaseOption\x12\x1c\n\x14\x62uild_destined_image\x18\x0f \x01(\t\x12\"\n\x1aprovision_instance_timeout\x18\x10 \x01(\x05\x12\x16\n\x0ejfrog_token_id\x18\x11 \x01(\t\x12\x1f\n\x17\x61rtifactory_project_key\x18\x12 \x01(\t\x12\x18\n\x10model_version_id\x18\x13 \x01(\t\x12\x18\n\x10model_group_name\x18\x14 \x01(\tB\x0b\n\tResources\"g\n\x11\x42uildPropertiesV1\x12\x18\n\x10\x62uild_config_url\x18\x01 \x01(\t\x12\x1a\n\x12qwak_sdk_wheel_url\x18\x02 \x01(\t\x12\x1c\n\x14qwak_sdk_version_url\x18\x03 \x01(\t\"\xba\x01\n\x0f\x42uildProperties\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x0e\n\x06\x62ranch\x18\x02 \x01(\t\x12\x10\n\x08model_id\x18\x03 \x01(\t\x12\x0c\n\x04tags\x18\x04 \x03(\t\x12\x39\n\tmodel_uri\x18\x05 \x01(\x0b\x32&.qwak.builds.orchestrator.ModelUriSpec\x12\x16\n\x0egpu_compatible\x18\x06 \x01(\x08\x12\x12\n\nbuild_name\x18\x07 \x01(\t\"\xb2\x01\n\x0cModelUriSpec\x12\x0b\n\x03uri\x18\x01 \x01(\t\x12\x12\n\ngit_branch\x18\x02 \x01(\t\x12\x17\n\x0fgit_credentials\x18\x03 \x01(\t\x12\x1e\n\x16git_credentials_secret\x18\x04 \x01(\t\x12\x11\n\tcommit_id\x18\x05 \x01(\t\x12\x10\n\x08main_dir\x18\x06 \x01(\t\x12#\n\x1b\x64\x65pendency_required_folders\x18\x07 \x03(\t\"|\n\x08\x42uildEnv\x12\x37\n\ndocker_env\x18\x01 \x01(\x0b\x32#.qwak.builds.orchestrator.DockerEnv\x12\x37\n\npython_env\x18\x02 \x01(\x0b\x32#.qwak.builds.orchestrator.PythonEnv\"\xcc\x01\n\tDockerEnv\x12\x12\n\nbase_image\x18\x01 \x01(\t\x12\x10\n\x08\x65nv_vars\x18\x02 \x03(\t\x12\x10\n\x08no_cache\x18\x03 \x01(\x08\x12\x1c\n\x14\x61ssumed_iam_role_arn\x18\x04 \x01(\t\x12\'\n\x1fservice_account_key_secret_name\x18\x05 \x01(\t\x12@\n\x10\x63ontainer_engine\x18\x06 \x01(\x0b\x32&.qwak.build.management.ContainerEngine\"\xb8\x01\n\tPythonEnv\x12\x17\n\x0fgit_credentials\x18\x01 \x01(\t\x12\x1e\n\x16git_credentials_secret\x18\x02 \x01(\t\x12\x18\n\x10qwak_sdk_version\x18\x03 \x01(\t\x12\x1c\n\x14qwak_sdk_extra_index\x18\x04 \x01(\t\x12\x1a\n\x12\x66rogml_cli_version\x18\x05 \x01(\t\x12\x1e\n\x16\x66rogml_cli_extra_index\x18\x06 \x01(\t\"n\n\x0c\x43puResources\x12\x0b\n\x03\x63pu\x18\x01 \x01(\x02\x12\x15\n\rmemory_amount\x18\x02 \x01(\x05\x12:\n\x0cmemory_units\x18\x03 \x01(\x0e\x32$.qwak.builds.orchestrator.MemoryUnit\"W\n\x0cGpuResources\x12\x33\n\x08gpu_type\x18\x01 \x01(\x0e\x32!.qwak.builds.orchestrator.GpuType\x12\x12\n\ngpu_amount\x18\x02 \x01(\x05\"\x91\x01\n\x13\x44\x61taTableDefinition\x12?\n\x07\x63olumns\x18\x01 \x03(\x0b\x32..qwak.builds.orchestrator.DataColumnDefinition\x12\x39\n\x0b\x64\x61ta_format\x18\x02 \x01(\x0b\x32$.qwak.builds.orchestrator.DataFormat\"\\\n\x14\x44\x61taColumnDefinition\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x36\n\x04type\x18\x02 \x01(\x0e\x32(.qwak.builds.orchestrator.DataColumnType\"J\n\nDataFormat\x12\x32\n\x03\x63sv\x18\x01 \x01(\x0b\x32#.qwak.builds.orchestrator.CsvFormatH\x00\x42\x08\n\x06\x66ormat\"G\n\tCsvFormat\x12\x11\n\tdelimiter\x18\x01 \x01(\t\x12\x12\n\nquote_char\x18\x02 \x01(\t\x12\x13\n\x0b\x65scape_char\x18\x03 \x01(\t\"\xa5\x01\n\x0e\x42uildInitiator\x12<\n\x04user\x18\x01 \x01(\x0b\x32,.qwak.builds.orchestrator.UserBuildInitiatorH\x00\x12H\n\nautomation\x18\x02 \x01(\x0b\x32\x32.qwak.builds.orchestrator.AutomationBuildInitiatorH\x00\x42\x0b\n\tInitiator\"\x14\n\x12UserBuildInitiator\"`\n\x18\x41utomationBuildInitiator\x12\x15\n\rautomation_id\x18\x01 \x01(\t\x12\x14\n\x0c\x65xecution_id\x18\x02 \x01(\t\x12\x17\n\x0f\x61utomation_name\x18\x03 \x01(\t*7\n\nMemoryUnit\x12\x17\n\x13UNKNOWN_MEMORY_UNIT\x10\x00\x12\x07\n\x03MIB\x10\x01\x12\x07\n\x03GIB\x10\x02*\x82\x03\n\x07GpuType\x12\x0b\n\x07INVALID\x10\x00\x12\x0e\n\nNVIDIA_K80\x10\x01\x12\x0f\n\x0bNVIDIA_V100\x10\x02\x12\x0f\n\x0bNVIDIA_A100\x10\x03\x12\r\n\tNVIDIA_T4\x10\x04\x12\x0f\n\x0bNVIDIA_A10G\x10\x05\x12\r\n\tNVIDIA_L4\x10\x06\x12\x14\n\x10NVIDIA_T4_1_4_15\x10\x07\x12\x14\n\x10NVIDIA_T4_1_8_30\x10\x08\x12\x15\n\x11NVIDIA_T4_1_16_60\x10\t\x12\x1e\n\x1aNVIDIA_A100_80GB_8_96_1360\x10\n\x12\x16\n\x12NVIDIA_V100_1_8_52\x10\x0b\x12\x18\n\x14NVIDIA_V100_4_32_208\x10\x0c\x12\x13\n\x0fNVIDIA_H100_NVL\x10\r\x12\x0e\n\nNVIDIA_A10\x10\x0e\x12\x13\n\x0fNVIDIA_H100_SXM\x10\x0f\x12\x14\n\x10NVIDIA_H100_40GB\x10\x10\x12\x14\n\x10NVIDIA_H100_80GB\x10\x11\x12\x0e\n\nNVIDIA_M60\x10\x12*d\n\x0e\x44\x61taColumnType\x12\x17\n\x13INVALID_COLUMN_TYPE\x10\x00\x12\n\n\x06OBJECT\x10\x01\x12\x07\n\x03INT\x10\x02\x12\t\n\x05\x46LOAT\x10\x03\x12\x0b\n\x07\x42OOLEAN\x10\x04\x12\x0c\n\x08\x44\x41TETIME\x10\x05*K\n\x13\x42\x61seDockerImageType\x12\"\n\x1eUNKNOWN_BASE_DOCKER_IMAGE_TYPE\x10\x00\x12\x07\n\x03\x43PU\x10\x01\x12\x07\n\x03GPU\x10\x02\x42\'\n#com.qwak.ai.builds.orchestrator.apiP\x01\x62\x06proto3')
|
|
184
20
|
|
|
21
|
+
_globals = globals()
|
|
22
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
23
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.builds.build_pb2', _globals)
|
|
185
24
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
186
25
|
|
|
187
26
|
DESCRIPTOR._options = None
|
|
@@ -190,44 +29,44 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
190
29
|
_REMOTEBUILDSPEC.fields_by_name['cpu_resources']._serialized_options = b'\030\001'
|
|
191
30
|
_REMOTEBUILDSPEC.fields_by_name['gpu_resources']._options = None
|
|
192
31
|
_REMOTEBUILDSPEC.fields_by_name['gpu_resources']._serialized_options = b'\030\001'
|
|
193
|
-
_MEMORYUNIT._serialized_start=
|
|
194
|
-
_MEMORYUNIT._serialized_end=
|
|
195
|
-
_GPUTYPE._serialized_start=
|
|
196
|
-
_GPUTYPE._serialized_end=
|
|
197
|
-
_DATACOLUMNTYPE._serialized_start=
|
|
198
|
-
_DATACOLUMNTYPE._serialized_end=
|
|
199
|
-
_BASEDOCKERIMAGETYPE._serialized_start=
|
|
200
|
-
_BASEDOCKERIMAGETYPE._serialized_end=
|
|
201
|
-
_REMOTEBUILDSPEC._serialized_start=
|
|
202
|
-
_REMOTEBUILDSPEC._serialized_end=
|
|
203
|
-
_BUILDPROPERTIESV1._serialized_start=
|
|
204
|
-
_BUILDPROPERTIESV1._serialized_end=
|
|
205
|
-
_BUILDPROPERTIES._serialized_start=
|
|
206
|
-
_BUILDPROPERTIES._serialized_end=
|
|
207
|
-
_MODELURISPEC._serialized_start=
|
|
208
|
-
_MODELURISPEC._serialized_end=
|
|
209
|
-
_BUILDENV._serialized_start=
|
|
210
|
-
_BUILDENV._serialized_end=
|
|
211
|
-
_DOCKERENV._serialized_start=
|
|
212
|
-
_DOCKERENV._serialized_end=
|
|
213
|
-
_PYTHONENV._serialized_start=
|
|
214
|
-
_PYTHONENV._serialized_end=
|
|
215
|
-
_CPURESOURCES._serialized_start=
|
|
216
|
-
_CPURESOURCES._serialized_end=
|
|
217
|
-
_GPURESOURCES._serialized_start=
|
|
218
|
-
_GPURESOURCES._serialized_end=
|
|
219
|
-
_DATATABLEDEFINITION._serialized_start=
|
|
220
|
-
_DATATABLEDEFINITION._serialized_end=
|
|
221
|
-
_DATACOLUMNDEFINITION._serialized_start=
|
|
222
|
-
_DATACOLUMNDEFINITION._serialized_end=
|
|
223
|
-
_DATAFORMAT._serialized_start=
|
|
224
|
-
_DATAFORMAT._serialized_end=
|
|
225
|
-
_CSVFORMAT._serialized_start=
|
|
226
|
-
_CSVFORMAT._serialized_end=
|
|
227
|
-
_BUILDINITIATOR._serialized_start=
|
|
228
|
-
_BUILDINITIATOR._serialized_end=
|
|
229
|
-
_USERBUILDINITIATOR._serialized_start=
|
|
230
|
-
_USERBUILDINITIATOR._serialized_end=
|
|
231
|
-
_AUTOMATIONBUILDINITIATOR._serialized_start=
|
|
232
|
-
_AUTOMATIONBUILDINITIATOR._serialized_end=
|
|
32
|
+
_globals['_MEMORYUNIT']._serialized_start=2905
|
|
33
|
+
_globals['_MEMORYUNIT']._serialized_end=2960
|
|
34
|
+
_globals['_GPUTYPE']._serialized_start=2963
|
|
35
|
+
_globals['_GPUTYPE']._serialized_end=3349
|
|
36
|
+
_globals['_DATACOLUMNTYPE']._serialized_start=3351
|
|
37
|
+
_globals['_DATACOLUMNTYPE']._serialized_end=3451
|
|
38
|
+
_globals['_BASEDOCKERIMAGETYPE']._serialized_start=3453
|
|
39
|
+
_globals['_BASEDOCKERIMAGETYPE']._serialized_end=3528
|
|
40
|
+
_globals['_REMOTEBUILDSPEC']._serialized_start=171
|
|
41
|
+
_globals['_REMOTEBUILDSPEC']._serialized_end=1028
|
|
42
|
+
_globals['_BUILDPROPERTIESV1']._serialized_start=1030
|
|
43
|
+
_globals['_BUILDPROPERTIESV1']._serialized_end=1133
|
|
44
|
+
_globals['_BUILDPROPERTIES']._serialized_start=1136
|
|
45
|
+
_globals['_BUILDPROPERTIES']._serialized_end=1322
|
|
46
|
+
_globals['_MODELURISPEC']._serialized_start=1325
|
|
47
|
+
_globals['_MODELURISPEC']._serialized_end=1503
|
|
48
|
+
_globals['_BUILDENV']._serialized_start=1505
|
|
49
|
+
_globals['_BUILDENV']._serialized_end=1629
|
|
50
|
+
_globals['_DOCKERENV']._serialized_start=1632
|
|
51
|
+
_globals['_DOCKERENV']._serialized_end=1836
|
|
52
|
+
_globals['_PYTHONENV']._serialized_start=1839
|
|
53
|
+
_globals['_PYTHONENV']._serialized_end=2023
|
|
54
|
+
_globals['_CPURESOURCES']._serialized_start=2025
|
|
55
|
+
_globals['_CPURESOURCES']._serialized_end=2135
|
|
56
|
+
_globals['_GPURESOURCES']._serialized_start=2137
|
|
57
|
+
_globals['_GPURESOURCES']._serialized_end=2224
|
|
58
|
+
_globals['_DATATABLEDEFINITION']._serialized_start=2227
|
|
59
|
+
_globals['_DATATABLEDEFINITION']._serialized_end=2372
|
|
60
|
+
_globals['_DATACOLUMNDEFINITION']._serialized_start=2374
|
|
61
|
+
_globals['_DATACOLUMNDEFINITION']._serialized_end=2466
|
|
62
|
+
_globals['_DATAFORMAT']._serialized_start=2468
|
|
63
|
+
_globals['_DATAFORMAT']._serialized_end=2542
|
|
64
|
+
_globals['_CSVFORMAT']._serialized_start=2544
|
|
65
|
+
_globals['_CSVFORMAT']._serialized_end=2615
|
|
66
|
+
_globals['_BUILDINITIATOR']._serialized_start=2618
|
|
67
|
+
_globals['_BUILDINITIATOR']._serialized_end=2783
|
|
68
|
+
_globals['_USERBUILDINITIATOR']._serialized_start=2785
|
|
69
|
+
_globals['_USERBUILDINITIATOR']._serialized_end=2805
|
|
70
|
+
_globals['_AUTOMATIONBUILDINITIATOR']._serialized_start=2807
|
|
71
|
+
_globals['_AUTOMATIONBUILDINITIATOR']._serialized_end=2903
|
|
233
72
|
# @@protoc_insertion_point(module_scope)
|