qwak-core 0.4.362__py3-none-any.whl → 0.5.4__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/qwak/administration/account/v1/account_pb2.py +20 -18
- _qwak_proto/qwak/administration/account/v1/account_pb2.pyi +21 -2
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.py +6 -4
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.pyi +27 -4
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.py +5 -3
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.pyi +21 -1
- _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +16 -14
- _qwak_proto/qwak/admiral/secret/v0/secret_pb2.pyi +21 -2
- _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +100 -100
- _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +5 -1
- _qwak_proto/qwak/builds/build_pb2.py +42 -41
- _qwak_proto/qwak/builds/build_pb2.pyi +32 -1
- _qwak_proto/qwak/builds/build_values_pb2.py +82 -0
- _qwak_proto/qwak/builds/build_values_pb2.pyi +553 -0
- _qwak_proto/qwak/builds/build_values_pb2_grpc.py +4 -0
- _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +18 -11
- _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.pyi +71 -1
- _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +4 -4
- _qwak_proto/qwak/feature_store/features/feature_set_pb2.pyi +4 -0
- _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +60 -58
- _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.pyi +7 -2
- _qwak_proto/qwak/fitness_service/constructs_pb2.py +2 -2
- _qwak_proto/qwak/fitness_service/constructs_pb2.pyi +24 -0
- _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +40 -40
- _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.pyi +12 -2
- _qwak_proto/qwak/projects/projects_pb2.py +17 -15
- _qwak_proto/qwak/secret_service/secret_service_pb2.pyi +1 -1
- qwak/__init__.py +1 -1
- 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/packaging.py +11 -5
- qwak/inner/const.py +2 -8
- qwak/inner/di_configuration/__init__.py +1 -67
- qwak/inner/di_configuration/account.py +6 -66
- qwak/inner/di_configuration/dependency_wiring.py +98 -0
- qwak/inner/tool/auth.py +0 -86
- 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 +3 -1
- 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 -8
- qwak/vector_store/rest_helpers.py +4 -16
- qwak_core-0.5.4.dist-info/METADATA +48 -0
- {qwak_core-0.4.362.dist-info → qwak_core-0.5.4.dist-info}/RECORD +49 -82
- 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_core-0.4.362.dist-info/METADATA +0 -414
- {qwak_core-0.4.362.dist-info → qwak_core-0.5.4.dist-info}/WHEEL +0 -0
|
@@ -17,7 +17,7 @@ from _qwak_proto.qwak.batch_job.v1 import batch_job_events_pb2 as qwak_dot_batch
|
|
|
17
17
|
from _qwak_proto.qwak.administration.authenticated_user.v1 import credentials_pb2 as qwak_dot_administration_dot_authenticated__user_dot_v1_dot_credentials__pb2
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)qwak/batch_job/v1/batch_job_service.proto\x12\rqwak.batchjob\x1a\x1fgoogle/protobuf/timestamp.proto\x1a/qwak/user_application/common/v0/resources.proto\x1a(qwak/batch_job/v1/batch_job_events.proto\x1a;qwak/administration/authenticated_user/v1/credentials.proto\"\xb4\x01\n\x15StartWarmupJobRequest\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\x05 \x01(\t\x12\x16\n\x0ewarmup_timeout\x18\x03 \x01(\x05\x12H\n\x19\x62\x61tch_job_deployment_size\x18\x04 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\"B\n\x16StartWarmupJobResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\"S\n\x16\x43\x61ncelWarmupJobRequest\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\"C\n\x17\x43\x61ncelWarmupJobResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\"\x89\x05\n\x14StartBatchJobRequest\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\x0f \x01(\t\x12\x15\n\rsource_bucket\x18\x03 \x01(\t\x12\x1a\n\x12\x64\x65stination_bucket\x18\x04 \x01(\t\x12\x15\n\rsource_folder\x18\x05 \x01(\t\x12\x1a\n\x12\x64\x65stination_folder\x18\x06 \x01(\t\x12H\n\x19\x62\x61tch_job_deployment_size\x18\x07 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\x12\x13\n\x0bjob_timeout\x18\x08 \x01(\x05\x12\x14\n\x0ctask_timeout\x18\t \x01(\x05\x12\x35\n\x0finput_file_type\x18\n \x01(\x0e\x32\x1c.qwak.batchjob.InputFileType\x12\x37\n\x10output_file_type\x18\x0b \x01(\x0e\x32\x1d.qwak.batchjob.OutputFileType\x12\x14\n\x0ctoken_secret\x18\x0c \x01(\t\x12\x15\n\rsecret_secret\x18\r \x01(\t\x12M\n\x1b\x61\x64vanced_deployment_options\x18\x0e \x01(\x0b\x32(.qwak.batchjob.AdvancedDeploymentOptions\x12\x34\n\nparameters\x18\x10 \x03(\x0b\x32 .qwak.batchjob.BatchJobParameter\x12\x39\n\x11\x62\x61tch_job_request\x18\x11 \x01(\x0b\x32\x1e.qwak.batchjob.BatchJobRequest\"\xcb\x01\n\x0f\x42\x61tchJobRequest\x12:\n\rmodel_details\x18\x01 \x01(\x0b\x32#.qwak.batchjob.BatchJobModelDetails\x12\x38\n\x0c\x64\x61ta_details\x18\x02 \x01(\x0b\x32\".qwak.batchjob.BatchJobDataDetails\x12\x42\n\x11\x65xecution_details\x18\x04 \x01(\x0b\x32\'.qwak.batchjob.BatchJobExecutionDetails\":\n\x14\x42\x61tchJobModelDetails\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x0f \x01(\t\"\xe5\x01\n\x13\x42\x61tchJobDataDetails\x12\x36\n\x0bsource_path\x18\x01 \x01(\x0b\x32!.qwak.batchjob.BatchJobSourcePath\x12@\n\x10\x64\x65stination_path\x18\x02 \x01(\x0b\x32&.qwak.batchjob.BatchJobDestinationPath\x12\x14\n\x0ctoken_secret\x18\x0c \x01(\t\x12\x15\n\rsecret_secret\x18\r \x01(\t\x12\'\n\x1fservice_account_json_key_secret\x18\x05 \x01(\t\"y\n\x12\x42\x61tchJobSourcePath\x12\x15\n\rsource_bucket\x18\x01 \x01(\t\x12\x15\n\rsource_folder\x18\x02 \x01(\t\x12\x35\n\x0finput_file_type\x18\x03 \x01(\x0e\x32\x1c.qwak.batchjob.InputFileType\"\x8a\x01\n\x17\x42\x61tchJobDestinationPath\x12\x1a\n\x12\x64\x65stination_bucket\x18\x01 \x01(\t\x12\x1a\n\x12\x64\x65stination_folder\x18\x02 \x01(\t\x12\x37\n\x10output_file_type\x18\x03 \x01(\x0e\x32\x1d.qwak.batchjob.OutputFileType\"\x94\x02\n\x18\x42\x61tchJobExecutionDetails\x12\x13\n\x0bjob_timeout\x18\x01 \x01(\x05\x12\x14\n\x0ctask_timeout\x18\x02 \x01(\x05\x12H\n\x19\x62\x61tch_job_deployment_size\x18\x03 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\x12M\n\x1b\x61\x64vanced_deployment_options\x18\x04 \x01(\x0b\x32(.qwak.batchjob.AdvancedDeploymentOptions\x12\x34\n\nparameters\x18\x05 \x03(\x0b\x32 .qwak.batchjob.BatchJobParameter\"/\n\x11\x42\x61tchJobParameter\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"S\n\x15StartBatchJobResponse\x12\x10\n\x08\x62\x61tch_id\x18\x01 \x01(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x03 \x01(\t\")\n\x15\x43\x61ncelBatchJobRequest\x12\x10\n\x08\x62\x61tch_id\x18\x01 \x01(\t\"B\n\x16\x43\x61ncelBatchJobResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\",\n\x18GetBatchJobStatusRequest\x12\x10\n\x08\x62\x61tch_id\x18\x01 \x01(\t\"\xac\x01\n\x19GetBatchJobStatusResponse\x12\x38\n\njob_status\x18\x01 \x01(\x0e\x32$.qwak.batchjob.BatchJobStatusMessage\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x03 \x01(\t\x12\x16\n\x0e\x66inished_files\x18\x04 \x01(\x05\x12\x13\n\x0btotal_files\x18\x05 \x01(\x05\",\n\x18GetBatchJobReportRequest\x12\x10\n\x08\x62\x61tch_id\x18\x01 \x01(\t\"a\n\x19GetBatchJobReportResponse\x12\x12\n\nsuccessful\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\x12\x17\n\x0freport_messages\x18\x03 \x03(\t\"`\n\x1dUpdateBatchTasksStatusRequest\x12?\n\x11\x62\x61tch_task_events\x18\x01 \x03(\x0b\x32$.qwak.batchjob.BatchTaskEventMessage\"I\n\x1dUpdateBatchTaskStatusResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\"z\n\x19\x41\x64vancedDeploymentOptions\x12\x1b\n\x13\x63ustom_iam_role_arn\x18\x01 \x01(\t\x12\x17\n\x0fpurchase_option\x18\x02 \x01(\t\x12\'\n\x1fservice_account_key_secret_name\x18\x03 \x01(\t\"\x85\x03\n\x16\x42\x61tchJobDeploymentSize\x12\x16\n\x0enumber_of_pods\x18\x01 \x01(\x05\x12\x0f\n\x03\x63pu\x18\x02 \x01(\x02\x42\x02\x18\x01\x12\x19\n\rmemory_amount\x18\x03 \x01(\x05\x42\x02\x18\x01\x12J\n\x0cmemory_units\x18\x04 \x01(\x0e\x32\x30.qwak.batchjob.BatchJobDeploymentSize.MemoryUnitB\x02\x18\x01\x12H\n\rgpu_resources\x18\x05 \x01(\x0b\x32-.qwak.user_application.common.v0.GpuResourcesB\x02\x18\x01\x12`\n\x1c\x63lient_pod_compute_resources\x18\x06 \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResources\"/\n\nMemoryUnit\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x07\n\x03MIB\x10\x01\x12\x07\n\x03GIB\x10\x02\x1a\x02\x18\x01\"\x99\x01\n\x15\x42\x61tchJobExecutionSize\x12\x16\n\x0enumber_of_pods\x18\x01 \x01(\x05\x12S\n\x15pod_compute_resources\x18\x02 \x01(\x0b\x32\x34.qwak.user_application.common.v0.PodComputeResources\x12\x13\n\x0btemplate_id\x18\x03 \x01(\t\"Q\n\x14ListBatchJobsRequest\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\"K\n\x15ListBatchJobsResponse\x12\x32\n\nbatch_jobs\x18\x01 \x03(\x0b\x32\x1e.qwak.batchjob.BatchJobDetails\"\x81\x03\n\x0f\x42\x61tchJobDetails\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x0e\n\x06job_id\x18\x02 \x01(\t\x12\x38\n\njob_status\x18\x03 \x01(\x0e\x32$.qwak.batchjob.BatchJobStatusMessage\x12.\n\nstart_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x17\n\x0f\x66\x61ilure_message\x18\x06 \x01(\t\x12;\n\x08job_size\x18\x07 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSizeB\x02\x18\x01\x12\x46\n\x18\x62\x61tch_job_execution_size\x18\x08 \x01(\x0b\x32$.qwak.batchjob.BatchJobExecutionSize\x12\x16\n\x0e\x65nvironment_id\x18\t \x01(\t\"+\n\x19GetBatchJobDetailsRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"y\n\x1aGetBatchJobDetailsResponse\x12\x31\n\tbatch_job\x18\x01 \x01(\x0b\x32\x1e.qwak.batchjob.BatchJobMessage\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x03 \x01(\t\"\x84\x04\n\x0f\x42\x61tchJobMessage\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x10\n\x08model_id\x18\x02 \x01(\t\x12\x15\n\tbranch_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x10\n\x08\x62uild_id\x18\x04 \x01(\t\x12.\n\nstart_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x38\n\njob_status\x18\x07 \x01(\x0e\x32$.qwak.batchjob.BatchJobStatusMessage\x12\x15\n\rtotal_records\x18\x08 \x01(\x05\x12\x37\n\x08job_size\x18\t \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\x12;\n\x0freport_messages\x18\n \x03(\x0b\x32\".qwak.batchjob.ExecutionReportLine\x12\x43\n\x16\x65xecution_file_details\x18\x0b \x01(\x0b\x32#.qwak.batchjob.ExecutionFileDetails\x12<\n\x0ftask_executions\x18\x0c \x03(\x0b\x32#.qwak.batchjob.TaskExecutionDetails\"M\n\x13\x45xecutionReportLine\x12(\n\x04time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04line\x18\x02 \x01(\t\"\x95\x02\n\x14\x45xecutionFileDetails\x12\x15\n\rsource_bucket\x18\x01 \x01(\t\x12\x1a\n\x12\x64\x65stination_bucket\x18\x02 \x01(\t\x12\x13\n\x0bsource_path\x18\x03 \x01(\t\x12\x18\n\x10\x64\x65stination_path\x18\x04 \x01(\t\x12\x35\n\x0finput_file_type\x18\x05 \x01(\x0e\x32\x1c.qwak.batchjob.InputFileType\x12\x37\n\x10output_file_type\x18\x06 \x01(\x0e\x32\x1d.qwak.batchjob.OutputFileType\x12\x16\n\x0e\x66inished_files\x18\x07 \x01(\x05\x12\x13\n\x0btotal_files\x18\x08 \x01(\x05\"\xfd\x01\n\x14TaskExecutionDetails\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12\x35\n\x06status\x18\x02 \x01(\x0e\x32%.qwak.batchjob.BatchTaskStatusMessage\x12.\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x16\n\x0enum_of_records\x18\x05 \x01(\x05\x12\x14\n\x08\x66ilename\x18\x06 \x01(\tB\x02\x18\x01\x12\x11\n\tfilenames\x18\x07 \x03(\t\"d\n$GetBatchJobPreSignedUploadUrlRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x17\n\x0fnumber_of_files\x18\x02 \x01(\x05\x12\x11\n\tfile_type\x18\x03 \x01(\t\"\x98\x01\n%GetBatchJobPreSignedUploadUrlResponse\x12\x12\n\ninput_path\x18\x01 \x01(\t\x12\x13\n\x0boutput_path\x18\x02 \x01(\t\x12\x0e\n\x06\x62ucket\x18\x03 \x01(\t\x12\x0c\n\x04urls\x18\x04 \x03(\t\x12\x0f\n\x07success\x18\x05 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x06 \x01(\t\"8\n&GetBatchJobPreSignedDownloadUrlRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"a\n\'GetBatchJobPreSignedDownloadUrlResponse\x12\x0c\n\x04urls\x18\x01 \x03(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x03 \x01(\t\"3\n\x1fGetBatchJobUploadDetailsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\"\xb4\x01\n GetBatchJobUploadDetailsResponse\x12\x12\n\ninput_path\x18\x01 \x01(\t\x12\x13\n\x0boutput_path\x18\x02 \x01(\t\x12\x0e\n\x06\x62ucket\x18\x03 \x01(\t\x12W\n\x0b\x63redentials\x18\x04 \x01(\x0b\x32\x42.qwak.administration.authenticated_user.v1.AwsTemporaryCredentials\"3\n!GetBatchJobDownloadDetailsRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"\x9b\x01\n\"GetBatchJobDownloadDetailsResponse\x12\x0e\n\x06\x62ucket\x18\x01 \x01(\t\x12\x0c\n\x04keys\x18\x02 \x03(\t\x12W\n\x0b\x63redentials\x18\x03 \x01(\x0b\x32\x42.qwak.administration.authenticated_user.v1.AwsTemporaryCredentials\"\xd7\x01\n\x1aUpdateDefaultParamsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\x12\x46\n\x17\x64\x65\x66\x61ult_deployment_size\x18\x03 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\x12M\n\x1b\x61\x64vanced_deployment_options\x18\x04 \x01(\x0b\x32(.qwak.batchjob.AdvancedDeploymentOptions\"\x1d\n\x1bUpdateDefaultParamsResponse\".\n\x1a\x44\x65leteDefaultParamsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\"\x1d\n\x1b\x44\x65leteDefaultParamsResponse\"S\n&UpdateTaskIngestedRecordsAmountRequest\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12\x18\n\x10ingested_records\x18\x02 \x01(\x03\")\n\'UpdateTaskIngestedRecordsAmountResponse\"S\n\x19UpdateTasksDetailsRequest\x12\x36\n\rtasks_details\x18\x01 \x03(\x0b\x32\x1f.qwak.batchjob.BatchTaskDetails\"\x1c\n\x1aUpdateTasksDetailsResponse\"a\n\x10\x42\x61tchTaskDetails\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12<\n\x13input_files_details\x18\x02 \x03(\x0b\x32\x1f.qwak.batchjob.InputFileDetails\" \n\x10InputFileDetails\x12\x0c\n\x04path\x18\x01 \x01(\t*\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*\x8d\x02\n\x15\x42\x61tchJobStatusMessage\x12\x1e\n\x1aUNDEFINED_BATCH_JOB_STATUS\x10\x00\x12\x1e\n\x1a\x42\x41TCH_JOB_COMMITTED_STATUS\x10\x01\x12\x1c\n\x18\x42\x41TCH_JOB_PENDING_STATUS\x10\x02\x12\x1c\n\x18\x42\x41TCH_JOB_RUNNING_STATUS\x10\x03\x12\x1d\n\x19\x42\x41TCH_JOB_FINISHED_STATUS\x10\x04\x12\x1b\n\x17\x42\x41TCH_JOB_FAILED_STATUS\x10\x05\x12\x1e\n\x1a\x42\x41TCH_JOB_CANCELLED_STATUS\x10\x06\x12\x1c\n\x18\x42\x41TCH_JOB_TIMEOUT_STATUS\x10\x07*\x9c\x02\n\x16\x42\x61tchTaskStatusMessage\x12\x1f\n\x1bUNDEFINED_BATCH_TASK_STATUS\x10\x00\x12\x1f\n\x1b\x42\x41TCH_TASK_COMMITTED_STATUS\x10\x01\x12#\n\x1f\x42\x41TCH_TASK_PENDING_START_STATUS\x10\x02\x12\x1d\n\x19\x42\x41TCH_TASK_RUNNING_STATUS\x10\x03\x12\x1e\n\x1a\x42\x41TCH_TASK_FINISHED_STATUS\x10\x04\x12\x1c\n\x18\x42\x41TCH_TASK_FAILED_STATUS\x10\x05\x12\x1f\n\x1b\x42\x41TCH_TASK_CANCELLED_STATUS\x10\x06\x12\x1d\n\x19\x42\x41TCH_TASK_TIMEOUT_STATUS\x10\x07\x32\x9f\x0f\n\x19\x42\x61tchJobManagementService\x12Z\n\rStartBatchJob\x12#.qwak.batchjob.StartBatchJobRequest\x1a$.qwak.batchjob.StartBatchJobResponse\x12]\n\x0e\x43\x61ncelBatchJob\x12$.qwak.batchjob.CancelBatchJobRequest\x1a%.qwak.batchjob.CancelBatchJobResponse\x12]\n\x0eStartWarmupJob\x12$.qwak.batchjob.StartWarmupJobRequest\x1a%.qwak.batchjob.StartWarmupJobResponse\x12`\n\x0f\x43\x61ncelWarmupJob\x12%.qwak.batchjob.CancelWarmupJobRequest\x1a&.qwak.batchjob.CancelWarmupJobResponse\x12\x66\n\x11GetBatchJobStatus\x12\'.qwak.batchjob.GetBatchJobStatusRequest\x1a(.qwak.batchjob.GetBatchJobStatusResponse\x12\x66\n\x11GetBatchJobReport\x12\'.qwak.batchjob.GetBatchJobReportRequest\x1a(.qwak.batchjob.GetBatchJobReportResponse\x12t\n\x16UpdateBatchTasksStatus\x12,.qwak.batchjob.UpdateBatchTasksStatusRequest\x1a,.qwak.batchjob.UpdateBatchTaskStatusResponse\x12Z\n\rListBatchJobs\x12#.qwak.batchjob.ListBatchJobsRequest\x1a$.qwak.batchjob.ListBatchJobsResponse\x12i\n\x12GetBatchJobDetails\x12(.qwak.batchjob.GetBatchJobDetailsRequest\x1a).qwak.batchjob.GetBatchJobDetailsResponse\x12\x8a\x01\n\x1dGetBatchJobPreSignedUploadUrl\x12\x33.qwak.batchjob.GetBatchJobPreSignedUploadUrlRequest\x1a\x34.qwak.batchjob.GetBatchJobPreSignedUploadUrlResponse\x12\x90\x01\n\x1fGetBatchJobPreSignedDownloadUrl\x12\x35.qwak.batchjob.GetBatchJobPreSignedDownloadUrlRequest\x1a\x36.qwak.batchjob.GetBatchJobPreSignedDownloadUrlResponse\x12{\n\x18GetBatchJobUploadDetails\x12..qwak.batchjob.GetBatchJobUploadDetailsRequest\x1a/.qwak.batchjob.GetBatchJobUploadDetailsResponse\x12\x81\x01\n\x1aGetBatchJobDownloadDetails\x12\x30.qwak.batchjob.GetBatchJobDownloadDetailsRequest\x1a\x31.qwak.batchjob.GetBatchJobDownloadDetailsResponse\x12l\n\x13UpdateDefaultParams\x12).qwak.batchjob.UpdateDefaultParamsRequest\x1a*.qwak.batchjob.UpdateDefaultParamsResponse\x12l\n\x13\x44\x65leteDefaultParams\x12).qwak.batchjob.DeleteDefaultParamsRequest\x1a*.qwak.batchjob.DeleteDefaultParamsResponse\x12\x90\x01\n\x1fUpdateTaskIngestedRecordsAmount\x12\x35.qwak.batchjob.UpdateTaskIngestedRecordsAmountRequest\x1a\x36.qwak.batchjob.UpdateTaskIngestedRecordsAmountResponse\x12i\n\x12UpdateTasksDetails\x12(.qwak.batchjob.UpdateTasksDetailsRequest\x1a).qwak.batchjob.UpdateTasksDetailsResponseB.\n\x19\x63om.qwak.ai.batch.job.apiP\x01Z\x0f./;inferencejobb\x06proto3')
|
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)qwak/batch_job/v1/batch_job_service.proto\x12\rqwak.batchjob\x1a\x1fgoogle/protobuf/timestamp.proto\x1a/qwak/user_application/common/v0/resources.proto\x1a(qwak/batch_job/v1/batch_job_events.proto\x1a;qwak/administration/authenticated_user/v1/credentials.proto\"\xb4\x01\n\x15StartWarmupJobRequest\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\x05 \x01(\t\x12\x16\n\x0ewarmup_timeout\x18\x03 \x01(\x05\x12H\n\x19\x62\x61tch_job_deployment_size\x18\x04 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\"B\n\x16StartWarmupJobResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\"S\n\x16\x43\x61ncelWarmupJobRequest\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\"C\n\x17\x43\x61ncelWarmupJobResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\"\x89\x05\n\x14StartBatchJobRequest\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\x0f \x01(\t\x12\x15\n\rsource_bucket\x18\x03 \x01(\t\x12\x1a\n\x12\x64\x65stination_bucket\x18\x04 \x01(\t\x12\x15\n\rsource_folder\x18\x05 \x01(\t\x12\x1a\n\x12\x64\x65stination_folder\x18\x06 \x01(\t\x12H\n\x19\x62\x61tch_job_deployment_size\x18\x07 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\x12\x13\n\x0bjob_timeout\x18\x08 \x01(\x05\x12\x14\n\x0ctask_timeout\x18\t \x01(\x05\x12\x35\n\x0finput_file_type\x18\n \x01(\x0e\x32\x1c.qwak.batchjob.InputFileType\x12\x37\n\x10output_file_type\x18\x0b \x01(\x0e\x32\x1d.qwak.batchjob.OutputFileType\x12\x14\n\x0ctoken_secret\x18\x0c \x01(\t\x12\x15\n\rsecret_secret\x18\r \x01(\t\x12M\n\x1b\x61\x64vanced_deployment_options\x18\x0e \x01(\x0b\x32(.qwak.batchjob.AdvancedDeploymentOptions\x12\x34\n\nparameters\x18\x10 \x03(\x0b\x32 .qwak.batchjob.BatchJobParameter\x12\x39\n\x11\x62\x61tch_job_request\x18\x11 \x01(\x0b\x32\x1e.qwak.batchjob.BatchJobRequest\"\xcb\x01\n\x0f\x42\x61tchJobRequest\x12:\n\rmodel_details\x18\x01 \x01(\x0b\x32#.qwak.batchjob.BatchJobModelDetails\x12\x38\n\x0c\x64\x61ta_details\x18\x02 \x01(\x0b\x32\".qwak.batchjob.BatchJobDataDetails\x12\x42\n\x11\x65xecution_details\x18\x04 \x01(\x0b\x32\'.qwak.batchjob.BatchJobExecutionDetails\":\n\x14\x42\x61tchJobModelDetails\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x0f \x01(\t\"\xfc\x01\n\x13\x42\x61tchJobDataDetails\x12\x36\n\x0bsource_path\x18\x01 \x01(\x0b\x32!.qwak.batchjob.BatchJobSourcePath\x12@\n\x10\x64\x65stination_path\x18\x02 \x01(\x0b\x32&.qwak.batchjob.BatchJobDestinationPath\x12\x14\n\x0ctoken_secret\x18\x0c \x01(\t\x12\x15\n\rsecret_secret\x18\r \x01(\t\x12\x15\n\rsession_token\x18\x03 \x01(\t\x12\'\n\x1fservice_account_json_key_secret\x18\x05 \x01(\t\"y\n\x12\x42\x61tchJobSourcePath\x12\x15\n\rsource_bucket\x18\x01 \x01(\t\x12\x15\n\rsource_folder\x18\x02 \x01(\t\x12\x35\n\x0finput_file_type\x18\x03 \x01(\x0e\x32\x1c.qwak.batchjob.InputFileType\"\x8a\x01\n\x17\x42\x61tchJobDestinationPath\x12\x1a\n\x12\x64\x65stination_bucket\x18\x01 \x01(\t\x12\x1a\n\x12\x64\x65stination_folder\x18\x02 \x01(\t\x12\x37\n\x10output_file_type\x18\x03 \x01(\x0e\x32\x1d.qwak.batchjob.OutputFileType\"\x94\x02\n\x18\x42\x61tchJobExecutionDetails\x12\x13\n\x0bjob_timeout\x18\x01 \x01(\x05\x12\x14\n\x0ctask_timeout\x18\x02 \x01(\x05\x12H\n\x19\x62\x61tch_job_deployment_size\x18\x03 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\x12M\n\x1b\x61\x64vanced_deployment_options\x18\x04 \x01(\x0b\x32(.qwak.batchjob.AdvancedDeploymentOptions\x12\x34\n\nparameters\x18\x05 \x03(\x0b\x32 .qwak.batchjob.BatchJobParameter\"/\n\x11\x42\x61tchJobParameter\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"S\n\x15StartBatchJobResponse\x12\x10\n\x08\x62\x61tch_id\x18\x01 \x01(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x03 \x01(\t\")\n\x15\x43\x61ncelBatchJobRequest\x12\x10\n\x08\x62\x61tch_id\x18\x01 \x01(\t\"B\n\x16\x43\x61ncelBatchJobResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\",\n\x18GetBatchJobStatusRequest\x12\x10\n\x08\x62\x61tch_id\x18\x01 \x01(\t\"\xac\x01\n\x19GetBatchJobStatusResponse\x12\x38\n\njob_status\x18\x01 \x01(\x0e\x32$.qwak.batchjob.BatchJobStatusMessage\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x03 \x01(\t\x12\x16\n\x0e\x66inished_files\x18\x04 \x01(\x05\x12\x13\n\x0btotal_files\x18\x05 \x01(\x05\",\n\x18GetBatchJobReportRequest\x12\x10\n\x08\x62\x61tch_id\x18\x01 \x01(\t\"a\n\x19GetBatchJobReportResponse\x12\x12\n\nsuccessful\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\x12\x17\n\x0freport_messages\x18\x03 \x03(\t\"`\n\x1dUpdateBatchTasksStatusRequest\x12?\n\x11\x62\x61tch_task_events\x18\x01 \x03(\x0b\x32$.qwak.batchjob.BatchTaskEventMessage\"I\n\x1dUpdateBatchTaskStatusResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x02 \x01(\t\"z\n\x19\x41\x64vancedDeploymentOptions\x12\x1b\n\x13\x63ustom_iam_role_arn\x18\x01 \x01(\t\x12\x17\n\x0fpurchase_option\x18\x02 \x01(\t\x12\'\n\x1fservice_account_key_secret_name\x18\x03 \x01(\t\"\x85\x03\n\x16\x42\x61tchJobDeploymentSize\x12\x16\n\x0enumber_of_pods\x18\x01 \x01(\x05\x12\x0f\n\x03\x63pu\x18\x02 \x01(\x02\x42\x02\x18\x01\x12\x19\n\rmemory_amount\x18\x03 \x01(\x05\x42\x02\x18\x01\x12J\n\x0cmemory_units\x18\x04 \x01(\x0e\x32\x30.qwak.batchjob.BatchJobDeploymentSize.MemoryUnitB\x02\x18\x01\x12H\n\rgpu_resources\x18\x05 \x01(\x0b\x32-.qwak.user_application.common.v0.GpuResourcesB\x02\x18\x01\x12`\n\x1c\x63lient_pod_compute_resources\x18\x06 \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResources\"/\n\nMemoryUnit\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x07\n\x03MIB\x10\x01\x12\x07\n\x03GIB\x10\x02\x1a\x02\x18\x01\"\x99\x01\n\x15\x42\x61tchJobExecutionSize\x12\x16\n\x0enumber_of_pods\x18\x01 \x01(\x05\x12S\n\x15pod_compute_resources\x18\x02 \x01(\x0b\x32\x34.qwak.user_application.common.v0.PodComputeResources\x12\x13\n\x0btemplate_id\x18\x03 \x01(\t\"Q\n\x14ListBatchJobsRequest\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\"K\n\x15ListBatchJobsResponse\x12\x32\n\nbatch_jobs\x18\x01 \x03(\x0b\x32\x1e.qwak.batchjob.BatchJobDetails\"\x81\x03\n\x0f\x42\x61tchJobDetails\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x0e\n\x06job_id\x18\x02 \x01(\t\x12\x38\n\njob_status\x18\x03 \x01(\x0e\x32$.qwak.batchjob.BatchJobStatusMessage\x12.\n\nstart_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x17\n\x0f\x66\x61ilure_message\x18\x06 \x01(\t\x12;\n\x08job_size\x18\x07 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSizeB\x02\x18\x01\x12\x46\n\x18\x62\x61tch_job_execution_size\x18\x08 \x01(\x0b\x32$.qwak.batchjob.BatchJobExecutionSize\x12\x16\n\x0e\x65nvironment_id\x18\t \x01(\t\"+\n\x19GetBatchJobDetailsRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"y\n\x1aGetBatchJobDetailsResponse\x12\x31\n\tbatch_job\x18\x01 \x01(\x0b\x32\x1e.qwak.batchjob.BatchJobMessage\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x03 \x01(\t\"\x84\x04\n\x0f\x42\x61tchJobMessage\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x10\n\x08model_id\x18\x02 \x01(\t\x12\x15\n\tbranch_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x10\n\x08\x62uild_id\x18\x04 \x01(\t\x12.\n\nstart_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x38\n\njob_status\x18\x07 \x01(\x0e\x32$.qwak.batchjob.BatchJobStatusMessage\x12\x15\n\rtotal_records\x18\x08 \x01(\x05\x12\x37\n\x08job_size\x18\t \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\x12;\n\x0freport_messages\x18\n \x03(\x0b\x32\".qwak.batchjob.ExecutionReportLine\x12\x43\n\x16\x65xecution_file_details\x18\x0b \x01(\x0b\x32#.qwak.batchjob.ExecutionFileDetails\x12<\n\x0ftask_executions\x18\x0c \x03(\x0b\x32#.qwak.batchjob.TaskExecutionDetails\"M\n\x13\x45xecutionReportLine\x12(\n\x04time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04line\x18\x02 \x01(\t\"\x95\x02\n\x14\x45xecutionFileDetails\x12\x15\n\rsource_bucket\x18\x01 \x01(\t\x12\x1a\n\x12\x64\x65stination_bucket\x18\x02 \x01(\t\x12\x13\n\x0bsource_path\x18\x03 \x01(\t\x12\x18\n\x10\x64\x65stination_path\x18\x04 \x01(\t\x12\x35\n\x0finput_file_type\x18\x05 \x01(\x0e\x32\x1c.qwak.batchjob.InputFileType\x12\x37\n\x10output_file_type\x18\x06 \x01(\x0e\x32\x1d.qwak.batchjob.OutputFileType\x12\x16\n\x0e\x66inished_files\x18\x07 \x01(\x05\x12\x13\n\x0btotal_files\x18\x08 \x01(\x05\"\xfd\x01\n\x14TaskExecutionDetails\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12\x35\n\x06status\x18\x02 \x01(\x0e\x32%.qwak.batchjob.BatchTaskStatusMessage\x12.\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x16\n\x0enum_of_records\x18\x05 \x01(\x05\x12\x14\n\x08\x66ilename\x18\x06 \x01(\tB\x02\x18\x01\x12\x11\n\tfilenames\x18\x07 \x03(\t\"d\n$GetBatchJobPreSignedUploadUrlRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x17\n\x0fnumber_of_files\x18\x02 \x01(\x05\x12\x11\n\tfile_type\x18\x03 \x01(\t\"\x98\x01\n%GetBatchJobPreSignedUploadUrlResponse\x12\x12\n\ninput_path\x18\x01 \x01(\t\x12\x13\n\x0boutput_path\x18\x02 \x01(\t\x12\x0e\n\x06\x62ucket\x18\x03 \x01(\t\x12\x0c\n\x04urls\x18\x04 \x03(\t\x12\x0f\n\x07success\x18\x05 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x06 \x01(\t\"8\n&GetBatchJobPreSignedDownloadUrlRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"a\n\'GetBatchJobPreSignedDownloadUrlResponse\x12\x0c\n\x04urls\x18\x01 \x03(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x17\n\x0f\x66\x61ilure_message\x18\x03 \x01(\t\"3\n\x1fGetBatchJobUploadDetailsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\"\xb4\x01\n GetBatchJobUploadDetailsResponse\x12\x12\n\ninput_path\x18\x01 \x01(\t\x12\x13\n\x0boutput_path\x18\x02 \x01(\t\x12\x0e\n\x06\x62ucket\x18\x03 \x01(\t\x12W\n\x0b\x63redentials\x18\x04 \x01(\x0b\x32\x42.qwak.administration.authenticated_user.v1.AwsTemporaryCredentials\"3\n!GetBatchJobDownloadDetailsRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"\x9b\x01\n\"GetBatchJobDownloadDetailsResponse\x12\x0e\n\x06\x62ucket\x18\x01 \x01(\t\x12\x0c\n\x04keys\x18\x02 \x03(\t\x12W\n\x0b\x63redentials\x18\x03 \x01(\x0b\x32\x42.qwak.administration.authenticated_user.v1.AwsTemporaryCredentials\"\xd7\x01\n\x1aUpdateDefaultParamsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\x12\x46\n\x17\x64\x65\x66\x61ult_deployment_size\x18\x03 \x01(\x0b\x32%.qwak.batchjob.BatchJobDeploymentSize\x12M\n\x1b\x61\x64vanced_deployment_options\x18\x04 \x01(\x0b\x32(.qwak.batchjob.AdvancedDeploymentOptions\"\x1d\n\x1bUpdateDefaultParamsResponse\".\n\x1a\x44\x65leteDefaultParamsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\"\x1d\n\x1b\x44\x65leteDefaultParamsResponse\"S\n&UpdateTaskIngestedRecordsAmountRequest\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12\x18\n\x10ingested_records\x18\x02 \x01(\x03\")\n\'UpdateTaskIngestedRecordsAmountResponse\"S\n\x19UpdateTasksDetailsRequest\x12\x36\n\rtasks_details\x18\x01 \x03(\x0b\x32\x1f.qwak.batchjob.BatchTaskDetails\"\x1c\n\x1aUpdateTasksDetailsResponse\"a\n\x10\x42\x61tchTaskDetails\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12<\n\x13input_files_details\x18\x02 \x03(\x0b\x32\x1f.qwak.batchjob.InputFileDetails\" \n\x10InputFileDetails\x12\x0c\n\x04path\x18\x01 \x01(\t*\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*\x8d\x02\n\x15\x42\x61tchJobStatusMessage\x12\x1e\n\x1aUNDEFINED_BATCH_JOB_STATUS\x10\x00\x12\x1e\n\x1a\x42\x41TCH_JOB_COMMITTED_STATUS\x10\x01\x12\x1c\n\x18\x42\x41TCH_JOB_PENDING_STATUS\x10\x02\x12\x1c\n\x18\x42\x41TCH_JOB_RUNNING_STATUS\x10\x03\x12\x1d\n\x19\x42\x41TCH_JOB_FINISHED_STATUS\x10\x04\x12\x1b\n\x17\x42\x41TCH_JOB_FAILED_STATUS\x10\x05\x12\x1e\n\x1a\x42\x41TCH_JOB_CANCELLED_STATUS\x10\x06\x12\x1c\n\x18\x42\x41TCH_JOB_TIMEOUT_STATUS\x10\x07*\x9c\x02\n\x16\x42\x61tchTaskStatusMessage\x12\x1f\n\x1bUNDEFINED_BATCH_TASK_STATUS\x10\x00\x12\x1f\n\x1b\x42\x41TCH_TASK_COMMITTED_STATUS\x10\x01\x12#\n\x1f\x42\x41TCH_TASK_PENDING_START_STATUS\x10\x02\x12\x1d\n\x19\x42\x41TCH_TASK_RUNNING_STATUS\x10\x03\x12\x1e\n\x1a\x42\x41TCH_TASK_FINISHED_STATUS\x10\x04\x12\x1c\n\x18\x42\x41TCH_TASK_FAILED_STATUS\x10\x05\x12\x1f\n\x1b\x42\x41TCH_TASK_CANCELLED_STATUS\x10\x06\x12\x1d\n\x19\x42\x41TCH_TASK_TIMEOUT_STATUS\x10\x07\x32\x9f\x0f\n\x19\x42\x61tchJobManagementService\x12Z\n\rStartBatchJob\x12#.qwak.batchjob.StartBatchJobRequest\x1a$.qwak.batchjob.StartBatchJobResponse\x12]\n\x0e\x43\x61ncelBatchJob\x12$.qwak.batchjob.CancelBatchJobRequest\x1a%.qwak.batchjob.CancelBatchJobResponse\x12]\n\x0eStartWarmupJob\x12$.qwak.batchjob.StartWarmupJobRequest\x1a%.qwak.batchjob.StartWarmupJobResponse\x12`\n\x0f\x43\x61ncelWarmupJob\x12%.qwak.batchjob.CancelWarmupJobRequest\x1a&.qwak.batchjob.CancelWarmupJobResponse\x12\x66\n\x11GetBatchJobStatus\x12\'.qwak.batchjob.GetBatchJobStatusRequest\x1a(.qwak.batchjob.GetBatchJobStatusResponse\x12\x66\n\x11GetBatchJobReport\x12\'.qwak.batchjob.GetBatchJobReportRequest\x1a(.qwak.batchjob.GetBatchJobReportResponse\x12t\n\x16UpdateBatchTasksStatus\x12,.qwak.batchjob.UpdateBatchTasksStatusRequest\x1a,.qwak.batchjob.UpdateBatchTaskStatusResponse\x12Z\n\rListBatchJobs\x12#.qwak.batchjob.ListBatchJobsRequest\x1a$.qwak.batchjob.ListBatchJobsResponse\x12i\n\x12GetBatchJobDetails\x12(.qwak.batchjob.GetBatchJobDetailsRequest\x1a).qwak.batchjob.GetBatchJobDetailsResponse\x12\x8a\x01\n\x1dGetBatchJobPreSignedUploadUrl\x12\x33.qwak.batchjob.GetBatchJobPreSignedUploadUrlRequest\x1a\x34.qwak.batchjob.GetBatchJobPreSignedUploadUrlResponse\x12\x90\x01\n\x1fGetBatchJobPreSignedDownloadUrl\x12\x35.qwak.batchjob.GetBatchJobPreSignedDownloadUrlRequest\x1a\x36.qwak.batchjob.GetBatchJobPreSignedDownloadUrlResponse\x12{\n\x18GetBatchJobUploadDetails\x12..qwak.batchjob.GetBatchJobUploadDetailsRequest\x1a/.qwak.batchjob.GetBatchJobUploadDetailsResponse\x12\x81\x01\n\x1aGetBatchJobDownloadDetails\x12\x30.qwak.batchjob.GetBatchJobDownloadDetailsRequest\x1a\x31.qwak.batchjob.GetBatchJobDownloadDetailsResponse\x12l\n\x13UpdateDefaultParams\x12).qwak.batchjob.UpdateDefaultParamsRequest\x1a*.qwak.batchjob.UpdateDefaultParamsResponse\x12l\n\x13\x44\x65leteDefaultParams\x12).qwak.batchjob.DeleteDefaultParamsRequest\x1a*.qwak.batchjob.DeleteDefaultParamsResponse\x12\x90\x01\n\x1fUpdateTaskIngestedRecordsAmount\x12\x35.qwak.batchjob.UpdateTaskIngestedRecordsAmountRequest\x1a\x36.qwak.batchjob.UpdateTaskIngestedRecordsAmountResponse\x12i\n\x12UpdateTasksDetails\x12(.qwak.batchjob.UpdateTasksDetailsRequest\x1a).qwak.batchjob.UpdateTasksDetailsResponseB.\n\x19\x63om.qwak.ai.batch.job.apiP\x01Z\x0f./;inferencejobb\x06proto3')
|
|
21
21
|
|
|
22
22
|
_globals = globals()
|
|
23
23
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -50,14 +50,14 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
50
50
|
_BATCHJOBMESSAGE.fields_by_name['branch_id']._serialized_options = b'\030\001'
|
|
51
51
|
_TASKEXECUTIONDETAILS.fields_by_name['filename']._options = None
|
|
52
52
|
_TASKEXECUTIONDETAILS.fields_by_name['filename']._serialized_options = b'\030\001'
|
|
53
|
-
_globals['_INPUTFILETYPE']._serialized_start=
|
|
54
|
-
_globals['_INPUTFILETYPE']._serialized_end=
|
|
55
|
-
_globals['_OUTPUTFILETYPE']._serialized_start=
|
|
56
|
-
_globals['_OUTPUTFILETYPE']._serialized_end=
|
|
57
|
-
_globals['_BATCHJOBSTATUSMESSAGE']._serialized_start=
|
|
58
|
-
_globals['_BATCHJOBSTATUSMESSAGE']._serialized_end=
|
|
59
|
-
_globals['_BATCHTASKSTATUSMESSAGE']._serialized_start=
|
|
60
|
-
_globals['_BATCHTASKSTATUSMESSAGE']._serialized_end=
|
|
53
|
+
_globals['_INPUTFILETYPE']._serialized_start=7238
|
|
54
|
+
_globals['_INPUTFILETYPE']._serialized_end=7367
|
|
55
|
+
_globals['_OUTPUTFILETYPE']._serialized_start=7370
|
|
56
|
+
_globals['_OUTPUTFILETYPE']._serialized_end=7504
|
|
57
|
+
_globals['_BATCHJOBSTATUSMESSAGE']._serialized_start=7507
|
|
58
|
+
_globals['_BATCHJOBSTATUSMESSAGE']._serialized_end=7776
|
|
59
|
+
_globals['_BATCHTASKSTATUSMESSAGE']._serialized_start=7779
|
|
60
|
+
_globals['_BATCHTASKSTATUSMESSAGE']._serialized_end=8063
|
|
61
61
|
_globals['_STARTWARMUPJOBREQUEST']._serialized_start=246
|
|
62
62
|
_globals['_STARTWARMUPJOBREQUEST']._serialized_end=426
|
|
63
63
|
_globals['_STARTWARMUPJOBRESPONSE']._serialized_start=428
|
|
@@ -73,95 +73,95 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
73
73
|
_globals['_BATCHJOBMODELDETAILS']._serialized_start=1508
|
|
74
74
|
_globals['_BATCHJOBMODELDETAILS']._serialized_end=1566
|
|
75
75
|
_globals['_BATCHJOBDATADETAILS']._serialized_start=1569
|
|
76
|
-
_globals['_BATCHJOBDATADETAILS']._serialized_end=
|
|
77
|
-
_globals['_BATCHJOBSOURCEPATH']._serialized_start=
|
|
78
|
-
_globals['_BATCHJOBSOURCEPATH']._serialized_end=
|
|
79
|
-
_globals['_BATCHJOBDESTINATIONPATH']._serialized_start=
|
|
80
|
-
_globals['_BATCHJOBDESTINATIONPATH']._serialized_end=
|
|
81
|
-
_globals['_BATCHJOBEXECUTIONDETAILS']._serialized_start=
|
|
82
|
-
_globals['_BATCHJOBEXECUTIONDETAILS']._serialized_end=
|
|
83
|
-
_globals['_BATCHJOBPARAMETER']._serialized_start=
|
|
84
|
-
_globals['_BATCHJOBPARAMETER']._serialized_end=
|
|
85
|
-
_globals['_STARTBATCHJOBRESPONSE']._serialized_start=
|
|
86
|
-
_globals['_STARTBATCHJOBRESPONSE']._serialized_end=
|
|
87
|
-
_globals['_CANCELBATCHJOBREQUEST']._serialized_start=
|
|
88
|
-
_globals['_CANCELBATCHJOBREQUEST']._serialized_end=
|
|
89
|
-
_globals['_CANCELBATCHJOBRESPONSE']._serialized_start=
|
|
90
|
-
_globals['_CANCELBATCHJOBRESPONSE']._serialized_end=
|
|
91
|
-
_globals['_GETBATCHJOBSTATUSREQUEST']._serialized_start=
|
|
92
|
-
_globals['_GETBATCHJOBSTATUSREQUEST']._serialized_end=
|
|
93
|
-
_globals['_GETBATCHJOBSTATUSRESPONSE']._serialized_start=
|
|
94
|
-
_globals['_GETBATCHJOBSTATUSRESPONSE']._serialized_end=
|
|
95
|
-
_globals['_GETBATCHJOBREPORTREQUEST']._serialized_start=
|
|
96
|
-
_globals['_GETBATCHJOBREPORTREQUEST']._serialized_end=
|
|
97
|
-
_globals['_GETBATCHJOBREPORTRESPONSE']._serialized_start=
|
|
98
|
-
_globals['_GETBATCHJOBREPORTRESPONSE']._serialized_end=
|
|
99
|
-
_globals['_UPDATEBATCHTASKSSTATUSREQUEST']._serialized_start=
|
|
100
|
-
_globals['_UPDATEBATCHTASKSSTATUSREQUEST']._serialized_end=
|
|
101
|
-
_globals['_UPDATEBATCHTASKSTATUSRESPONSE']._serialized_start=
|
|
102
|
-
_globals['_UPDATEBATCHTASKSTATUSRESPONSE']._serialized_end=
|
|
103
|
-
_globals['_ADVANCEDDEPLOYMENTOPTIONS']._serialized_start=
|
|
104
|
-
_globals['_ADVANCEDDEPLOYMENTOPTIONS']._serialized_end=
|
|
105
|
-
_globals['_BATCHJOBDEPLOYMENTSIZE']._serialized_start=
|
|
106
|
-
_globals['_BATCHJOBDEPLOYMENTSIZE']._serialized_end=
|
|
107
|
-
_globals['_BATCHJOBDEPLOYMENTSIZE_MEMORYUNIT']._serialized_start=
|
|
108
|
-
_globals['_BATCHJOBDEPLOYMENTSIZE_MEMORYUNIT']._serialized_end=
|
|
109
|
-
_globals['_BATCHJOBEXECUTIONSIZE']._serialized_start=
|
|
110
|
-
_globals['_BATCHJOBEXECUTIONSIZE']._serialized_end=
|
|
111
|
-
_globals['_LISTBATCHJOBSREQUEST']._serialized_start=
|
|
112
|
-
_globals['_LISTBATCHJOBSREQUEST']._serialized_end=
|
|
113
|
-
_globals['_LISTBATCHJOBSRESPONSE']._serialized_start=
|
|
114
|
-
_globals['_LISTBATCHJOBSRESPONSE']._serialized_end=
|
|
115
|
-
_globals['_BATCHJOBDETAILS']._serialized_start=
|
|
116
|
-
_globals['_BATCHJOBDETAILS']._serialized_end=
|
|
117
|
-
_globals['_GETBATCHJOBDETAILSREQUEST']._serialized_start=
|
|
118
|
-
_globals['_GETBATCHJOBDETAILSREQUEST']._serialized_end=
|
|
119
|
-
_globals['_GETBATCHJOBDETAILSRESPONSE']._serialized_start=
|
|
120
|
-
_globals['_GETBATCHJOBDETAILSRESPONSE']._serialized_end=
|
|
121
|
-
_globals['_BATCHJOBMESSAGE']._serialized_start=
|
|
122
|
-
_globals['_BATCHJOBMESSAGE']._serialized_end=
|
|
123
|
-
_globals['_EXECUTIONREPORTLINE']._serialized_start=
|
|
124
|
-
_globals['_EXECUTIONREPORTLINE']._serialized_end=
|
|
125
|
-
_globals['_EXECUTIONFILEDETAILS']._serialized_start=
|
|
126
|
-
_globals['_EXECUTIONFILEDETAILS']._serialized_end=
|
|
127
|
-
_globals['_TASKEXECUTIONDETAILS']._serialized_start=
|
|
128
|
-
_globals['_TASKEXECUTIONDETAILS']._serialized_end=
|
|
129
|
-
_globals['_GETBATCHJOBPRESIGNEDUPLOADURLREQUEST']._serialized_start=
|
|
130
|
-
_globals['_GETBATCHJOBPRESIGNEDUPLOADURLREQUEST']._serialized_end=
|
|
131
|
-
_globals['_GETBATCHJOBPRESIGNEDUPLOADURLRESPONSE']._serialized_start=
|
|
132
|
-
_globals['_GETBATCHJOBPRESIGNEDUPLOADURLRESPONSE']._serialized_end=
|
|
133
|
-
_globals['_GETBATCHJOBPRESIGNEDDOWNLOADURLREQUEST']._serialized_start=
|
|
134
|
-
_globals['_GETBATCHJOBPRESIGNEDDOWNLOADURLREQUEST']._serialized_end=
|
|
135
|
-
_globals['_GETBATCHJOBPRESIGNEDDOWNLOADURLRESPONSE']._serialized_start=
|
|
136
|
-
_globals['_GETBATCHJOBPRESIGNEDDOWNLOADURLRESPONSE']._serialized_end=
|
|
137
|
-
_globals['_GETBATCHJOBUPLOADDETAILSREQUEST']._serialized_start=
|
|
138
|
-
_globals['_GETBATCHJOBUPLOADDETAILSREQUEST']._serialized_end=
|
|
139
|
-
_globals['_GETBATCHJOBUPLOADDETAILSRESPONSE']._serialized_start=
|
|
140
|
-
_globals['_GETBATCHJOBUPLOADDETAILSRESPONSE']._serialized_end=
|
|
141
|
-
_globals['_GETBATCHJOBDOWNLOADDETAILSREQUEST']._serialized_start=
|
|
142
|
-
_globals['_GETBATCHJOBDOWNLOADDETAILSREQUEST']._serialized_end=
|
|
143
|
-
_globals['_GETBATCHJOBDOWNLOADDETAILSRESPONSE']._serialized_start=
|
|
144
|
-
_globals['_GETBATCHJOBDOWNLOADDETAILSRESPONSE']._serialized_end=
|
|
145
|
-
_globals['_UPDATEDEFAULTPARAMSREQUEST']._serialized_start=
|
|
146
|
-
_globals['_UPDATEDEFAULTPARAMSREQUEST']._serialized_end=
|
|
147
|
-
_globals['_UPDATEDEFAULTPARAMSRESPONSE']._serialized_start=
|
|
148
|
-
_globals['_UPDATEDEFAULTPARAMSRESPONSE']._serialized_end=
|
|
149
|
-
_globals['_DELETEDEFAULTPARAMSREQUEST']._serialized_start=
|
|
150
|
-
_globals['_DELETEDEFAULTPARAMSREQUEST']._serialized_end=
|
|
151
|
-
_globals['_DELETEDEFAULTPARAMSRESPONSE']._serialized_start=
|
|
152
|
-
_globals['_DELETEDEFAULTPARAMSRESPONSE']._serialized_end=
|
|
153
|
-
_globals['_UPDATETASKINGESTEDRECORDSAMOUNTREQUEST']._serialized_start=
|
|
154
|
-
_globals['_UPDATETASKINGESTEDRECORDSAMOUNTREQUEST']._serialized_end=
|
|
155
|
-
_globals['_UPDATETASKINGESTEDRECORDSAMOUNTRESPONSE']._serialized_start=
|
|
156
|
-
_globals['_UPDATETASKINGESTEDRECORDSAMOUNTRESPONSE']._serialized_end=
|
|
157
|
-
_globals['_UPDATETASKSDETAILSREQUEST']._serialized_start=
|
|
158
|
-
_globals['_UPDATETASKSDETAILSREQUEST']._serialized_end=
|
|
159
|
-
_globals['_UPDATETASKSDETAILSRESPONSE']._serialized_start=
|
|
160
|
-
_globals['_UPDATETASKSDETAILSRESPONSE']._serialized_end=
|
|
161
|
-
_globals['_BATCHTASKDETAILS']._serialized_start=
|
|
162
|
-
_globals['_BATCHTASKDETAILS']._serialized_end=
|
|
163
|
-
_globals['_INPUTFILEDETAILS']._serialized_start=
|
|
164
|
-
_globals['_INPUTFILEDETAILS']._serialized_end=
|
|
165
|
-
_globals['_BATCHJOBMANAGEMENTSERVICE']._serialized_start=
|
|
166
|
-
_globals['_BATCHJOBMANAGEMENTSERVICE']._serialized_end=
|
|
76
|
+
_globals['_BATCHJOBDATADETAILS']._serialized_end=1821
|
|
77
|
+
_globals['_BATCHJOBSOURCEPATH']._serialized_start=1823
|
|
78
|
+
_globals['_BATCHJOBSOURCEPATH']._serialized_end=1944
|
|
79
|
+
_globals['_BATCHJOBDESTINATIONPATH']._serialized_start=1947
|
|
80
|
+
_globals['_BATCHJOBDESTINATIONPATH']._serialized_end=2085
|
|
81
|
+
_globals['_BATCHJOBEXECUTIONDETAILS']._serialized_start=2088
|
|
82
|
+
_globals['_BATCHJOBEXECUTIONDETAILS']._serialized_end=2364
|
|
83
|
+
_globals['_BATCHJOBPARAMETER']._serialized_start=2366
|
|
84
|
+
_globals['_BATCHJOBPARAMETER']._serialized_end=2413
|
|
85
|
+
_globals['_STARTBATCHJOBRESPONSE']._serialized_start=2415
|
|
86
|
+
_globals['_STARTBATCHJOBRESPONSE']._serialized_end=2498
|
|
87
|
+
_globals['_CANCELBATCHJOBREQUEST']._serialized_start=2500
|
|
88
|
+
_globals['_CANCELBATCHJOBREQUEST']._serialized_end=2541
|
|
89
|
+
_globals['_CANCELBATCHJOBRESPONSE']._serialized_start=2543
|
|
90
|
+
_globals['_CANCELBATCHJOBRESPONSE']._serialized_end=2609
|
|
91
|
+
_globals['_GETBATCHJOBSTATUSREQUEST']._serialized_start=2611
|
|
92
|
+
_globals['_GETBATCHJOBSTATUSREQUEST']._serialized_end=2655
|
|
93
|
+
_globals['_GETBATCHJOBSTATUSRESPONSE']._serialized_start=2658
|
|
94
|
+
_globals['_GETBATCHJOBSTATUSRESPONSE']._serialized_end=2830
|
|
95
|
+
_globals['_GETBATCHJOBREPORTREQUEST']._serialized_start=2832
|
|
96
|
+
_globals['_GETBATCHJOBREPORTREQUEST']._serialized_end=2876
|
|
97
|
+
_globals['_GETBATCHJOBREPORTRESPONSE']._serialized_start=2878
|
|
98
|
+
_globals['_GETBATCHJOBREPORTRESPONSE']._serialized_end=2975
|
|
99
|
+
_globals['_UPDATEBATCHTASKSSTATUSREQUEST']._serialized_start=2977
|
|
100
|
+
_globals['_UPDATEBATCHTASKSSTATUSREQUEST']._serialized_end=3073
|
|
101
|
+
_globals['_UPDATEBATCHTASKSTATUSRESPONSE']._serialized_start=3075
|
|
102
|
+
_globals['_UPDATEBATCHTASKSTATUSRESPONSE']._serialized_end=3148
|
|
103
|
+
_globals['_ADVANCEDDEPLOYMENTOPTIONS']._serialized_start=3150
|
|
104
|
+
_globals['_ADVANCEDDEPLOYMENTOPTIONS']._serialized_end=3272
|
|
105
|
+
_globals['_BATCHJOBDEPLOYMENTSIZE']._serialized_start=3275
|
|
106
|
+
_globals['_BATCHJOBDEPLOYMENTSIZE']._serialized_end=3664
|
|
107
|
+
_globals['_BATCHJOBDEPLOYMENTSIZE_MEMORYUNIT']._serialized_start=3617
|
|
108
|
+
_globals['_BATCHJOBDEPLOYMENTSIZE_MEMORYUNIT']._serialized_end=3664
|
|
109
|
+
_globals['_BATCHJOBEXECUTIONSIZE']._serialized_start=3667
|
|
110
|
+
_globals['_BATCHJOBEXECUTIONSIZE']._serialized_end=3820
|
|
111
|
+
_globals['_LISTBATCHJOBSREQUEST']._serialized_start=3822
|
|
112
|
+
_globals['_LISTBATCHJOBSREQUEST']._serialized_end=3903
|
|
113
|
+
_globals['_LISTBATCHJOBSRESPONSE']._serialized_start=3905
|
|
114
|
+
_globals['_LISTBATCHJOBSRESPONSE']._serialized_end=3980
|
|
115
|
+
_globals['_BATCHJOBDETAILS']._serialized_start=3983
|
|
116
|
+
_globals['_BATCHJOBDETAILS']._serialized_end=4368
|
|
117
|
+
_globals['_GETBATCHJOBDETAILSREQUEST']._serialized_start=4370
|
|
118
|
+
_globals['_GETBATCHJOBDETAILSREQUEST']._serialized_end=4413
|
|
119
|
+
_globals['_GETBATCHJOBDETAILSRESPONSE']._serialized_start=4415
|
|
120
|
+
_globals['_GETBATCHJOBDETAILSRESPONSE']._serialized_end=4536
|
|
121
|
+
_globals['_BATCHJOBMESSAGE']._serialized_start=4539
|
|
122
|
+
_globals['_BATCHJOBMESSAGE']._serialized_end=5055
|
|
123
|
+
_globals['_EXECUTIONREPORTLINE']._serialized_start=5057
|
|
124
|
+
_globals['_EXECUTIONREPORTLINE']._serialized_end=5134
|
|
125
|
+
_globals['_EXECUTIONFILEDETAILS']._serialized_start=5137
|
|
126
|
+
_globals['_EXECUTIONFILEDETAILS']._serialized_end=5414
|
|
127
|
+
_globals['_TASKEXECUTIONDETAILS']._serialized_start=5417
|
|
128
|
+
_globals['_TASKEXECUTIONDETAILS']._serialized_end=5670
|
|
129
|
+
_globals['_GETBATCHJOBPRESIGNEDUPLOADURLREQUEST']._serialized_start=5672
|
|
130
|
+
_globals['_GETBATCHJOBPRESIGNEDUPLOADURLREQUEST']._serialized_end=5772
|
|
131
|
+
_globals['_GETBATCHJOBPRESIGNEDUPLOADURLRESPONSE']._serialized_start=5775
|
|
132
|
+
_globals['_GETBATCHJOBPRESIGNEDUPLOADURLRESPONSE']._serialized_end=5927
|
|
133
|
+
_globals['_GETBATCHJOBPRESIGNEDDOWNLOADURLREQUEST']._serialized_start=5929
|
|
134
|
+
_globals['_GETBATCHJOBPRESIGNEDDOWNLOADURLREQUEST']._serialized_end=5985
|
|
135
|
+
_globals['_GETBATCHJOBPRESIGNEDDOWNLOADURLRESPONSE']._serialized_start=5987
|
|
136
|
+
_globals['_GETBATCHJOBPRESIGNEDDOWNLOADURLRESPONSE']._serialized_end=6084
|
|
137
|
+
_globals['_GETBATCHJOBUPLOADDETAILSREQUEST']._serialized_start=6086
|
|
138
|
+
_globals['_GETBATCHJOBUPLOADDETAILSREQUEST']._serialized_end=6137
|
|
139
|
+
_globals['_GETBATCHJOBUPLOADDETAILSRESPONSE']._serialized_start=6140
|
|
140
|
+
_globals['_GETBATCHJOBUPLOADDETAILSRESPONSE']._serialized_end=6320
|
|
141
|
+
_globals['_GETBATCHJOBDOWNLOADDETAILSREQUEST']._serialized_start=6322
|
|
142
|
+
_globals['_GETBATCHJOBDOWNLOADDETAILSREQUEST']._serialized_end=6373
|
|
143
|
+
_globals['_GETBATCHJOBDOWNLOADDETAILSRESPONSE']._serialized_start=6376
|
|
144
|
+
_globals['_GETBATCHJOBDOWNLOADDETAILSRESPONSE']._serialized_end=6531
|
|
145
|
+
_globals['_UPDATEDEFAULTPARAMSREQUEST']._serialized_start=6534
|
|
146
|
+
_globals['_UPDATEDEFAULTPARAMSREQUEST']._serialized_end=6749
|
|
147
|
+
_globals['_UPDATEDEFAULTPARAMSRESPONSE']._serialized_start=6751
|
|
148
|
+
_globals['_UPDATEDEFAULTPARAMSRESPONSE']._serialized_end=6780
|
|
149
|
+
_globals['_DELETEDEFAULTPARAMSREQUEST']._serialized_start=6782
|
|
150
|
+
_globals['_DELETEDEFAULTPARAMSREQUEST']._serialized_end=6828
|
|
151
|
+
_globals['_DELETEDEFAULTPARAMSRESPONSE']._serialized_start=6830
|
|
152
|
+
_globals['_DELETEDEFAULTPARAMSRESPONSE']._serialized_end=6859
|
|
153
|
+
_globals['_UPDATETASKINGESTEDRECORDSAMOUNTREQUEST']._serialized_start=6861
|
|
154
|
+
_globals['_UPDATETASKINGESTEDRECORDSAMOUNTREQUEST']._serialized_end=6944
|
|
155
|
+
_globals['_UPDATETASKINGESTEDRECORDSAMOUNTRESPONSE']._serialized_start=6946
|
|
156
|
+
_globals['_UPDATETASKINGESTEDRECORDSAMOUNTRESPONSE']._serialized_end=6987
|
|
157
|
+
_globals['_UPDATETASKSDETAILSREQUEST']._serialized_start=6989
|
|
158
|
+
_globals['_UPDATETASKSDETAILSREQUEST']._serialized_end=7072
|
|
159
|
+
_globals['_UPDATETASKSDETAILSRESPONSE']._serialized_start=7074
|
|
160
|
+
_globals['_UPDATETASKSDETAILSRESPONSE']._serialized_end=7102
|
|
161
|
+
_globals['_BATCHTASKDETAILS']._serialized_start=7104
|
|
162
|
+
_globals['_BATCHTASKDETAILS']._serialized_end=7201
|
|
163
|
+
_globals['_INPUTFILEDETAILS']._serialized_start=7203
|
|
164
|
+
_globals['_INPUTFILEDETAILS']._serialized_end=7235
|
|
165
|
+
_globals['_BATCHJOBMANAGEMENTSERVICE']._serialized_start=8066
|
|
166
|
+
_globals['_BATCHJOBMANAGEMENTSERVICE']._serialized_end=10017
|
|
167
167
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -352,6 +352,7 @@ class BatchJobDataDetails(google.protobuf.message.Message):
|
|
|
352
352
|
DESTINATION_PATH_FIELD_NUMBER: builtins.int
|
|
353
353
|
TOKEN_SECRET_FIELD_NUMBER: builtins.int
|
|
354
354
|
SECRET_SECRET_FIELD_NUMBER: builtins.int
|
|
355
|
+
SESSION_TOKEN_FIELD_NUMBER: builtins.int
|
|
355
356
|
SERVICE_ACCOUNT_JSON_KEY_SECRET_FIELD_NUMBER: builtins.int
|
|
356
357
|
@property
|
|
357
358
|
def source_path(self) -> global___BatchJobSourcePath:
|
|
@@ -363,6 +364,8 @@ class BatchJobDataDetails(google.protobuf.message.Message):
|
|
|
363
364
|
"""The access token's secret name in secret service"""
|
|
364
365
|
secret_secret: builtins.str
|
|
365
366
|
"""The access secret's secret name in secret service"""
|
|
367
|
+
session_token: builtins.str
|
|
368
|
+
"""The session token required to use the bucket for batch inference."""
|
|
366
369
|
service_account_json_key_secret: builtins.str
|
|
367
370
|
"""The service account json key secret name"""
|
|
368
371
|
def __init__(
|
|
@@ -372,10 +375,11 @@ class BatchJobDataDetails(google.protobuf.message.Message):
|
|
|
372
375
|
destination_path: global___BatchJobDestinationPath | None = ...,
|
|
373
376
|
token_secret: builtins.str = ...,
|
|
374
377
|
secret_secret: builtins.str = ...,
|
|
378
|
+
session_token: builtins.str = ...,
|
|
375
379
|
service_account_json_key_secret: builtins.str = ...,
|
|
376
380
|
) -> None: ...
|
|
377
381
|
def HasField(self, field_name: typing_extensions.Literal["destination_path", b"destination_path", "source_path", b"source_path"]) -> builtins.bool: ...
|
|
378
|
-
def ClearField(self, field_name: typing_extensions.Literal["destination_path", b"destination_path", "secret_secret", b"secret_secret", "service_account_json_key_secret", b"service_account_json_key_secret", "source_path", b"source_path", "token_secret", b"token_secret"]) -> None: ...
|
|
382
|
+
def ClearField(self, field_name: typing_extensions.Literal["destination_path", b"destination_path", "secret_secret", b"secret_secret", "service_account_json_key_secret", b"service_account_json_key_secret", "session_token", b"session_token", "source_path", b"source_path", "token_secret", b"token_secret"]) -> None: ...
|
|
379
383
|
|
|
380
384
|
global___BatchJobDataDetails = BatchJobDataDetails
|
|
381
385
|
|
|
@@ -13,9 +13,10 @@ _sym_db = _symbol_database.Default()
|
|
|
13
13
|
|
|
14
14
|
from _qwak_proto.qwak.user_application.common.v0 import resources_pb2 as qwak_dot_user__application_dot_common_dot_v0_dot_resources__pb2
|
|
15
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
|
|
16
17
|
|
|
17
18
|
|
|
18
|
-
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\"\xbf\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(\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\"\
|
|
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\"\xbf\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(\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')
|
|
19
20
|
|
|
20
21
|
_globals = globals()
|
|
21
22
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -28,44 +29,44 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
28
29
|
_REMOTEBUILDSPEC.fields_by_name['cpu_resources']._serialized_options = b'\030\001'
|
|
29
30
|
_REMOTEBUILDSPEC.fields_by_name['gpu_resources']._options = None
|
|
30
31
|
_REMOTEBUILDSPEC.fields_by_name['gpu_resources']._serialized_options = b'\030\001'
|
|
31
|
-
_globals['_MEMORYUNIT']._serialized_start=
|
|
32
|
-
_globals['_MEMORYUNIT']._serialized_end=
|
|
33
|
-
_globals['_GPUTYPE']._serialized_start=
|
|
34
|
-
_globals['_GPUTYPE']._serialized_end=
|
|
35
|
-
_globals['_DATACOLUMNTYPE']._serialized_start=
|
|
36
|
-
_globals['_DATACOLUMNTYPE']._serialized_end=
|
|
37
|
-
_globals['_BASEDOCKERIMAGETYPE']._serialized_start=
|
|
38
|
-
_globals['_BASEDOCKERIMAGETYPE']._serialized_end=
|
|
39
|
-
_globals['_REMOTEBUILDSPEC']._serialized_start=
|
|
40
|
-
_globals['_REMOTEBUILDSPEC']._serialized_end=
|
|
41
|
-
_globals['_BUILDPROPERTIESV1']._serialized_start=
|
|
42
|
-
_globals['_BUILDPROPERTIESV1']._serialized_end=
|
|
43
|
-
_globals['_BUILDPROPERTIES']._serialized_start=
|
|
44
|
-
_globals['_BUILDPROPERTIES']._serialized_end=
|
|
45
|
-
_globals['_MODELURISPEC']._serialized_start=
|
|
46
|
-
_globals['_MODELURISPEC']._serialized_end=
|
|
47
|
-
_globals['_BUILDENV']._serialized_start=
|
|
48
|
-
_globals['_BUILDENV']._serialized_end=
|
|
49
|
-
_globals['_DOCKERENV']._serialized_start=
|
|
50
|
-
_globals['_DOCKERENV']._serialized_end=
|
|
51
|
-
_globals['_PYTHONENV']._serialized_start=
|
|
52
|
-
_globals['_PYTHONENV']._serialized_end=
|
|
53
|
-
_globals['_CPURESOURCES']._serialized_start=
|
|
54
|
-
_globals['_CPURESOURCES']._serialized_end=
|
|
55
|
-
_globals['_GPURESOURCES']._serialized_start=
|
|
56
|
-
_globals['_GPURESOURCES']._serialized_end=
|
|
57
|
-
_globals['_DATATABLEDEFINITION']._serialized_start=
|
|
58
|
-
_globals['_DATATABLEDEFINITION']._serialized_end=
|
|
59
|
-
_globals['_DATACOLUMNDEFINITION']._serialized_start=
|
|
60
|
-
_globals['_DATACOLUMNDEFINITION']._serialized_end=
|
|
61
|
-
_globals['_DATAFORMAT']._serialized_start=
|
|
62
|
-
_globals['_DATAFORMAT']._serialized_end=
|
|
63
|
-
_globals['_CSVFORMAT']._serialized_start=
|
|
64
|
-
_globals['_CSVFORMAT']._serialized_end=
|
|
65
|
-
_globals['_BUILDINITIATOR']._serialized_start=
|
|
66
|
-
_globals['_BUILDINITIATOR']._serialized_end=
|
|
67
|
-
_globals['_USERBUILDINITIATOR']._serialized_start=
|
|
68
|
-
_globals['_USERBUILDINITIATOR']._serialized_end=
|
|
69
|
-
_globals['_AUTOMATIONBUILDINITIATOR']._serialized_start=
|
|
70
|
-
_globals['_AUTOMATIONBUILDINITIATOR']._serialized_end=
|
|
32
|
+
_globals['_MEMORYUNIT']._serialized_start=2879
|
|
33
|
+
_globals['_MEMORYUNIT']._serialized_end=2934
|
|
34
|
+
_globals['_GPUTYPE']._serialized_start=2937
|
|
35
|
+
_globals['_GPUTYPE']._serialized_end=3323
|
|
36
|
+
_globals['_DATACOLUMNTYPE']._serialized_start=3325
|
|
37
|
+
_globals['_DATACOLUMNTYPE']._serialized_end=3425
|
|
38
|
+
_globals['_BASEDOCKERIMAGETYPE']._serialized_start=3427
|
|
39
|
+
_globals['_BASEDOCKERIMAGETYPE']._serialized_end=3502
|
|
40
|
+
_globals['_REMOTEBUILDSPEC']._serialized_start=171
|
|
41
|
+
_globals['_REMOTEBUILDSPEC']._serialized_end=1002
|
|
42
|
+
_globals['_BUILDPROPERTIESV1']._serialized_start=1004
|
|
43
|
+
_globals['_BUILDPROPERTIESV1']._serialized_end=1107
|
|
44
|
+
_globals['_BUILDPROPERTIES']._serialized_start=1110
|
|
45
|
+
_globals['_BUILDPROPERTIES']._serialized_end=1296
|
|
46
|
+
_globals['_MODELURISPEC']._serialized_start=1299
|
|
47
|
+
_globals['_MODELURISPEC']._serialized_end=1477
|
|
48
|
+
_globals['_BUILDENV']._serialized_start=1479
|
|
49
|
+
_globals['_BUILDENV']._serialized_end=1603
|
|
50
|
+
_globals['_DOCKERENV']._serialized_start=1606
|
|
51
|
+
_globals['_DOCKERENV']._serialized_end=1810
|
|
52
|
+
_globals['_PYTHONENV']._serialized_start=1813
|
|
53
|
+
_globals['_PYTHONENV']._serialized_end=1997
|
|
54
|
+
_globals['_CPURESOURCES']._serialized_start=1999
|
|
55
|
+
_globals['_CPURESOURCES']._serialized_end=2109
|
|
56
|
+
_globals['_GPURESOURCES']._serialized_start=2111
|
|
57
|
+
_globals['_GPURESOURCES']._serialized_end=2198
|
|
58
|
+
_globals['_DATATABLEDEFINITION']._serialized_start=2201
|
|
59
|
+
_globals['_DATATABLEDEFINITION']._serialized_end=2346
|
|
60
|
+
_globals['_DATACOLUMNDEFINITION']._serialized_start=2348
|
|
61
|
+
_globals['_DATACOLUMNDEFINITION']._serialized_end=2440
|
|
62
|
+
_globals['_DATAFORMAT']._serialized_start=2442
|
|
63
|
+
_globals['_DATAFORMAT']._serialized_end=2516
|
|
64
|
+
_globals['_CSVFORMAT']._serialized_start=2518
|
|
65
|
+
_globals['_CSVFORMAT']._serialized_end=2589
|
|
66
|
+
_globals['_BUILDINITIATOR']._serialized_start=2592
|
|
67
|
+
_globals['_BUILDINITIATOR']._serialized_end=2757
|
|
68
|
+
_globals['_USERBUILDINITIATOR']._serialized_start=2759
|
|
69
|
+
_globals['_USERBUILDINITIATOR']._serialized_end=2779
|
|
70
|
+
_globals['_AUTOMATIONBUILDINITIATOR']._serialized_start=2781
|
|
71
|
+
_globals['_AUTOMATIONBUILDINITIATOR']._serialized_end=2877
|
|
71
72
|
# @@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 qwak.builds.build_values_pb2
|
|
11
12
|
import qwak.fitness_service.fitness_pb2
|
|
12
13
|
import qwak.user_application.common.v0.resources_pb2
|
|
13
14
|
import sys
|
|
@@ -64,6 +65,18 @@ class _GpuTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTy
|
|
|
64
65
|
"""a100.xl"""
|
|
65
66
|
NVIDIA_V100_4_32_208: _GpuType.ValueType # 12
|
|
66
67
|
"""v100.4xl"""
|
|
68
|
+
NVIDIA_H100_NVL: _GpuType.ValueType # 13
|
|
69
|
+
"""H100 NVL XLarge"""
|
|
70
|
+
NVIDIA_A10: _GpuType.ValueType # 14
|
|
71
|
+
"""A10 Small"""
|
|
72
|
+
NVIDIA_H100_SXM: _GpuType.ValueType # 15
|
|
73
|
+
"""H100 SXM 8XLarge"""
|
|
74
|
+
NVIDIA_H100_40GB: _GpuType.ValueType # 16
|
|
75
|
+
"""H100 40GB 8XLarge"""
|
|
76
|
+
NVIDIA_H100_80GB: _GpuType.ValueType # 17
|
|
77
|
+
"""H100 80GB 8XLarge"""
|
|
78
|
+
NVIDIA_M60: _GpuType.ValueType # 18
|
|
79
|
+
"""M60 XLarge"""
|
|
67
80
|
|
|
68
81
|
class GpuType(_GpuType, metaclass=_GpuTypeEnumTypeWrapper): ...
|
|
69
82
|
|
|
@@ -88,6 +101,18 @@ NVIDIA_V100_1_8_52: GpuType.ValueType # 11
|
|
|
88
101
|
"""a100.xl"""
|
|
89
102
|
NVIDIA_V100_4_32_208: GpuType.ValueType # 12
|
|
90
103
|
"""v100.4xl"""
|
|
104
|
+
NVIDIA_H100_NVL: GpuType.ValueType # 13
|
|
105
|
+
"""H100 NVL XLarge"""
|
|
106
|
+
NVIDIA_A10: GpuType.ValueType # 14
|
|
107
|
+
"""A10 Small"""
|
|
108
|
+
NVIDIA_H100_SXM: GpuType.ValueType # 15
|
|
109
|
+
"""H100 SXM 8XLarge"""
|
|
110
|
+
NVIDIA_H100_40GB: GpuType.ValueType # 16
|
|
111
|
+
"""H100 40GB 8XLarge"""
|
|
112
|
+
NVIDIA_H100_80GB: GpuType.ValueType # 17
|
|
113
|
+
"""H100 80GB 8XLarge"""
|
|
114
|
+
NVIDIA_M60: GpuType.ValueType # 18
|
|
115
|
+
"""M60 XLarge"""
|
|
91
116
|
global___GpuType = GpuType
|
|
92
117
|
|
|
93
118
|
class _DataColumnType:
|
|
@@ -356,6 +381,7 @@ class DockerEnv(google.protobuf.message.Message):
|
|
|
356
381
|
NO_CACHE_FIELD_NUMBER: builtins.int
|
|
357
382
|
ASSUMED_IAM_ROLE_ARN_FIELD_NUMBER: builtins.int
|
|
358
383
|
SERVICE_ACCOUNT_KEY_SECRET_NAME_FIELD_NUMBER: builtins.int
|
|
384
|
+
CONTAINER_ENGINE_FIELD_NUMBER: builtins.int
|
|
359
385
|
base_image: builtins.str
|
|
360
386
|
"""Base image to use for serving"""
|
|
361
387
|
@property
|
|
@@ -369,6 +395,9 @@ class DockerEnv(google.protobuf.message.Message):
|
|
|
369
395
|
"""Custom IAM role to be assumed by model"""
|
|
370
396
|
service_account_key_secret_name: builtins.str
|
|
371
397
|
"""Service account key secret name for gcp"""
|
|
398
|
+
@property
|
|
399
|
+
def container_engine(self) -> qwak.builds.build_values_pb2.ContainerEngine:
|
|
400
|
+
"""Container engine to use for building and pushing the image (e.g., Docker, Podman)"""
|
|
372
401
|
def __init__(
|
|
373
402
|
self,
|
|
374
403
|
*,
|
|
@@ -377,8 +406,10 @@ class DockerEnv(google.protobuf.message.Message):
|
|
|
377
406
|
no_cache: builtins.bool = ...,
|
|
378
407
|
assumed_iam_role_arn: builtins.str = ...,
|
|
379
408
|
service_account_key_secret_name: builtins.str = ...,
|
|
409
|
+
container_engine: qwak.builds.build_values_pb2.ContainerEngine | None = ...,
|
|
380
410
|
) -> None: ...
|
|
381
|
-
def
|
|
411
|
+
def HasField(self, field_name: typing_extensions.Literal["container_engine", b"container_engine"]) -> builtins.bool: ...
|
|
412
|
+
def ClearField(self, field_name: typing_extensions.Literal["assumed_iam_role_arn", b"assumed_iam_role_arn", "base_image", b"base_image", "container_engine", b"container_engine", "env_vars", b"env_vars", "no_cache", b"no_cache", "service_account_key_secret_name", b"service_account_key_secret_name"]) -> None: ...
|
|
382
413
|
|
|
383
414
|
global___DockerEnv = DockerEnv
|
|
384
415
|
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: qwak/builds/build_values.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
9
|
+
# @@protoc_insertion_point(imports)
|
|
10
|
+
|
|
11
|
+
_sym_db = _symbol_database.Default()
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
from _qwak_proto.qwak.user_application.common.v0 import resources_pb2 as qwak_dot_user__application_dot_common_dot_v0_dot_resources__pb2
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1eqwak/builds/build_values.proto\x12\x15qwak.build.management\x1a/qwak/user_application/common/v0/resources.proto\"\xc3\x03\n\x10ModelBuildValues\x12\x34\n\nbuild_info\x18\x01 \x01(\x0b\x32 .qwak.build.management.BuildInfo\x12<\n\x0emodel_metadata\x18\x02 \x01(\x0b\x32$.qwak.build.management.ModelMetadata\x12\x45\n\x13model_code_location\x18\x03 \x01(\x0b\x32(.qwak.build.management.ModelCodeLocation\x12G\n\x14\x62uild_execution_spec\x18\x04 \x01(\x0b\x32).qwak.build.management.BuildExecutionSpec\x12\x30\n\x08sdk_spec\x18\x05 \x01(\x0b\x32\x1e.qwak.build.management.SdkSpec\x12G\n\x14jfrog_ecosystem_spec\x18\x06 \x01(\x0b\x32).qwak.build.management.JfrogEcosystemSpec\x12\x30\n\x08job_spec\x18\x07 \x01(\x0b\x32\x1e.qwak.build.management.JobSpec\"\xa3\x01\n\tBuildInfo\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x13\n\x0b\x62ranch_name\x18\x02 \x01(\t\x12\x12\n\nbuild_tags\x18\x03 \x03(\t\x12\x14\n\x0c\x62uild_config\x18\x04 \x01(\t\x12\x45\n\x13\x62uild_properties_v1\x18\x05 \x01(\x0b\x32(.qwak.build.management.BuildPropertiesV1\"]\n\x11\x42uildPropertiesV1\x12\x18\n\x10\x62uild_config_url\x18\x01 \x01(\t\x12\x15\n\rsdk_wheel_url\x18\x02 \x01(\t\x12\x17\n\x0fsdk_version_url\x18\x03 \x01(\t\"\x8e\x01\n\rModelMetadata\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x12\n\naccount_id\x18\x02 \x01(\t\x12\x0f\n\x07user_id\x18\x03 \x01(\t\x12\x46\n\x13\x61rtifactory_details\x18\x04 \x01(\x0b\x32).qwak.build.management.ArtifactoryDetails\")\n\x12\x41rtifactoryDetails\x12\x13\n\x0bproject_key\x18\x01 \x01(\t\"\xa0\x01\n\x11ModelCodeLocation\x12\x1c\n\x14main_model_directory\x18\x01 \x01(\t\x12\x34\n\tlocal_uri\x18\x02 \x01(\x0b\x32\x1f.qwak.build.management.LocalUriH\x00\x12\x30\n\x07git_uri\x18\x03 \x01(\x0b\x32\x1d.qwak.build.management.GitUriH\x00\x42\x05\n\x03uri\"\x18\n\x08LocalUri\x12\x0c\n\x04path\x18\x01 \x01(\t\"M\n\x06GitUri\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x36\n\x0bgit_details\x18\x02 \x01(\x0b\x32!.qwak.build.management.GitDetails\"|\n\nGitDetails\x12\x0e\n\x06\x62ranch\x18\x01 \x01(\t\x12\x11\n\tcommit_id\x18\x02 \x01(\t\x12\x15\n\x0b\x63redentials\x18\x03 \x01(\tH\x00\x12!\n\x17\x63redentials_secret_name\x18\x04 \x01(\tH\x00\x42\x11\n\x0fgit_credentials\"\xd0\x02\n\x12\x42uildExecutionSpec\x12\x1f\n\x17\x62uild_image_destination\x18\x01 \x01(\t\x12\"\n\x1ashould_build_without_cache\x18\x02 \x01(\x08\x12G\n\x14logs_verbosity_level\x18\x03 \x01(\x0e\x32).qwak.build.management.LogsVerbosityLevel\x12\x12\n\nbase_image\x18\x04 \x01(\t\x12\x1b\n\x13\x63ustom_iam_role_arn\x18\x05 \x01(\t\x12\x10\n\x08\x65nv_vars\x18\x06 \x03(\t\x12\'\n\x1fremote_builder_auth_secret_name\x18\x07 \x01(\t\x12@\n\x10\x63ontainer_engine\x18\x08 \x01(\x0b\x32&.qwak.build.management.ContainerEngine\"a\n\x07SdkSpec\x12\x13\n\x0bsdk_version\x18\x01 \x01(\t\x12\x1b\n\x13sdk_extra_index_url\x18\x02 \x01(\t\x12$\n\x1csdk_runtime_version_override\x18\x03 \x01(\t\"k\n\x12JfrogEcosystemSpec\x12\x0f\n\x07\x62\x61seUrl\x18\x01 \x01(\t\x12\x1d\n\x15\x61\x63\x63\x65ssTokenSecretName\x18\x02 \x01(\t\x12%\n\x1d\x61rtifactorySettingsSecretName\x18\x03 \x01(\t\"\xb5\x04\n\x07JobSpec\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\"\n\x1aprovision_instance_timeout\x18\x02 \x01(\x05\x12>\n\x0fpurchase_option\x18\x03 \x01(\x0e\x32%.qwak.build.management.PurchaseOption\x12$\n\x1cis_node_optimization_enabled\x18\x04 \x01(\x08\x12\"\n\x1ashould_use_build_isolation\x18\x05 \x01(\x08\x12#\n\x1bis_multi_tenant_environment\x18\x06 \x01(\x08\x12\x1a\n\x12is_self_hosted_jpd\x18\n \x01(\x08\x12 \n\x18\x62uild_executor_image_url\x18\x07 \x01(\t\x12<\n\x0e\x63loud_provider\x18\x08 \x01(\x0e\x32$.qwak.build.management.CloudProvider\x12\x30\n\x08job_size\x18\t \x01(\x0b\x32\x1e.qwak.build.management.JobSize\x12Y\n\x17\x62uild_executor_env_vars\x18\x0b \x03(\x0b\x32\x38.qwak.build.management.JobSpec.BuildExecutorEnvVarsEntry\x1a;\n\x19\x42uildExecutorEnvVarsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x9e\x02\n\x07JobSize\x12\x0f\n\x03\x63pu\x18\x01 \x01(\x02\x42\x02\x18\x01\x12\x19\n\rmemory_amount\x18\x02 \x01(\x05\x42\x02\x18\x01\x12;\n\x0cmemory_units\x18\x03 \x01(\x0e\x32!.qwak.build.management.MemoryUnitB\x02\x18\x01\x12H\n\rgpu_resources\x18\x04 \x01(\x0b\x32-.qwak.user_application.common.v0.GpuResourcesB\x02\x18\x01\x12`\n\x1c\x63lient_pod_compute_resources\x18\x05 \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResources\"\x9d\x01\n\x0f\x43ontainerEngine\x12>\n\x06\x64ocker\x18\x01 \x01(\x0b\x32,.qwak.build.management.DockerContainerEngineH\x00\x12\x42\n\x06podman\x18\x02 \x01(\x0b\x32,.qwak.build.management.PodmanContainerEngineB\x02\x18\x01H\x00\x42\x06\n\x04type\"\x17\n\x15\x44ockerContainerEngine\"\x17\n\x15PodmanContainerEngine*e\n\x0ePurchaseOption\x12\x1b\n\x17INVALID_PURCHASE_OPTION\x10\x00\x12\x18\n\x14SPOT_PURCHASE_OPTION\x10\x01\x12\x1c\n\x18ONDEMAND_PURCHASE_OPTION\x10\x02*H\n\rCloudProvider\x12\x1a\n\x16INVALID_CLOUD_PROVIDER\x10\x00\x12\x07\n\x03\x41WS\x10\x01\x12\x07\n\x03GCP\x10\x02\x12\t\n\x05\x41ZURE\x10\x03*7\n\nMemoryUnit\x12\x17\n\x13INVALID_MEMORY_UNIT\x10\x00\x12\x07\n\x03MIB\x10\x01\x12\x07\n\x03GIB\x10\x02*S\n\x12LogsVerbosityLevel\x12\x1a\n\x16INVALID_LOGS_VERBOSITY\x10\x00\x12\t\n\x05\x44\x45\x42UG\x10\n\x12\x08\n\x04INFO\x10\x14\x12\x0c\n\x08\x43RITICAL\x10\x32\x42\x36\n com.qwak.ai.management.build.apiP\x01Z\x10qwak/build;buildb\x06proto3')
|
|
18
|
+
|
|
19
|
+
_globals = globals()
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.builds.build_values_pb2', _globals)
|
|
22
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
23
|
+
|
|
24
|
+
DESCRIPTOR._options = None
|
|
25
|
+
DESCRIPTOR._serialized_options = b'\n com.qwak.ai.management.build.apiP\001Z\020qwak/build;build'
|
|
26
|
+
_JOBSPEC_BUILDEXECUTORENVVARSENTRY._options = None
|
|
27
|
+
_JOBSPEC_BUILDEXECUTORENVVARSENTRY._serialized_options = b'8\001'
|
|
28
|
+
_JOBSIZE.fields_by_name['cpu']._options = None
|
|
29
|
+
_JOBSIZE.fields_by_name['cpu']._serialized_options = b'\030\001'
|
|
30
|
+
_JOBSIZE.fields_by_name['memory_amount']._options = None
|
|
31
|
+
_JOBSIZE.fields_by_name['memory_amount']._serialized_options = b'\030\001'
|
|
32
|
+
_JOBSIZE.fields_by_name['memory_units']._options = None
|
|
33
|
+
_JOBSIZE.fields_by_name['memory_units']._serialized_options = b'\030\001'
|
|
34
|
+
_JOBSIZE.fields_by_name['gpu_resources']._options = None
|
|
35
|
+
_JOBSIZE.fields_by_name['gpu_resources']._serialized_options = b'\030\001'
|
|
36
|
+
_CONTAINERENGINE.fields_by_name['podman']._options = None
|
|
37
|
+
_CONTAINERENGINE.fields_by_name['podman']._serialized_options = b'\030\001'
|
|
38
|
+
_globals['_PURCHASEOPTION']._serialized_start=3017
|
|
39
|
+
_globals['_PURCHASEOPTION']._serialized_end=3118
|
|
40
|
+
_globals['_CLOUDPROVIDER']._serialized_start=3120
|
|
41
|
+
_globals['_CLOUDPROVIDER']._serialized_end=3192
|
|
42
|
+
_globals['_MEMORYUNIT']._serialized_start=3194
|
|
43
|
+
_globals['_MEMORYUNIT']._serialized_end=3249
|
|
44
|
+
_globals['_LOGSVERBOSITYLEVEL']._serialized_start=3251
|
|
45
|
+
_globals['_LOGSVERBOSITYLEVEL']._serialized_end=3334
|
|
46
|
+
_globals['_MODELBUILDVALUES']._serialized_start=107
|
|
47
|
+
_globals['_MODELBUILDVALUES']._serialized_end=558
|
|
48
|
+
_globals['_BUILDINFO']._serialized_start=561
|
|
49
|
+
_globals['_BUILDINFO']._serialized_end=724
|
|
50
|
+
_globals['_BUILDPROPERTIESV1']._serialized_start=726
|
|
51
|
+
_globals['_BUILDPROPERTIESV1']._serialized_end=819
|
|
52
|
+
_globals['_MODELMETADATA']._serialized_start=822
|
|
53
|
+
_globals['_MODELMETADATA']._serialized_end=964
|
|
54
|
+
_globals['_ARTIFACTORYDETAILS']._serialized_start=966
|
|
55
|
+
_globals['_ARTIFACTORYDETAILS']._serialized_end=1007
|
|
56
|
+
_globals['_MODELCODELOCATION']._serialized_start=1010
|
|
57
|
+
_globals['_MODELCODELOCATION']._serialized_end=1170
|
|
58
|
+
_globals['_LOCALURI']._serialized_start=1172
|
|
59
|
+
_globals['_LOCALURI']._serialized_end=1196
|
|
60
|
+
_globals['_GITURI']._serialized_start=1198
|
|
61
|
+
_globals['_GITURI']._serialized_end=1275
|
|
62
|
+
_globals['_GITDETAILS']._serialized_start=1277
|
|
63
|
+
_globals['_GITDETAILS']._serialized_end=1401
|
|
64
|
+
_globals['_BUILDEXECUTIONSPEC']._serialized_start=1404
|
|
65
|
+
_globals['_BUILDEXECUTIONSPEC']._serialized_end=1740
|
|
66
|
+
_globals['_SDKSPEC']._serialized_start=1742
|
|
67
|
+
_globals['_SDKSPEC']._serialized_end=1839
|
|
68
|
+
_globals['_JFROGECOSYSTEMSPEC']._serialized_start=1841
|
|
69
|
+
_globals['_JFROGECOSYSTEMSPEC']._serialized_end=1948
|
|
70
|
+
_globals['_JOBSPEC']._serialized_start=1951
|
|
71
|
+
_globals['_JOBSPEC']._serialized_end=2516
|
|
72
|
+
_globals['_JOBSPEC_BUILDEXECUTORENVVARSENTRY']._serialized_start=2457
|
|
73
|
+
_globals['_JOBSPEC_BUILDEXECUTORENVVARSENTRY']._serialized_end=2516
|
|
74
|
+
_globals['_JOBSIZE']._serialized_start=2519
|
|
75
|
+
_globals['_JOBSIZE']._serialized_end=2805
|
|
76
|
+
_globals['_CONTAINERENGINE']._serialized_start=2808
|
|
77
|
+
_globals['_CONTAINERENGINE']._serialized_end=2965
|
|
78
|
+
_globals['_DOCKERCONTAINERENGINE']._serialized_start=2967
|
|
79
|
+
_globals['_DOCKERCONTAINERENGINE']._serialized_end=2990
|
|
80
|
+
_globals['_PODMANCONTAINERENGINE']._serialized_start=2992
|
|
81
|
+
_globals['_PODMANCONTAINERENGINE']._serialized_end=3015
|
|
82
|
+
# @@protoc_insertion_point(module_scope)
|