qwak-core 0.4.242__py3-none-any.whl → 0.4.243__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/builds/build_url_pb2.py +43 -3
- _qwak_proto/qwak/builds/build_url_pb2.pyi +63 -0
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +23 -3
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.pyi +31 -0
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py +33 -0
- qwak/__init__.py +1 -1
- {qwak_core-0.4.242.dist-info → qwak_core-0.4.243.dist-info}/METADATA +1 -1
- {qwak_core-0.4.242.dist-info → qwak_core-0.4.243.dist-info}/RECORD +9 -9
- {qwak_core-0.4.242.dist-info → qwak_core-0.4.243.dist-info}/WHEEL +0 -0
@@ -15,7 +15,7 @@ _sym_db = _symbol_database.Default()
|
|
15
15
|
|
16
16
|
|
17
17
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1bqwak/builds/build_url.proto\x12\x18qwak.builds.orchestrator\"\xe7\x01\n\x18\x42uildVersioningUrlParams\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\x12\x0b\n\x03tag\x18\x03 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x04 \x01(\t\x12\x43\n\x08tag_type\x18\x05 \x01(\x0e\x32\x31.qwak.builds.orchestrator.BuildVersioningTagsType\x12$\n\x1ause_cloud_provider_storage\x18\x06 \x01(\x08H\x00\x42\x17\n\x15\x63loud_provider_option\"\xb5\x01\n\x13\x42uildVersioningTags\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\x12\x10\n\x04tags\x18\x03 \x03(\tB\x02\x18\x01\x12P\n\x0ftags_definition\x18\x04 \x03(\x0b\x32\x37.qwak.builds.orchestrator.BuildVersioningTagsDefinition\x12\x16\n\x0e\x65nvironment_id\x18\x05 \x01(\t\"n\n\x1d\x42uildVersioningTagsDefinition\x12\x0c\n\x04tags\x18\x01 \x03(\t\x12?\n\x04type\x18\x02 \x01(\x0e\x32\x31.qwak.builds.orchestrator.BuildVersioningTagsType\"\xf8\x01\n\x1d\x42uildVersioningTagsProperties\x12\x0b\n\x03tag\x18\x01 \x01(\t\x12\x14\n\x0c\x64ownload_url\x18\x02 \x01(\t\x12\x11\n\tfile_size\x18\x03 \x01(\x03\x12\x43\n\x08tag_type\x18\x04 \x01(\x0e\x32\x31.qwak.builds.orchestrator.BuildVersioningTagsType\x12\x44\n\x15\x65xternal_download_url\x18\x05 \x01(\x0b\x32%.qwak.builds.orchestrator.ExternalUrl\x12\x16\n\x0eui_direct_link\x18\x06 \x01(\t\"5\n\x0b\x45xternalUrl\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x19\n\x11original_hostname\x18\x02 \x01(\t\"Z\n\x15\x42uildArtifactPathSpec\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x10\n\x08model_id\x18\x02 \x01(\t\x12\x0b\n\x03tag\x18\x03 \x01(\t\x12\x10\n\x08key_path\x18\x04 \x01(\t*h\n\x17\x42uildVersioningTagsType\x12\x14\n\x10INVALID_TAG_TYPE\x10\x00\x12\x11\n\rDATA_TAG_TYPE\x10\x01\x12\x11\n\rFILE_TAG_TYPE\x10\x02\x12\x11\n\rCODE_TAG_TYPE\x10\x03\x42\'\n#com.qwak.ai.builds.orchestrator.apiP\x01\x62\x06proto3')
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1bqwak/builds/build_url.proto\x12\x18qwak.builds.orchestrator\"\xe7\x01\n\x18\x42uildVersioningUrlParams\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\x12\x0b\n\x03tag\x18\x03 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x04 \x01(\t\x12\x43\n\x08tag_type\x18\x05 \x01(\x0e\x32\x31.qwak.builds.orchestrator.BuildVersioningTagsType\x12$\n\x1ause_cloud_provider_storage\x18\x06 \x01(\x08H\x00\x42\x17\n\x15\x63loud_provider_option\"\xb5\x01\n\x13\x42uildVersioningTags\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\x12\x10\n\x04tags\x18\x03 \x03(\tB\x02\x18\x01\x12P\n\x0ftags_definition\x18\x04 \x03(\x0b\x32\x37.qwak.builds.orchestrator.BuildVersioningTagsDefinition\x12\x16\n\x0e\x65nvironment_id\x18\x05 \x01(\t\"n\n\x1d\x42uildVersioningTagsDefinition\x12\x0c\n\x04tags\x18\x01 \x03(\t\x12?\n\x04type\x18\x02 \x01(\x0e\x32\x31.qwak.builds.orchestrator.BuildVersioningTagsType\"\xf8\x01\n\x1d\x42uildVersioningTagsProperties\x12\x0b\n\x03tag\x18\x01 \x01(\t\x12\x14\n\x0c\x64ownload_url\x18\x02 \x01(\t\x12\x11\n\tfile_size\x18\x03 \x01(\x03\x12\x43\n\x08tag_type\x18\x04 \x01(\x0e\x32\x31.qwak.builds.orchestrator.BuildVersioningTagsType\x12\x44\n\x15\x65xternal_download_url\x18\x05 \x01(\x0b\x32%.qwak.builds.orchestrator.ExternalUrl\x12\x16\n\x0eui_direct_link\x18\x06 \x01(\t\"5\n\x0b\x45xternalUrl\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x19\n\x11original_hostname\x18\x02 \x01(\t\"Z\n\x15\x42uildArtifactPathSpec\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x10\n\x08model_id\x18\x02 \x01(\t\x12\x0b\n\x03tag\x18\x03 \x01(\t\x12\x10\n\x08key_path\x18\x04 \x01(\t\"\x0e\n\x0c\x44\x61taArtifact\"\x0e\n\x0c\x43odeArtifact\"\x0e\n\x0c\x46ileArtifact\"\xf6\x01\n\rBuildArtifact\x12\x0c\n\x04name\x18\x01 \x01(\t\x12?\n\rdata_artifact\x18\x02 \x01(\x0b\x32&.qwak.builds.orchestrator.DataArtifactH\x00\x12?\n\rcode_artifact\x18\x03 \x01(\x0b\x32&.qwak.builds.orchestrator.CodeArtifactH\x00\x12?\n\rfile_artifact\x18\x04 \x01(\x0b\x32&.qwak.builds.orchestrator.FileArtifactH\x00\x12\x0c\n\x04path\x18\x05 \x01(\tB\x06\n\x04type*h\n\x17\x42uildVersioningTagsType\x12\x14\n\x10INVALID_TAG_TYPE\x10\x00\x12\x11\n\rDATA_TAG_TYPE\x10\x01\x12\x11\n\rFILE_TAG_TYPE\x10\x02\x12\x11\n\rCODE_TAG_TYPE\x10\x03\x42\'\n#com.qwak.ai.builds.orchestrator.apiP\x01\x62\x06proto3')
|
19
19
|
|
20
20
|
_BUILDVERSIONINGTAGSTYPE = DESCRIPTOR.enum_types_by_name['BuildVersioningTagsType']
|
21
21
|
BuildVersioningTagsType = enum_type_wrapper.EnumTypeWrapper(_BUILDVERSIONINGTAGSTYPE)
|
@@ -31,6 +31,10 @@ _BUILDVERSIONINGTAGSDEFINITION = DESCRIPTOR.message_types_by_name['BuildVersioni
|
|
31
31
|
_BUILDVERSIONINGTAGSPROPERTIES = DESCRIPTOR.message_types_by_name['BuildVersioningTagsProperties']
|
32
32
|
_EXTERNALURL = DESCRIPTOR.message_types_by_name['ExternalUrl']
|
33
33
|
_BUILDARTIFACTPATHSPEC = DESCRIPTOR.message_types_by_name['BuildArtifactPathSpec']
|
34
|
+
_DATAARTIFACT = DESCRIPTOR.message_types_by_name['DataArtifact']
|
35
|
+
_CODEARTIFACT = DESCRIPTOR.message_types_by_name['CodeArtifact']
|
36
|
+
_FILEARTIFACT = DESCRIPTOR.message_types_by_name['FileArtifact']
|
37
|
+
_BUILDARTIFACT = DESCRIPTOR.message_types_by_name['BuildArtifact']
|
34
38
|
BuildVersioningUrlParams = _reflection.GeneratedProtocolMessageType('BuildVersioningUrlParams', (_message.Message,), {
|
35
39
|
'DESCRIPTOR' : _BUILDVERSIONINGURLPARAMS,
|
36
40
|
'__module__' : 'qwak.builds.build_url_pb2'
|
@@ -73,14 +77,42 @@ BuildArtifactPathSpec = _reflection.GeneratedProtocolMessageType('BuildArtifactP
|
|
73
77
|
})
|
74
78
|
_sym_db.RegisterMessage(BuildArtifactPathSpec)
|
75
79
|
|
80
|
+
DataArtifact = _reflection.GeneratedProtocolMessageType('DataArtifact', (_message.Message,), {
|
81
|
+
'DESCRIPTOR' : _DATAARTIFACT,
|
82
|
+
'__module__' : 'qwak.builds.build_url_pb2'
|
83
|
+
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.DataArtifact)
|
84
|
+
})
|
85
|
+
_sym_db.RegisterMessage(DataArtifact)
|
86
|
+
|
87
|
+
CodeArtifact = _reflection.GeneratedProtocolMessageType('CodeArtifact', (_message.Message,), {
|
88
|
+
'DESCRIPTOR' : _CODEARTIFACT,
|
89
|
+
'__module__' : 'qwak.builds.build_url_pb2'
|
90
|
+
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.CodeArtifact)
|
91
|
+
})
|
92
|
+
_sym_db.RegisterMessage(CodeArtifact)
|
93
|
+
|
94
|
+
FileArtifact = _reflection.GeneratedProtocolMessageType('FileArtifact', (_message.Message,), {
|
95
|
+
'DESCRIPTOR' : _FILEARTIFACT,
|
96
|
+
'__module__' : 'qwak.builds.build_url_pb2'
|
97
|
+
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.FileArtifact)
|
98
|
+
})
|
99
|
+
_sym_db.RegisterMessage(FileArtifact)
|
100
|
+
|
101
|
+
BuildArtifact = _reflection.GeneratedProtocolMessageType('BuildArtifact', (_message.Message,), {
|
102
|
+
'DESCRIPTOR' : _BUILDARTIFACT,
|
103
|
+
'__module__' : 'qwak.builds.build_url_pb2'
|
104
|
+
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.BuildArtifact)
|
105
|
+
})
|
106
|
+
_sym_db.RegisterMessage(BuildArtifact)
|
107
|
+
|
76
108
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
77
109
|
|
78
110
|
DESCRIPTOR._options = None
|
79
111
|
DESCRIPTOR._serialized_options = b'\n#com.qwak.ai.builds.orchestrator.apiP\001'
|
80
112
|
_BUILDVERSIONINGTAGS.fields_by_name['tags']._options = None
|
81
113
|
_BUILDVERSIONINGTAGS.fields_by_name['tags']._serialized_options = b'\030\001'
|
82
|
-
_BUILDVERSIONINGTAGSTYPE._serialized_start=
|
83
|
-
_BUILDVERSIONINGTAGSTYPE._serialized_end=
|
114
|
+
_BUILDVERSIONINGTAGSTYPE._serialized_start=1282
|
115
|
+
_BUILDVERSIONINGTAGSTYPE._serialized_end=1386
|
84
116
|
_BUILDVERSIONINGURLPARAMS._serialized_start=58
|
85
117
|
_BUILDVERSIONINGURLPARAMS._serialized_end=289
|
86
118
|
_BUILDVERSIONINGTAGS._serialized_start=292
|
@@ -93,4 +125,12 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
93
125
|
_EXTERNALURL._serialized_end=891
|
94
126
|
_BUILDARTIFACTPATHSPEC._serialized_start=893
|
95
127
|
_BUILDARTIFACTPATHSPEC._serialized_end=983
|
128
|
+
_DATAARTIFACT._serialized_start=985
|
129
|
+
_DATAARTIFACT._serialized_end=999
|
130
|
+
_CODEARTIFACT._serialized_start=1001
|
131
|
+
_CODEARTIFACT._serialized_end=1015
|
132
|
+
_FILEARTIFACT._serialized_start=1017
|
133
|
+
_FILEARTIFACT._serialized_end=1031
|
134
|
+
_BUILDARTIFACT._serialized_start=1034
|
135
|
+
_BUILDARTIFACT._serialized_end=1280
|
96
136
|
# @@protoc_insertion_point(module_scope)
|
@@ -210,3 +210,66 @@ class BuildArtifactPathSpec(google.protobuf.message.Message):
|
|
210
210
|
def ClearField(self, field_name: typing_extensions.Literal["build_id", b"build_id", "key_path", b"key_path", "model_id", b"model_id", "tag", b"tag"]) -> None: ...
|
211
211
|
|
212
212
|
global___BuildArtifactPathSpec = BuildArtifactPathSpec
|
213
|
+
|
214
|
+
class DataArtifact(google.protobuf.message.Message):
|
215
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
216
|
+
|
217
|
+
def __init__(
|
218
|
+
self,
|
219
|
+
) -> None: ...
|
220
|
+
|
221
|
+
global___DataArtifact = DataArtifact
|
222
|
+
|
223
|
+
class CodeArtifact(google.protobuf.message.Message):
|
224
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
225
|
+
|
226
|
+
def __init__(
|
227
|
+
self,
|
228
|
+
) -> None: ...
|
229
|
+
|
230
|
+
global___CodeArtifact = CodeArtifact
|
231
|
+
|
232
|
+
class FileArtifact(google.protobuf.message.Message):
|
233
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
234
|
+
|
235
|
+
def __init__(
|
236
|
+
self,
|
237
|
+
) -> None: ...
|
238
|
+
|
239
|
+
global___FileArtifact = FileArtifact
|
240
|
+
|
241
|
+
class BuildArtifact(google.protobuf.message.Message):
|
242
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
243
|
+
|
244
|
+
NAME_FIELD_NUMBER: builtins.int
|
245
|
+
DATA_ARTIFACT_FIELD_NUMBER: builtins.int
|
246
|
+
CODE_ARTIFACT_FIELD_NUMBER: builtins.int
|
247
|
+
FILE_ARTIFACT_FIELD_NUMBER: builtins.int
|
248
|
+
PATH_FIELD_NUMBER: builtins.int
|
249
|
+
name: builtins.str
|
250
|
+
"""The name used to identify the artifact"""
|
251
|
+
@property
|
252
|
+
def data_artifact(self) -> global___DataArtifact:
|
253
|
+
"""The artifact is a data artifact"""
|
254
|
+
@property
|
255
|
+
def code_artifact(self) -> global___CodeArtifact:
|
256
|
+
"""The artifact is a code artifact"""
|
257
|
+
@property
|
258
|
+
def file_artifact(self) -> global___FileArtifact:
|
259
|
+
"""The artifact is a file artifact"""
|
260
|
+
path: builtins.str
|
261
|
+
"""The path where the artifact is stored"""
|
262
|
+
def __init__(
|
263
|
+
self,
|
264
|
+
*,
|
265
|
+
name: builtins.str = ...,
|
266
|
+
data_artifact: global___DataArtifact | None = ...,
|
267
|
+
code_artifact: global___CodeArtifact | None = ...,
|
268
|
+
file_artifact: global___FileArtifact | None = ...,
|
269
|
+
path: builtins.str = ...,
|
270
|
+
) -> None: ...
|
271
|
+
def HasField(self, field_name: typing_extensions.Literal["code_artifact", b"code_artifact", "data_artifact", b"data_artifact", "file_artifact", b"file_artifact", "type", b"type"]) -> builtins.bool: ...
|
272
|
+
def ClearField(self, field_name: typing_extensions.Literal["code_artifact", b"code_artifact", "data_artifact", b"data_artifact", "file_artifact", b"file_artifact", "name", b"name", "path", b"path", "type", b"type"]) -> None: ...
|
273
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["data_artifact", "code_artifact", "file_artifact"] | None: ...
|
274
|
+
|
275
|
+
global___BuildArtifact = BuildArtifact
|
@@ -16,7 +16,7 @@ from _qwak_proto.qwak.builds import build_pb2 as qwak_dot_builds_dot_build__pb2
|
|
16
16
|
from _qwak_proto.qwak.builds import build_url_pb2 as qwak_dot_builds_dot_build__url__pb2
|
17
17
|
|
18
18
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-qwak/builds/builds_orchestrator_service.proto\x12\x18qwak.builds.orchestrator\x1a\x17qwak/builds/build.proto\x1a\x1bqwak/builds/build_url.proto\"R\n\x11\x42uildModelRequest\x12=\n\nbuild_spec\x18\x01 \x01(\x0b\x32).qwak.builds.orchestrator.RemoteBuildSpec\"\x14\n\x12\x42uildModelResponse\"+\n\x17\x43\x61ncelBuildModelRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\"\x1a\n\x18\x43\x61ncelBuildModelResponse\"*\n\x16\x43reateUploadURLRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\"C\n\x17\x43reateUploadURLResponse\x12\x12\n\nupload_url\x18\x01 \x01(\t\x12\x14\n\x0c\x64ownload_url\x18\x02 \x01(\t\"h\n\"GetBuildVersioningUploadURLRequest\x12\x42\n\x06params\x18\x01 \x01(\x0b\x32\x32.qwak.builds.orchestrator.BuildVersioningUrlParams\"\xa7\x02\n#GetBuildVersioningUploadURLResponse\x12\x12\n\nupload_url\x18\x01 \x01(\t\x12\x0c\n\x04path\x18\x02 \x01(\t\x12Q\n\x15\x61uthentication_detail\x18\x03 \x01(\x0b\x32..qwak.builds.orchestrator.AuthenticationDetailB\x02\x18\x01\x12[\n\x07headers\x18\x04 \x03(\x0b\x32J.qwak.builds.orchestrator.GetBuildVersioningUploadURLResponse.HeadersEntry\x1a.\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x86\x01\n\x14\x41uthenticationDetail\x12Z\n\x1bjfrog_authentication_detail\x18\x01 \x01(\x0b\x32\x33.qwak.builds.orchestrator.JfrogAuthenticationDetailH\x00\x42\x12\n\x10integration_type\"<\n\x19JfrogAuthenticationDetail\x12\x10\n\x08username\x18\x01 \x01(\t\x12\r\n\x05token\x18\x02 \x01(\t\"j\n$GetBuildVersioningDownloadURLRequest\x12\x42\n\x06params\x18\x01 \x01(\x0b\x32\x32.qwak.builds.orchestrator.BuildVersioningUrlParams\"\xdf\x01\n%GetBuildVersioningDownloadURLResponse\x12\x14\n\x0c\x64ownload_url\x18\x01 \x01(\t\x12\x11\n\tfile_size\x18\x02 \x01(\x03\x12]\n\x07headers\x18\x03 \x03(\x0b\x32L.qwak.builds.orchestrator.GetBuildVersioningDownloadURLResponse.HeadersEntry\x1a.\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"n\n\x1eListBuildVersioningTagsRequest\x12L\n\x15\x62uild_versioning_tags\x18\x01 \x01(\x0b\x32-.qwak.builds.orchestrator.BuildVersioningTags\"\x9c\x01\n\x1fListBuildVersioningTagsResponse\x12\x61\n build_versioning_tags_properties\x18\x01 \x03(\x0b\x32\x37.qwak.builds.orchestrator.BuildVersioningTagsProperties\x12\x16\n\x0eui_direct_link\x18\x02 \x01(\t\"\x95\x01\n\x16\x43reateDataTableRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\x12\x0b\n\x03tag\x18\x03 \x01(\t\x12<\n\x05table\x18\x04 \x01(\x0b\x32-.qwak.builds.orchestrator.DataTableDefinition\x12\x0c\n\x04path\x18\x05 \x01(\t\"\x19\n\x17\x43reateDataTableResponse\"n\n\x1dGetBaseDockerImageNameRequest\x12M\n\x16\x62\x61se_docker_image_type\x18\x01 \x01(\x0e\x32-.qwak.builds.orchestrator.BaseDockerImageType\"@\n\x1eGetBaseDockerImageNameResponse\x12\x1e\n\x16\x62\x61se_docker_image_name\x18\x01 \x01(\t\"f\n\x17SaveArtifactPathRequest\x12K\n\x12\x61rtifact_path_spec\x18\x01 \x01(\x0b\x32/.qwak.builds.orchestrator.BuildArtifactPathSpec\"\x1a\n\
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-qwak/builds/builds_orchestrator_service.proto\x12\x18qwak.builds.orchestrator\x1a\x17qwak/builds/build.proto\x1a\x1bqwak/builds/build_url.proto\"R\n\x11\x42uildModelRequest\x12=\n\nbuild_spec\x18\x01 \x01(\x0b\x32).qwak.builds.orchestrator.RemoteBuildSpec\"\x14\n\x12\x42uildModelResponse\"+\n\x17\x43\x61ncelBuildModelRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\"\x1a\n\x18\x43\x61ncelBuildModelResponse\"*\n\x16\x43reateUploadURLRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\"C\n\x17\x43reateUploadURLResponse\x12\x12\n\nupload_url\x18\x01 \x01(\t\x12\x14\n\x0c\x64ownload_url\x18\x02 \x01(\t\"h\n\"GetBuildVersioningUploadURLRequest\x12\x42\n\x06params\x18\x01 \x01(\x0b\x32\x32.qwak.builds.orchestrator.BuildVersioningUrlParams\"\xa7\x02\n#GetBuildVersioningUploadURLResponse\x12\x12\n\nupload_url\x18\x01 \x01(\t\x12\x0c\n\x04path\x18\x02 \x01(\t\x12Q\n\x15\x61uthentication_detail\x18\x03 \x01(\x0b\x32..qwak.builds.orchestrator.AuthenticationDetailB\x02\x18\x01\x12[\n\x07headers\x18\x04 \x03(\x0b\x32J.qwak.builds.orchestrator.GetBuildVersioningUploadURLResponse.HeadersEntry\x1a.\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x86\x01\n\x14\x41uthenticationDetail\x12Z\n\x1bjfrog_authentication_detail\x18\x01 \x01(\x0b\x32\x33.qwak.builds.orchestrator.JfrogAuthenticationDetailH\x00\x42\x12\n\x10integration_type\"<\n\x19JfrogAuthenticationDetail\x12\x10\n\x08username\x18\x01 \x01(\t\x12\r\n\x05token\x18\x02 \x01(\t\"j\n$GetBuildVersioningDownloadURLRequest\x12\x42\n\x06params\x18\x01 \x01(\x0b\x32\x32.qwak.builds.orchestrator.BuildVersioningUrlParams\"\xdf\x01\n%GetBuildVersioningDownloadURLResponse\x12\x14\n\x0c\x64ownload_url\x18\x01 \x01(\t\x12\x11\n\tfile_size\x18\x02 \x01(\x03\x12]\n\x07headers\x18\x03 \x03(\x0b\x32L.qwak.builds.orchestrator.GetBuildVersioningDownloadURLResponse.HeadersEntry\x1a.\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"n\n\x1eListBuildVersioningTagsRequest\x12L\n\x15\x62uild_versioning_tags\x18\x01 \x01(\x0b\x32-.qwak.builds.orchestrator.BuildVersioningTags\"\x9c\x01\n\x1fListBuildVersioningTagsResponse\x12\x61\n build_versioning_tags_properties\x18\x01 \x03(\x0b\x32\x37.qwak.builds.orchestrator.BuildVersioningTagsProperties\x12\x16\n\x0eui_direct_link\x18\x02 \x01(\t\"\x95\x01\n\x16\x43reateDataTableRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\x12\x0b\n\x03tag\x18\x03 \x01(\t\x12<\n\x05table\x18\x04 \x01(\x0b\x32-.qwak.builds.orchestrator.DataTableDefinition\x12\x0c\n\x04path\x18\x05 \x01(\t\"\x19\n\x17\x43reateDataTableResponse\"n\n\x1dGetBaseDockerImageNameRequest\x12M\n\x16\x62\x61se_docker_image_type\x18\x01 \x01(\x0e\x32-.qwak.builds.orchestrator.BaseDockerImageType\"@\n\x1eGetBaseDockerImageNameResponse\x12\x1e\n\x16\x62\x61se_docker_image_name\x18\x01 \x01(\t\"f\n\x17SaveArtifactPathRequest\x12K\n\x12\x61rtifact_path_spec\x18\x01 \x01(\x0b\x32/.qwak.builds.orchestrator.BuildArtifactPathSpec\"\x1a\n\x18SaveArtifactPathResponse\"-\n\x19ListBuildArtifactsRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\"X\n\x1aListBuildArtifactsResponse\x12:\n\tartifacts\x18\x01 \x03(\x0b\x32\'.qwak.builds.orchestrator.BuildArtifact2\xcf\n\n\x19\x42uildsOrchestratorService\x12g\n\nBuildModel\x12+.qwak.builds.orchestrator.BuildModelRequest\x1a,.qwak.builds.orchestrator.BuildModelResponse\x12y\n\x10\x43\x61ncelBuildModel\x12\x31.qwak.builds.orchestrator.CancelBuildModelRequest\x1a\x32.qwak.builds.orchestrator.CancelBuildModelResponse\x12{\n\x0f\x43reateUploadURL\x12\x30.qwak.builds.orchestrator.CreateUploadURLRequest\x1a\x31.qwak.builds.orchestrator.CreateUploadURLResponse\"\x03\x88\x02\x01\x12\x9a\x01\n\x1bGetBuildVersioningUploadURL\x12<.qwak.builds.orchestrator.GetBuildVersioningUploadURLRequest\x1a=.qwak.builds.orchestrator.GetBuildVersioningUploadURLResponse\x12\xa0\x01\n\x1dGetBuildVersioningDownloadURL\x12>.qwak.builds.orchestrator.GetBuildVersioningDownloadURLRequest\x1a?.qwak.builds.orchestrator.GetBuildVersioningDownloadURLResponse\x12\x8e\x01\n\x17ListBuildVersioningTags\x12\x38.qwak.builds.orchestrator.ListBuildVersioningTagsRequest\x1a\x39.qwak.builds.orchestrator.ListBuildVersioningTagsResponse\x12v\n\x0f\x43reateDataTable\x12\x30.qwak.builds.orchestrator.CreateDataTableRequest\x1a\x31.qwak.builds.orchestrator.CreateDataTableResponse\x12\x8b\x01\n\x16GetBaseDockerImageName\x12\x37.qwak.builds.orchestrator.GetBaseDockerImageNameRequest\x1a\x38.qwak.builds.orchestrator.GetBaseDockerImageNameResponse\x12y\n\x10SaveArtifactPath\x12\x31.qwak.builds.orchestrator.SaveArtifactPathRequest\x1a\x32.qwak.builds.orchestrator.SaveArtifactPathResponse\x12\x7f\n\x12ListBuildArtifacts\x12\x33.qwak.builds.orchestrator.ListBuildArtifactsRequest\x1a\x34.qwak.builds.orchestrator.ListBuildArtifactsResponseB\'\n#com.qwak.ai.builds.orchestrator.apiP\x01\x62\x06proto3')
|
20
20
|
|
21
21
|
|
22
22
|
|
@@ -42,6 +42,8 @@ _GETBASEDOCKERIMAGENAMEREQUEST = DESCRIPTOR.message_types_by_name['GetBaseDocker
|
|
42
42
|
_GETBASEDOCKERIMAGENAMERESPONSE = DESCRIPTOR.message_types_by_name['GetBaseDockerImageNameResponse']
|
43
43
|
_SAVEARTIFACTPATHREQUEST = DESCRIPTOR.message_types_by_name['SaveArtifactPathRequest']
|
44
44
|
_SAVEARTIFACTPATHRESPONSE = DESCRIPTOR.message_types_by_name['SaveArtifactPathResponse']
|
45
|
+
_LISTBUILDARTIFACTSREQUEST = DESCRIPTOR.message_types_by_name['ListBuildArtifactsRequest']
|
46
|
+
_LISTBUILDARTIFACTSRESPONSE = DESCRIPTOR.message_types_by_name['ListBuildArtifactsResponse']
|
45
47
|
BuildModelRequest = _reflection.GeneratedProtocolMessageType('BuildModelRequest', (_message.Message,), {
|
46
48
|
'DESCRIPTOR' : _BUILDMODELREQUEST,
|
47
49
|
'__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
|
@@ -198,6 +200,20 @@ SaveArtifactPathResponse = _reflection.GeneratedProtocolMessageType('SaveArtifac
|
|
198
200
|
})
|
199
201
|
_sym_db.RegisterMessage(SaveArtifactPathResponse)
|
200
202
|
|
203
|
+
ListBuildArtifactsRequest = _reflection.GeneratedProtocolMessageType('ListBuildArtifactsRequest', (_message.Message,), {
|
204
|
+
'DESCRIPTOR' : _LISTBUILDARTIFACTSREQUEST,
|
205
|
+
'__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
|
206
|
+
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.ListBuildArtifactsRequest)
|
207
|
+
})
|
208
|
+
_sym_db.RegisterMessage(ListBuildArtifactsRequest)
|
209
|
+
|
210
|
+
ListBuildArtifactsResponse = _reflection.GeneratedProtocolMessageType('ListBuildArtifactsResponse', (_message.Message,), {
|
211
|
+
'DESCRIPTOR' : _LISTBUILDARTIFACTSRESPONSE,
|
212
|
+
'__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
|
213
|
+
# @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.ListBuildArtifactsResponse)
|
214
|
+
})
|
215
|
+
_sym_db.RegisterMessage(ListBuildArtifactsResponse)
|
216
|
+
|
201
217
|
_BUILDSORCHESTRATORSERVICE = DESCRIPTOR.services_by_name['BuildsOrchestratorService']
|
202
218
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
203
219
|
|
@@ -255,6 +271,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
255
271
|
_SAVEARTIFACTPATHREQUEST._serialized_end=2088
|
256
272
|
_SAVEARTIFACTPATHRESPONSE._serialized_start=2090
|
257
273
|
_SAVEARTIFACTPATHRESPONSE._serialized_end=2116
|
258
|
-
|
259
|
-
|
274
|
+
_LISTBUILDARTIFACTSREQUEST._serialized_start=2118
|
275
|
+
_LISTBUILDARTIFACTSREQUEST._serialized_end=2163
|
276
|
+
_LISTBUILDARTIFACTSRESPONSE._serialized_start=2165
|
277
|
+
_LISTBUILDARTIFACTSRESPONSE._serialized_end=2253
|
278
|
+
_BUILDSORCHESTRATORSERVICE._serialized_start=2256
|
279
|
+
_BUILDSORCHESTRATORSERVICE._serialized_end=3615
|
260
280
|
# @@protoc_insertion_point(module_scope)
|
@@ -386,3 +386,34 @@ class SaveArtifactPathResponse(google.protobuf.message.Message):
|
|
386
386
|
) -> None: ...
|
387
387
|
|
388
388
|
global___SaveArtifactPathResponse = SaveArtifactPathResponse
|
389
|
+
|
390
|
+
class ListBuildArtifactsRequest(google.protobuf.message.Message):
|
391
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
392
|
+
|
393
|
+
BUILD_ID_FIELD_NUMBER: builtins.int
|
394
|
+
build_id: builtins.str
|
395
|
+
"""The build Id to list the artifacts for"""
|
396
|
+
def __init__(
|
397
|
+
self,
|
398
|
+
*,
|
399
|
+
build_id: builtins.str = ...,
|
400
|
+
) -> None: ...
|
401
|
+
def ClearField(self, field_name: typing_extensions.Literal["build_id", b"build_id"]) -> None: ...
|
402
|
+
|
403
|
+
global___ListBuildArtifactsRequest = ListBuildArtifactsRequest
|
404
|
+
|
405
|
+
class ListBuildArtifactsResponse(google.protobuf.message.Message):
|
406
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
407
|
+
|
408
|
+
ARTIFACTS_FIELD_NUMBER: builtins.int
|
409
|
+
@property
|
410
|
+
def artifacts(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[qwak.builds.build_url_pb2.BuildArtifact]:
|
411
|
+
"""The build's artifacts"""
|
412
|
+
def __init__(
|
413
|
+
self,
|
414
|
+
*,
|
415
|
+
artifacts: collections.abc.Iterable[qwak.builds.build_url_pb2.BuildArtifact] | None = ...,
|
416
|
+
) -> None: ...
|
417
|
+
def ClearField(self, field_name: typing_extensions.Literal["artifacts", b"artifacts"]) -> None: ...
|
418
|
+
|
419
|
+
global___ListBuildArtifactsResponse = ListBuildArtifactsResponse
|
@@ -59,6 +59,11 @@ class BuildsOrchestratorServiceStub(object):
|
|
59
59
|
request_serializer=qwak_dot_builds_dot_builds__orchestrator__service__pb2.SaveArtifactPathRequest.SerializeToString,
|
60
60
|
response_deserializer=qwak_dot_builds_dot_builds__orchestrator__service__pb2.SaveArtifactPathResponse.FromString,
|
61
61
|
)
|
62
|
+
self.ListBuildArtifacts = channel.unary_unary(
|
63
|
+
'/qwak.builds.orchestrator.BuildsOrchestratorService/ListBuildArtifacts',
|
64
|
+
request_serializer=qwak_dot_builds_dot_builds__orchestrator__service__pb2.ListBuildArtifactsRequest.SerializeToString,
|
65
|
+
response_deserializer=qwak_dot_builds_dot_builds__orchestrator__service__pb2.ListBuildArtifactsResponse.FromString,
|
66
|
+
)
|
62
67
|
|
63
68
|
|
64
69
|
class BuildsOrchestratorServiceServicer(object):
|
@@ -128,6 +133,12 @@ class BuildsOrchestratorServiceServicer(object):
|
|
128
133
|
context.set_details('Method not implemented!')
|
129
134
|
raise NotImplementedError('Method not implemented!')
|
130
135
|
|
136
|
+
def ListBuildArtifacts(self, request, context):
|
137
|
+
"""Missing associated documentation comment in .proto file."""
|
138
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
139
|
+
context.set_details('Method not implemented!')
|
140
|
+
raise NotImplementedError('Method not implemented!')
|
141
|
+
|
131
142
|
|
132
143
|
def add_BuildsOrchestratorServiceServicer_to_server(servicer, server):
|
133
144
|
rpc_method_handlers = {
|
@@ -176,6 +187,11 @@ def add_BuildsOrchestratorServiceServicer_to_server(servicer, server):
|
|
176
187
|
request_deserializer=qwak_dot_builds_dot_builds__orchestrator__service__pb2.SaveArtifactPathRequest.FromString,
|
177
188
|
response_serializer=qwak_dot_builds_dot_builds__orchestrator__service__pb2.SaveArtifactPathResponse.SerializeToString,
|
178
189
|
),
|
190
|
+
'ListBuildArtifacts': grpc.unary_unary_rpc_method_handler(
|
191
|
+
servicer.ListBuildArtifacts,
|
192
|
+
request_deserializer=qwak_dot_builds_dot_builds__orchestrator__service__pb2.ListBuildArtifactsRequest.FromString,
|
193
|
+
response_serializer=qwak_dot_builds_dot_builds__orchestrator__service__pb2.ListBuildArtifactsResponse.SerializeToString,
|
194
|
+
),
|
179
195
|
}
|
180
196
|
generic_handler = grpc.method_handlers_generic_handler(
|
181
197
|
'qwak.builds.orchestrator.BuildsOrchestratorService', rpc_method_handlers)
|
@@ -338,3 +354,20 @@ class BuildsOrchestratorService(object):
|
|
338
354
|
qwak_dot_builds_dot_builds__orchestrator__service__pb2.SaveArtifactPathResponse.FromString,
|
339
355
|
options, channel_credentials,
|
340
356
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
357
|
+
|
358
|
+
@staticmethod
|
359
|
+
def ListBuildArtifacts(request,
|
360
|
+
target,
|
361
|
+
options=(),
|
362
|
+
channel_credentials=None,
|
363
|
+
call_credentials=None,
|
364
|
+
insecure=False,
|
365
|
+
compression=None,
|
366
|
+
wait_for_ready=None,
|
367
|
+
timeout=None,
|
368
|
+
metadata=None):
|
369
|
+
return grpc.experimental.unary_unary(request, target, '/qwak.builds.orchestrator.BuildsOrchestratorService/ListBuildArtifacts',
|
370
|
+
qwak_dot_builds_dot_builds__orchestrator__service__pb2.ListBuildArtifactsRequest.SerializeToString,
|
371
|
+
qwak_dot_builds_dot_builds__orchestrator__service__pb2.ListBuildArtifactsResponse.FromString,
|
372
|
+
options, channel_credentials,
|
373
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
qwak/__init__.py
CHANGED
@@ -177,12 +177,12 @@ _qwak_proto/qwak/build_settings/build_settings_pb2_grpc.py,sha256=1oboBPFxaTEXt9
|
|
177
177
|
_qwak_proto/qwak/builds/build_pb2.py,sha256=eNZnhKbUVbzxP_hoTkj4cTegJa5vYmqGdngq4Bo_mKU,15174
|
178
178
|
_qwak_proto/qwak/builds/build_pb2.pyi,sha256=pi8QB4EjTt_J7lKeXbz4k4perIRGj0D6qVL2oK43-pM,25290
|
179
179
|
_qwak_proto/qwak/builds/build_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
180
|
-
_qwak_proto/qwak/builds/build_url_pb2.py,sha256=
|
181
|
-
_qwak_proto/qwak/builds/build_url_pb2.pyi,sha256=
|
180
|
+
_qwak_proto/qwak/builds/build_url_pb2.py,sha256=i2vgIICNKY-LdEPi_YNMrM3zmBtBudd30izMgb0IDsE,8564
|
181
|
+
_qwak_proto/qwak/builds/build_url_pb2.pyi,sha256=qaYyuLRHN2hOqYXlN9mKJo9gpggUnPmTVZIu-zNA0dI,11372
|
182
182
|
_qwak_proto/qwak/builds/build_url_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
183
|
-
_qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py,sha256=
|
184
|
-
_qwak_proto/qwak/builds/builds_orchestrator_service_pb2.pyi,sha256=
|
185
|
-
_qwak_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py,sha256=
|
183
|
+
_qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py,sha256=WbUAezkjMpCuiU2b0DoB1aVCrAACE8_2xzocTB_NsMo,21002
|
184
|
+
_qwak_proto/qwak/builds/builds_orchestrator_service_pb2.pyi,sha256=y172Z4jjaifAbkRCFIdgTiaz1X1MTWDLZBsEjVEestk,16595
|
185
|
+
_qwak_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py,sha256=0qbyQaAXPMxZ5RUCKj9eeQqD2GQ9HscEQ4x2URp9fRI,20764
|
186
186
|
_qwak_proto/qwak/builds/builds_pb2.py,sha256=1lFS_9EYNaKjH_KLQ6QF2-hkmx7X_SDzoMn1_h9pabo,38491
|
187
187
|
_qwak_proto/qwak/builds/builds_pb2.pyi,sha256=E1LSfB25mU86T6sUY-TWI53gptxqwTdm6MyXeg1wsi8,53557
|
188
188
|
_qwak_proto/qwak/builds/builds_pb2_grpc.py,sha256=eJjKXn0mS_4W3Fc2zhVcVDadisuxSvxYzLAQwd1DnCI,11572
|
@@ -576,7 +576,7 @@ _qwak_proto/qwak/workspace/workspace_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXH
|
|
576
576
|
_qwak_proto/qwak/workspace/workspace_service_pb2.py,sha256=AB3C9S_AbOD7Nx1Ni4j1rW6PNtYTV1zjiqFQk-goQ74,21429
|
577
577
|
_qwak_proto/qwak/workspace/workspace_service_pb2.pyi,sha256=nKKCHwnovZhsy8TSVmdz-Vtl0nviOOoX56HD-41Xo08,13726
|
578
578
|
_qwak_proto/qwak/workspace/workspace_service_pb2_grpc.py,sha256=yKGuexxTBza99Ihe0DSTniV2ZSd_AG47inHenqfi890,27193
|
579
|
-
qwak/__init__.py,sha256=
|
579
|
+
qwak/__init__.py,sha256=vTOYRyNIcnXuUMuwZrXIsMMzqoxWLUFtj9ccDirO9do,587
|
580
580
|
qwak/automations/__init__.py,sha256=qFZRvCxUUn8gcxkJR0v19ulHW2oJ0x6-Rif7HiheDP4,1522
|
581
581
|
qwak/automations/automation_executions.py,sha256=5MeH_epYYWb8NKXgAozwT_jPyyUDednBHG7izloi7RY,3228
|
582
582
|
qwak/automations/automations.py,sha256=3yx8e2v0uSKDnXbqyknasyEoQ5vxGni6K40Hbi1_zkk,12599
|
@@ -1052,6 +1052,6 @@ qwak_services_mock/mocks/workspace_manager_service_mock.py,sha256=O9ZSwln4T4kHVk
|
|
1052
1052
|
qwak_services_mock/services_mock.py,sha256=CABZ2teXoSJ-X7CD3iRo5ht-w3jhW-Cvpb47APUHXEA,19089
|
1053
1053
|
qwak_services_mock/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1054
1054
|
qwak_services_mock/utils/service_utils.py,sha256=ZlB0CnB1J6oBn6_m7fQO2U8tKoboHdUa6ljjkRMYNXU,265
|
1055
|
-
qwak_core-0.4.
|
1056
|
-
qwak_core-0.4.
|
1057
|
-
qwak_core-0.4.
|
1055
|
+
qwak_core-0.4.243.dist-info/METADATA,sha256=30M31OdAN3mR9Wrsps4y19TC6C9Xtg71awI94dMtSCI,2150
|
1056
|
+
qwak_core-0.4.243.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
1057
|
+
qwak_core-0.4.243.dist-info/RECORD,,
|
File without changes
|