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
|
@@ -2,276 +2,23 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# source: qwak/kube_deployment_captain/batch_job.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()
|
|
14
12
|
|
|
15
13
|
|
|
14
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
16
15
|
|
|
17
16
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,qwak/kube_deployment_captain/batch_job.proto\x12\x1cqwak.kube.deployment.captain\"\xd2\x03\n\x1cListInferenceJobFilesRequest\x12\x0e\n\x06\x62ucket\x18\x01 \x01(\t\x12\x16\n\x0e\x64irectory_path\x18\x02 \x01(\t\x12\x18\n\x0ctoken_secret\x18\x03 \x01(\tB\x02\x18\x01\x12\x19\n\rsecret_secret\x18\x04 \x01(\tB\x02\x18\x01\x12\x1a\n\x12secret_service_url\x18\x05 \x01(\t\x12\x14\n\x08role_arn\x18\x06 \x01(\tB\x02\x18\x01\x12G\n\x0f\x61ws_credentials\x18\x07 \x01(\x0b\x32,.qwak.kube.deployment.captain.AwsCredentialsH\x00\x12G\n\x0fgcp_credentials\x18\x08 \x01(\x0b\x32,.qwak.kube.deployment.captain.GcpCredentialsH\x00\x12P\n\x14grouped_task_details\x18\t \x01(\x0b\x32\x30.qwak.kube.deployment.captain.GroupedTaskDetailsH\x01\x12\x16\n\x0e\x65nvironment_id\x18\n \x01(\tB\x1a\n\x18\x63loud_client_credentialsB\x0b\n\ttask_flow\"c\n\x12GroupedTaskDetails\x12\x17\n\x0f\x63oncurrentTasks\x18\x01 \x01(\x05\x12\x18\n\x10\x64\x65stination_path\x18\x02 \x01(\t\x12\x1a\n\x12\x64\x65stination_bucket\x18\x03 \x01(\t\"\xb4\x02\n)CleanStorageObjectFromCloudStorageRequest\x12\x0e\n\x06\x62ucket\x18\x01 \x01(\t\x12\x15\n\robject_prefix\x18\x02 \x03(\t\x12\x1a\n\x12secret_service_url\x18\x03 \x01(\t\x12G\n\x0f\x61ws_credentials\x18\x04 \x01(\x0b\x32,.qwak.kube.deployment.captain.AwsCredentialsH\x00\x12G\n\x0fgcp_credentials\x18\x05 \x01(\x0b\x32,.qwak.kube.deployment.captain.GcpCredentialsH\x00\x12\x16\n\x0e\x65nvironment_id\x18\x06 \x01(\tB\x1a\n\x18\x63loud_client_credentials\"O\n\x0e\x41wsCredentials\x12\x10\n\x08role_arn\x18\x01 \x01(\t\x12\x14\n\x0ctoken_secret\x18\x02 \x01(\t\x12\x15\n\rsecret_secret\x18\x04 \x01(\t\"9\n\x0eGcpCredentials\x12\'\n\x1fservice_account_json_key_secret\x18\x01 \x01(\t\"\xa6\x01\n\x1dListInferenceJobFilesResponse\x12\x12\n\nfile_names\x18\x01 \x03(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x16\n\x0e\x66\x61ilure_reason\x18\x03 \x01(\t\x12H\n\x11list_file_details\x18\x04 \x03(\x0b\x32-.qwak.kube.deployment.captain.ListFileDetails\"W\n\x0fListFileDetails\x12\x15\n\ris_point_file\x18\x01 \x01(\x08\x12\x17\n\x0fpoint_file_path\x18\x02 \x01(\t\x12\x14\n\x0cobject_paths\x18\x03 \x03(\t\"\xf0\x01\n\"CreateInferenceTaskExecutorRequest\x12\x63\n\x1btask_executor_configuration\x18\x01 \x01(\x0b\x32>.qwak.kube.deployment.captain.TaskExecutorConfigurationMessage\x12\x65\n\x1cinference_task_configuration\x18\x02 \x01(\x0b\x32?.qwak.kube.deployment.captain.InferenceTaskConfigurationMessage\"\x89\x01\n\x1aPrepareInferenceJobRequest\x12k\n#inference_job_configuration_message\x18\x01 \x01(\x0b\x32>.qwak.kube.deployment.captain.InferenceJobConfigurationMessage\"F\n\x1bPrepareInferenceJobResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x16\n\x0e\x66\x61ilure_reason\x18\x02 \x01(\t\"\xcd\x04\n TaskExecutorConfigurationMessage\x12\x18\n\x10inference_job_id\x18\x01 \x01(\t\x12\x19\n\x11inference_task_id\x18\x02 \x01(\t\x12G\n\x10model_identifier\x18\x05 \x01(\x0b\x32-.qwak.kube.deployment.captain.ModelIdentifier\x12\x11\n\timage_url\x18\x06 \x01(\t\x12\x15\n\rbackoff_limit\x18\x07 \x01(\x05\x12\x0f\n\x03\x63pu\x18\x08 \x01(\x02\x42\x02\x18\x01\x12\x19\n\rmemory_amount\x18\t \x01(\x05\x42\x02\x18\x01\x12\x45\n\x0cmemory_units\x18\n \x01(\x0e\x32+.qwak.kube.deployment.captain.MemoryUnitApiB\x02\x18\x01\x12\x16\n\x0e\x65nvironment_id\x18\x0b \x01(\t\x12\x1b\n\x13\x63ustom_iam_role_arn\x18\x0c \x01(\t\x12\x41\n\x08job_size\x18\r \x01(\x0b\x32/.qwak.kube.deployment.captain.BatchJobResources\x12\x17\n\x0fpurchase_option\x18\x0e \x01(\t\x12\x19\n\x11image_pull_secret\x18\x0f \x01(\t\x12%\n\x1d\x63ustom_service_account_secret\x18\x10 \x01(\t\x12#\n\x1bjfrog_token_api_secret_name\x18\x11 \x01(\t\x12\x16\n\x0ejfrog_base_url\x18\x12 \x01(\t\"q\n InferenceJobConfigurationMessage\x12\x18\n\x10inference_job_id\x18\x01 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\x12\x1b\n\x13\x63ustom_iam_role_arn\x18\x03 \x01(\t\"
|
|
19
|
-
|
|
20
|
-
_MEMORYUNITAPI = DESCRIPTOR.enum_types_by_name['MemoryUnitApi']
|
|
21
|
-
MemoryUnitApi = enum_type_wrapper.EnumTypeWrapper(_MEMORYUNITAPI)
|
|
22
|
-
_INPUTFILETYPE = DESCRIPTOR.enum_types_by_name['InputFileType']
|
|
23
|
-
InputFileType = enum_type_wrapper.EnumTypeWrapper(_INPUTFILETYPE)
|
|
24
|
-
_OUTPUTFILETYPE = DESCRIPTOR.enum_types_by_name['OutputFileType']
|
|
25
|
-
OutputFileType = enum_type_wrapper.EnumTypeWrapper(_OUTPUTFILETYPE)
|
|
26
|
-
_GPUTYPE = DESCRIPTOR.enum_types_by_name['GpuType']
|
|
27
|
-
GpuType = enum_type_wrapper.EnumTypeWrapper(_GPUTYPE)
|
|
28
|
-
_CLOUDPROVIDER = DESCRIPTOR.enum_types_by_name['CloudProvider']
|
|
29
|
-
CloudProvider = enum_type_wrapper.EnumTypeWrapper(_CLOUDPROVIDER)
|
|
30
|
-
UNKNOWN_MEMORY_UNIT = 0
|
|
31
|
-
MIB = 1
|
|
32
|
-
GIB = 2
|
|
33
|
-
UNDEFINED_INPUT_FILE_TYPE = 0
|
|
34
|
-
CSV_INPUT_FILE_TYPE = 1
|
|
35
|
-
FEATHER_INPUT_FILE_TYPE = 2
|
|
36
|
-
PARQUET_INPUT_FILE_TYPE = 3
|
|
37
|
-
UNDEFINED_OUTPUT_FILE_TYPE = 0
|
|
38
|
-
CSV_OUTPUT_FILE_TYPE = 1
|
|
39
|
-
FEATHER_OUTPUT_FILE_TYPE = 2
|
|
40
|
-
PARQUET_OUTPUT_FILE_TYPE = 3
|
|
41
|
-
INVALID_GPU = 0
|
|
42
|
-
NVIDIA_K80 = 1
|
|
43
|
-
NVIDIA_V100 = 2
|
|
44
|
-
NVIDIA_A100 = 3
|
|
45
|
-
NVIDIA_T4 = 4
|
|
46
|
-
NVIDIA_A10G = 5
|
|
47
|
-
NVIDIA_L4 = 6
|
|
48
|
-
NVIDIA_T4_1_4_15 = 7
|
|
49
|
-
NVIDIA_T4_1_8_30 = 8
|
|
50
|
-
NVIDIA_T4_1_16_60 = 9
|
|
51
|
-
NVIDIA_A100_80GB_8_96_1360 = 10
|
|
52
|
-
NVIDIA_V100_1_8_52 = 11
|
|
53
|
-
NVIDIA_V100_4_32_208 = 12
|
|
54
|
-
UNKNOWN_CLOUD_PROVIDER = 0
|
|
55
|
-
AWS = 1
|
|
56
|
-
GCP = 2
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
_LISTINFERENCEJOBFILESREQUEST = DESCRIPTOR.message_types_by_name['ListInferenceJobFilesRequest']
|
|
60
|
-
_GROUPEDTASKDETAILS = DESCRIPTOR.message_types_by_name['GroupedTaskDetails']
|
|
61
|
-
_CLEANSTORAGEOBJECTFROMCLOUDSTORAGEREQUEST = DESCRIPTOR.message_types_by_name['CleanStorageObjectFromCloudStorageRequest']
|
|
62
|
-
_AWSCREDENTIALS = DESCRIPTOR.message_types_by_name['AwsCredentials']
|
|
63
|
-
_GCPCREDENTIALS = DESCRIPTOR.message_types_by_name['GcpCredentials']
|
|
64
|
-
_LISTINFERENCEJOBFILESRESPONSE = DESCRIPTOR.message_types_by_name['ListInferenceJobFilesResponse']
|
|
65
|
-
_LISTFILEDETAILS = DESCRIPTOR.message_types_by_name['ListFileDetails']
|
|
66
|
-
_CREATEINFERENCETASKEXECUTORREQUEST = DESCRIPTOR.message_types_by_name['CreateInferenceTaskExecutorRequest']
|
|
67
|
-
_PREPAREINFERENCEJOBREQUEST = DESCRIPTOR.message_types_by_name['PrepareInferenceJobRequest']
|
|
68
|
-
_PREPAREINFERENCEJOBRESPONSE = DESCRIPTOR.message_types_by_name['PrepareInferenceJobResponse']
|
|
69
|
-
_TASKEXECUTORCONFIGURATIONMESSAGE = DESCRIPTOR.message_types_by_name['TaskExecutorConfigurationMessage']
|
|
70
|
-
_INFERENCEJOBCONFIGURATIONMESSAGE = DESCRIPTOR.message_types_by_name['InferenceJobConfigurationMessage']
|
|
71
|
-
_MODELIDENTIFIER = DESCRIPTOR.message_types_by_name['ModelIdentifier']
|
|
72
|
-
_LISTFILESPRESTEPCONFIGURATION = DESCRIPTOR.message_types_by_name['ListFilesPreStepConfiguration']
|
|
73
|
-
_INFERENCETASKCONFIGURATIONMESSAGE = DESCRIPTOR.message_types_by_name['InferenceTaskConfigurationMessage']
|
|
74
|
-
_BATCHJOBPARAMETER = DESCRIPTOR.message_types_by_name['BatchJobParameter']
|
|
75
|
-
_CLEANINFERENCETASKSEXECUTORSREQUEST = DESCRIPTOR.message_types_by_name['CleanInferenceTasksExecutorsRequest']
|
|
76
|
-
_CLEANINFERENCETASKSEXECUTORSRESPONSE = DESCRIPTOR.message_types_by_name['CleanInferenceTasksExecutorsResponse']
|
|
77
|
-
_CLEANINFERENCETASKEXECUTORREQUEST = DESCRIPTOR.message_types_by_name['CleanInferenceTaskExecutorRequest']
|
|
78
|
-
_CLEANINFERENCETASKEXECUTORRESPONSE = DESCRIPTOR.message_types_by_name['CleanInferenceTaskExecutorResponse']
|
|
79
|
-
_CREATEINFERENCETASKEXECUTORRESPONSE = DESCRIPTOR.message_types_by_name['CreateInferenceTaskExecutorResponse']
|
|
80
|
-
_STARTINFERENCEJOBWARMUPREQUEST = DESCRIPTOR.message_types_by_name['StartInferenceJobWarmupRequest']
|
|
81
|
-
_STARTINFERENCEJOBWARMUPRESPONSE = DESCRIPTOR.message_types_by_name['StartInferenceJobWarmupResponse']
|
|
82
|
-
_CANCELINFERENCEJOBWARMUPREQUEST = DESCRIPTOR.message_types_by_name['CancelInferenceJobWarmupRequest']
|
|
83
|
-
_CANCELINFERENCEJOBWARMUPRESPONSE = DESCRIPTOR.message_types_by_name['CancelInferenceJobWarmupResponse']
|
|
84
|
-
_BATCHJOBRESOURCES = DESCRIPTOR.message_types_by_name['BatchJobResources']
|
|
85
|
-
_GPURESOURCES = DESCRIPTOR.message_types_by_name['GpuResources']
|
|
86
|
-
ListInferenceJobFilesRequest = _reflection.GeneratedProtocolMessageType('ListInferenceJobFilesRequest', (_message.Message,), {
|
|
87
|
-
'DESCRIPTOR' : _LISTINFERENCEJOBFILESREQUEST,
|
|
88
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
89
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.ListInferenceJobFilesRequest)
|
|
90
|
-
})
|
|
91
|
-
_sym_db.RegisterMessage(ListInferenceJobFilesRequest)
|
|
92
|
-
|
|
93
|
-
GroupedTaskDetails = _reflection.GeneratedProtocolMessageType('GroupedTaskDetails', (_message.Message,), {
|
|
94
|
-
'DESCRIPTOR' : _GROUPEDTASKDETAILS,
|
|
95
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
96
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.GroupedTaskDetails)
|
|
97
|
-
})
|
|
98
|
-
_sym_db.RegisterMessage(GroupedTaskDetails)
|
|
99
|
-
|
|
100
|
-
CleanStorageObjectFromCloudStorageRequest = _reflection.GeneratedProtocolMessageType('CleanStorageObjectFromCloudStorageRequest', (_message.Message,), {
|
|
101
|
-
'DESCRIPTOR' : _CLEANSTORAGEOBJECTFROMCLOUDSTORAGEREQUEST,
|
|
102
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
103
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CleanStorageObjectFromCloudStorageRequest)
|
|
104
|
-
})
|
|
105
|
-
_sym_db.RegisterMessage(CleanStorageObjectFromCloudStorageRequest)
|
|
106
|
-
|
|
107
|
-
AwsCredentials = _reflection.GeneratedProtocolMessageType('AwsCredentials', (_message.Message,), {
|
|
108
|
-
'DESCRIPTOR' : _AWSCREDENTIALS,
|
|
109
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
110
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.AwsCredentials)
|
|
111
|
-
})
|
|
112
|
-
_sym_db.RegisterMessage(AwsCredentials)
|
|
113
|
-
|
|
114
|
-
GcpCredentials = _reflection.GeneratedProtocolMessageType('GcpCredentials', (_message.Message,), {
|
|
115
|
-
'DESCRIPTOR' : _GCPCREDENTIALS,
|
|
116
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
117
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.GcpCredentials)
|
|
118
|
-
})
|
|
119
|
-
_sym_db.RegisterMessage(GcpCredentials)
|
|
120
|
-
|
|
121
|
-
ListInferenceJobFilesResponse = _reflection.GeneratedProtocolMessageType('ListInferenceJobFilesResponse', (_message.Message,), {
|
|
122
|
-
'DESCRIPTOR' : _LISTINFERENCEJOBFILESRESPONSE,
|
|
123
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
124
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.ListInferenceJobFilesResponse)
|
|
125
|
-
})
|
|
126
|
-
_sym_db.RegisterMessage(ListInferenceJobFilesResponse)
|
|
127
|
-
|
|
128
|
-
ListFileDetails = _reflection.GeneratedProtocolMessageType('ListFileDetails', (_message.Message,), {
|
|
129
|
-
'DESCRIPTOR' : _LISTFILEDETAILS,
|
|
130
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
131
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.ListFileDetails)
|
|
132
|
-
})
|
|
133
|
-
_sym_db.RegisterMessage(ListFileDetails)
|
|
134
|
-
|
|
135
|
-
CreateInferenceTaskExecutorRequest = _reflection.GeneratedProtocolMessageType('CreateInferenceTaskExecutorRequest', (_message.Message,), {
|
|
136
|
-
'DESCRIPTOR' : _CREATEINFERENCETASKEXECUTORREQUEST,
|
|
137
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
138
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CreateInferenceTaskExecutorRequest)
|
|
139
|
-
})
|
|
140
|
-
_sym_db.RegisterMessage(CreateInferenceTaskExecutorRequest)
|
|
141
|
-
|
|
142
|
-
PrepareInferenceJobRequest = _reflection.GeneratedProtocolMessageType('PrepareInferenceJobRequest', (_message.Message,), {
|
|
143
|
-
'DESCRIPTOR' : _PREPAREINFERENCEJOBREQUEST,
|
|
144
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
145
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.PrepareInferenceJobRequest)
|
|
146
|
-
})
|
|
147
|
-
_sym_db.RegisterMessage(PrepareInferenceJobRequest)
|
|
148
|
-
|
|
149
|
-
PrepareInferenceJobResponse = _reflection.GeneratedProtocolMessageType('PrepareInferenceJobResponse', (_message.Message,), {
|
|
150
|
-
'DESCRIPTOR' : _PREPAREINFERENCEJOBRESPONSE,
|
|
151
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
152
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.PrepareInferenceJobResponse)
|
|
153
|
-
})
|
|
154
|
-
_sym_db.RegisterMessage(PrepareInferenceJobResponse)
|
|
155
|
-
|
|
156
|
-
TaskExecutorConfigurationMessage = _reflection.GeneratedProtocolMessageType('TaskExecutorConfigurationMessage', (_message.Message,), {
|
|
157
|
-
'DESCRIPTOR' : _TASKEXECUTORCONFIGURATIONMESSAGE,
|
|
158
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
159
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.TaskExecutorConfigurationMessage)
|
|
160
|
-
})
|
|
161
|
-
_sym_db.RegisterMessage(TaskExecutorConfigurationMessage)
|
|
162
|
-
|
|
163
|
-
InferenceJobConfigurationMessage = _reflection.GeneratedProtocolMessageType('InferenceJobConfigurationMessage', (_message.Message,), {
|
|
164
|
-
'DESCRIPTOR' : _INFERENCEJOBCONFIGURATIONMESSAGE,
|
|
165
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
166
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.InferenceJobConfigurationMessage)
|
|
167
|
-
})
|
|
168
|
-
_sym_db.RegisterMessage(InferenceJobConfigurationMessage)
|
|
169
|
-
|
|
170
|
-
ModelIdentifier = _reflection.GeneratedProtocolMessageType('ModelIdentifier', (_message.Message,), {
|
|
171
|
-
'DESCRIPTOR' : _MODELIDENTIFIER,
|
|
172
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
173
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.ModelIdentifier)
|
|
174
|
-
})
|
|
175
|
-
_sym_db.RegisterMessage(ModelIdentifier)
|
|
176
|
-
|
|
177
|
-
ListFilesPreStepConfiguration = _reflection.GeneratedProtocolMessageType('ListFilesPreStepConfiguration', (_message.Message,), {
|
|
178
|
-
'DESCRIPTOR' : _LISTFILESPRESTEPCONFIGURATION,
|
|
179
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
180
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.ListFilesPreStepConfiguration)
|
|
181
|
-
})
|
|
182
|
-
_sym_db.RegisterMessage(ListFilesPreStepConfiguration)
|
|
183
|
-
|
|
184
|
-
InferenceTaskConfigurationMessage = _reflection.GeneratedProtocolMessageType('InferenceTaskConfigurationMessage', (_message.Message,), {
|
|
185
|
-
'DESCRIPTOR' : _INFERENCETASKCONFIGURATIONMESSAGE,
|
|
186
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
187
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.InferenceTaskConfigurationMessage)
|
|
188
|
-
})
|
|
189
|
-
_sym_db.RegisterMessage(InferenceTaskConfigurationMessage)
|
|
190
|
-
|
|
191
|
-
BatchJobParameter = _reflection.GeneratedProtocolMessageType('BatchJobParameter', (_message.Message,), {
|
|
192
|
-
'DESCRIPTOR' : _BATCHJOBPARAMETER,
|
|
193
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
194
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.BatchJobParameter)
|
|
195
|
-
})
|
|
196
|
-
_sym_db.RegisterMessage(BatchJobParameter)
|
|
197
|
-
|
|
198
|
-
CleanInferenceTasksExecutorsRequest = _reflection.GeneratedProtocolMessageType('CleanInferenceTasksExecutorsRequest', (_message.Message,), {
|
|
199
|
-
'DESCRIPTOR' : _CLEANINFERENCETASKSEXECUTORSREQUEST,
|
|
200
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
201
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CleanInferenceTasksExecutorsRequest)
|
|
202
|
-
})
|
|
203
|
-
_sym_db.RegisterMessage(CleanInferenceTasksExecutorsRequest)
|
|
204
|
-
|
|
205
|
-
CleanInferenceTasksExecutorsResponse = _reflection.GeneratedProtocolMessageType('CleanInferenceTasksExecutorsResponse', (_message.Message,), {
|
|
206
|
-
'DESCRIPTOR' : _CLEANINFERENCETASKSEXECUTORSRESPONSE,
|
|
207
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
208
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CleanInferenceTasksExecutorsResponse)
|
|
209
|
-
})
|
|
210
|
-
_sym_db.RegisterMessage(CleanInferenceTasksExecutorsResponse)
|
|
211
|
-
|
|
212
|
-
CleanInferenceTaskExecutorRequest = _reflection.GeneratedProtocolMessageType('CleanInferenceTaskExecutorRequest', (_message.Message,), {
|
|
213
|
-
'DESCRIPTOR' : _CLEANINFERENCETASKEXECUTORREQUEST,
|
|
214
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
215
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CleanInferenceTaskExecutorRequest)
|
|
216
|
-
})
|
|
217
|
-
_sym_db.RegisterMessage(CleanInferenceTaskExecutorRequest)
|
|
218
|
-
|
|
219
|
-
CleanInferenceTaskExecutorResponse = _reflection.GeneratedProtocolMessageType('CleanInferenceTaskExecutorResponse', (_message.Message,), {
|
|
220
|
-
'DESCRIPTOR' : _CLEANINFERENCETASKEXECUTORRESPONSE,
|
|
221
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
222
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CleanInferenceTaskExecutorResponse)
|
|
223
|
-
})
|
|
224
|
-
_sym_db.RegisterMessage(CleanInferenceTaskExecutorResponse)
|
|
225
|
-
|
|
226
|
-
CreateInferenceTaskExecutorResponse = _reflection.GeneratedProtocolMessageType('CreateInferenceTaskExecutorResponse', (_message.Message,), {
|
|
227
|
-
'DESCRIPTOR' : _CREATEINFERENCETASKEXECUTORRESPONSE,
|
|
228
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
229
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CreateInferenceTaskExecutorResponse)
|
|
230
|
-
})
|
|
231
|
-
_sym_db.RegisterMessage(CreateInferenceTaskExecutorResponse)
|
|
232
|
-
|
|
233
|
-
StartInferenceJobWarmupRequest = _reflection.GeneratedProtocolMessageType('StartInferenceJobWarmupRequest', (_message.Message,), {
|
|
234
|
-
'DESCRIPTOR' : _STARTINFERENCEJOBWARMUPREQUEST,
|
|
235
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
236
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.StartInferenceJobWarmupRequest)
|
|
237
|
-
})
|
|
238
|
-
_sym_db.RegisterMessage(StartInferenceJobWarmupRequest)
|
|
239
|
-
|
|
240
|
-
StartInferenceJobWarmupResponse = _reflection.GeneratedProtocolMessageType('StartInferenceJobWarmupResponse', (_message.Message,), {
|
|
241
|
-
'DESCRIPTOR' : _STARTINFERENCEJOBWARMUPRESPONSE,
|
|
242
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
243
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.StartInferenceJobWarmupResponse)
|
|
244
|
-
})
|
|
245
|
-
_sym_db.RegisterMessage(StartInferenceJobWarmupResponse)
|
|
246
|
-
|
|
247
|
-
CancelInferenceJobWarmupRequest = _reflection.GeneratedProtocolMessageType('CancelInferenceJobWarmupRequest', (_message.Message,), {
|
|
248
|
-
'DESCRIPTOR' : _CANCELINFERENCEJOBWARMUPREQUEST,
|
|
249
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
250
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CancelInferenceJobWarmupRequest)
|
|
251
|
-
})
|
|
252
|
-
_sym_db.RegisterMessage(CancelInferenceJobWarmupRequest)
|
|
253
|
-
|
|
254
|
-
CancelInferenceJobWarmupResponse = _reflection.GeneratedProtocolMessageType('CancelInferenceJobWarmupResponse', (_message.Message,), {
|
|
255
|
-
'DESCRIPTOR' : _CANCELINFERENCEJOBWARMUPRESPONSE,
|
|
256
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
257
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CancelInferenceJobWarmupResponse)
|
|
258
|
-
})
|
|
259
|
-
_sym_db.RegisterMessage(CancelInferenceJobWarmupResponse)
|
|
260
|
-
|
|
261
|
-
BatchJobResources = _reflection.GeneratedProtocolMessageType('BatchJobResources', (_message.Message,), {
|
|
262
|
-
'DESCRIPTOR' : _BATCHJOBRESOURCES,
|
|
263
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
264
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.BatchJobResources)
|
|
265
|
-
})
|
|
266
|
-
_sym_db.RegisterMessage(BatchJobResources)
|
|
267
|
-
|
|
268
|
-
GpuResources = _reflection.GeneratedProtocolMessageType('GpuResources', (_message.Message,), {
|
|
269
|
-
'DESCRIPTOR' : _GPURESOURCES,
|
|
270
|
-
'__module__' : 'qwak.kube_deployment_captain.batch_job_pb2'
|
|
271
|
-
# @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.GpuResources)
|
|
272
|
-
})
|
|
273
|
-
_sym_db.RegisterMessage(GpuResources)
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,qwak/kube_deployment_captain/batch_job.proto\x12\x1cqwak.kube.deployment.captain\x1a\x1egoogle/protobuf/wrappers.proto\"\xd2\x03\n\x1cListInferenceJobFilesRequest\x12\x0e\n\x06\x62ucket\x18\x01 \x01(\t\x12\x16\n\x0e\x64irectory_path\x18\x02 \x01(\t\x12\x18\n\x0ctoken_secret\x18\x03 \x01(\tB\x02\x18\x01\x12\x19\n\rsecret_secret\x18\x04 \x01(\tB\x02\x18\x01\x12\x1a\n\x12secret_service_url\x18\x05 \x01(\t\x12\x14\n\x08role_arn\x18\x06 \x01(\tB\x02\x18\x01\x12G\n\x0f\x61ws_credentials\x18\x07 \x01(\x0b\x32,.qwak.kube.deployment.captain.AwsCredentialsH\x00\x12G\n\x0fgcp_credentials\x18\x08 \x01(\x0b\x32,.qwak.kube.deployment.captain.GcpCredentialsH\x00\x12P\n\x14grouped_task_details\x18\t \x01(\x0b\x32\x30.qwak.kube.deployment.captain.GroupedTaskDetailsH\x01\x12\x16\n\x0e\x65nvironment_id\x18\n \x01(\tB\x1a\n\x18\x63loud_client_credentialsB\x0b\n\ttask_flow\"c\n\x12GroupedTaskDetails\x12\x17\n\x0f\x63oncurrentTasks\x18\x01 \x01(\x05\x12\x18\n\x10\x64\x65stination_path\x18\x02 \x01(\t\x12\x1a\n\x12\x64\x65stination_bucket\x18\x03 \x01(\t\"\xb4\x02\n)CleanStorageObjectFromCloudStorageRequest\x12\x0e\n\x06\x62ucket\x18\x01 \x01(\t\x12\x15\n\robject_prefix\x18\x02 \x03(\t\x12\x1a\n\x12secret_service_url\x18\x03 \x01(\t\x12G\n\x0f\x61ws_credentials\x18\x04 \x01(\x0b\x32,.qwak.kube.deployment.captain.AwsCredentialsH\x00\x12G\n\x0fgcp_credentials\x18\x05 \x01(\x0b\x32,.qwak.kube.deployment.captain.GcpCredentialsH\x00\x12\x16\n\x0e\x65nvironment_id\x18\x06 \x01(\tB\x1a\n\x18\x63loud_client_credentials\"O\n\x0e\x41wsCredentials\x12\x10\n\x08role_arn\x18\x01 \x01(\t\x12\x14\n\x0ctoken_secret\x18\x02 \x01(\t\x12\x15\n\rsecret_secret\x18\x04 \x01(\t\"9\n\x0eGcpCredentials\x12\'\n\x1fservice_account_json_key_secret\x18\x01 \x01(\t\"\xa6\x01\n\x1dListInferenceJobFilesResponse\x12\x12\n\nfile_names\x18\x01 \x03(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x16\n\x0e\x66\x61ilure_reason\x18\x03 \x01(\t\x12H\n\x11list_file_details\x18\x04 \x03(\x0b\x32-.qwak.kube.deployment.captain.ListFileDetails\"W\n\x0fListFileDetails\x12\x15\n\ris_point_file\x18\x01 \x01(\x08\x12\x17\n\x0fpoint_file_path\x18\x02 \x01(\t\x12\x14\n\x0cobject_paths\x18\x03 \x03(\t\"\xf0\x01\n\"CreateInferenceTaskExecutorRequest\x12\x63\n\x1btask_executor_configuration\x18\x01 \x01(\x0b\x32>.qwak.kube.deployment.captain.TaskExecutorConfigurationMessage\x12\x65\n\x1cinference_task_configuration\x18\x02 \x01(\x0b\x32?.qwak.kube.deployment.captain.InferenceTaskConfigurationMessage\"\x89\x01\n\x1aPrepareInferenceJobRequest\x12k\n#inference_job_configuration_message\x18\x01 \x01(\x0b\x32>.qwak.kube.deployment.captain.InferenceJobConfigurationMessage\"F\n\x1bPrepareInferenceJobResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x16\n\x0e\x66\x61ilure_reason\x18\x02 \x01(\t\"\xcd\x04\n TaskExecutorConfigurationMessage\x12\x18\n\x10inference_job_id\x18\x01 \x01(\t\x12\x19\n\x11inference_task_id\x18\x02 \x01(\t\x12G\n\x10model_identifier\x18\x05 \x01(\x0b\x32-.qwak.kube.deployment.captain.ModelIdentifier\x12\x11\n\timage_url\x18\x06 \x01(\t\x12\x15\n\rbackoff_limit\x18\x07 \x01(\x05\x12\x0f\n\x03\x63pu\x18\x08 \x01(\x02\x42\x02\x18\x01\x12\x19\n\rmemory_amount\x18\t \x01(\x05\x42\x02\x18\x01\x12\x45\n\x0cmemory_units\x18\n \x01(\x0e\x32+.qwak.kube.deployment.captain.MemoryUnitApiB\x02\x18\x01\x12\x16\n\x0e\x65nvironment_id\x18\x0b \x01(\t\x12\x1b\n\x13\x63ustom_iam_role_arn\x18\x0c \x01(\t\x12\x41\n\x08job_size\x18\r \x01(\x0b\x32/.qwak.kube.deployment.captain.BatchJobResources\x12\x17\n\x0fpurchase_option\x18\x0e \x01(\t\x12\x19\n\x11image_pull_secret\x18\x0f \x01(\t\x12%\n\x1d\x63ustom_service_account_secret\x18\x10 \x01(\t\x12#\n\x1bjfrog_token_api_secret_name\x18\x11 \x01(\t\x12\x16\n\x0ejfrog_base_url\x18\x12 \x01(\t\"q\n InferenceJobConfigurationMessage\x12\x18\n\x10inference_job_id\x18\x01 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\x12\x1b\n\x13\x63ustom_iam_role_arn\x18\x03 \x01(\t\"z\n\x0fModelIdentifier\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\x12\x15\n\tbranch_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x12\n\nmodel_uuid\x18\x04 \x01(\t\x12\x18\n\x10model_group_name\x18\x05 \x01(\t\"\xa2\x01\n\x1dListFilesPreStepConfiguration\x12\x13\n\x0bsource_path\x18\x01 \x01(\t\x12\x1c\n\x14list_files_file_name\x18\x02 \x01(\t\x12\x1d\n\x15total_number_of_tasks\x18\x03 \x01(\x05\x12/\n\ntask_index\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\"\x8b\x05\n!InferenceTaskConfigurationMessage\x12\x15\n\rsource_bucket\x18\x01 \x01(\t\x12\x1a\n\x12\x64\x65stination_bucket\x18\x02 \x01(\t\x12\x10\n\x08\x66ilepath\x18\x03 \x01(\t\x12\x18\n\x10\x64\x65stination_path\x18\x04 \x01(\t\x12\x44\n\x0finput_file_type\x18\x05 \x01(\x0e\x32+.qwak.kube.deployment.captain.InputFileType\x12\x46\n\x10output_file_type\x18\x06 \x01(\x0e\x32,.qwak.kube.deployment.captain.OutputFileType\x12\x14\n\x0ctoken_secret\x18\x07 \x01(\t\x12\x15\n\rsecret_secret\x18\x08 \x01(\t\x12\x43\n\nparameters\x18\t \x03(\x0b\x32/.qwak.kube.deployment.captain.BatchJobParameter\x12\x43\n\x0e\x63loud_provider\x18\n \x01(\x0e\x32+.qwak.kube.deployment.captain.CloudProvider\x12\'\n\x1fservice_account_json_key_secret\x18\x0b \x01(\t\x12\x1a\n\x12is_point_file_path\x18\x0c \x01(\x08\x12\x66\n!list_files_pre_step_configuration\x18\r \x01(\x0b\x32;.qwak.kube.deployment.captain.ListFilesPreStepConfiguration\x12\x15\n\rsession_token\x18\x0e \x01(\t\"/\n\x11\x42\x61tchJobParameter\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"?\n#CleanInferenceTasksExecutorsRequest\x12\x18\n\x10inference_job_id\x18\x01 \x01(\t\"O\n$CleanInferenceTasksExecutorsResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x16\n\x0e\x66\x61ilure_reason\x18\x02 \x01(\t\"X\n!CleanInferenceTaskExecutorRequest\x12\x18\n\x10inference_job_id\x18\x01 \x01(\t\x12\x19\n\x11inference_task_id\x18\x02 \x01(\t\"M\n\"CleanInferenceTaskExecutorResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x16\n\x0e\x66\x61ilure_reason\x18\x02 \x01(\t\"N\n#CreateInferenceTaskExecutorResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x16\n\x0e\x66\x61ilure_reason\x18\x02 \x01(\t\"\xf7\x02\n\x1eStartInferenceJobWarmupRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x15\n\tbranch_id\x18\x02 \x01(\tB\x02\x18\x01\x12\x10\n\x08\x62uild_id\x18\x03 \x01(\t\x12\x11\n\timage_url\x18\x04 \x01(\t\x12\x0f\n\x03\x63pu\x18\x05 \x01(\x02\x42\x02\x18\x01\x12\x19\n\rmemory_amount\x18\x06 \x01(\x05\x42\x02\x18\x01\x12\x45\n\x0cmemory_units\x18\x07 \x01(\x0e\x32+.qwak.kube.deployment.captain.MemoryUnitApiB\x02\x18\x01\x12\x11\n\texecutors\x18\x08 \x01(\x05\x12\x0f\n\x07timeout\x18\t \x01(\x05\x12\x41\n\x08job_size\x18\n \x01(\x0b\x32/.qwak.kube.deployment.captain.BatchJobResources\x12\x12\n\nmodel_uuid\x18\x0b \x01(\t\x12\x19\n\x11image_pull_secret\x18\x0c \x01(\t\"!\n\x1fStartInferenceJobWarmupResponse\"p\n\x1f\x43\x61ncelInferenceJobWarmupRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x15\n\tbranch_id\x18\x02 \x01(\tB\x02\x18\x01\x12\x10\n\x08\x62uild_id\x18\x03 \x01(\t\x12\x12\n\nmodel_uuid\x18\x04 \x01(\t\"\"\n CancelInferenceJobWarmupResponse\"\xd5\x01\n\x11\x42\x61tchJobResources\x12\x16\n\x0enumber_of_pods\x18\x01 \x01(\x05\x12\x0b\n\x03\x63pu\x18\x02 \x01(\x02\x12\x15\n\rmemory_amount\x18\x03 \x01(\x05\x12\x41\n\x0cmemory_units\x18\x04 \x01(\x0e\x32+.qwak.kube.deployment.captain.MemoryUnitApi\x12\x41\n\rgpu_resources\x18\x05 \x01(\x0b\x32*.qwak.kube.deployment.captain.GpuResources\"[\n\x0cGpuResources\x12\x37\n\x08gpu_type\x18\x01 \x01(\x0e\x32%.qwak.kube.deployment.captain.GpuType\x12\x12\n\ngpu_amount\x18\x02 \x01(\x05*:\n\rMemoryUnitApi\x12\x17\n\x13UNKNOWN_MEMORY_UNIT\x10\x00\x12\x07\n\x03MIB\x10\x01\x12\x07\n\x03GIB\x10\x02*\x81\x01\n\rInputFileType\x12\x1d\n\x19UNDEFINED_INPUT_FILE_TYPE\x10\x00\x12\x17\n\x13\x43SV_INPUT_FILE_TYPE\x10\x01\x12\x1b\n\x17\x46\x45\x41THER_INPUT_FILE_TYPE\x10\x02\x12\x1b\n\x17PARQUET_INPUT_FILE_TYPE\x10\x03*\x86\x01\n\x0eOutputFileType\x12\x1e\n\x1aUNDEFINED_OUTPUT_FILE_TYPE\x10\x00\x12\x18\n\x14\x43SV_OUTPUT_FILE_TYPE\x10\x01\x12\x1c\n\x18\x46\x45\x41THER_OUTPUT_FILE_TYPE\x10\x02\x12\x1c\n\x18PARQUET_OUTPUT_FILE_TYPE\x10\x03*\x90\x02\n\x07GpuType\x12\x0f\n\x0bINVALID_GPU\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*=\n\rCloudProvider\x12\x1a\n\x16UNKNOWN_CLOUD_PROVIDER\x10\x00\x12\x07\n\x03\x41WS\x10\x01\x12\x07\n\x03GCP\x10\x02\x42+\n\'com.qwak.ai.kube.deployment.captain.apiP\x01\x62\x06proto3')
|
|
274
18
|
|
|
19
|
+
_globals = globals()
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.kube_deployment_captain.batch_job_pb2', _globals)
|
|
275
22
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
276
23
|
|
|
277
24
|
DESCRIPTOR._options = None
|
|
@@ -300,68 +47,68 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
300
47
|
_STARTINFERENCEJOBWARMUPREQUEST.fields_by_name['memory_units']._serialized_options = b'\030\001'
|
|
301
48
|
_CANCELINFERENCEJOBWARMUPREQUEST.fields_by_name['branch_id']._options = None
|
|
302
49
|
_CANCELINFERENCEJOBWARMUPREQUEST.fields_by_name['branch_id']._serialized_options = b'\030\001'
|
|
303
|
-
_MEMORYUNITAPI._serialized_start=
|
|
304
|
-
_MEMORYUNITAPI._serialized_end=
|
|
305
|
-
_INPUTFILETYPE._serialized_start=
|
|
306
|
-
_INPUTFILETYPE._serialized_end=
|
|
307
|
-
_OUTPUTFILETYPE._serialized_start=
|
|
308
|
-
_OUTPUTFILETYPE._serialized_end=
|
|
309
|
-
_GPUTYPE._serialized_start=
|
|
310
|
-
_GPUTYPE._serialized_end=
|
|
311
|
-
_CLOUDPROVIDER._serialized_start=
|
|
312
|
-
_CLOUDPROVIDER._serialized_end=
|
|
313
|
-
_LISTINFERENCEJOBFILESREQUEST._serialized_start=
|
|
314
|
-
_LISTINFERENCEJOBFILESREQUEST._serialized_end=
|
|
315
|
-
_GROUPEDTASKDETAILS._serialized_start=
|
|
316
|
-
_GROUPEDTASKDETAILS._serialized_end=
|
|
317
|
-
_CLEANSTORAGEOBJECTFROMCLOUDSTORAGEREQUEST._serialized_start=
|
|
318
|
-
_CLEANSTORAGEOBJECTFROMCLOUDSTORAGEREQUEST._serialized_end=
|
|
319
|
-
_AWSCREDENTIALS._serialized_start=
|
|
320
|
-
_AWSCREDENTIALS._serialized_end=
|
|
321
|
-
_GCPCREDENTIALS._serialized_start=
|
|
322
|
-
_GCPCREDENTIALS._serialized_end=
|
|
323
|
-
_LISTINFERENCEJOBFILESRESPONSE._serialized_start=
|
|
324
|
-
_LISTINFERENCEJOBFILESRESPONSE._serialized_end=
|
|
325
|
-
_LISTFILEDETAILS._serialized_start=
|
|
326
|
-
_LISTFILEDETAILS._serialized_end=
|
|
327
|
-
_CREATEINFERENCETASKEXECUTORREQUEST._serialized_start=
|
|
328
|
-
_CREATEINFERENCETASKEXECUTORREQUEST._serialized_end=
|
|
329
|
-
_PREPAREINFERENCEJOBREQUEST._serialized_start=
|
|
330
|
-
_PREPAREINFERENCEJOBREQUEST._serialized_end=
|
|
331
|
-
_PREPAREINFERENCEJOBRESPONSE._serialized_start=
|
|
332
|
-
_PREPAREINFERENCEJOBRESPONSE._serialized_end=
|
|
333
|
-
_TASKEXECUTORCONFIGURATIONMESSAGE._serialized_start=
|
|
334
|
-
_TASKEXECUTORCONFIGURATIONMESSAGE._serialized_end=
|
|
335
|
-
_INFERENCEJOBCONFIGURATIONMESSAGE._serialized_start=
|
|
336
|
-
_INFERENCEJOBCONFIGURATIONMESSAGE._serialized_end=
|
|
337
|
-
_MODELIDENTIFIER._serialized_start=
|
|
338
|
-
_MODELIDENTIFIER._serialized_end=
|
|
339
|
-
_LISTFILESPRESTEPCONFIGURATION._serialized_start=
|
|
340
|
-
_LISTFILESPRESTEPCONFIGURATION._serialized_end=
|
|
341
|
-
_INFERENCETASKCONFIGURATIONMESSAGE._serialized_start=
|
|
342
|
-
_INFERENCETASKCONFIGURATIONMESSAGE._serialized_end=
|
|
343
|
-
_BATCHJOBPARAMETER._serialized_start=
|
|
344
|
-
_BATCHJOBPARAMETER._serialized_end=
|
|
345
|
-
_CLEANINFERENCETASKSEXECUTORSREQUEST._serialized_start=
|
|
346
|
-
_CLEANINFERENCETASKSEXECUTORSREQUEST._serialized_end=
|
|
347
|
-
_CLEANINFERENCETASKSEXECUTORSRESPONSE._serialized_start=
|
|
348
|
-
_CLEANINFERENCETASKSEXECUTORSRESPONSE._serialized_end=
|
|
349
|
-
_CLEANINFERENCETASKEXECUTORREQUEST._serialized_start=
|
|
350
|
-
_CLEANINFERENCETASKEXECUTORREQUEST._serialized_end=
|
|
351
|
-
_CLEANINFERENCETASKEXECUTORRESPONSE._serialized_start=
|
|
352
|
-
_CLEANINFERENCETASKEXECUTORRESPONSE._serialized_end=
|
|
353
|
-
_CREATEINFERENCETASKEXECUTORRESPONSE._serialized_start=
|
|
354
|
-
_CREATEINFERENCETASKEXECUTORRESPONSE._serialized_end=
|
|
355
|
-
_STARTINFERENCEJOBWARMUPREQUEST._serialized_start=
|
|
356
|
-
_STARTINFERENCEJOBWARMUPREQUEST._serialized_end=
|
|
357
|
-
_STARTINFERENCEJOBWARMUPRESPONSE._serialized_start=
|
|
358
|
-
_STARTINFERENCEJOBWARMUPRESPONSE._serialized_end=
|
|
359
|
-
_CANCELINFERENCEJOBWARMUPREQUEST._serialized_start=
|
|
360
|
-
_CANCELINFERENCEJOBWARMUPREQUEST._serialized_end=
|
|
361
|
-
_CANCELINFERENCEJOBWARMUPRESPONSE._serialized_start=
|
|
362
|
-
_CANCELINFERENCEJOBWARMUPRESPONSE._serialized_end=
|
|
363
|
-
_BATCHJOBRESOURCES._serialized_start=
|
|
364
|
-
_BATCHJOBRESOURCES._serialized_end=
|
|
365
|
-
_GPURESOURCES._serialized_start=
|
|
366
|
-
_GPURESOURCES._serialized_end=
|
|
50
|
+
_globals['_MEMORYUNITAPI']._serialized_start=4810
|
|
51
|
+
_globals['_MEMORYUNITAPI']._serialized_end=4868
|
|
52
|
+
_globals['_INPUTFILETYPE']._serialized_start=4871
|
|
53
|
+
_globals['_INPUTFILETYPE']._serialized_end=5000
|
|
54
|
+
_globals['_OUTPUTFILETYPE']._serialized_start=5003
|
|
55
|
+
_globals['_OUTPUTFILETYPE']._serialized_end=5137
|
|
56
|
+
_globals['_GPUTYPE']._serialized_start=5140
|
|
57
|
+
_globals['_GPUTYPE']._serialized_end=5412
|
|
58
|
+
_globals['_CLOUDPROVIDER']._serialized_start=5414
|
|
59
|
+
_globals['_CLOUDPROVIDER']._serialized_end=5475
|
|
60
|
+
_globals['_LISTINFERENCEJOBFILESREQUEST']._serialized_start=111
|
|
61
|
+
_globals['_LISTINFERENCEJOBFILESREQUEST']._serialized_end=577
|
|
62
|
+
_globals['_GROUPEDTASKDETAILS']._serialized_start=579
|
|
63
|
+
_globals['_GROUPEDTASKDETAILS']._serialized_end=678
|
|
64
|
+
_globals['_CLEANSTORAGEOBJECTFROMCLOUDSTORAGEREQUEST']._serialized_start=681
|
|
65
|
+
_globals['_CLEANSTORAGEOBJECTFROMCLOUDSTORAGEREQUEST']._serialized_end=989
|
|
66
|
+
_globals['_AWSCREDENTIALS']._serialized_start=991
|
|
67
|
+
_globals['_AWSCREDENTIALS']._serialized_end=1070
|
|
68
|
+
_globals['_GCPCREDENTIALS']._serialized_start=1072
|
|
69
|
+
_globals['_GCPCREDENTIALS']._serialized_end=1129
|
|
70
|
+
_globals['_LISTINFERENCEJOBFILESRESPONSE']._serialized_start=1132
|
|
71
|
+
_globals['_LISTINFERENCEJOBFILESRESPONSE']._serialized_end=1298
|
|
72
|
+
_globals['_LISTFILEDETAILS']._serialized_start=1300
|
|
73
|
+
_globals['_LISTFILEDETAILS']._serialized_end=1387
|
|
74
|
+
_globals['_CREATEINFERENCETASKEXECUTORREQUEST']._serialized_start=1390
|
|
75
|
+
_globals['_CREATEINFERENCETASKEXECUTORREQUEST']._serialized_end=1630
|
|
76
|
+
_globals['_PREPAREINFERENCEJOBREQUEST']._serialized_start=1633
|
|
77
|
+
_globals['_PREPAREINFERENCEJOBREQUEST']._serialized_end=1770
|
|
78
|
+
_globals['_PREPAREINFERENCEJOBRESPONSE']._serialized_start=1772
|
|
79
|
+
_globals['_PREPAREINFERENCEJOBRESPONSE']._serialized_end=1842
|
|
80
|
+
_globals['_TASKEXECUTORCONFIGURATIONMESSAGE']._serialized_start=1845
|
|
81
|
+
_globals['_TASKEXECUTORCONFIGURATIONMESSAGE']._serialized_end=2434
|
|
82
|
+
_globals['_INFERENCEJOBCONFIGURATIONMESSAGE']._serialized_start=2436
|
|
83
|
+
_globals['_INFERENCEJOBCONFIGURATIONMESSAGE']._serialized_end=2549
|
|
84
|
+
_globals['_MODELIDENTIFIER']._serialized_start=2551
|
|
85
|
+
_globals['_MODELIDENTIFIER']._serialized_end=2673
|
|
86
|
+
_globals['_LISTFILESPRESTEPCONFIGURATION']._serialized_start=2676
|
|
87
|
+
_globals['_LISTFILESPRESTEPCONFIGURATION']._serialized_end=2838
|
|
88
|
+
_globals['_INFERENCETASKCONFIGURATIONMESSAGE']._serialized_start=2841
|
|
89
|
+
_globals['_INFERENCETASKCONFIGURATIONMESSAGE']._serialized_end=3492
|
|
90
|
+
_globals['_BATCHJOBPARAMETER']._serialized_start=3494
|
|
91
|
+
_globals['_BATCHJOBPARAMETER']._serialized_end=3541
|
|
92
|
+
_globals['_CLEANINFERENCETASKSEXECUTORSREQUEST']._serialized_start=3543
|
|
93
|
+
_globals['_CLEANINFERENCETASKSEXECUTORSREQUEST']._serialized_end=3606
|
|
94
|
+
_globals['_CLEANINFERENCETASKSEXECUTORSRESPONSE']._serialized_start=3608
|
|
95
|
+
_globals['_CLEANINFERENCETASKSEXECUTORSRESPONSE']._serialized_end=3687
|
|
96
|
+
_globals['_CLEANINFERENCETASKEXECUTORREQUEST']._serialized_start=3689
|
|
97
|
+
_globals['_CLEANINFERENCETASKEXECUTORREQUEST']._serialized_end=3777
|
|
98
|
+
_globals['_CLEANINFERENCETASKEXECUTORRESPONSE']._serialized_start=3779
|
|
99
|
+
_globals['_CLEANINFERENCETASKEXECUTORRESPONSE']._serialized_end=3856
|
|
100
|
+
_globals['_CREATEINFERENCETASKEXECUTORRESPONSE']._serialized_start=3858
|
|
101
|
+
_globals['_CREATEINFERENCETASKEXECUTORRESPONSE']._serialized_end=3936
|
|
102
|
+
_globals['_STARTINFERENCEJOBWARMUPREQUEST']._serialized_start=3939
|
|
103
|
+
_globals['_STARTINFERENCEJOBWARMUPREQUEST']._serialized_end=4314
|
|
104
|
+
_globals['_STARTINFERENCEJOBWARMUPRESPONSE']._serialized_start=4316
|
|
105
|
+
_globals['_STARTINFERENCEJOBWARMUPRESPONSE']._serialized_end=4349
|
|
106
|
+
_globals['_CANCELINFERENCEJOBWARMUPREQUEST']._serialized_start=4351
|
|
107
|
+
_globals['_CANCELINFERENCEJOBWARMUPREQUEST']._serialized_end=4463
|
|
108
|
+
_globals['_CANCELINFERENCEJOBWARMUPRESPONSE']._serialized_start=4465
|
|
109
|
+
_globals['_CANCELINFERENCEJOBWARMUPRESPONSE']._serialized_end=4499
|
|
110
|
+
_globals['_BATCHJOBRESOURCES']._serialized_start=4502
|
|
111
|
+
_globals['_BATCHJOBRESOURCES']._serialized_end=4715
|
|
112
|
+
_globals['_GPURESOURCES']._serialized_start=4717
|
|
113
|
+
_globals['_GPURESOURCES']._serialized_end=4808
|
|
367
114
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -8,6 +8,7 @@ import google.protobuf.descriptor
|
|
|
8
8
|
import google.protobuf.internal.containers
|
|
9
9
|
import google.protobuf.internal.enum_type_wrapper
|
|
10
10
|
import google.protobuf.message
|
|
11
|
+
import google.protobuf.wrappers_pb2
|
|
11
12
|
import sys
|
|
12
13
|
import typing
|
|
13
14
|
|
|
@@ -508,10 +509,15 @@ class ModelIdentifier(google.protobuf.message.Message):
|
|
|
508
509
|
BUILD_ID_FIELD_NUMBER: builtins.int
|
|
509
510
|
BRANCH_ID_FIELD_NUMBER: builtins.int
|
|
510
511
|
MODEL_UUID_FIELD_NUMBER: builtins.int
|
|
512
|
+
MODEL_GROUP_NAME_FIELD_NUMBER: builtins.int
|
|
511
513
|
model_id: builtins.str
|
|
512
514
|
build_id: builtins.str
|
|
513
515
|
branch_id: builtins.str
|
|
514
516
|
model_uuid: builtins.str
|
|
517
|
+
model_group_name: builtins.str
|
|
518
|
+
"""the model group this model belongs to. Currently model group name is identical to the project name for jfrog flows.
|
|
519
|
+
in case this changes, the project name should not be assigned to the model group name anymore.
|
|
520
|
+
"""
|
|
515
521
|
def __init__(
|
|
516
522
|
self,
|
|
517
523
|
*,
|
|
@@ -519,12 +525,15 @@ class ModelIdentifier(google.protobuf.message.Message):
|
|
|
519
525
|
build_id: builtins.str = ...,
|
|
520
526
|
branch_id: builtins.str = ...,
|
|
521
527
|
model_uuid: builtins.str = ...,
|
|
528
|
+
model_group_name: builtins.str = ...,
|
|
522
529
|
) -> None: ...
|
|
523
|
-
def ClearField(self, field_name: typing_extensions.Literal["branch_id", b"branch_id", "build_id", b"build_id", "model_id", b"model_id", "model_uuid", b"model_uuid"]) -> None: ...
|
|
530
|
+
def ClearField(self, field_name: typing_extensions.Literal["branch_id", b"branch_id", "build_id", b"build_id", "model_group_name", b"model_group_name", "model_id", b"model_id", "model_uuid", b"model_uuid"]) -> None: ...
|
|
524
531
|
|
|
525
532
|
global___ModelIdentifier = ModelIdentifier
|
|
526
533
|
|
|
527
534
|
class ListFilesPreStepConfiguration(google.protobuf.message.Message):
|
|
535
|
+
"""will be deprecated soon"""
|
|
536
|
+
|
|
528
537
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
529
538
|
|
|
530
539
|
SOURCE_PATH_FIELD_NUMBER: builtins.int
|
|
@@ -537,16 +546,18 @@ class ListFilesPreStepConfiguration(google.protobuf.message.Message):
|
|
|
537
546
|
"""Name for the file to save the list of files in the source path"""
|
|
538
547
|
total_number_of_tasks: builtins.int
|
|
539
548
|
"""Total number of inference tasks, used to divide the files list into similarly sized groups"""
|
|
540
|
-
|
|
541
|
-
|
|
549
|
+
@property
|
|
550
|
+
def task_index(self) -> google.protobuf.wrappers_pb2.Int32Value:
|
|
551
|
+
"""Index of the specific task, used to determine on which files group to run inference on. value 0 is legit"""
|
|
542
552
|
def __init__(
|
|
543
553
|
self,
|
|
544
554
|
*,
|
|
545
555
|
source_path: builtins.str = ...,
|
|
546
556
|
list_files_file_name: builtins.str = ...,
|
|
547
557
|
total_number_of_tasks: builtins.int = ...,
|
|
548
|
-
task_index:
|
|
558
|
+
task_index: google.protobuf.wrappers_pb2.Int32Value | None = ...,
|
|
549
559
|
) -> None: ...
|
|
560
|
+
def HasField(self, field_name: typing_extensions.Literal["task_index", b"task_index"]) -> builtins.bool: ...
|
|
550
561
|
def ClearField(self, field_name: typing_extensions.Literal["list_files_file_name", b"list_files_file_name", "source_path", b"source_path", "task_index", b"task_index", "total_number_of_tasks", b"total_number_of_tasks"]) -> None: ...
|
|
551
562
|
|
|
552
563
|
global___ListFilesPreStepConfiguration = ListFilesPreStepConfiguration
|
|
@@ -567,6 +578,7 @@ class InferenceTaskConfigurationMessage(google.protobuf.message.Message):
|
|
|
567
578
|
SERVICE_ACCOUNT_JSON_KEY_SECRET_FIELD_NUMBER: builtins.int
|
|
568
579
|
IS_POINT_FILE_PATH_FIELD_NUMBER: builtins.int
|
|
569
580
|
LIST_FILES_PRE_STEP_CONFIGURATION_FIELD_NUMBER: builtins.int
|
|
581
|
+
SESSION_TOKEN_FIELD_NUMBER: builtins.int
|
|
570
582
|
source_bucket: builtins.str
|
|
571
583
|
"""The source bucket in cloud storage"""
|
|
572
584
|
destination_bucket: builtins.str
|
|
@@ -595,6 +607,8 @@ class InferenceTaskConfigurationMessage(google.protobuf.message.Message):
|
|
|
595
607
|
@property
|
|
596
608
|
def list_files_pre_step_configuration(self) -> global___ListFilesPreStepConfiguration:
|
|
597
609
|
"""Optional pre step configuration, used to list files in the source directory and run inference on subset of files"""
|
|
610
|
+
session_token: builtins.str
|
|
611
|
+
"""the session token required to use the bucket for batch inference"""
|
|
598
612
|
def __init__(
|
|
599
613
|
self,
|
|
600
614
|
*,
|
|
@@ -611,9 +625,10 @@ class InferenceTaskConfigurationMessage(google.protobuf.message.Message):
|
|
|
611
625
|
service_account_json_key_secret: builtins.str = ...,
|
|
612
626
|
is_point_file_path: builtins.bool = ...,
|
|
613
627
|
list_files_pre_step_configuration: global___ListFilesPreStepConfiguration | None = ...,
|
|
628
|
+
session_token: builtins.str = ...,
|
|
614
629
|
) -> None: ...
|
|
615
630
|
def HasField(self, field_name: typing_extensions.Literal["list_files_pre_step_configuration", b"list_files_pre_step_configuration"]) -> builtins.bool: ...
|
|
616
|
-
def ClearField(self, field_name: typing_extensions.Literal["cloud_provider", b"cloud_provider", "destination_bucket", b"destination_bucket", "destination_path", b"destination_path", "filepath", b"filepath", "input_file_type", b"input_file_type", "is_point_file_path", b"is_point_file_path", "list_files_pre_step_configuration", b"list_files_pre_step_configuration", "output_file_type", b"output_file_type", "parameters", b"parameters", "secret_secret", b"secret_secret", "service_account_json_key_secret", b"service_account_json_key_secret", "source_bucket", b"source_bucket", "token_secret", b"token_secret"]) -> None: ...
|
|
631
|
+
def ClearField(self, field_name: typing_extensions.Literal["cloud_provider", b"cloud_provider", "destination_bucket", b"destination_bucket", "destination_path", b"destination_path", "filepath", b"filepath", "input_file_type", b"input_file_type", "is_point_file_path", b"is_point_file_path", "list_files_pre_step_configuration", b"list_files_pre_step_configuration", "output_file_type", b"output_file_type", "parameters", b"parameters", "secret_secret", b"secret_secret", "service_account_json_key_secret", b"service_account_json_key_secret", "session_token", b"session_token", "source_bucket", b"source_bucket", "token_secret", b"token_secret"]) -> None: ...
|
|
617
632
|
|
|
618
633
|
global___InferenceTaskConfigurationMessage = InferenceTaskConfigurationMessage
|
|
619
634
|
|