qwak-core 0.4.268__py3-none-any.whl → 0.4.270__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/cluster/v2/cluster_pb2.py +197 -0
- _qwak_proto/qwak/administration/cluster/v2/cluster_pb2.pyi +354 -0
- _qwak_proto/qwak/administration/cluster/v2/cluster_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +11 -9
- _qwak_proto/qwak/administration/v0/environments/environment_pb2.pyi +14 -2
- _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +51 -11
- _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +59 -0
- _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2_grpc.py +34 -0
- qwak/__init__.py +1 -1
- {qwak_core-0.4.268.dist-info → qwak_core-0.4.270.dist-info}/METADATA +1 -1
- {qwak_core-0.4.268.dist-info → qwak_core-0.4.270.dist-info}/RECORD +12 -9
- {qwak_core-0.4.268.dist-info → qwak_core-0.4.270.dist-info}/WHEEL +0 -0
@@ -0,0 +1,197 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: qwak/administration/cluster/v2/cluster.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf.internal import enum_type_wrapper
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
|
+
from google.protobuf import message as _message
|
9
|
+
from google.protobuf import reflection as _reflection
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
11
|
+
# @@protoc_insertion_point(imports)
|
12
|
+
|
13
|
+
_sym_db = _symbol_database.Default()
|
14
|
+
|
15
|
+
|
16
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
17
|
+
from _qwak_proto.qwak.administration.runtime_configuration.v0 import runtime_config_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_runtime__config__pb2
|
18
|
+
from _qwak_proto.qwak.administration.runtime_configuration.v0 import network_config_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_network__config__pb2
|
19
|
+
|
20
|
+
|
21
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,qwak/administration/cluster/v2/cluster.proto\x12\x1eqwak.administration.cluster.v2\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x41qwak/administration/runtime_configuration/v0/runtime_config.proto\x1a\x41qwak/administration/runtime_configuration/v0/network_config.proto\"\xbb\x01\n\x07\x43luster\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12K\n\rconfiguration\x18\x03 \x01(\x0b\x32\x34.qwak.administration.cluster.v2.ClusterConfiguration\x12I\n\x10\x63luster_metadata\x18\x04 \x01(\x0b\x32/.qwak.administration.cluster.v2.ClusterMetadata\"\xa5\x01\n\x0f\x43lusterMetadata\x12.\n\ncreated_at\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\ncreated_by\x18\x02 \x01(\t\x12\x34\n\x10last_modified_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x18\n\x10last_modified_by\x18\x04 \x01(\t\"\xb1\x02\n\x14\x43lusterConfiguration\x12\\\n\x19self_hosted_configuration\x18\x01 \x01(\x0b\x32\x37.qwak.administration.cluster.v2.SelfHostedConfigurationH\x00\x12^\n\x1aself_service_configuration\x18\x02 \x01(\x0b\x32\x38.qwak.administration.cluster.v2.SelfServiceConfigurationH\x00\x12S\n\x14hybrid_configuration\x18\x03 \x01(\x0b\x32\x33.qwak.administration.cluster.v2.HybridConfigurationH\x00\x42\x06\n\x04type\"n\n\x17SelfHostedConfiguration\x12S\n\x15runtime_configuration\x18\x01 \x01(\x0b\x32\x34.qwak.administration.cluster.v2.RuntimeConfiguration\"o\n\x18SelfServiceConfiguration\x12S\n\x15runtime_configuration\x18\x01 \x01(\x0b\x32\x34.qwak.administration.cluster.v2.RuntimeConfiguration\"j\n\x13HybridConfiguration\x12S\n\x15runtime_configuration\x18\x01 \x01(\x0b\x32\x34.qwak.administration.cluster.v2.RuntimeConfiguration\"\xf2\x01\n\x14RuntimeConfiguration\x12\x61\n\x15runtime_configuration\x18\x01 \x01(\x0b\x32\x42.qwak.administration.runtime_configuration.v0.RuntimeConfiguration\x12w\n\x15network_configuration\x18\x02 \x01(\x0b\x32X.qwak.administration.runtime_configuration.v0.network_config.ClusterNetworkConfiguration\"y\n\x0b\x43lusterSpec\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12T\n\x12\x63onfiguration_spec\x18\x02 \x01(\x0b\x32\x38.qwak.administration.cluster.v2.ClusterConfigurationSpec\"\xc1\x02\n\x18\x43lusterConfigurationSpec\x12`\n\x19self_hosted_configuration\x18\x01 \x01(\x0b\x32;.qwak.administration.cluster.v2.SelfHostedConfigurationSpecH\x00\x12\x62\n\x1aself_service_configuration\x18\x02 \x01(\x0b\x32<.qwak.administration.cluster.v2.SelfServiceConfigurationSpecH\x00\x12W\n\x14hybrid_configuration\x18\x03 \x01(\x0b\x32\x37.qwak.administration.cluster.v2.HybridConfigurationSpecH\x00\x42\x06\n\x04type\"v\n\x1bSelfHostedConfigurationSpec\x12W\n\x15runtime_configuration\x18\x01 \x01(\x0b\x32\x38.qwak.administration.cluster.v2.RuntimeConfigurationSpec\"w\n\x1cSelfServiceConfigurationSpec\x12W\n\x15runtime_configuration\x18\x01 \x01(\x0b\x32\x38.qwak.administration.cluster.v2.RuntimeConfigurationSpec\"r\n\x17HybridConfigurationSpec\x12W\n\x15runtime_configuration\x18\x01 \x01(\x0b\x32\x38.qwak.administration.cluster.v2.RuntimeConfigurationSpec\"\xf6\x01\n\x18RuntimeConfigurationSpec\x12\x61\n\x15runtime_configuration\x18\x01 \x01(\x0b\x32\x42.qwak.administration.runtime_configuration.v0.RuntimeConfiguration\x12w\n\x15network_configuration\x18\x02 \x01(\x0b\x32X.qwak.administration.runtime_configuration.v0.network_config.ClusterNetworkConfiguration\"V\n\x0c\x43lusterState\x12=\n\x05valid\x18\x01 \x01(\x0b\x32,.qwak.administration.cluster.v2.ClusterValidH\x00\x42\x07\n\x05state\"H\n\x0c\x43lusterValid\x12\x38\n\x07\x63luster\x18\x01 \x01(\x0b\x32\'.qwak.administration.cluster.v2.Cluster\"b\n\x0c\x43lusterBrief\x12R\n\x11installation_type\x18\x01 \x01(\x0e\x32\x37.qwak.administration.cluster.v2.ClusterInstallationType*\xbd\x01\n\x17\x43lusterInstallationType\x12%\n!CLUSTER_INSTALLATION_TYPE_INVALID\x10\x00\x12)\n%SELF_HOSTED_CLUSTER_INSTALLATION_TYPE\x10\x01\x12*\n&SELF_SERVICE_CLUSTER_INSTALLATION_TYPE\x10\x02\x12$\n HYBRID_CLUSTER_INSTALLATION_TYPE\x10\x03\x42\xb4\x01\n)com.qwak.ai.administration.api.cluster.v2P\x01Z\x84\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/cluster/v2;cluster_v2b\x06proto3')
|
22
|
+
|
23
|
+
_CLUSTERINSTALLATIONTYPE = DESCRIPTOR.enum_types_by_name['ClusterInstallationType']
|
24
|
+
ClusterInstallationType = enum_type_wrapper.EnumTypeWrapper(_CLUSTERINSTALLATIONTYPE)
|
25
|
+
CLUSTER_INSTALLATION_TYPE_INVALID = 0
|
26
|
+
SELF_HOSTED_CLUSTER_INSTALLATION_TYPE = 1
|
27
|
+
SELF_SERVICE_CLUSTER_INSTALLATION_TYPE = 2
|
28
|
+
HYBRID_CLUSTER_INSTALLATION_TYPE = 3
|
29
|
+
|
30
|
+
|
31
|
+
_CLUSTER = DESCRIPTOR.message_types_by_name['Cluster']
|
32
|
+
_CLUSTERMETADATA = DESCRIPTOR.message_types_by_name['ClusterMetadata']
|
33
|
+
_CLUSTERCONFIGURATION = DESCRIPTOR.message_types_by_name['ClusterConfiguration']
|
34
|
+
_SELFHOSTEDCONFIGURATION = DESCRIPTOR.message_types_by_name['SelfHostedConfiguration']
|
35
|
+
_SELFSERVICECONFIGURATION = DESCRIPTOR.message_types_by_name['SelfServiceConfiguration']
|
36
|
+
_HYBRIDCONFIGURATION = DESCRIPTOR.message_types_by_name['HybridConfiguration']
|
37
|
+
_RUNTIMECONFIGURATION = DESCRIPTOR.message_types_by_name['RuntimeConfiguration']
|
38
|
+
_CLUSTERSPEC = DESCRIPTOR.message_types_by_name['ClusterSpec']
|
39
|
+
_CLUSTERCONFIGURATIONSPEC = DESCRIPTOR.message_types_by_name['ClusterConfigurationSpec']
|
40
|
+
_SELFHOSTEDCONFIGURATIONSPEC = DESCRIPTOR.message_types_by_name['SelfHostedConfigurationSpec']
|
41
|
+
_SELFSERVICECONFIGURATIONSPEC = DESCRIPTOR.message_types_by_name['SelfServiceConfigurationSpec']
|
42
|
+
_HYBRIDCONFIGURATIONSPEC = DESCRIPTOR.message_types_by_name['HybridConfigurationSpec']
|
43
|
+
_RUNTIMECONFIGURATIONSPEC = DESCRIPTOR.message_types_by_name['RuntimeConfigurationSpec']
|
44
|
+
_CLUSTERSTATE = DESCRIPTOR.message_types_by_name['ClusterState']
|
45
|
+
_CLUSTERVALID = DESCRIPTOR.message_types_by_name['ClusterValid']
|
46
|
+
_CLUSTERBRIEF = DESCRIPTOR.message_types_by_name['ClusterBrief']
|
47
|
+
Cluster = _reflection.GeneratedProtocolMessageType('Cluster', (_message.Message,), {
|
48
|
+
'DESCRIPTOR' : _CLUSTER,
|
49
|
+
'__module__' : 'qwak.administration.cluster.v2.cluster_pb2'
|
50
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.cluster.v2.Cluster)
|
51
|
+
})
|
52
|
+
_sym_db.RegisterMessage(Cluster)
|
53
|
+
|
54
|
+
ClusterMetadata = _reflection.GeneratedProtocolMessageType('ClusterMetadata', (_message.Message,), {
|
55
|
+
'DESCRIPTOR' : _CLUSTERMETADATA,
|
56
|
+
'__module__' : 'qwak.administration.cluster.v2.cluster_pb2'
|
57
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.cluster.v2.ClusterMetadata)
|
58
|
+
})
|
59
|
+
_sym_db.RegisterMessage(ClusterMetadata)
|
60
|
+
|
61
|
+
ClusterConfiguration = _reflection.GeneratedProtocolMessageType('ClusterConfiguration', (_message.Message,), {
|
62
|
+
'DESCRIPTOR' : _CLUSTERCONFIGURATION,
|
63
|
+
'__module__' : 'qwak.administration.cluster.v2.cluster_pb2'
|
64
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.cluster.v2.ClusterConfiguration)
|
65
|
+
})
|
66
|
+
_sym_db.RegisterMessage(ClusterConfiguration)
|
67
|
+
|
68
|
+
SelfHostedConfiguration = _reflection.GeneratedProtocolMessageType('SelfHostedConfiguration', (_message.Message,), {
|
69
|
+
'DESCRIPTOR' : _SELFHOSTEDCONFIGURATION,
|
70
|
+
'__module__' : 'qwak.administration.cluster.v2.cluster_pb2'
|
71
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.cluster.v2.SelfHostedConfiguration)
|
72
|
+
})
|
73
|
+
_sym_db.RegisterMessage(SelfHostedConfiguration)
|
74
|
+
|
75
|
+
SelfServiceConfiguration = _reflection.GeneratedProtocolMessageType('SelfServiceConfiguration', (_message.Message,), {
|
76
|
+
'DESCRIPTOR' : _SELFSERVICECONFIGURATION,
|
77
|
+
'__module__' : 'qwak.administration.cluster.v2.cluster_pb2'
|
78
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.cluster.v2.SelfServiceConfiguration)
|
79
|
+
})
|
80
|
+
_sym_db.RegisterMessage(SelfServiceConfiguration)
|
81
|
+
|
82
|
+
HybridConfiguration = _reflection.GeneratedProtocolMessageType('HybridConfiguration', (_message.Message,), {
|
83
|
+
'DESCRIPTOR' : _HYBRIDCONFIGURATION,
|
84
|
+
'__module__' : 'qwak.administration.cluster.v2.cluster_pb2'
|
85
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.cluster.v2.HybridConfiguration)
|
86
|
+
})
|
87
|
+
_sym_db.RegisterMessage(HybridConfiguration)
|
88
|
+
|
89
|
+
RuntimeConfiguration = _reflection.GeneratedProtocolMessageType('RuntimeConfiguration', (_message.Message,), {
|
90
|
+
'DESCRIPTOR' : _RUNTIMECONFIGURATION,
|
91
|
+
'__module__' : 'qwak.administration.cluster.v2.cluster_pb2'
|
92
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.cluster.v2.RuntimeConfiguration)
|
93
|
+
})
|
94
|
+
_sym_db.RegisterMessage(RuntimeConfiguration)
|
95
|
+
|
96
|
+
ClusterSpec = _reflection.GeneratedProtocolMessageType('ClusterSpec', (_message.Message,), {
|
97
|
+
'DESCRIPTOR' : _CLUSTERSPEC,
|
98
|
+
'__module__' : 'qwak.administration.cluster.v2.cluster_pb2'
|
99
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.cluster.v2.ClusterSpec)
|
100
|
+
})
|
101
|
+
_sym_db.RegisterMessage(ClusterSpec)
|
102
|
+
|
103
|
+
ClusterConfigurationSpec = _reflection.GeneratedProtocolMessageType('ClusterConfigurationSpec', (_message.Message,), {
|
104
|
+
'DESCRIPTOR' : _CLUSTERCONFIGURATIONSPEC,
|
105
|
+
'__module__' : 'qwak.administration.cluster.v2.cluster_pb2'
|
106
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.cluster.v2.ClusterConfigurationSpec)
|
107
|
+
})
|
108
|
+
_sym_db.RegisterMessage(ClusterConfigurationSpec)
|
109
|
+
|
110
|
+
SelfHostedConfigurationSpec = _reflection.GeneratedProtocolMessageType('SelfHostedConfigurationSpec', (_message.Message,), {
|
111
|
+
'DESCRIPTOR' : _SELFHOSTEDCONFIGURATIONSPEC,
|
112
|
+
'__module__' : 'qwak.administration.cluster.v2.cluster_pb2'
|
113
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.cluster.v2.SelfHostedConfigurationSpec)
|
114
|
+
})
|
115
|
+
_sym_db.RegisterMessage(SelfHostedConfigurationSpec)
|
116
|
+
|
117
|
+
SelfServiceConfigurationSpec = _reflection.GeneratedProtocolMessageType('SelfServiceConfigurationSpec', (_message.Message,), {
|
118
|
+
'DESCRIPTOR' : _SELFSERVICECONFIGURATIONSPEC,
|
119
|
+
'__module__' : 'qwak.administration.cluster.v2.cluster_pb2'
|
120
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.cluster.v2.SelfServiceConfigurationSpec)
|
121
|
+
})
|
122
|
+
_sym_db.RegisterMessage(SelfServiceConfigurationSpec)
|
123
|
+
|
124
|
+
HybridConfigurationSpec = _reflection.GeneratedProtocolMessageType('HybridConfigurationSpec', (_message.Message,), {
|
125
|
+
'DESCRIPTOR' : _HYBRIDCONFIGURATIONSPEC,
|
126
|
+
'__module__' : 'qwak.administration.cluster.v2.cluster_pb2'
|
127
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.cluster.v2.HybridConfigurationSpec)
|
128
|
+
})
|
129
|
+
_sym_db.RegisterMessage(HybridConfigurationSpec)
|
130
|
+
|
131
|
+
RuntimeConfigurationSpec = _reflection.GeneratedProtocolMessageType('RuntimeConfigurationSpec', (_message.Message,), {
|
132
|
+
'DESCRIPTOR' : _RUNTIMECONFIGURATIONSPEC,
|
133
|
+
'__module__' : 'qwak.administration.cluster.v2.cluster_pb2'
|
134
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.cluster.v2.RuntimeConfigurationSpec)
|
135
|
+
})
|
136
|
+
_sym_db.RegisterMessage(RuntimeConfigurationSpec)
|
137
|
+
|
138
|
+
ClusterState = _reflection.GeneratedProtocolMessageType('ClusterState', (_message.Message,), {
|
139
|
+
'DESCRIPTOR' : _CLUSTERSTATE,
|
140
|
+
'__module__' : 'qwak.administration.cluster.v2.cluster_pb2'
|
141
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.cluster.v2.ClusterState)
|
142
|
+
})
|
143
|
+
_sym_db.RegisterMessage(ClusterState)
|
144
|
+
|
145
|
+
ClusterValid = _reflection.GeneratedProtocolMessageType('ClusterValid', (_message.Message,), {
|
146
|
+
'DESCRIPTOR' : _CLUSTERVALID,
|
147
|
+
'__module__' : 'qwak.administration.cluster.v2.cluster_pb2'
|
148
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.cluster.v2.ClusterValid)
|
149
|
+
})
|
150
|
+
_sym_db.RegisterMessage(ClusterValid)
|
151
|
+
|
152
|
+
ClusterBrief = _reflection.GeneratedProtocolMessageType('ClusterBrief', (_message.Message,), {
|
153
|
+
'DESCRIPTOR' : _CLUSTERBRIEF,
|
154
|
+
'__module__' : 'qwak.administration.cluster.v2.cluster_pb2'
|
155
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.cluster.v2.ClusterBrief)
|
156
|
+
})
|
157
|
+
_sym_db.RegisterMessage(ClusterBrief)
|
158
|
+
|
159
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
160
|
+
|
161
|
+
DESCRIPTOR._options = None
|
162
|
+
DESCRIPTOR._serialized_options = b'\n)com.qwak.ai.administration.api.cluster.v2P\001Z\204\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/cluster/v2;cluster_v2'
|
163
|
+
_CLUSTERINSTALLATIONTYPE._serialized_start=2807
|
164
|
+
_CLUSTERINSTALLATIONTYPE._serialized_end=2996
|
165
|
+
_CLUSTER._serialized_start=248
|
166
|
+
_CLUSTER._serialized_end=435
|
167
|
+
_CLUSTERMETADATA._serialized_start=438
|
168
|
+
_CLUSTERMETADATA._serialized_end=603
|
169
|
+
_CLUSTERCONFIGURATION._serialized_start=606
|
170
|
+
_CLUSTERCONFIGURATION._serialized_end=911
|
171
|
+
_SELFHOSTEDCONFIGURATION._serialized_start=913
|
172
|
+
_SELFHOSTEDCONFIGURATION._serialized_end=1023
|
173
|
+
_SELFSERVICECONFIGURATION._serialized_start=1025
|
174
|
+
_SELFSERVICECONFIGURATION._serialized_end=1136
|
175
|
+
_HYBRIDCONFIGURATION._serialized_start=1138
|
176
|
+
_HYBRIDCONFIGURATION._serialized_end=1244
|
177
|
+
_RUNTIMECONFIGURATION._serialized_start=1247
|
178
|
+
_RUNTIMECONFIGURATION._serialized_end=1489
|
179
|
+
_CLUSTERSPEC._serialized_start=1491
|
180
|
+
_CLUSTERSPEC._serialized_end=1612
|
181
|
+
_CLUSTERCONFIGURATIONSPEC._serialized_start=1615
|
182
|
+
_CLUSTERCONFIGURATIONSPEC._serialized_end=1936
|
183
|
+
_SELFHOSTEDCONFIGURATIONSPEC._serialized_start=1938
|
184
|
+
_SELFHOSTEDCONFIGURATIONSPEC._serialized_end=2056
|
185
|
+
_SELFSERVICECONFIGURATIONSPEC._serialized_start=2058
|
186
|
+
_SELFSERVICECONFIGURATIONSPEC._serialized_end=2177
|
187
|
+
_HYBRIDCONFIGURATIONSPEC._serialized_start=2179
|
188
|
+
_HYBRIDCONFIGURATIONSPEC._serialized_end=2293
|
189
|
+
_RUNTIMECONFIGURATIONSPEC._serialized_start=2296
|
190
|
+
_RUNTIMECONFIGURATIONSPEC._serialized_end=2542
|
191
|
+
_CLUSTERSTATE._serialized_start=2544
|
192
|
+
_CLUSTERSTATE._serialized_end=2630
|
193
|
+
_CLUSTERVALID._serialized_start=2632
|
194
|
+
_CLUSTERVALID._serialized_end=2704
|
195
|
+
_CLUSTERBRIEF._serialized_start=2706
|
196
|
+
_CLUSTERBRIEF._serialized_end=2804
|
197
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,354 @@
|
|
1
|
+
"""
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
3
|
+
isort:skip_file
|
4
|
+
"""
|
5
|
+
import builtins
|
6
|
+
import google.protobuf.descriptor
|
7
|
+
import google.protobuf.internal.enum_type_wrapper
|
8
|
+
import google.protobuf.message
|
9
|
+
import google.protobuf.timestamp_pb2
|
10
|
+
import qwak.administration.runtime_configuration.v0.network_config_pb2
|
11
|
+
import qwak.administration.runtime_configuration.v0.runtime_config_pb2
|
12
|
+
import sys
|
13
|
+
import typing
|
14
|
+
|
15
|
+
if sys.version_info >= (3, 10):
|
16
|
+
import typing as typing_extensions
|
17
|
+
else:
|
18
|
+
import typing_extensions
|
19
|
+
|
20
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
21
|
+
|
22
|
+
class _ClusterInstallationType:
|
23
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
24
|
+
V: typing_extensions.TypeAlias = ValueType
|
25
|
+
|
26
|
+
class _ClusterInstallationTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_ClusterInstallationType.ValueType], builtins.type): # noqa: F821
|
27
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
28
|
+
CLUSTER_INSTALLATION_TYPE_INVALID: _ClusterInstallationType.ValueType # 0
|
29
|
+
SELF_HOSTED_CLUSTER_INSTALLATION_TYPE: _ClusterInstallationType.ValueType # 1
|
30
|
+
SELF_SERVICE_CLUSTER_INSTALLATION_TYPE: _ClusterInstallationType.ValueType # 2
|
31
|
+
HYBRID_CLUSTER_INSTALLATION_TYPE: _ClusterInstallationType.ValueType # 3
|
32
|
+
|
33
|
+
class ClusterInstallationType(_ClusterInstallationType, metaclass=_ClusterInstallationTypeEnumTypeWrapper): ...
|
34
|
+
|
35
|
+
CLUSTER_INSTALLATION_TYPE_INVALID: ClusterInstallationType.ValueType # 0
|
36
|
+
SELF_HOSTED_CLUSTER_INSTALLATION_TYPE: ClusterInstallationType.ValueType # 1
|
37
|
+
SELF_SERVICE_CLUSTER_INSTALLATION_TYPE: ClusterInstallationType.ValueType # 2
|
38
|
+
HYBRID_CLUSTER_INSTALLATION_TYPE: ClusterInstallationType.ValueType # 3
|
39
|
+
global___ClusterInstallationType = ClusterInstallationType
|
40
|
+
|
41
|
+
class Cluster(google.protobuf.message.Message):
|
42
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
43
|
+
|
44
|
+
ID_FIELD_NUMBER: builtins.int
|
45
|
+
NAME_FIELD_NUMBER: builtins.int
|
46
|
+
CONFIGURATION_FIELD_NUMBER: builtins.int
|
47
|
+
CLUSTER_METADATA_FIELD_NUMBER: builtins.int
|
48
|
+
id: builtins.str
|
49
|
+
"""Assigned cluster ID"""
|
50
|
+
name: builtins.str
|
51
|
+
"""Cluster name"""
|
52
|
+
@property
|
53
|
+
def configuration(self) -> global___ClusterConfiguration:
|
54
|
+
"""Cluster configuration"""
|
55
|
+
@property
|
56
|
+
def cluster_metadata(self) -> global___ClusterMetadata:
|
57
|
+
"""Cluster metadata"""
|
58
|
+
def __init__(
|
59
|
+
self,
|
60
|
+
*,
|
61
|
+
id: builtins.str = ...,
|
62
|
+
name: builtins.str = ...,
|
63
|
+
configuration: global___ClusterConfiguration | None = ...,
|
64
|
+
cluster_metadata: global___ClusterMetadata | None = ...,
|
65
|
+
) -> None: ...
|
66
|
+
def HasField(self, field_name: typing_extensions.Literal["cluster_metadata", b"cluster_metadata", "configuration", b"configuration"]) -> builtins.bool: ...
|
67
|
+
def ClearField(self, field_name: typing_extensions.Literal["cluster_metadata", b"cluster_metadata", "configuration", b"configuration", "id", b"id", "name", b"name"]) -> None: ...
|
68
|
+
|
69
|
+
global___Cluster = Cluster
|
70
|
+
|
71
|
+
class ClusterMetadata(google.protobuf.message.Message):
|
72
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
73
|
+
|
74
|
+
CREATED_AT_FIELD_NUMBER: builtins.int
|
75
|
+
CREATED_BY_FIELD_NUMBER: builtins.int
|
76
|
+
LAST_MODIFIED_AT_FIELD_NUMBER: builtins.int
|
77
|
+
LAST_MODIFIED_BY_FIELD_NUMBER: builtins.int
|
78
|
+
@property
|
79
|
+
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
80
|
+
"""When the cluster was created"""
|
81
|
+
created_by: builtins.str
|
82
|
+
"""User-id who created the cluster"""
|
83
|
+
@property
|
84
|
+
def last_modified_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
85
|
+
"""When the cluster was last modified"""
|
86
|
+
last_modified_by: builtins.str
|
87
|
+
"""User-id who last modified the cluster"""
|
88
|
+
def __init__(
|
89
|
+
self,
|
90
|
+
*,
|
91
|
+
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
92
|
+
created_by: builtins.str = ...,
|
93
|
+
last_modified_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
94
|
+
last_modified_by: builtins.str = ...,
|
95
|
+
) -> None: ...
|
96
|
+
def HasField(self, field_name: typing_extensions.Literal["created_at", b"created_at", "last_modified_at", b"last_modified_at"]) -> builtins.bool: ...
|
97
|
+
def ClearField(self, field_name: typing_extensions.Literal["created_at", b"created_at", "created_by", b"created_by", "last_modified_at", b"last_modified_at", "last_modified_by", b"last_modified_by"]) -> None: ...
|
98
|
+
|
99
|
+
global___ClusterMetadata = ClusterMetadata
|
100
|
+
|
101
|
+
class ClusterConfiguration(google.protobuf.message.Message):
|
102
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
103
|
+
|
104
|
+
SELF_HOSTED_CONFIGURATION_FIELD_NUMBER: builtins.int
|
105
|
+
SELF_SERVICE_CONFIGURATION_FIELD_NUMBER: builtins.int
|
106
|
+
HYBRID_CONFIGURATION_FIELD_NUMBER: builtins.int
|
107
|
+
@property
|
108
|
+
def self_hosted_configuration(self) -> global___SelfHostedConfiguration: ...
|
109
|
+
@property
|
110
|
+
def self_service_configuration(self) -> global___SelfServiceConfiguration: ...
|
111
|
+
@property
|
112
|
+
def hybrid_configuration(self) -> global___HybridConfiguration: ...
|
113
|
+
def __init__(
|
114
|
+
self,
|
115
|
+
*,
|
116
|
+
self_hosted_configuration: global___SelfHostedConfiguration | None = ...,
|
117
|
+
self_service_configuration: global___SelfServiceConfiguration | None = ...,
|
118
|
+
hybrid_configuration: global___HybridConfiguration | None = ...,
|
119
|
+
) -> None: ...
|
120
|
+
def HasField(self, field_name: typing_extensions.Literal["hybrid_configuration", b"hybrid_configuration", "self_hosted_configuration", b"self_hosted_configuration", "self_service_configuration", b"self_service_configuration", "type", b"type"]) -> builtins.bool: ...
|
121
|
+
def ClearField(self, field_name: typing_extensions.Literal["hybrid_configuration", b"hybrid_configuration", "self_hosted_configuration", b"self_hosted_configuration", "self_service_configuration", b"self_service_configuration", "type", b"type"]) -> None: ...
|
122
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["self_hosted_configuration", "self_service_configuration", "hybrid_configuration"] | None: ...
|
123
|
+
|
124
|
+
global___ClusterConfiguration = ClusterConfiguration
|
125
|
+
|
126
|
+
class SelfHostedConfiguration(google.protobuf.message.Message):
|
127
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
128
|
+
|
129
|
+
RUNTIME_CONFIGURATION_FIELD_NUMBER: builtins.int
|
130
|
+
@property
|
131
|
+
def runtime_configuration(self) -> global___RuntimeConfiguration: ...
|
132
|
+
def __init__(
|
133
|
+
self,
|
134
|
+
*,
|
135
|
+
runtime_configuration: global___RuntimeConfiguration | None = ...,
|
136
|
+
) -> None: ...
|
137
|
+
def HasField(self, field_name: typing_extensions.Literal["runtime_configuration", b"runtime_configuration"]) -> builtins.bool: ...
|
138
|
+
def ClearField(self, field_name: typing_extensions.Literal["runtime_configuration", b"runtime_configuration"]) -> None: ...
|
139
|
+
|
140
|
+
global___SelfHostedConfiguration = SelfHostedConfiguration
|
141
|
+
|
142
|
+
class SelfServiceConfiguration(google.protobuf.message.Message):
|
143
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
144
|
+
|
145
|
+
RUNTIME_CONFIGURATION_FIELD_NUMBER: builtins.int
|
146
|
+
@property
|
147
|
+
def runtime_configuration(self) -> global___RuntimeConfiguration: ...
|
148
|
+
def __init__(
|
149
|
+
self,
|
150
|
+
*,
|
151
|
+
runtime_configuration: global___RuntimeConfiguration | None = ...,
|
152
|
+
) -> None: ...
|
153
|
+
def HasField(self, field_name: typing_extensions.Literal["runtime_configuration", b"runtime_configuration"]) -> builtins.bool: ...
|
154
|
+
def ClearField(self, field_name: typing_extensions.Literal["runtime_configuration", b"runtime_configuration"]) -> None: ...
|
155
|
+
|
156
|
+
global___SelfServiceConfiguration = SelfServiceConfiguration
|
157
|
+
|
158
|
+
class HybridConfiguration(google.protobuf.message.Message):
|
159
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
160
|
+
|
161
|
+
RUNTIME_CONFIGURATION_FIELD_NUMBER: builtins.int
|
162
|
+
@property
|
163
|
+
def runtime_configuration(self) -> global___RuntimeConfiguration: ...
|
164
|
+
def __init__(
|
165
|
+
self,
|
166
|
+
*,
|
167
|
+
runtime_configuration: global___RuntimeConfiguration | None = ...,
|
168
|
+
) -> None: ...
|
169
|
+
def HasField(self, field_name: typing_extensions.Literal["runtime_configuration", b"runtime_configuration"]) -> builtins.bool: ...
|
170
|
+
def ClearField(self, field_name: typing_extensions.Literal["runtime_configuration", b"runtime_configuration"]) -> None: ...
|
171
|
+
|
172
|
+
global___HybridConfiguration = HybridConfiguration
|
173
|
+
|
174
|
+
class RuntimeConfiguration(google.protobuf.message.Message):
|
175
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
176
|
+
|
177
|
+
RUNTIME_CONFIGURATION_FIELD_NUMBER: builtins.int
|
178
|
+
NETWORK_CONFIGURATION_FIELD_NUMBER: builtins.int
|
179
|
+
@property
|
180
|
+
def runtime_configuration(self) -> qwak.administration.runtime_configuration.v0.runtime_config_pb2.RuntimeConfiguration: ...
|
181
|
+
@property
|
182
|
+
def network_configuration(self) -> qwak.administration.runtime_configuration.v0.network_config_pb2.ClusterNetworkConfiguration: ...
|
183
|
+
def __init__(
|
184
|
+
self,
|
185
|
+
*,
|
186
|
+
runtime_configuration: qwak.administration.runtime_configuration.v0.runtime_config_pb2.RuntimeConfiguration | None = ...,
|
187
|
+
network_configuration: qwak.administration.runtime_configuration.v0.network_config_pb2.ClusterNetworkConfiguration | None = ...,
|
188
|
+
) -> None: ...
|
189
|
+
def HasField(self, field_name: typing_extensions.Literal["network_configuration", b"network_configuration", "runtime_configuration", b"runtime_configuration"]) -> builtins.bool: ...
|
190
|
+
def ClearField(self, field_name: typing_extensions.Literal["network_configuration", b"network_configuration", "runtime_configuration", b"runtime_configuration"]) -> None: ...
|
191
|
+
|
192
|
+
global___RuntimeConfiguration = RuntimeConfiguration
|
193
|
+
|
194
|
+
class ClusterSpec(google.protobuf.message.Message):
|
195
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
196
|
+
|
197
|
+
DISPLAY_NAME_FIELD_NUMBER: builtins.int
|
198
|
+
CONFIGURATION_SPEC_FIELD_NUMBER: builtins.int
|
199
|
+
display_name: builtins.str
|
200
|
+
"""display name"""
|
201
|
+
@property
|
202
|
+
def configuration_spec(self) -> global___ClusterConfigurationSpec:
|
203
|
+
"""Configuration for the cluster"""
|
204
|
+
def __init__(
|
205
|
+
self,
|
206
|
+
*,
|
207
|
+
display_name: builtins.str = ...,
|
208
|
+
configuration_spec: global___ClusterConfigurationSpec | None = ...,
|
209
|
+
) -> None: ...
|
210
|
+
def HasField(self, field_name: typing_extensions.Literal["configuration_spec", b"configuration_spec"]) -> builtins.bool: ...
|
211
|
+
def ClearField(self, field_name: typing_extensions.Literal["configuration_spec", b"configuration_spec", "display_name", b"display_name"]) -> None: ...
|
212
|
+
|
213
|
+
global___ClusterSpec = ClusterSpec
|
214
|
+
|
215
|
+
class ClusterConfigurationSpec(google.protobuf.message.Message):
|
216
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
217
|
+
|
218
|
+
SELF_HOSTED_CONFIGURATION_FIELD_NUMBER: builtins.int
|
219
|
+
SELF_SERVICE_CONFIGURATION_FIELD_NUMBER: builtins.int
|
220
|
+
HYBRID_CONFIGURATION_FIELD_NUMBER: builtins.int
|
221
|
+
@property
|
222
|
+
def self_hosted_configuration(self) -> global___SelfHostedConfigurationSpec: ...
|
223
|
+
@property
|
224
|
+
def self_service_configuration(self) -> global___SelfServiceConfigurationSpec: ...
|
225
|
+
@property
|
226
|
+
def hybrid_configuration(self) -> global___HybridConfigurationSpec: ...
|
227
|
+
def __init__(
|
228
|
+
self,
|
229
|
+
*,
|
230
|
+
self_hosted_configuration: global___SelfHostedConfigurationSpec | None = ...,
|
231
|
+
self_service_configuration: global___SelfServiceConfigurationSpec | None = ...,
|
232
|
+
hybrid_configuration: global___HybridConfigurationSpec | None = ...,
|
233
|
+
) -> None: ...
|
234
|
+
def HasField(self, field_name: typing_extensions.Literal["hybrid_configuration", b"hybrid_configuration", "self_hosted_configuration", b"self_hosted_configuration", "self_service_configuration", b"self_service_configuration", "type", b"type"]) -> builtins.bool: ...
|
235
|
+
def ClearField(self, field_name: typing_extensions.Literal["hybrid_configuration", b"hybrid_configuration", "self_hosted_configuration", b"self_hosted_configuration", "self_service_configuration", b"self_service_configuration", "type", b"type"]) -> None: ...
|
236
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["self_hosted_configuration", "self_service_configuration", "hybrid_configuration"] | None: ...
|
237
|
+
|
238
|
+
global___ClusterConfigurationSpec = ClusterConfigurationSpec
|
239
|
+
|
240
|
+
class SelfHostedConfigurationSpec(google.protobuf.message.Message):
|
241
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
242
|
+
|
243
|
+
RUNTIME_CONFIGURATION_FIELD_NUMBER: builtins.int
|
244
|
+
@property
|
245
|
+
def runtime_configuration(self) -> global___RuntimeConfigurationSpec: ...
|
246
|
+
def __init__(
|
247
|
+
self,
|
248
|
+
*,
|
249
|
+
runtime_configuration: global___RuntimeConfigurationSpec | None = ...,
|
250
|
+
) -> None: ...
|
251
|
+
def HasField(self, field_name: typing_extensions.Literal["runtime_configuration", b"runtime_configuration"]) -> builtins.bool: ...
|
252
|
+
def ClearField(self, field_name: typing_extensions.Literal["runtime_configuration", b"runtime_configuration"]) -> None: ...
|
253
|
+
|
254
|
+
global___SelfHostedConfigurationSpec = SelfHostedConfigurationSpec
|
255
|
+
|
256
|
+
class SelfServiceConfigurationSpec(google.protobuf.message.Message):
|
257
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
258
|
+
|
259
|
+
RUNTIME_CONFIGURATION_FIELD_NUMBER: builtins.int
|
260
|
+
@property
|
261
|
+
def runtime_configuration(self) -> global___RuntimeConfigurationSpec: ...
|
262
|
+
def __init__(
|
263
|
+
self,
|
264
|
+
*,
|
265
|
+
runtime_configuration: global___RuntimeConfigurationSpec | None = ...,
|
266
|
+
) -> None: ...
|
267
|
+
def HasField(self, field_name: typing_extensions.Literal["runtime_configuration", b"runtime_configuration"]) -> builtins.bool: ...
|
268
|
+
def ClearField(self, field_name: typing_extensions.Literal["runtime_configuration", b"runtime_configuration"]) -> None: ...
|
269
|
+
|
270
|
+
global___SelfServiceConfigurationSpec = SelfServiceConfigurationSpec
|
271
|
+
|
272
|
+
class HybridConfigurationSpec(google.protobuf.message.Message):
|
273
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
274
|
+
|
275
|
+
RUNTIME_CONFIGURATION_FIELD_NUMBER: builtins.int
|
276
|
+
@property
|
277
|
+
def runtime_configuration(self) -> global___RuntimeConfigurationSpec: ...
|
278
|
+
def __init__(
|
279
|
+
self,
|
280
|
+
*,
|
281
|
+
runtime_configuration: global___RuntimeConfigurationSpec | None = ...,
|
282
|
+
) -> None: ...
|
283
|
+
def HasField(self, field_name: typing_extensions.Literal["runtime_configuration", b"runtime_configuration"]) -> builtins.bool: ...
|
284
|
+
def ClearField(self, field_name: typing_extensions.Literal["runtime_configuration", b"runtime_configuration"]) -> None: ...
|
285
|
+
|
286
|
+
global___HybridConfigurationSpec = HybridConfigurationSpec
|
287
|
+
|
288
|
+
class RuntimeConfigurationSpec(google.protobuf.message.Message):
|
289
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
290
|
+
|
291
|
+
RUNTIME_CONFIGURATION_FIELD_NUMBER: builtins.int
|
292
|
+
NETWORK_CONFIGURATION_FIELD_NUMBER: builtins.int
|
293
|
+
@property
|
294
|
+
def runtime_configuration(self) -> qwak.administration.runtime_configuration.v0.runtime_config_pb2.RuntimeConfiguration: ...
|
295
|
+
@property
|
296
|
+
def network_configuration(self) -> qwak.administration.runtime_configuration.v0.network_config_pb2.ClusterNetworkConfiguration: ...
|
297
|
+
def __init__(
|
298
|
+
self,
|
299
|
+
*,
|
300
|
+
runtime_configuration: qwak.administration.runtime_configuration.v0.runtime_config_pb2.RuntimeConfiguration | None = ...,
|
301
|
+
network_configuration: qwak.administration.runtime_configuration.v0.network_config_pb2.ClusterNetworkConfiguration | None = ...,
|
302
|
+
) -> None: ...
|
303
|
+
def HasField(self, field_name: typing_extensions.Literal["network_configuration", b"network_configuration", "runtime_configuration", b"runtime_configuration"]) -> builtins.bool: ...
|
304
|
+
def ClearField(self, field_name: typing_extensions.Literal["network_configuration", b"network_configuration", "runtime_configuration", b"runtime_configuration"]) -> None: ...
|
305
|
+
|
306
|
+
global___RuntimeConfigurationSpec = RuntimeConfigurationSpec
|
307
|
+
|
308
|
+
class ClusterState(google.protobuf.message.Message):
|
309
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
310
|
+
|
311
|
+
VALID_FIELD_NUMBER: builtins.int
|
312
|
+
@property
|
313
|
+
def valid(self) -> global___ClusterValid:
|
314
|
+
"""TBD: updating, deleting etc states"""
|
315
|
+
def __init__(
|
316
|
+
self,
|
317
|
+
*,
|
318
|
+
valid: global___ClusterValid | None = ...,
|
319
|
+
) -> None: ...
|
320
|
+
def HasField(self, field_name: typing_extensions.Literal["state", b"state", "valid", b"valid"]) -> builtins.bool: ...
|
321
|
+
def ClearField(self, field_name: typing_extensions.Literal["state", b"state", "valid", b"valid"]) -> None: ...
|
322
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["state", b"state"]) -> typing_extensions.Literal["valid"] | None: ...
|
323
|
+
|
324
|
+
global___ClusterState = ClusterState
|
325
|
+
|
326
|
+
class ClusterValid(google.protobuf.message.Message):
|
327
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
328
|
+
|
329
|
+
CLUSTER_FIELD_NUMBER: builtins.int
|
330
|
+
@property
|
331
|
+
def cluster(self) -> global___Cluster: ...
|
332
|
+
def __init__(
|
333
|
+
self,
|
334
|
+
*,
|
335
|
+
cluster: global___Cluster | None = ...,
|
336
|
+
) -> None: ...
|
337
|
+
def HasField(self, field_name: typing_extensions.Literal["cluster", b"cluster"]) -> builtins.bool: ...
|
338
|
+
def ClearField(self, field_name: typing_extensions.Literal["cluster", b"cluster"]) -> None: ...
|
339
|
+
|
340
|
+
global___ClusterValid = ClusterValid
|
341
|
+
|
342
|
+
class ClusterBrief(google.protobuf.message.Message):
|
343
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
344
|
+
|
345
|
+
INSTALLATION_TYPE_FIELD_NUMBER: builtins.int
|
346
|
+
installation_type: global___ClusterInstallationType.ValueType
|
347
|
+
def __init__(
|
348
|
+
self,
|
349
|
+
*,
|
350
|
+
installation_type: global___ClusterInstallationType.ValueType = ...,
|
351
|
+
) -> None: ...
|
352
|
+
def ClearField(self, field_name: typing_extensions.Literal["installation_type", b"installation_type"]) -> None: ...
|
353
|
+
|
354
|
+
global___ClusterBrief = ClusterBrief
|
@@ -16,9 +16,11 @@ _sym_db = _symbol_database.Default()
|
|
16
16
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
17
17
|
from _qwak_proto.qwak.administration.v0.environments import configuration_pb2 as qwak_dot_administration_dot_v0_dot_environments_dot_configuration__pb2
|
18
18
|
from _qwak_proto.qwak.administration.v0.environments import personalization_pb2 as qwak_dot_administration_dot_v0_dot_environments_dot_personalization__pb2
|
19
|
+
from _qwak_proto.qwak.administration.account.v1 import account_pb2 as qwak_dot_administration_dot_account_dot_v1_dot_account__pb2
|
20
|
+
from _qwak_proto.qwak.administration.cluster.v2 import cluster_pb2 as qwak_dot_administration_dot_cluster_dot_v2_dot_cluster__pb2
|
19
21
|
|
20
22
|
|
21
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5qwak/administration/v0/environments/environment.proto\x12\x1fqwak.administration.environment\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x37qwak/administration/v0/environments/configuration.proto\x1a\x39qwak/administration/v0/environments/personalization.proto\"\
|
23
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5qwak/administration/v0/environments/environment.proto\x12\x1fqwak.administration.environment\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x37qwak/administration/v0/environments/configuration.proto\x1a\x39qwak/administration/v0/environments/personalization.proto\x1a,qwak/administration/account/v1/account.proto\x1a,qwak/administration/cluster/v2/cluster.proto\"\xbe\x05\n\x0fQwakEnvironment\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x15\n\ttenant_id\x18\x03 \x01(\tB\x02\x18\x01\x12\x12\n\naccount_id\x18\x08 \x01(\t\x12\x12\n\ncluster_id\x18\n \x01(\t\x12\x42\n\x0c\x61\x63\x63ount_tier\x18\x0b \x01(\x0e\x32,.qwak.administration.environment.AccountTier\x12\x46\n\x06status\x18\x04 \x01(\x0e\x32\x36.qwak.administration.environment.QwakEnvironmentStatus\x12T\n\rconfiguration\x18\x05 \x01(\x0b\x32=.qwak.administration.environment.QwakEnvironmentConfiguration\x12T\n\x0fpersonalization\x18\t \x01(\x0b\x32;.qwak.administration.environment.EnvironmentPersonalization\x12.\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10last_modified_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x19\n\x0fjfrog_tenant_id\x18\x0c \x01(\tH\x00\x12\x38\n\x07\x61\x63\x63ount\x18\r \x01(\x0b\x32\'.qwak.administration.account.v1.Account\x12\x43\n\rcluster_brief\x18\x0e \x01(\x0b\x32,.qwak.administration.cluster.v2.ClusterBriefB\x1a\n\x18optional_jfrog_tenant_id\"8\n%EnvironmentApplicationUserCredentials\x12\x0f\n\x07\x61pi_key\x18\x01 \x01(\t*w\n\x15QwakEnvironmentStatus\x12\x1e\n\x1a\x45NVIRONMENT_STATUS_INVALID\x10\x00\x12\x1d\n\x19\x45NVIRONMENT_STATUS_ACTIVE\x10\x01\x12\x1f\n\x1b\x45NVIRONMENT_STATUS_DISABLED\x10\x02*L\n\x0b\x41\x63\x63ountTier\x12\x18\n\x14\x41\x43\x43OUNT_TIER_INVALID\x10\x00\x12\x08\n\x04\x46REE\x10\x01\x12\r\n\tVALIDATED\x10\x02\x12\n\n\x06PAYING\x10\x03\x42\xb2\x01\n\x1e\x63om.qwak.ai.administration.apiP\x01Z\x8d\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/v0/environments;environment_v0b\x06proto3')
|
22
24
|
|
23
25
|
_QWAKENVIRONMENTSTATUS = DESCRIPTOR.enum_types_by_name['QwakEnvironmentStatus']
|
24
26
|
QwakEnvironmentStatus = enum_type_wrapper.EnumTypeWrapper(_QWAKENVIRONMENTSTATUS)
|
@@ -55,12 +57,12 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
55
57
|
DESCRIPTOR._serialized_options = b'\n\036com.qwak.ai.administration.apiP\001Z\215\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/v0/environments;environment_v0'
|
56
58
|
_QWAKENVIRONMENT.fields_by_name['tenant_id']._options = None
|
57
59
|
_QWAKENVIRONMENT.fields_by_name['tenant_id']._serialized_options = b'\030\001'
|
58
|
-
_QWAKENVIRONMENTSTATUS._serialized_start=
|
59
|
-
_QWAKENVIRONMENTSTATUS._serialized_end=
|
60
|
-
_ACCOUNTTIER._serialized_start=
|
61
|
-
_ACCOUNTTIER._serialized_end=
|
62
|
-
_QWAKENVIRONMENT._serialized_start=
|
63
|
-
_QWAKENVIRONMENT._serialized_end=
|
64
|
-
_ENVIRONMENTAPPLICATIONUSERCREDENTIALS._serialized_start=
|
65
|
-
_ENVIRONMENTAPPLICATIONUSERCREDENTIALS._serialized_end=
|
60
|
+
_QWAKENVIRONMENTSTATUS._serialized_start=1094
|
61
|
+
_QWAKENVIRONMENTSTATUS._serialized_end=1213
|
62
|
+
_ACCOUNTTIER._serialized_start=1215
|
63
|
+
_ACCOUNTTIER._serialized_end=1291
|
64
|
+
_QWAKENVIRONMENT._serialized_start=332
|
65
|
+
_QWAKENVIRONMENT._serialized_end=1034
|
66
|
+
_ENVIRONMENTAPPLICATIONUSERCREDENTIALS._serialized_start=1036
|
67
|
+
_ENVIRONMENTAPPLICATIONUSERCREDENTIALS._serialized_end=1092
|
66
68
|
# @@protoc_insertion_point(module_scope)
|
@@ -7,6 +7,8 @@ import google.protobuf.descriptor
|
|
7
7
|
import google.protobuf.internal.enum_type_wrapper
|
8
8
|
import google.protobuf.message
|
9
9
|
import google.protobuf.timestamp_pb2
|
10
|
+
import qwak.administration.account.v1.account_pb2
|
11
|
+
import qwak.administration.cluster.v2.cluster_pb2
|
10
12
|
import qwak.administration.v0.environments.configuration_pb2
|
11
13
|
import qwak.administration.v0.environments.personalization_pb2
|
12
14
|
import sys
|
@@ -90,6 +92,8 @@ class QwakEnvironment(google.protobuf.message.Message):
|
|
90
92
|
CREATED_AT_FIELD_NUMBER: builtins.int
|
91
93
|
LAST_MODIFIED_AT_FIELD_NUMBER: builtins.int
|
92
94
|
JFROG_TENANT_ID_FIELD_NUMBER: builtins.int
|
95
|
+
ACCOUNT_FIELD_NUMBER: builtins.int
|
96
|
+
CLUSTER_BRIEF_FIELD_NUMBER: builtins.int
|
93
97
|
id: builtins.str
|
94
98
|
"""Assigned environment ID"""
|
95
99
|
name: builtins.str
|
@@ -118,6 +122,12 @@ class QwakEnvironment(google.protobuf.message.Message):
|
|
118
122
|
"""Last modification date"""
|
119
123
|
jfrog_tenant_id: builtins.str
|
120
124
|
"""The Environment's JFrog Tenant ID"""
|
125
|
+
@property
|
126
|
+
def account(self) -> qwak.administration.account.v1.account_pb2.Account:
|
127
|
+
"""The environment's account"""
|
128
|
+
@property
|
129
|
+
def cluster_brief(self) -> qwak.administration.cluster.v2.cluster_pb2.ClusterBrief:
|
130
|
+
"""The environment's hosting cluster brief"""
|
121
131
|
def __init__(
|
122
132
|
self,
|
123
133
|
*,
|
@@ -133,9 +143,11 @@ class QwakEnvironment(google.protobuf.message.Message):
|
|
133
143
|
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
134
144
|
last_modified_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
135
145
|
jfrog_tenant_id: builtins.str = ...,
|
146
|
+
account: qwak.administration.account.v1.account_pb2.Account | None = ...,
|
147
|
+
cluster_brief: qwak.administration.cluster.v2.cluster_pb2.ClusterBrief | None = ...,
|
136
148
|
) -> None: ...
|
137
|
-
def HasField(self, field_name: typing_extensions.Literal["configuration", b"configuration", "created_at", b"created_at", "jfrog_tenant_id", b"jfrog_tenant_id", "last_modified_at", b"last_modified_at", "optional_jfrog_tenant_id", b"optional_jfrog_tenant_id", "personalization", b"personalization"]) -> builtins.bool: ...
|
138
|
-
def ClearField(self, field_name: typing_extensions.Literal["account_id", b"account_id", "account_tier", b"account_tier", "cluster_id", b"cluster_id", "configuration", b"configuration", "created_at", b"created_at", "id", b"id", "jfrog_tenant_id", b"jfrog_tenant_id", "last_modified_at", b"last_modified_at", "name", b"name", "optional_jfrog_tenant_id", b"optional_jfrog_tenant_id", "personalization", b"personalization", "status", b"status", "tenant_id", b"tenant_id"]) -> None: ...
|
149
|
+
def HasField(self, field_name: typing_extensions.Literal["account", b"account", "cluster_brief", b"cluster_brief", "configuration", b"configuration", "created_at", b"created_at", "jfrog_tenant_id", b"jfrog_tenant_id", "last_modified_at", b"last_modified_at", "optional_jfrog_tenant_id", b"optional_jfrog_tenant_id", "personalization", b"personalization"]) -> builtins.bool: ...
|
150
|
+
def ClearField(self, field_name: typing_extensions.Literal["account", b"account", "account_id", b"account_id", "account_tier", b"account_tier", "cluster_brief", b"cluster_brief", "cluster_id", b"cluster_id", "configuration", b"configuration", "created_at", b"created_at", "id", b"id", "jfrog_tenant_id", b"jfrog_tenant_id", "last_modified_at", b"last_modified_at", "name", b"name", "optional_jfrog_tenant_id", b"optional_jfrog_tenant_id", "personalization", b"personalization", "status", b"status", "tenant_id", b"tenant_id"]) -> None: ...
|
139
151
|
def WhichOneof(self, oneof_group: typing_extensions.Literal["optional_jfrog_tenant_id", b"optional_jfrog_tenant_id"]) -> typing_extensions.Literal["jfrog_tenant_id"] | None: ...
|
140
152
|
|
141
153
|
global___QwakEnvironment = QwakEnvironment
|
@@ -19,7 +19,7 @@ from _qwak_proto.qwak.batch_job.v1 import batch_job_events_pb2 as qwak_dot_batch
|
|
19
19
|
from _qwak_proto.qwak.administration.authenticated_user.v1 import credentials_pb2 as qwak_dot_administration_dot_authenticated__user_dot_v1_dot_credentials__pb2
|
20
20
|
|
21
21
|
|
22
|
-
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*\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\xb4\x0e\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.UpdateTaskIngestedRecordsAmountResponseB.\n\x19\x63om.qwak.ai.batch.job.apiP\x01Z\x0f./;inferencejobb\x06proto3')
|
22
|
+
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')
|
23
23
|
|
24
24
|
_INPUTFILETYPE = DESCRIPTOR.enum_types_by_name['InputFileType']
|
25
25
|
InputFileType = enum_type_wrapper.EnumTypeWrapper(_INPUTFILETYPE)
|
@@ -102,6 +102,10 @@ _DELETEDEFAULTPARAMSREQUEST = DESCRIPTOR.message_types_by_name['DeleteDefaultPar
|
|
102
102
|
_DELETEDEFAULTPARAMSRESPONSE = DESCRIPTOR.message_types_by_name['DeleteDefaultParamsResponse']
|
103
103
|
_UPDATETASKINGESTEDRECORDSAMOUNTREQUEST = DESCRIPTOR.message_types_by_name['UpdateTaskIngestedRecordsAmountRequest']
|
104
104
|
_UPDATETASKINGESTEDRECORDSAMOUNTRESPONSE = DESCRIPTOR.message_types_by_name['UpdateTaskIngestedRecordsAmountResponse']
|
105
|
+
_UPDATETASKSDETAILSREQUEST = DESCRIPTOR.message_types_by_name['UpdateTasksDetailsRequest']
|
106
|
+
_UPDATETASKSDETAILSRESPONSE = DESCRIPTOR.message_types_by_name['UpdateTasksDetailsResponse']
|
107
|
+
_BATCHTASKDETAILS = DESCRIPTOR.message_types_by_name['BatchTaskDetails']
|
108
|
+
_INPUTFILEDETAILS = DESCRIPTOR.message_types_by_name['InputFileDetails']
|
105
109
|
_BATCHJOBDEPLOYMENTSIZE_MEMORYUNIT = _BATCHJOBDEPLOYMENTSIZE.enum_types_by_name['MemoryUnit']
|
106
110
|
StartWarmupJobRequest = _reflection.GeneratedProtocolMessageType('StartWarmupJobRequest', (_message.Message,), {
|
107
111
|
'DESCRIPTOR' : _STARTWARMUPJOBREQUEST,
|
@@ -432,6 +436,34 @@ UpdateTaskIngestedRecordsAmountResponse = _reflection.GeneratedProtocolMessageTy
|
|
432
436
|
})
|
433
437
|
_sym_db.RegisterMessage(UpdateTaskIngestedRecordsAmountResponse)
|
434
438
|
|
439
|
+
UpdateTasksDetailsRequest = _reflection.GeneratedProtocolMessageType('UpdateTasksDetailsRequest', (_message.Message,), {
|
440
|
+
'DESCRIPTOR' : _UPDATETASKSDETAILSREQUEST,
|
441
|
+
'__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
|
442
|
+
# @@protoc_insertion_point(class_scope:qwak.batchjob.UpdateTasksDetailsRequest)
|
443
|
+
})
|
444
|
+
_sym_db.RegisterMessage(UpdateTasksDetailsRequest)
|
445
|
+
|
446
|
+
UpdateTasksDetailsResponse = _reflection.GeneratedProtocolMessageType('UpdateTasksDetailsResponse', (_message.Message,), {
|
447
|
+
'DESCRIPTOR' : _UPDATETASKSDETAILSRESPONSE,
|
448
|
+
'__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
|
449
|
+
# @@protoc_insertion_point(class_scope:qwak.batchjob.UpdateTasksDetailsResponse)
|
450
|
+
})
|
451
|
+
_sym_db.RegisterMessage(UpdateTasksDetailsResponse)
|
452
|
+
|
453
|
+
BatchTaskDetails = _reflection.GeneratedProtocolMessageType('BatchTaskDetails', (_message.Message,), {
|
454
|
+
'DESCRIPTOR' : _BATCHTASKDETAILS,
|
455
|
+
'__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
|
456
|
+
# @@protoc_insertion_point(class_scope:qwak.batchjob.BatchTaskDetails)
|
457
|
+
})
|
458
|
+
_sym_db.RegisterMessage(BatchTaskDetails)
|
459
|
+
|
460
|
+
InputFileDetails = _reflection.GeneratedProtocolMessageType('InputFileDetails', (_message.Message,), {
|
461
|
+
'DESCRIPTOR' : _INPUTFILEDETAILS,
|
462
|
+
'__module__' : 'qwak.batch_job.v1.batch_job_service_pb2'
|
463
|
+
# @@protoc_insertion_point(class_scope:qwak.batchjob.InputFileDetails)
|
464
|
+
})
|
465
|
+
_sym_db.RegisterMessage(InputFileDetails)
|
466
|
+
|
435
467
|
_BATCHJOBMANAGEMENTSERVICE = DESCRIPTOR.services_by_name['BatchJobManagementService']
|
436
468
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
437
469
|
|
@@ -461,14 +493,14 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
461
493
|
_BATCHJOBMESSAGE.fields_by_name['branch_id']._serialized_options = b'\030\001'
|
462
494
|
_TASKEXECUTIONDETAILS.fields_by_name['filename']._options = None
|
463
495
|
_TASKEXECUTIONDETAILS.fields_by_name['filename']._serialized_options = b'\030\001'
|
464
|
-
_INPUTFILETYPE._serialized_start=
|
465
|
-
_INPUTFILETYPE._serialized_end=
|
466
|
-
_OUTPUTFILETYPE._serialized_start=
|
467
|
-
_OUTPUTFILETYPE._serialized_end=
|
468
|
-
_BATCHJOBSTATUSMESSAGE._serialized_start=
|
469
|
-
_BATCHJOBSTATUSMESSAGE._serialized_end=
|
470
|
-
_BATCHTASKSTATUSMESSAGE._serialized_start=
|
471
|
-
_BATCHTASKSTATUSMESSAGE._serialized_end=
|
496
|
+
_INPUTFILETYPE._serialized_start=7215
|
497
|
+
_INPUTFILETYPE._serialized_end=7344
|
498
|
+
_OUTPUTFILETYPE._serialized_start=7347
|
499
|
+
_OUTPUTFILETYPE._serialized_end=7481
|
500
|
+
_BATCHJOBSTATUSMESSAGE._serialized_start=7484
|
501
|
+
_BATCHJOBSTATUSMESSAGE._serialized_end=7753
|
502
|
+
_BATCHTASKSTATUSMESSAGE._serialized_start=7756
|
503
|
+
_BATCHTASKSTATUSMESSAGE._serialized_end=8040
|
472
504
|
_STARTWARMUPJOBREQUEST._serialized_start=246
|
473
505
|
_STARTWARMUPJOBREQUEST._serialized_end=426
|
474
506
|
_STARTWARMUPJOBRESPONSE._serialized_start=428
|
@@ -565,6 +597,14 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
565
597
|
_UPDATETASKINGESTEDRECORDSAMOUNTREQUEST._serialized_end=6921
|
566
598
|
_UPDATETASKINGESTEDRECORDSAMOUNTRESPONSE._serialized_start=6923
|
567
599
|
_UPDATETASKINGESTEDRECORDSAMOUNTRESPONSE._serialized_end=6964
|
568
|
-
|
569
|
-
|
600
|
+
_UPDATETASKSDETAILSREQUEST._serialized_start=6966
|
601
|
+
_UPDATETASKSDETAILSREQUEST._serialized_end=7049
|
602
|
+
_UPDATETASKSDETAILSRESPONSE._serialized_start=7051
|
603
|
+
_UPDATETASKSDETAILSRESPONSE._serialized_end=7079
|
604
|
+
_BATCHTASKDETAILS._serialized_start=7081
|
605
|
+
_BATCHTASKDETAILS._serialized_end=7178
|
606
|
+
_INPUTFILEDETAILS._serialized_start=7180
|
607
|
+
_INPUTFILEDETAILS._serialized_end=7212
|
608
|
+
_BATCHJOBMANAGEMENTSERVICE._serialized_start=8043
|
609
|
+
_BATCHJOBMANAGEMENTSERVICE._serialized_end=9994
|
570
610
|
# @@protoc_insertion_point(module_scope)
|
@@ -1326,3 +1326,62 @@ class UpdateTaskIngestedRecordsAmountResponse(google.protobuf.message.Message):
|
|
1326
1326
|
) -> None: ...
|
1327
1327
|
|
1328
1328
|
global___UpdateTaskIngestedRecordsAmountResponse = UpdateTaskIngestedRecordsAmountResponse
|
1329
|
+
|
1330
|
+
class UpdateTasksDetailsRequest(google.protobuf.message.Message):
|
1331
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
1332
|
+
|
1333
|
+
TASKS_DETAILS_FIELD_NUMBER: builtins.int
|
1334
|
+
@property
|
1335
|
+
def tasks_details(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___BatchTaskDetails]: ...
|
1336
|
+
def __init__(
|
1337
|
+
self,
|
1338
|
+
*,
|
1339
|
+
tasks_details: collections.abc.Iterable[global___BatchTaskDetails] | None = ...,
|
1340
|
+
) -> None: ...
|
1341
|
+
def ClearField(self, field_name: typing_extensions.Literal["tasks_details", b"tasks_details"]) -> None: ...
|
1342
|
+
|
1343
|
+
global___UpdateTasksDetailsRequest = UpdateTasksDetailsRequest
|
1344
|
+
|
1345
|
+
class UpdateTasksDetailsResponse(google.protobuf.message.Message):
|
1346
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
1347
|
+
|
1348
|
+
def __init__(
|
1349
|
+
self,
|
1350
|
+
) -> None: ...
|
1351
|
+
|
1352
|
+
global___UpdateTasksDetailsResponse = UpdateTasksDetailsResponse
|
1353
|
+
|
1354
|
+
class BatchTaskDetails(google.protobuf.message.Message):
|
1355
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
1356
|
+
|
1357
|
+
TASK_ID_FIELD_NUMBER: builtins.int
|
1358
|
+
INPUT_FILES_DETAILS_FIELD_NUMBER: builtins.int
|
1359
|
+
task_id: builtins.str
|
1360
|
+
"""The task id"""
|
1361
|
+
@property
|
1362
|
+
def input_files_details(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___InputFileDetails]:
|
1363
|
+
"""List of input file details for the task"""
|
1364
|
+
def __init__(
|
1365
|
+
self,
|
1366
|
+
*,
|
1367
|
+
task_id: builtins.str = ...,
|
1368
|
+
input_files_details: collections.abc.Iterable[global___InputFileDetails] | None = ...,
|
1369
|
+
) -> None: ...
|
1370
|
+
def ClearField(self, field_name: typing_extensions.Literal["input_files_details", b"input_files_details", "task_id", b"task_id"]) -> None: ...
|
1371
|
+
|
1372
|
+
global___BatchTaskDetails = BatchTaskDetails
|
1373
|
+
|
1374
|
+
class InputFileDetails(google.protobuf.message.Message):
|
1375
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
1376
|
+
|
1377
|
+
PATH_FIELD_NUMBER: builtins.int
|
1378
|
+
path: builtins.str
|
1379
|
+
"""The file path"""
|
1380
|
+
def __init__(
|
1381
|
+
self,
|
1382
|
+
*,
|
1383
|
+
path: builtins.str = ...,
|
1384
|
+
) -> None: ...
|
1385
|
+
def ClearField(self, field_name: typing_extensions.Literal["path", b"path"]) -> None: ...
|
1386
|
+
|
1387
|
+
global___InputFileDetails = InputFileDetails
|
@@ -94,6 +94,11 @@ class BatchJobManagementServiceStub(object):
|
|
94
94
|
request_serializer=qwak_dot_batch__job_dot_v1_dot_batch__job__service__pb2.UpdateTaskIngestedRecordsAmountRequest.SerializeToString,
|
95
95
|
response_deserializer=qwak_dot_batch__job_dot_v1_dot_batch__job__service__pb2.UpdateTaskIngestedRecordsAmountResponse.FromString,
|
96
96
|
)
|
97
|
+
self.UpdateTasksDetails = channel.unary_unary(
|
98
|
+
'/qwak.batchjob.BatchJobManagementService/UpdateTasksDetails',
|
99
|
+
request_serializer=qwak_dot_batch__job_dot_v1_dot_batch__job__service__pb2.UpdateTasksDetailsRequest.SerializeToString,
|
100
|
+
response_deserializer=qwak_dot_batch__job_dot_v1_dot_batch__job__service__pb2.UpdateTasksDetailsResponse.FromString,
|
101
|
+
)
|
97
102
|
|
98
103
|
|
99
104
|
class BatchJobManagementServiceServicer(object):
|
@@ -208,6 +213,13 @@ class BatchJobManagementServiceServicer(object):
|
|
208
213
|
context.set_details('Method not implemented!')
|
209
214
|
raise NotImplementedError('Method not implemented!')
|
210
215
|
|
216
|
+
def UpdateTasksDetails(self, request, context):
|
217
|
+
"""Update the task details for given tasks
|
218
|
+
"""
|
219
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
220
|
+
context.set_details('Method not implemented!')
|
221
|
+
raise NotImplementedError('Method not implemented!')
|
222
|
+
|
211
223
|
|
212
224
|
def add_BatchJobManagementServiceServicer_to_server(servicer, server):
|
213
225
|
rpc_method_handlers = {
|
@@ -291,6 +303,11 @@ def add_BatchJobManagementServiceServicer_to_server(servicer, server):
|
|
291
303
|
request_deserializer=qwak_dot_batch__job_dot_v1_dot_batch__job__service__pb2.UpdateTaskIngestedRecordsAmountRequest.FromString,
|
292
304
|
response_serializer=qwak_dot_batch__job_dot_v1_dot_batch__job__service__pb2.UpdateTaskIngestedRecordsAmountResponse.SerializeToString,
|
293
305
|
),
|
306
|
+
'UpdateTasksDetails': grpc.unary_unary_rpc_method_handler(
|
307
|
+
servicer.UpdateTasksDetails,
|
308
|
+
request_deserializer=qwak_dot_batch__job_dot_v1_dot_batch__job__service__pb2.UpdateTasksDetailsRequest.FromString,
|
309
|
+
response_serializer=qwak_dot_batch__job_dot_v1_dot_batch__job__service__pb2.UpdateTasksDetailsResponse.SerializeToString,
|
310
|
+
),
|
294
311
|
}
|
295
312
|
generic_handler = grpc.method_handlers_generic_handler(
|
296
313
|
'qwak.batchjob.BatchJobManagementService', rpc_method_handlers)
|
@@ -572,3 +589,20 @@ class BatchJobManagementService(object):
|
|
572
589
|
qwak_dot_batch__job_dot_v1_dot_batch__job__service__pb2.UpdateTaskIngestedRecordsAmountResponse.FromString,
|
573
590
|
options, channel_credentials,
|
574
591
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
592
|
+
|
593
|
+
@staticmethod
|
594
|
+
def UpdateTasksDetails(request,
|
595
|
+
target,
|
596
|
+
options=(),
|
597
|
+
channel_credentials=None,
|
598
|
+
call_credentials=None,
|
599
|
+
insecure=False,
|
600
|
+
compression=None,
|
601
|
+
wait_for_ready=None,
|
602
|
+
timeout=None,
|
603
|
+
metadata=None):
|
604
|
+
return grpc.experimental.unary_unary(request, target, '/qwak.batchjob.BatchJobManagementService/UpdateTasksDetails',
|
605
|
+
qwak_dot_batch__job_dot_v1_dot_batch__job__service__pb2.UpdateTasksDetailsRequest.SerializeToString,
|
606
|
+
qwak_dot_batch__job_dot_v1_dot_batch__job__service__pb2.UpdateTasksDetailsResponse.FromString,
|
607
|
+
options, channel_credentials,
|
608
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
qwak/__init__.py
CHANGED
@@ -33,6 +33,9 @@ _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2_grpc.py,sh
|
|
33
33
|
_qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py,sha256=dkBXVsZBxZkGCwt-riB9IkaykmhYDLf9_9IWTFc6SEc,4901
|
34
34
|
_qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.pyi,sha256=zdQqQF0o1uv-II_bCMMsm3h-Em_RN1HKmrHcjjszkeE,5995
|
35
35
|
_qwak_proto/qwak/administration/authenticated_user/v1/details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
36
|
+
_qwak_proto/qwak/administration/cluster/v2/cluster_pb2.py,sha256=ycDnga6lmVRJjKZlDrrWrfHcVcpUv0NbfGAv7LD5XyQ,14375
|
37
|
+
_qwak_proto/qwak/administration/cluster/v2/cluster_pb2.pyi,sha256=uzek313Ky25mMDF9_OvMJNKT99duipycHnSXCMyRG9A,17386
|
38
|
+
_qwak_proto/qwak/administration/cluster/v2/cluster_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
36
39
|
_qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py,sha256=RzJ760bt1v4bTkw8EhEUeiruD3Z18rrDBecCvP_7lc4,2359
|
37
40
|
_qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.pyi,sha256=PG3FGCgDwEa6vY56BVYPz5LsZ77H8-TJe95NdhBKY6A,1393
|
38
41
|
_qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
@@ -90,8 +93,8 @@ _qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2_grp
|
|
90
93
|
_qwak_proto/qwak/administration/v0/environments/configuration_pb2.py,sha256=iU_7f0ZVxfaoDPSYOG9gm0D2JvpjpZDfJ3reWSHrXbY,8974
|
91
94
|
_qwak_proto/qwak/administration/v0/environments/configuration_pb2.pyi,sha256=LpCDnMhi5q_08jIcSsZXnazmJMOseQRkwa9K95TGm0M,13967
|
92
95
|
_qwak_proto/qwak/administration/v0/environments/configuration_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
93
|
-
_qwak_proto/qwak/administration/v0/environments/environment_pb2.py,sha256=
|
94
|
-
_qwak_proto/qwak/administration/v0/environments/environment_pb2.pyi,sha256=
|
96
|
+
_qwak_proto/qwak/administration/v0/environments/environment_pb2.py,sha256=Iu32cSsBug8HeWYcoJPTifGcI5WzS-8duZ8VS_01kNU,5661
|
97
|
+
_qwak_proto/qwak/administration/v0/environments/environment_pb2.pyi,sha256=65E7FfaH459_Hrgc1cCYmWSEsfiu-PxiUsWnJjkEDZc,8249
|
95
98
|
_qwak_proto/qwak/administration/v0/environments/environment_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
96
99
|
_qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py,sha256=Jk-zEFzlit0-5nefOzPZ-9OvkFb4B8N0g7g5SMg9CQg,16001
|
97
100
|
_qwak_proto/qwak/administration/v0/environments/environment_service_pb2.pyi,sha256=BK4AucBdpqqjBDIvRxIaJi9SvGpUdbsUAdzwpZPsNaw,12387
|
@@ -168,9 +171,9 @@ _qwak_proto/qwak/batch_job/v1/batch_job_events_pb2_grpc.py,sha256=1oboBPFxaTEXt9
|
|
168
171
|
_qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py,sha256=W7su6d0EUqsbGtrAJ_R8QsPm4bgzySqwv0_LqbPjSkE,2083
|
169
172
|
_qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.pyi,sha256=e4WFKs7LbWS2M5XLyLrMQROhfSIpmh9Nj-qcSbEv9E0,1977
|
170
173
|
_qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
171
|
-
_qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py,sha256=
|
172
|
-
_qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi,sha256=
|
173
|
-
_qwak_proto/qwak/batch_job/v1/batch_job_service_pb2_grpc.py,sha256=
|
174
|
+
_qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py,sha256=q2NGUTDb9Z1Lt1RBn9rJimk1Kio06W3yxh3hpmbbE6E,48793
|
175
|
+
_qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi,sha256=NkG41HRl_J5V_SZOLwk-aF2BiCzY1iDfDpowYQFJNt4,62428
|
176
|
+
_qwak_proto/qwak/batch_job/v1/batch_job_service_pb2_grpc.py,sha256=IQVdGiiHA7l4ovHyOM5ODIq7Riy8u7zJWFvwirU9B6w,33921
|
174
177
|
_qwak_proto/qwak/build/v1/build_api_pb2.py,sha256=2PenJvax7-xfY5V6TnvmFWRZop7ZgcVt0qgri6Bsk74,32048
|
175
178
|
_qwak_proto/qwak/build/v1/build_api_pb2.pyi,sha256=zgi8Gy3_Ollk48HxcbQYQfEaKwqiNagfALwcH4GuyOM,26751
|
176
179
|
_qwak_proto/qwak/build/v1/build_api_pb2_grpc.py,sha256=YWGNvbjb5o1lEf56O6iBEwrC5bqOIOM3omCCS7qHY-s,31472
|
@@ -591,7 +594,7 @@ _qwak_proto/qwak/workspace/workspace_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXH
|
|
591
594
|
_qwak_proto/qwak/workspace/workspace_service_pb2.py,sha256=AB3C9S_AbOD7Nx1Ni4j1rW6PNtYTV1zjiqFQk-goQ74,21429
|
592
595
|
_qwak_proto/qwak/workspace/workspace_service_pb2.pyi,sha256=nKKCHwnovZhsy8TSVmdz-Vtl0nviOOoX56HD-41Xo08,13726
|
593
596
|
_qwak_proto/qwak/workspace/workspace_service_pb2_grpc.py,sha256=yKGuexxTBza99Ihe0DSTniV2ZSd_AG47inHenqfi890,27193
|
594
|
-
qwak/__init__.py,sha256=
|
597
|
+
qwak/__init__.py,sha256=8jXgmVlbysc3jtH1DoAf_UgYwa9JJ1xrkbhLapZho4A,587
|
595
598
|
qwak/automations/__init__.py,sha256=qFZRvCxUUn8gcxkJR0v19ulHW2oJ0x6-Rif7HiheDP4,1522
|
596
599
|
qwak/automations/automation_executions.py,sha256=5MeH_epYYWb8NKXgAozwT_jPyyUDednBHG7izloi7RY,3228
|
597
600
|
qwak/automations/automations.py,sha256=3yx8e2v0uSKDnXbqyknasyEoQ5vxGni6K40Hbi1_zkk,12599
|
@@ -1065,6 +1068,6 @@ qwak_services_mock/mocks/workspace_manager_service_mock.py,sha256=O9ZSwln4T4kHVk
|
|
1065
1068
|
qwak_services_mock/services_mock.py,sha256=zXtHcX8a_acz7ynxuCBxxVpHpde7aAGjIn6Uw52LY1s,19593
|
1066
1069
|
qwak_services_mock/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1067
1070
|
qwak_services_mock/utils/service_utils.py,sha256=ZlB0CnB1J6oBn6_m7fQO2U8tKoboHdUa6ljjkRMYNXU,265
|
1068
|
-
qwak_core-0.4.
|
1069
|
-
qwak_core-0.4.
|
1070
|
-
qwak_core-0.4.
|
1071
|
+
qwak_core-0.4.270.dist-info/METADATA,sha256=jSxv4Gj_3ccDrKxH_j4k2TT3Y541H8fkqfIBcaAMbU0,2549
|
1072
|
+
qwak_core-0.4.270.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
1073
|
+
qwak_core-0.4.270.dist-info/RECORD,,
|
File without changes
|