gimlet-api 0.0.12__py3-none-any.whl → 0.0.13__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.
- {gimlet_api-0.0.12.dist-info → gimlet_api-0.0.13.dist-info}/METADATA +2 -1
- {gimlet_api-0.0.12.dist-info → gimlet_api-0.0.13.dist-info}/RECORD +18 -17
- gml/client.py +1 -1
- gml/compile.py +16 -1
- gml/pipelines.py +14 -6
- gml/proto/src/api/corepb/v1/controlplane_pb2.py +48 -39
- gml/proto/src/api/corepb/v1/cp_edge_pb2.py +107 -69
- gml/proto/src/api/corepb/v1/deployed_pipeline_pb2.py +31 -7
- gml/proto/src/api/corepb/v1/device_info_pb2.py +6 -6
- gml/proto/src/api/corepb/v1/mediastream_pb2.py +15 -3
- gml/proto/src/api/corepb/v1/model_exec_pb2.py +49 -45
- gml/proto/src/controlplane/directory/directorypb/v1/directory_pb2.py +50 -50
- gml/proto/src/controlplane/logicalpipeline/lppb/v1/lppb_pb2.py +31 -24
- gml/proto/src/controlplane/logicalpipeline/lppb/v1/lppb_pb2_grpc.py +33 -0
- gml/proto/src/controlplane/model/mpb/v1/mpb_pb2.py +17 -11
- gml/proto/src/controlplane/model/mpb/v1/mpb_pb2_grpc.py +33 -0
- gml/version_utils.py +43 -0
- {gimlet_api-0.0.12.dist-info → gimlet_api-0.0.13.dist-info}/WHEEL +0 -0
@@ -1,13 +1,13 @@
|
|
1
1
|
gml/__init__.py,sha256=H3WQZ_RaN7VNeb__qeHEbKLEwkaG7gpL5FQ8s1IotUA,773
|
2
2
|
gml/_utils.py,sha256=mSCWHhCdzcUvHqmJIB2FS215K1LMgJCWcZ6e6FWK3hQ,1184
|
3
3
|
gml/asset_manager.py,sha256=VnbqUZHPOgPrAh6ri9C0EuNhS8tAHIrbUyJPAJuD9po,2053
|
4
|
-
gml/client.py,sha256=
|
5
|
-
gml/compile.py,sha256=
|
4
|
+
gml/client.py,sha256=ztYvImrY_o8tR-_RJMXdDPVkqzjfVsF8jjM3CUhnFOY,14441
|
5
|
+
gml/compile.py,sha256=WnsVgZTaiW7Uh-D_ObkX1ee9p4_8PDAF2KIQCiHAbFA,10744
|
6
6
|
gml/device.py,sha256=Iw71NnuLcgjY32ZMXHlnlPkosTuHEmL9E98utmNChlM,2650
|
7
7
|
gml/hf.py,sha256=Kv2yffy8omTRQDPnoIZocG2EOyfhr7UvLFIvTmRxw0g,36170
|
8
8
|
gml/model.py,sha256=8fIYlLRduTsUZfYJr_YVPNxbEVIzr7_yaaTe4T-TZ2Y,8429
|
9
9
|
gml/model_utils.py,sha256=vZvE5cHZIDkUkeZ4Pk4hhV-zOYMiREluv4b8kdqQ3Ig,1375
|
10
|
-
gml/pipelines.py,sha256=
|
10
|
+
gml/pipelines.py,sha256=hjsh7yNICDsjyKB8gQh9rtpwmfSk2q6otGogc932eLA,8454
|
11
11
|
gml/preprocessing.py,sha256=YPcxwBOdx0h0ADzoloYbFw9qUGFbi167E8HA4Zwn7Pk,3928
|
12
12
|
gml/proto/gogoproto/gogo_pb2.py,sha256=WVMIAR8K--mCUkTPM7mEeeXGpQlRRtt_kco10iP3CZs,15728
|
13
13
|
gml/proto/mediapipe/framework/calculator_contract_test_pb2.py,sha256=hNjyZCBz3RYa6rN4xR3FOCZKA24gq_LsJ3EMegl5wK4,2031
|
@@ -26,28 +26,29 @@ gml/proto/opentelemetry/proto/common/v1/common_pb2.py,sha256=wQjeDti-C8JiNwRn-z5
|
|
26
26
|
gml/proto/opentelemetry/proto/metrics/v1/metrics_pb2.py,sha256=k8oW5tmFlJK2574Ky6kDc0JmNNQCLroRwCCGyxDd7JA,9968
|
27
27
|
gml/proto/opentelemetry/proto/resource/v1/resource_pb2.py,sha256=cbNmE12Nm3PjW4NXU7-Z-9m_0Zs3Ab8R1xLkDnvclCg,1730
|
28
28
|
gml/proto/src/api/corepb/v1/compiled_pipeline_pb2.py,sha256=g3MxBqshtwaM9_Nrbvwo995_XWq-maXGP6mDeiEzZKo,7529
|
29
|
-
gml/proto/src/api/corepb/v1/controlplane_pb2.py,sha256=
|
30
|
-
gml/proto/src/api/corepb/v1/cp_edge_pb2.py,sha256=
|
31
|
-
gml/proto/src/api/corepb/v1/deployed_pipeline_pb2.py,sha256=
|
32
|
-
gml/proto/src/api/corepb/v1/device_info_pb2.py,sha256=
|
29
|
+
gml/proto/src/api/corepb/v1/controlplane_pb2.py,sha256=r0tM1XFlorKCCv5hCYEq8-LXo7moJ4C8PXFGQl-GqiU,14694
|
30
|
+
gml/proto/src/api/corepb/v1/cp_edge_pb2.py,sha256=KuLwOZprktJ6aFnUM_OkHucQXSKQ8yg-3lRHOZidWeI,21014
|
31
|
+
gml/proto/src/api/corepb/v1/deployed_pipeline_pb2.py,sha256=XbppBI1fQ-FazD2in1o6Z9_BIPRBArCE5dVUF7iUn3Y,6649
|
32
|
+
gml/proto/src/api/corepb/v1/device_info_pb2.py,sha256=hcnU9CSZjTa0liXMGPLOos1oSKvF3jQdUaAgXZSqFS0,6760
|
33
33
|
gml/proto/src/api/corepb/v1/gem_config_pb2.py,sha256=vC0g3k9hDv-LhiV6LwaYCly6x00Xx_YA0i2AZSwCo_I,5396
|
34
|
-
gml/proto/src/api/corepb/v1/mediastream_pb2.py,sha256=
|
35
|
-
gml/proto/src/api/corepb/v1/model_exec_pb2.py,sha256=
|
34
|
+
gml/proto/src/api/corepb/v1/mediastream_pb2.py,sha256=LB5YJNw_MMfFa4hgfWhpqp4yG2rTzxKZa4L3vzsB_lU,9838
|
35
|
+
gml/proto/src/api/corepb/v1/model_exec_pb2.py,sha256=Z4y7P6nyO_6dwhEkv7qhsYKEyAJVEB4nS41LdO1NpYA,34465
|
36
36
|
gml/proto/src/common/typespb/jwt_pb2.py,sha256=lxy-bqbyg96i9n_xr2JbkuWX-ldnoJavXPMnApzVSio,5580
|
37
37
|
gml/proto/src/common/typespb/status_pb2.py,sha256=IbBJnbsAlvsuTtyT285ZuW6k5VaPfl5kRSOnBxD_H8M,2109
|
38
38
|
gml/proto/src/common/typespb/uuid_pb2.py,sha256=5Fm3jYpCPX7sMrP6RhRYsF0SnuZNIBEQJk9f0jwZ2Rw,1188
|
39
39
|
gml/proto/src/controlplane/compiler/cpb/v1/cpb_pb2.py,sha256=4mp1QWV7FOzF_nC3RDKZ9vTA-ezMhukcjBEt1lcjGmM,4933
|
40
40
|
gml/proto/src/controlplane/compiler/cpb/v1/cpb_pb2_grpc.py,sha256=l-gTK9nYpTlVb7QGAckSQXlHhkRdKe2-nrxXc8NQavY,2912
|
41
|
-
gml/proto/src/controlplane/directory/directorypb/v1/directory_pb2.py,sha256=
|
41
|
+
gml/proto/src/controlplane/directory/directorypb/v1/directory_pb2.py,sha256=S3OzKYO34BRuYs3rSKbLfjAgm3LQb6wQFS-sfFdQSfk,11496
|
42
42
|
gml/proto/src/controlplane/directory/directorypb/v1/directory_pb2_grpc.py,sha256=p3OpT8-hfNHu4-29qr-ZahRwO-LoCYM9Q4jomAHTXGA,24572
|
43
43
|
gml/proto/src/controlplane/filetransfer/ftpb/v1/ftpb_pb2.py,sha256=r8mbJNTq45_c0amPnTr8OFZasCk7XWu2YS_eu7GfWJg,7050
|
44
44
|
gml/proto/src/controlplane/filetransfer/ftpb/v1/ftpb_pb2_grpc.py,sha256=XlE4R2PJaOmzQocx7y6SKJvuqt8tYBGzBuhajvzG0cc,12919
|
45
|
-
gml/proto/src/controlplane/logicalpipeline/lppb/v1/lppb_pb2.py,sha256=
|
46
|
-
gml/proto/src/controlplane/logicalpipeline/lppb/v1/lppb_pb2_grpc.py,sha256
|
47
|
-
gml/proto/src/controlplane/model/mpb/v1/mpb_pb2.py,sha256=
|
48
|
-
gml/proto/src/controlplane/model/mpb/v1/mpb_pb2_grpc.py,sha256=
|
45
|
+
gml/proto/src/controlplane/logicalpipeline/lppb/v1/lppb_pb2.py,sha256=1-d46lvO8c80Rj7rWNaExSQsNeH9CioHilP9wW_o6I8,7985
|
46
|
+
gml/proto/src/controlplane/logicalpipeline/lppb/v1/lppb_pb2_grpc.py,sha256=cX7p2xLe01WzYTaB2TzqhePUUhaZkTE4iOAZzHaklmQ,11634
|
47
|
+
gml/proto/src/controlplane/model/mpb/v1/mpb_pb2.py,sha256=IryUZ-TlpQKvU52-XFRKvuAfiH-0EkXrTzwvmmK7Fmk,4591
|
48
|
+
gml/proto/src/controlplane/model/mpb/v1/mpb_pb2_grpc.py,sha256=ZABewZxEthfQx2pEfvBfLc4M8JoKazheQOH181CegjY,6586
|
49
49
|
gml/register_submodules.py,sha256=U8IwjVygX2vxNi_aK6ljHOD4mmrOhbyVczvy4wwulqU,5027
|
50
50
|
gml/tensor.py,sha256=aPLm3I3qkYNDcJmntaUycqqN5rsZmcj8ql0EkupJudY,14977
|
51
|
-
|
52
|
-
gimlet_api-0.0.
|
53
|
-
gimlet_api-0.0.
|
51
|
+
gml/version_utils.py,sha256=ouCemolnoDm71NiQRcfpa5k5bETTLaFCH6lrEyivGNY,1626
|
52
|
+
gimlet_api-0.0.13.dist-info/WHEEL,sha256=sobxWSyDDkdg_rinUth-jxhXHqoNqlmNMJY3aTZn2Us,91
|
53
|
+
gimlet_api-0.0.13.dist-info/METADATA,sha256=iU7mWRms-_xioOe-DyeOgOE4oTfJ5c1f5NDFSp2Ew90,611
|
54
|
+
gimlet_api-0.0.13.dist-info/RECORD,,
|
gml/client.py
CHANGED
gml/compile.py
CHANGED
@@ -16,6 +16,7 @@
|
|
16
16
|
|
17
17
|
import contextlib
|
18
18
|
import functools
|
19
|
+
import warnings
|
19
20
|
from typing import Any, Dict, Iterable, List, Optional, Sequence, Union
|
20
21
|
|
21
22
|
import safetensors_mlir
|
@@ -46,6 +47,7 @@ from transformers import DynamicCache
|
|
46
47
|
|
47
48
|
from gml.asset_manager import AssetManager
|
48
49
|
from gml.register_submodules import submodule_registration_workarounds
|
50
|
+
from gml.version_utils import is_transformers_version_greater_or_equal
|
49
51
|
|
50
52
|
|
51
53
|
def _default_decomposition_denylist():
|
@@ -86,7 +88,20 @@ def register_dynamic_cache_pytree_node():
|
|
86
88
|
def unflatten_cache(flattened: Iterable[Any], context: Any):
|
87
89
|
return DynamicCache.from_legacy_cache(flattened)
|
88
90
|
|
89
|
-
torch.utils._pytree.register_pytree_node
|
91
|
+
register_fn = torch.utils._pytree.register_pytree_node
|
92
|
+
if is_transformers_version_greater_or_equal("4.50.0"):
|
93
|
+
# TODO(james): Remove this when we support passing in KV Cache in arbitrary order.
|
94
|
+
# We currently only support passing in KV Cache in [k0, v0, k1, v1, ...] order,
|
95
|
+
# so we need to override transformers pytree registration for DynamicCache.
|
96
|
+
# Overriding the registration allows us to flatten the cache how we expect.
|
97
|
+
# However, this will break other people's code that relies on the default
|
98
|
+
# transformers behaviour so we should remove this eventually.
|
99
|
+
def register_fn(*args, **kwargs):
|
100
|
+
with warnings.catch_warnings():
|
101
|
+
warnings.simplefilter("ignore")
|
102
|
+
torch.utils._pytree._private_register_pytree_node(*args, **kwargs)
|
103
|
+
|
104
|
+
register_fn(
|
90
105
|
DynamicCache,
|
91
106
|
flatten_cache,
|
92
107
|
unflatten_cache,
|
gml/pipelines.py
CHANGED
@@ -175,13 +175,13 @@ nodes:
|
|
175
175
|
class LiveChatPipeline(Pipeline):
|
176
176
|
def __init__(
|
177
177
|
self,
|
178
|
-
|
179
|
-
preset_system_prompt: str = r"'<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\nYou are a helpful assistant<|eot_id|>'",
|
178
|
+
system_prompt: str = "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\nYou are a helpful assistant<|eot_id|>",
|
180
179
|
add_generation_prompt: bool = True,
|
180
|
+
message_template_override: str = "",
|
181
181
|
):
|
182
182
|
self.add_generation_prompt = add_generation_prompt
|
183
|
-
self.
|
184
|
-
self.
|
183
|
+
self.message_template_override = message_template_override
|
184
|
+
self.system_prompt = system_prompt
|
185
185
|
|
186
186
|
def to_yaml(self, models: List[Model], org_name: str) -> str:
|
187
187
|
if len(models) != 2:
|
@@ -199,6 +199,14 @@ class LiveChatPipeline(Pipeline):
|
|
199
199
|
raise ValueError(
|
200
200
|
"LiveChatPipeline expects both a tokenizer model and a language model)"
|
201
201
|
)
|
202
|
+
if self.message_template_override:
|
203
|
+
message_template = self.message_template_override
|
204
|
+
elif hasattr(tokenizer.tokenizer, "chat_template"):
|
205
|
+
message_template = tokenizer.tokenizer.chat_template
|
206
|
+
else:
|
207
|
+
raise ValueError(
|
208
|
+
"Tokenizer model does not have a chat template defined. Please provide a message_template_override."
|
209
|
+
)
|
202
210
|
return f"""---
|
203
211
|
nodes:
|
204
212
|
- name: text_source
|
@@ -209,8 +217,8 @@ nodes:
|
|
209
217
|
kind: TemplateChatMessage
|
210
218
|
attributes:
|
211
219
|
add_generation_prompt: {self.add_generation_prompt}
|
212
|
-
message_template: {
|
213
|
-
preset_system_prompt: {self.
|
220
|
+
message_template: {repr(message_template)}
|
221
|
+
preset_system_prompt: {repr(self.system_prompt)}
|
214
222
|
inputs:
|
215
223
|
query: .text_source.prompt
|
216
224
|
outputs:
|
@@ -14,6 +14,7 @@ _sym_db = _symbol_database.Default()
|
|
14
14
|
from gml.proto.gogoproto import gogo_pb2 as gogoproto_dot_gogo__pb2
|
15
15
|
from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
|
16
16
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
17
|
+
from gml.proto.src.api.corepb.v1 import compiled_pipeline_pb2 as src_dot_api_dot_corepb_dot_v1_dot_compiled__pipeline__pb2
|
17
18
|
from gml.proto.src.api.corepb.v1 import cp_edge_pb2 as src_dot_api_dot_corepb_dot_v1_dot_cp__edge__pb2
|
18
19
|
from gml.proto.src.api.corepb.v1 import gem_config_pb2 as src_dot_api_dot_corepb_dot_v1_dot_gem__config__pb2
|
19
20
|
from gml.proto.src.common.typespb import uuid_pb2 as src_dot_common_dot_typespb_dot_uuid__pb2
|
@@ -21,7 +22,7 @@ from gml.proto.src.common.typespb import status_pb2 as src_dot_common_dot_typesp
|
|
21
22
|
from gml.proto.src.api.corepb.v1 import model_exec_pb2 as src_dot_api_dot_corepb_dot_v1_dot_model__exec__pb2
|
22
23
|
|
23
24
|
|
24
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$src/api/corepb/v1/controlplane.proto\x12\x18gml.internal.api.core.v1\x1a\x14gogoproto/gogo.proto\x1a\x19google/protobuf/any.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1fsrc/api/corepb/v1/cp_edge.proto\x1a\"src/api/corepb/v1/gem_config.proto\x1a\x1dsrc/common/typespb/uuid.proto\x1a\x1fsrc/common/typespb/status.proto\x1a\"src/api/corepb/v1/model_exec.proto\"\xc4\x01\n\nCPMetadata\x12\x37\n\x05topic\x18\x01 \x01(\x0e\x32!.gml.internal.api.core.v1.CPTopicR\x05topic\x12:\n\tentity_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x45ntityIDR\x08\x65ntityId\x12\x41\n\x0erecv_timestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\rrecvTimestamp\"v\n\tCPMessage\x12@\n\x08metadata\x18\x01 \x01(\x0b\x32$.gml.internal.api.core.v1.CPMetadataR\x08metadata\x12\'\n\x03msg\x18\xe8\x07 \x01(\x0b\x32\x14.google.protobuf.AnyR\x03msg\"M\n\x0f\x44\x65viceConnected\x12:\n\tdevice_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\"J\n\x0c\x44\x65viceUpdate\x12:\n\tdevice_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\"P\n\x12\x44\x65viceDisconnected\x12:\n\tdevice_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\"\xd8\x01\n\x1ePhysicalPipelineReconciliation\x12:\n\tdevice_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\x12Y\n\x14physical_pipeline_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x16\xe2\xde\x1f\x12PhysicalPipelineIDR\x12physicalPipelineId\x12\x1f\n\x0b\x66orce_apply\x18\x03 \x01(\x08R\nforceApply\"\xbc\x01\n PipelineDeploymentReconciliation\x12_\n\x16pipeline_deployment_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x18\xe2\xde\x1f\x14PipelineDeploymentIDR\x14pipelineDeploymentId\x12\x37\n\x08\x66leet_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0b\xe2\xde\x1f\x07\x46leetIDR\x07\x66leetId\"U\n\x17\x42\x61seConfigUpdateRequest\x12:\n\tdevice_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\"\
|
25
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$src/api/corepb/v1/controlplane.proto\x12\x18gml.internal.api.core.v1\x1a\x14gogoproto/gogo.proto\x1a\x19google/protobuf/any.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a)src/api/corepb/v1/compiled_pipeline.proto\x1a\x1fsrc/api/corepb/v1/cp_edge.proto\x1a\"src/api/corepb/v1/gem_config.proto\x1a\x1dsrc/common/typespb/uuid.proto\x1a\x1fsrc/common/typespb/status.proto\x1a\"src/api/corepb/v1/model_exec.proto\"\xc4\x01\n\nCPMetadata\x12\x37\n\x05topic\x18\x01 \x01(\x0e\x32!.gml.internal.api.core.v1.CPTopicR\x05topic\x12:\n\tentity_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x45ntityIDR\x08\x65ntityId\x12\x41\n\x0erecv_timestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\rrecvTimestamp\"v\n\tCPMessage\x12@\n\x08metadata\x18\x01 \x01(\x0b\x32$.gml.internal.api.core.v1.CPMetadataR\x08metadata\x12\'\n\x03msg\x18\xe8\x07 \x01(\x0b\x32\x14.google.protobuf.AnyR\x03msg\"M\n\x0f\x44\x65viceConnected\x12:\n\tdevice_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\"J\n\x0c\x44\x65viceUpdate\x12:\n\tdevice_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\"P\n\x12\x44\x65viceDisconnected\x12:\n\tdevice_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\"\xd8\x01\n\x1ePhysicalPipelineReconciliation\x12:\n\tdevice_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\x12Y\n\x14physical_pipeline_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x16\xe2\xde\x1f\x12PhysicalPipelineIDR\x12physicalPipelineId\x12\x1f\n\x0b\x66orce_apply\x18\x03 \x01(\x08R\nforceApply\"\xbc\x01\n PipelineDeploymentReconciliation\x12_\n\x16pipeline_deployment_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x18\xe2\xde\x1f\x14PipelineDeploymentIDR\x14pipelineDeploymentId\x12\x37\n\x08\x66leet_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0b\xe2\xde\x1f\x07\x46leetIDR\x07\x66leetId\"U\n\x17\x42\x61seConfigUpdateRequest\x12:\n\tdevice_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\"\xdd\x03\n\x1bPipelineCompilationMetadata\x12\x8c\x01\n\x1aphysical_pipeline_metadata\x18\x01 \x01(\x0b\x32N.gml.internal.api.core.v1.PipelineCompilationMetadata.PhysicalPipelineMetadataR\x18physicalPipelineMetadata\x12)\n\x10\x63ompile_revision\x18\x02 \x01(\x03R\x0f\x63ompileRevision\x1a\x83\x02\n\x18PhysicalPipelineMetadata\x12:\n\tentity_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x45ntityIDR\x08\x65ntityId\x12\x18\n\x07version\x18\x02 \x01(\x03R\x07version\x12\x30\n\x14\x65ntity_resource_hash\x18\x03 \x01(\tR\x12\x65ntityResourceHash\x12_\n\x16pipeline_deployment_id\x18\x04 \x01(\x0b\x32\x0f.gml.types.UUIDB\x18\xe2\xde\x1f\x14PipelineDeploymentIDR\x14pipelineDeploymentId\"\x86\x05\n\x1aPipelineCompilationRequest\x12Q\n\x08metadata\x18\x01 \x01(\x0b\x32\x35.gml.internal.api.core.v1.PipelineCompilationMetadataR\x08metadata\x12V\n\x13logical_pipeline_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x15\xe2\xde\x1f\x11LogicalPipelineIDR\x11logicalPipelineId\x12T\n\x10logical_pipeline\x18\x03 \x01(\x0b\x32).gml.internal.api.core.v1.LogicalPipelineR\x0flogicalPipeline\x12\x61\n\x13\x64\x65vice_capabilities\x18\x04 \x01(\x0b\x32,.gml.internal.api.core.v1.DeviceCapabilitiesB\x02\x18\x01R\x12\x64\x65viceCapabilities\x12\x37\n\x06models\x18\x05 \x03(\x0b\x32\x1f.gml.internal.api.core.v1.ModelR\x06models\x12\x46\n\ngem_config\x18\x06 \x01(\x0b\x32#.gml.internal.api.core.v1.GEMConfigB\x02\x18\x01R\tgemConfig\x12:\n\x07\x64\x65vices\x18\x07 \x03(\x0b\x32 .gml.internal.api.core.v1.DeviceR\x07\x64\x65vices\x12G\n\x0c\x64\x65vice_links\x18\x08 \x03(\x0b\x32$.gml.internal.api.core.v1.DeviceLinkR\x0b\x64\x65viceLinks\"\x97\x04\n\x1bPipelineCompilationResponse\x12Q\n\x08metadata\x18\x01 \x01(\x0b\x32\x35.gml.internal.api.core.v1.PipelineCompilationMetadataR\x08metadata\x12H\n\texec_spec\x18\x02 \x01(\x0b\x32\'.gml.internal.api.core.v1.ExecutionSpecB\x02\x18\x01R\x08\x65xecSpec\x12)\n\x06status\x18\x03 \x01(\x0b\x32\x11.gml.types.StatusR\x06status\x12\x63\n\nexec_specs\x18\x04 \x03(\x0b\x32\x44.gml.internal.api.core.v1.PipelineCompilationResponse.ExecSpecsEntryR\texecSpecs\x12\x64\n\x16\x63ompiled_pipeline_spec\x18\x05 \x01(\x0b\x32..gml.internal.api.core.v1.CompiledPipelineSpecR\x14\x63ompiledPipelineSpec\x1a\x65\n\x0e\x45xecSpecsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12=\n\x05value\x18\x02 \x01(\x0b\x32\'.gml.internal.api.core.v1.ExecutionSpecR\x05value:\x02\x38\x01\"\xf6\x01\n\x06\x44\x65vice\x12:\n\tdevice_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\x12]\n\x13\x64\x65vice_capabilities\x18\x02 \x01(\x0b\x32,.gml.internal.api.core.v1.DeviceCapabilitiesR\x12\x64\x65viceCapabilities\x12Q\n\ngem_config\x18\x03 \x01(\x0b\x32#.gml.internal.api.core.v1.GEMConfigB\r\xe2\xde\x1f\tGEMConfigR\tgemConfig\"\xaa\x01\n\nDeviceLink\x12M\n\x10source_device_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x12\xe2\xde\x1f\x0eSourceDeviceIDR\x0esourceDeviceId\x12M\n\x10target_device_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x12\xe2\xde\x1f\x0eTargetDeviceIDR\x0etargetDeviceId\"\xaf\x01\n\x13\x46ragmentGroupUpdate\x12\x46\n\rdeployment_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x10\xe2\xde\x1f\x0c\x44\x65ploymentIDR\x0c\x64\x65ploymentId\x12P\n\x11\x66ragment_group_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x13\xe2\xde\x1f\x0f\x46ragmentGroupIDR\x0f\x66ragmentGroupId\"u\n\x1b\x46ragmentGroupReconciliation\x12P\n\x11\x66ragment_group_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x13\xe2\xde\x1f\x0f\x46ragmentGroupIDR\x0f\x66ragmentGroupIdJ\x04\x08\x02\x10\x03\"\xe2\x01\n\x19PipelineDeploymentRequest\x12_\n\x16pipeline_deployment_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x18\xe2\xde\x1f\x14PipelineDeploymentIDR\x14pipelineDeploymentId\x12\x64\n\x16\x63ompiled_pipeline_spec\x18\x02 \x01(\x0b\x32..gml.internal.api.core.v1.CompiledPipelineSpecR\x14\x63ompiledPipelineSpec*\x9f\x03\n\x07\x43PTopic\x12\x14\n\x10\x43P_TOPIC_UNKNOWN\x10\x00\x12\x1d\n\x19\x43P_TOPIC_DEVICE_CONNECTED\x10\x01\x12-\n)CP_TOPIC_PHYSICAL_PIPELINE_RECONCILIATION\x10\x02\x12 \n\x1c\x43P_TOPIC_DEVICE_DISCONNECTED\x10\x03\x12/\n+CP_TOPIC_PIPELINE_DEPLOYMENT_RECONCILIATION\x10\x04\x12\x1a\n\x16\x43P_TOPIC_DEVICE_UPDATE\x10\x05\x12\x1a\n\x16\x43P_TOPIC_DEVICE_CONFIG\x10\x06\x12)\n%CP_TOPIC_PIPELINE_COMPILATION_REQUEST\x10\x07\x12*\n&CP_TOPIC_PIPELINE_COMPILATION_RESPONSE\x10\x08\x12\"\n\x1e\x43P_TOPIC_FRAGMENT_GROUP_UPDATE\x10\t\x12*\n&CP_TOPIC_FRAGMENT_GROUP_RECONCILIATION\x10\nB/Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepbb\x06proto3')
|
25
26
|
|
26
27
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
27
28
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.api.corepb.v1.controlplane_pb2', globals())
|
@@ -69,42 +70,50 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
69
70
|
_DEVICELINK.fields_by_name['source_device_id']._serialized_options = b'\342\336\037\016SourceDeviceID'
|
70
71
|
_DEVICELINK.fields_by_name['target_device_id']._options = None
|
71
72
|
_DEVICELINK.fields_by_name['target_device_id']._serialized_options = b'\342\336\037\016TargetDeviceID'
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
73
|
+
_FRAGMENTGROUPUPDATE.fields_by_name['deployment_id']._options = None
|
74
|
+
_FRAGMENTGROUPUPDATE.fields_by_name['deployment_id']._serialized_options = b'\342\336\037\014DeploymentID'
|
75
|
+
_FRAGMENTGROUPUPDATE.fields_by_name['fragment_group_id']._options = None
|
76
|
+
_FRAGMENTGROUPUPDATE.fields_by_name['fragment_group_id']._serialized_options = b'\342\336\037\017FragmentGroupID'
|
77
|
+
_FRAGMENTGROUPRECONCILIATION.fields_by_name['fragment_group_id']._options = None
|
78
|
+
_FRAGMENTGROUPRECONCILIATION.fields_by_name['fragment_group_id']._serialized_options = b'\342\336\037\017FragmentGroupID'
|
79
|
+
_PIPELINEDEPLOYMENTREQUEST.fields_by_name['pipeline_deployment_id']._options = None
|
80
|
+
_PIPELINEDEPLOYMENTREQUEST.fields_by_name['pipeline_deployment_id']._serialized_options = b'\342\336\037\024PipelineDeploymentID'
|
81
|
+
_CPTOPIC._serialized_start=4029
|
82
|
+
_CPTOPIC._serialized_end=4444
|
83
|
+
_CPMETADATA._serialized_start=361
|
84
|
+
_CPMETADATA._serialized_end=557
|
85
|
+
_CPMESSAGE._serialized_start=559
|
86
|
+
_CPMESSAGE._serialized_end=677
|
87
|
+
_DEVICECONNECTED._serialized_start=679
|
88
|
+
_DEVICECONNECTED._serialized_end=756
|
89
|
+
_DEVICEUPDATE._serialized_start=758
|
90
|
+
_DEVICEUPDATE._serialized_end=832
|
91
|
+
_DEVICEDISCONNECTED._serialized_start=834
|
92
|
+
_DEVICEDISCONNECTED._serialized_end=914
|
93
|
+
_PHYSICALPIPELINERECONCILIATION._serialized_start=917
|
94
|
+
_PHYSICALPIPELINERECONCILIATION._serialized_end=1133
|
95
|
+
_PIPELINEDEPLOYMENTRECONCILIATION._serialized_start=1136
|
96
|
+
_PIPELINEDEPLOYMENTRECONCILIATION._serialized_end=1324
|
97
|
+
_BASECONFIGUPDATEREQUEST._serialized_start=1326
|
98
|
+
_BASECONFIGUPDATEREQUEST._serialized_end=1411
|
99
|
+
_PIPELINECOMPILATIONMETADATA._serialized_start=1414
|
100
|
+
_PIPELINECOMPILATIONMETADATA._serialized_end=1891
|
101
|
+
_PIPELINECOMPILATIONMETADATA_PHYSICALPIPELINEMETADATA._serialized_start=1632
|
102
|
+
_PIPELINECOMPILATIONMETADATA_PHYSICALPIPELINEMETADATA._serialized_end=1891
|
103
|
+
_PIPELINECOMPILATIONREQUEST._serialized_start=1894
|
104
|
+
_PIPELINECOMPILATIONREQUEST._serialized_end=2540
|
105
|
+
_PIPELINECOMPILATIONRESPONSE._serialized_start=2543
|
106
|
+
_PIPELINECOMPILATIONRESPONSE._serialized_end=3078
|
107
|
+
_PIPELINECOMPILATIONRESPONSE_EXECSPECSENTRY._serialized_start=2977
|
108
|
+
_PIPELINECOMPILATIONRESPONSE_EXECSPECSENTRY._serialized_end=3078
|
109
|
+
_DEVICE._serialized_start=3081
|
110
|
+
_DEVICE._serialized_end=3327
|
111
|
+
_DEVICELINK._serialized_start=3330
|
112
|
+
_DEVICELINK._serialized_end=3500
|
113
|
+
_FRAGMENTGROUPUPDATE._serialized_start=3503
|
114
|
+
_FRAGMENTGROUPUPDATE._serialized_end=3678
|
115
|
+
_FRAGMENTGROUPRECONCILIATION._serialized_start=3680
|
116
|
+
_FRAGMENTGROUPRECONCILIATION._serialized_end=3797
|
117
|
+
_PIPELINEDEPLOYMENTREQUEST._serialized_start=3800
|
118
|
+
_PIPELINEDEPLOYMENTREQUEST._serialized_end=4026
|
110
119
|
# @@protoc_insertion_point(module_scope)
|
@@ -20,9 +20,11 @@ from gml.proto.opentelemetry.proto.metrics.v1 import metrics_pb2 as opentelemetr
|
|
20
20
|
from gml.proto.src.api.corepb.v1 import device_info_pb2 as src_dot_api_dot_corepb_dot_v1_dot_device__info__pb2
|
21
21
|
from gml.proto.src.api.corepb.v1 import model_exec_pb2 as src_dot_api_dot_corepb_dot_v1_dot_model__exec__pb2
|
22
22
|
from gml.proto.src.api.corepb.v1 import gem_config_pb2 as src_dot_api_dot_corepb_dot_v1_dot_gem__config__pb2
|
23
|
+
from gml.proto.src.api.corepb.v1 import deployed_pipeline_pb2 as src_dot_api_dot_corepb_dot_v1_dot_deployed__pipeline__pb2
|
24
|
+
from gml.proto.src.api.corepb.v1 import mediastream_pb2 as src_dot_api_dot_corepb_dot_v1_dot_mediastream__pb2
|
23
25
|
|
24
26
|
|
25
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fsrc/api/corepb/v1/cp_edge.proto\x12\x18gml.internal.api.core.v1\x1a\x14gogoproto/gogo.proto\x1a\x1dsrc/common/typespb/uuid.proto\x1a\x1fsrc/common/typespb/status.proto\x1a\x19google/protobuf/any.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a,opentelemetry/proto/metrics/v1/metrics.proto\x1a#src/api/corepb/v1/device_info.proto\x1a\"src/api/corepb/v1/model_exec.proto\x1a\"src/api/corepb/v1/gem_config.proto\"1\n\rEdgeHeartbeat\x12 \n\x06seq_id\x18\x01 \x01(\x03\x42\t\xe2\xde\x1f\x05SeqIDR\x05seqId\"4\n\x10\x45\x64geHeartbeatAck\x12 \n\x06seq_id\x18\x01 \x01(\x03\x42\t\xe2\xde\x1f\x05SeqIDR\x05seqId\"\xbb\x01\n\x1aPhysicalPipelineSpecUpdate\x12Y\n\x14physical_pipeline_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x16\xe2\xde\x1f\x12PhysicalPipelineIDR\x12physicalPipelineId\x12\x42\n\x04spec\x18\x02 \x01(\x0b\x32..gml.internal.api.core.v1.PhysicalPipelineSpecR\x04spec\"\xdd\x01\n\x1cPhysicalPipelineStatusUpdate\x12Y\n\x14physical_pipeline_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x16\xe2\xde\x1f\x12PhysicalPipelineIDR\x12physicalPipelineId\x12\x18\n\x07version\x18\x02 \x01(\x03R\x07version\x12H\n\x06status\x18\x03 \x01(\x0b\x32\x30.gml.internal.api.core.v1.PhysicalPipelineStatusR\x06status\"\x0c\n\nCPRunModel\"\x0f\n\rCPRunModelAck\"\xb2\x01\n\x12\x45xecutionGraphSpec\x12=\n\x05graph\x18\x01 \x01(\x0b\x32\'.gml.internal.api.core.v1.ExecutionSpecR\x05graph\x12\x43\n\x05state\x18\x02 \x01(\x0e\x32-.gml.internal.api.core.v1.ExecutionGraphStateR\x05state\x12\x18\n\x07version\x18\x03 \x01(\x03R\x07version\"\x8d\x01\n\x14\x45xecutionGraphStatus\x12\x43\n\x05state\x18\x01 \x01(\x0e\x32-.gml.internal.api.core.v1.ExecutionGraphStateR\x05state\x12\x16\n\x06reason\x18\x02 \x01(\tR\x06reason\x12\x18\n\x07version\x18\x03 \x01(\x03R\x07version\"\x8a\x02\n\x13\x41pplyExecutionGraph\x12Y\n\x14physical_pipeline_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x16\xe2\xde\x1f\x12PhysicalPipelineIDR\x12physicalPipelineId\x12V\n\x13logical_pipeline_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\x15\xe2\xde\x1f\x11LogicalPipelineIDR\x11logicalPipelineId\x12@\n\x04spec\x18\x02 \x01(\x0b\x32,.gml.internal.api.core.v1.ExecutionGraphSpecR\x04spec\"q\n\x14\x44\x65leteExecutionGraph\x12Y\n\x14physical_pipeline_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x16\xe2\xde\x1f\x12PhysicalPipelineIDR\x12physicalPipelineId\"\xbf\x01\n\x1a\x45xecutionGraphStatusUpdate\x12Y\n\x14physical_pipeline_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x16\xe2\xde\x1f\x12PhysicalPipelineIDR\x12physicalPipelineId\x12\x46\n\x06status\x18\x02 \x01(\x0b\x32..gml.internal.api.core.v1.ExecutionGraphStatusR\x06status\"\x12\n\x10MediaStreamStart\"\x11\n\x0fMediaStreamStop\"\x16\n\x14MediaStreamKeepAlive\"q\n\x12MediaStreamControl\x12[\n\x13text_stream_control\x18\x01 \x01(\x0b\x32+.gml.internal.api.core.v1.TextStreamControlR\x11textStreamControl\"\x95\x01\n\x11TextStreamControl\x12\x16\n\x06prompt\x18\x01 \x01(\tR\x06prompt\x12\x34\n\x07\x63onv_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\n\xe2\xde\x1f\x06\x43onvIDR\x06\x63onvId\x12\x32\n\x15max_completion_tokens\x18\x03 \x01(\x03R\x13maxCompletionTokens\"\x7f\n\x18\x45\x64geCPMediaStreamMessage\x12:\n\tstream_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08StreamIDR\x08streamId\x12\'\n\x03msg\x18\xe8\x07 \x01(\x0b\x32\x14.google.protobuf.AnyR\x03msg\"\x7f\n\x18\x43PEdgeMediaStreamMessage\x12:\n\tstream_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08StreamIDR\x08streamId\x12\'\n\x03msg\x18\xe8\x07 \x01(\x0b\x32\x14.google.protobuf.AnyR\x03msg\"m\n\x0f\x45\x64geOTelMetrics\x12Z\n\x10resource_metrics\x18\x01 \x01(\x0b\x32/.opentelemetry.proto.metrics.v1.ResourceMetricsR\x0fresourceMetrics\"\x94\x01\n\x13\x46ileTransferRequest\x12\x34\n\x07\x66ile_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\n\xe2\xde\x1f\x06\x46ileIDR\x06\x66ileId\x12*\n\x11\x63hunk_start_bytes\x18\x02 \x01(\x03R\x0f\x63hunkStartBytes\x12\x1b\n\tnum_bytes\x18\x03 \x01(\x03R\x08numBytes\"\x8f\x02\n\x14\x46ileTransferResponse\x12)\n\x06status\x18\x01 \x01(\x0b\x32\x11.gml.types.StatusR\x06status\x12N\n\x05\x63hunk\x18\x02 \x01(\x0b\x32\x38.gml.internal.api.core.v1.FileTransferResponse.FileChunkR\x05\x63hunk\x12\x34\n\x07\x66ile_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\n\xe2\xde\x1f\x06\x46ileIDR\x06\x66ileId\x1a\x46\n\tFileChunk\x12\x1f\n\x0bstart_bytes\x18\x01 \x01(\x03R\nstartBytes\x12\x18\n\x07payload\x18\x02 \x01(\x0cR\x07payload\"\xc9\x02\n\x12\x44\x65viceCapabilities\x12Q\n\x0emodel_runtimes\x18\x01 \x03(\x0b\x32*.gml.internal.api.core.v1.ModelRuntimeInfoR\rmodelRuntimes\x12>\n\x07\x63\x61meras\x18\x02 \x03(\x0b\x32$.gml.internal.api.core.v1.CameraInfoR\x07\x63\x61meras\x12Q\n\x0e\x63\x61mera_drivers\x18\x03 \x03(\x0b\x32*.gml.internal.api.core.v1.CameraDriverInfoR\rcameraDrivers\x12M\n\x0c\x61\x63\x63\x65lerators\x18\x04 \x03(\x0b\x32).gml.internal.api.core.v1.AcceleratorInfoR\x0c\x61\x63\x63\x65lerators\"\x89\x01\n\x17\x44\x65viceConfigStateUpdate\x12>\n\x05state\x18\x01 \x01(\x0b\x32(.gml.internal.api.core.v1.GEMConfigStateR\x05state\x12.\n\x13\x62\x61se_config_version\x18\x02 \x01(\x03R\x11\x62\x61seConfigVersion\"o\n\x16\x44\x65viceBaseConfigUpdate\x12;\n\x06\x63onfig\x18\x01 \x01(\x0b\x32#.gml.internal.api.core.v1.GEMConfigR\x06\x63onfig\x12\x18\n\x07version\x18\x02 \x01(\x03R\x07version\"\xcc\x01\n\x0e\x45\x64geCPMetadata\x12;\n\x05topic\x18\x01 \x01(\x0e\x32%.gml.internal.api.core.v1.EdgeCPTopicR\x05topic\x12:\n\tdevice_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\x12\x41\n\x0erecv_timestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\rrecvTimestamp\"~\n\rEdgeCPMessage\x12\x44\n\x08metadata\x18\x01 \x01(\x0b\x32(.gml.internal.api.core.v1.EdgeCPMetadataR\x08metadata\x12\'\n\x03msg\x18\xe8\x07 \x01(\x0b\x32\x14.google.protobuf.AnyR\x03msg\"\xcc\x01\n\x0e\x43PEdgeMetadata\x12;\n\x05topic\x18\x01 \x01(\x0e\x32%.gml.internal.api.core.v1.CPEdgeTopicR\x05topic\x12:\n\tdevice_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\x12\x41\n\x0erecv_timestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\rrecvTimestamp\"~\n\rCPEdgeMessage\x12\x44\n\x08metadata\x18\x01 \x01(\x0b\x32(.gml.internal.api.core.v1.CPEdgeMetadataR\x08metadata\x12\'\n\x03msg\x18\xe8\x07 \x01(\x0b\x32\x14.google.protobuf.AnyR\x03msg*\xbe\x02\n\x13\x45xecutionGraphState\x12!\n\x1d\x45XECUTION_GRAPH_STATE_UNKNOWN\x10\x00\x12*\n&EXECUTION_GRAPH_STATE_UPDATE_REQUESTED\x10\n\x12%\n!EXECUTION_GRAPH_STATE_DOWNLOADING\x10\x14\x12#\n\x1f\x45XECUTION_GRAPH_STATE_COMPILING\x10\x1e\x12\x1f\n\x1b\x45XECUTION_GRAPH_STATE_READY\x10(\x12\"\n\x1e\x45XECUTION_GRAPH_STATE_DEPLOYED\x10\x32\x12%\n!EXECUTION_GRAPH_STATE_TERMINATING\x10<\x12 \n\x1c\x45XECUTION_GRAPH_STATE_FAILED\x10\x64*\xe7\x01\n\x0b\x45\x64geCPTopic\x12\x19\n\x15\x45\x44GE_CP_TOPIC_UNKNOWN\x10\x00\x12\x18\n\x14\x45\x44GE_CP_TOPIC_STATUS\x10\x01\x12\x16\n\x12\x45\x44GE_CP_TOPIC_EXEC\x10\x03\x12\x19\n\x15\x45\x44GE_CP_TOPIC_METRICS\x10\x04\x12\x1f\n\x1b\x45\x44GE_CP_TOPIC_FILE_TRANSFER\x10\x05\x12\x16\n\x12\x45\x44GE_CP_TOPIC_INFO\x10\x06\x12\x17\n\x13\x45\x44GE_CP_TOPIC_MEDIA\x10\x07\x12\x18\n\x14\x45\x44GE_CP_TOPIC_CONFIG\x10\x08\"\x04\x08\x02\x10\x02*\xe7\x01\n\x0b\x43PEdgeTopic\x12\x19\n\x15\x43P_EDGE_TOPIC_UNKNOWN\x10\x00\x12\x18\n\x14\x43P_EDGE_TOPIC_STATUS\x10\x01\x12\x16\n\x12\x43P_EDGE_TOPIC_EXEC\x10\x03\x12\x19\n\x15\x43P_EDGE_TOPIC_METRICS\x10\x04\x12\x1f\n\x1b\x43P_EDGE_TOPIC_FILE_TRANSFER\x10\x05\x12\x16\n\x12\x43P_EDGE_TOPIC_INFO\x10\x06\x12\x17\n\x13\x43P_EDGE_TOPIC_MEDIA\x10\x07\x12\x18\n\x14\x43P_EDGE_TOPIC_CONFIG\x10\x08\"\x04\x08\x02\x10\x02\x42/Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepbb\x06proto3')
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fsrc/api/corepb/v1/cp_edge.proto\x12\x18gml.internal.api.core.v1\x1a\x14gogoproto/gogo.proto\x1a\x1dsrc/common/typespb/uuid.proto\x1a\x1fsrc/common/typespb/status.proto\x1a\x19google/protobuf/any.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a,opentelemetry/proto/metrics/v1/metrics.proto\x1a#src/api/corepb/v1/device_info.proto\x1a\"src/api/corepb/v1/model_exec.proto\x1a\"src/api/corepb/v1/gem_config.proto\x1a)src/api/corepb/v1/deployed_pipeline.proto\x1a#src/api/corepb/v1/mediastream.proto\"1\n\rEdgeHeartbeat\x12 \n\x06seq_id\x18\x01 \x01(\x03\x42\t\xe2\xde\x1f\x05SeqIDR\x05seqId\"4\n\x10\x45\x64geHeartbeatAck\x12 \n\x06seq_id\x18\x01 \x01(\x03\x42\t\xe2\xde\x1f\x05SeqIDR\x05seqId\"\xbb\x01\n\x1aPhysicalPipelineSpecUpdate\x12Y\n\x14physical_pipeline_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x16\xe2\xde\x1f\x12PhysicalPipelineIDR\x12physicalPipelineId\x12\x42\n\x04spec\x18\x02 \x01(\x0b\x32..gml.internal.api.core.v1.PhysicalPipelineSpecR\x04spec\"\xdd\x01\n\x1cPhysicalPipelineStatusUpdate\x12Y\n\x14physical_pipeline_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x16\xe2\xde\x1f\x12PhysicalPipelineIDR\x12physicalPipelineId\x12\x18\n\x07version\x18\x02 \x01(\x03R\x07version\x12H\n\x06status\x18\x03 \x01(\x0b\x32\x30.gml.internal.api.core.v1.PhysicalPipelineStatusR\x06status\"\x92\x01\n\x12\x46ragmentSpecUpdate\x12@\n\x0b\x66ragment_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0e\xe2\xde\x1f\nFragmentIDR\nfragmentId\x12:\n\x04spec\x18\x02 \x01(\x0b\x32&.gml.internal.api.core.v1.FragmentSpecR\x04spec\"\xb4\x01\n\x14\x46ragmentStatusUpdate\x12@\n\x0b\x66ragment_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0e\xe2\xde\x1f\nFragmentIDR\nfragmentId\x12\x18\n\x07version\x18\x02 \x01(\x03R\x07version\x12@\n\x06status\x18\x03 \x01(\x0b\x32(.gml.internal.api.core.v1.FragmentStatusR\x06status\"\x0c\n\nCPRunModel\"\x0f\n\rCPRunModelAck\"\xb2\x01\n\x12\x45xecutionGraphSpec\x12=\n\x05graph\x18\x01 \x01(\x0b\x32\'.gml.internal.api.core.v1.ExecutionSpecR\x05graph\x12\x43\n\x05state\x18\x02 \x01(\x0e\x32-.gml.internal.api.core.v1.ExecutionGraphStateR\x05state\x12\x18\n\x07version\x18\x03 \x01(\x03R\x07version\"\x8d\x01\n\x14\x45xecutionGraphStatus\x12\x43\n\x05state\x18\x01 \x01(\x0e\x32-.gml.internal.api.core.v1.ExecutionGraphStateR\x05state\x12\x16\n\x06reason\x18\x02 \x01(\tR\x06reason\x12\x18\n\x07version\x18\x03 \x01(\x03R\x07version\"\x8a\x02\n\x13\x41pplyExecutionGraph\x12Y\n\x14physical_pipeline_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x16\xe2\xde\x1f\x12PhysicalPipelineIDR\x12physicalPipelineId\x12V\n\x13logical_pipeline_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\x15\xe2\xde\x1f\x11LogicalPipelineIDR\x11logicalPipelineId\x12@\n\x04spec\x18\x02 \x01(\x0b\x32,.gml.internal.api.core.v1.ExecutionGraphSpecR\x04spec\"q\n\x14\x44\x65leteExecutionGraph\x12Y\n\x14physical_pipeline_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x16\xe2\xde\x1f\x12PhysicalPipelineIDR\x12physicalPipelineId\"\xbf\x01\n\x1a\x45xecutionGraphStatusUpdate\x12Y\n\x14physical_pipeline_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x16\xe2\xde\x1f\x12PhysicalPipelineIDR\x12physicalPipelineId\x12\x46\n\x06status\x18\x02 \x01(\x0b\x32..gml.internal.api.core.v1.ExecutionGraphStatusR\x06status\"\x12\n\x10MediaStreamStart\"\x11\n\x0fMediaStreamStop\"\x16\n\x14MediaStreamKeepAlive\"\xc7\x01\n\x12MediaStreamControl\x12[\n\x13text_stream_control\x18\x01 \x01(\x0b\x32+.gml.internal.api.core.v1.TextStreamControlR\x11textStreamControl\x12T\n\x10\x65ndpoint_request\x18\x02 \x01(\x0b\x32).gml.internal.api.core.v1.EndpointRequestR\x0f\x65ndpointRequest\"\x95\x01\n\x11TextStreamControl\x12\x16\n\x06prompt\x18\x01 \x01(\tR\x06prompt\x12\x34\n\x07\x63onv_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\n\xe2\xde\x1f\x06\x43onvIDR\x06\x63onvId\x12\x32\n\x15max_completion_tokens\x18\x03 \x01(\x03R\x13maxCompletionTokens\"m\n\x0f\x45\x64geOTelMetrics\x12Z\n\x10resource_metrics\x18\x01 \x01(\x0b\x32/.opentelemetry.proto.metrics.v1.ResourceMetricsR\x0fresourceMetrics\"\x94\x01\n\x13\x46ileTransferRequest\x12\x34\n\x07\x66ile_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\n\xe2\xde\x1f\x06\x46ileIDR\x06\x66ileId\x12*\n\x11\x63hunk_start_bytes\x18\x02 \x01(\x03R\x0f\x63hunkStartBytes\x12\x1b\n\tnum_bytes\x18\x03 \x01(\x03R\x08numBytes\"\x8f\x02\n\x14\x46ileTransferResponse\x12)\n\x06status\x18\x01 \x01(\x0b\x32\x11.gml.types.StatusR\x06status\x12N\n\x05\x63hunk\x18\x02 \x01(\x0b\x32\x38.gml.internal.api.core.v1.FileTransferResponse.FileChunkR\x05\x63hunk\x12\x34\n\x07\x66ile_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\n\xe2\xde\x1f\x06\x46ileIDR\x06\x66ileId\x1a\x46\n\tFileChunk\x12\x1f\n\x0bstart_bytes\x18\x01 \x01(\x03R\nstartBytes\x12\x18\n\x07payload\x18\x02 \x01(\x0cR\x07payload\"\xfc\x01\n\x12\x44\x65viceCapabilities\x12>\n\x07\x63\x61meras\x18\x02 \x03(\x0b\x32$.gml.internal.api.core.v1.CameraInfoR\x07\x63\x61meras\x12Q\n\x0e\x63\x61mera_drivers\x18\x03 \x03(\x0b\x32*.gml.internal.api.core.v1.CameraDriverInfoR\rcameraDrivers\x12M\n\x0c\x61\x63\x63\x65lerators\x18\x04 \x03(\x0b\x32).gml.internal.api.core.v1.AcceleratorInfoR\x0c\x61\x63\x63\x65leratorsJ\x04\x08\x01\x10\x02\"\x89\x01\n\x17\x44\x65viceConfigStateUpdate\x12>\n\x05state\x18\x01 \x01(\x0b\x32(.gml.internal.api.core.v1.GEMConfigStateR\x05state\x12.\n\x13\x62\x61se_config_version\x18\x02 \x01(\x03R\x11\x62\x61seConfigVersion\"o\n\x16\x44\x65viceBaseConfigUpdate\x12;\n\x06\x63onfig\x18\x01 \x01(\x0b\x32#.gml.internal.api.core.v1.GEMConfigR\x06\x63onfig\x12\x18\n\x07version\x18\x02 \x01(\x03R\x07version\"\x9a\x02\n\x13\x46\x61\x62ricJoinCommGroup\x12\x46\n\rdeployment_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x10\xe2\xde\x1f\x0c\x44\x65ploymentIDR\x0c\x64\x65ploymentId\x12@\n\x0b\x66ragment_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0e\xe2\xde\x1f\nFragmentIDR\nfragmentId\x12\x1d\n\ngroup_name\x18\x03 \x01(\tR\tgroupName\x12\x1d\n\ngroup_size\x18\x04 \x01(\x05R\tgroupSize\x12\x12\n\x04rank\x18\x05 \x01(\x05R\x04rank\x12\'\n\x0fserialized_addr\x18\x06 \x01(\x0cR\x0eserializedAddr\"\xcd\x01\n\"FabricGetCommGroupAddressesRequest\x12\x46\n\rdeployment_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x10\xe2\xde\x1f\x0c\x44\x65ploymentIDR\x0c\x64\x65ploymentId\x12@\n\x0b\x66ragment_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0e\xe2\xde\x1f\nFragmentIDR\nfragmentId\x12\x1d\n\ngroup_name\x18\x03 \x01(\tR\tgroupName\"\xf1\x01\n#FabricGetCommGroupAddressesResponse\x12\x46\n\rdeployment_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x10\xe2\xde\x1f\x0c\x44\x65ploymentIDR\x0c\x64\x65ploymentId\x12@\n\x0b\x66ragment_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0e\xe2\xde\x1f\nFragmentIDR\nfragmentId\x12\x1d\n\ngroup_name\x18\x03 \x01(\tR\tgroupName\x12!\n\x0cmember_addrs\x18\x04 \x03(\x0cR\x0bmemberAddrs\"\xf0\x01\n\x1e\x46\x61\x62ricRegisterCommPortConsumer\x12\x46\n\rdeployment_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x10\xe2\xde\x1f\x0c\x44\x65ploymentIDR\x0c\x64\x65ploymentId\x12@\n\x0b\x66ragment_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0e\xe2\xde\x1f\nFragmentIDR\nfragmentId\x12\x1b\n\tport_name\x18\x03 \x01(\tR\x08portName\x12\'\n\x0fserialized_addr\x18\x04 \x01(\x0cR\x0eserializedAddr\"\xc9\x01\n FabricGetCommPortConsumerRequest\x12\x46\n\rdeployment_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x10\xe2\xde\x1f\x0c\x44\x65ploymentIDR\x0c\x64\x65ploymentId\x12@\n\x0b\x66ragment_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0e\xe2\xde\x1f\nFragmentIDR\nfragmentId\x12\x1b\n\tport_name\x18\x03 \x01(\tR\x08portName\"\xf3\x01\n!FabricGetCommPortConsumerResponse\x12\x46\n\rdeployment_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x10\xe2\xde\x1f\x0c\x44\x65ploymentIDR\x0c\x64\x65ploymentId\x12@\n\x0b\x66ragment_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0e\xe2\xde\x1f\nFragmentIDR\nfragmentId\x12\x1b\n\tport_name\x18\x03 \x01(\tR\x08portName\x12\'\n\x0fserialized_addr\x18\x04 \x01(\x0cR\x0eserializedAddr\"\xcc\x01\n\x0e\x45\x64geCPMetadata\x12;\n\x05topic\x18\x01 \x01(\x0e\x32%.gml.internal.api.core.v1.EdgeCPTopicR\x05topic\x12:\n\tdevice_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\x12\x41\n\x0erecv_timestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\rrecvTimestamp\"~\n\rEdgeCPMessage\x12\x44\n\x08metadata\x18\x01 \x01(\x0b\x32(.gml.internal.api.core.v1.EdgeCPMetadataR\x08metadata\x12\'\n\x03msg\x18\xe8\x07 \x01(\x0b\x32\x14.google.protobuf.AnyR\x03msg\"\xcc\x01\n\x0e\x43PEdgeMetadata\x12;\n\x05topic\x18\x01 \x01(\x0e\x32%.gml.internal.api.core.v1.CPEdgeTopicR\x05topic\x12:\n\tdevice_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\x12\x41\n\x0erecv_timestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\rrecvTimestamp\"~\n\rCPEdgeMessage\x12\x44\n\x08metadata\x18\x01 \x01(\x0b\x32(.gml.internal.api.core.v1.CPEdgeMetadataR\x08metadata\x12\'\n\x03msg\x18\xe8\x07 \x01(\x0b\x32\x14.google.protobuf.AnyR\x03msg*\xbe\x02\n\x13\x45xecutionGraphState\x12!\n\x1d\x45XECUTION_GRAPH_STATE_UNKNOWN\x10\x00\x12*\n&EXECUTION_GRAPH_STATE_UPDATE_REQUESTED\x10\n\x12%\n!EXECUTION_GRAPH_STATE_DOWNLOADING\x10\x14\x12#\n\x1f\x45XECUTION_GRAPH_STATE_COMPILING\x10\x1e\x12\x1f\n\x1b\x45XECUTION_GRAPH_STATE_READY\x10(\x12\"\n\x1e\x45XECUTION_GRAPH_STATE_DEPLOYED\x10\x32\x12%\n!EXECUTION_GRAPH_STATE_TERMINATING\x10<\x12 \n\x1c\x45XECUTION_GRAPH_STATE_FAILED\x10\x64*\xa2\x02\n\x0b\x45\x64geCPTopic\x12\x19\n\x15\x45\x44GE_CP_TOPIC_UNKNOWN\x10\x00\x12\x18\n\x14\x45\x44GE_CP_TOPIC_STATUS\x10\x01\x12\x16\n\x12\x45\x44GE_CP_TOPIC_EXEC\x10\x03\x12\x19\n\x15\x45\x44GE_CP_TOPIC_METRICS\x10\x04\x12\x1f\n\x1b\x45\x44GE_CP_TOPIC_FILE_TRANSFER\x10\x05\x12\x16\n\x12\x45\x44GE_CP_TOPIC_INFO\x10\x06\x12\x17\n\x13\x45\x44GE_CP_TOPIC_MEDIA\x10\x07\x12\x18\n\x14\x45\x44GE_CP_TOPIC_CONFIG\x10\x08\x12\x1f\n\x1b\x45\x44GE_CP_TOPIC_FRAGMENT_EXEC\x10\t\x12\x18\n\x14\x45\x44GE_CP_TOPIC_FABRIC\x10\n\"\x04\x08\x02\x10\x02*\xa2\x02\n\x0b\x43PEdgeTopic\x12\x19\n\x15\x43P_EDGE_TOPIC_UNKNOWN\x10\x00\x12\x18\n\x14\x43P_EDGE_TOPIC_STATUS\x10\x01\x12\x16\n\x12\x43P_EDGE_TOPIC_EXEC\x10\x03\x12\x19\n\x15\x43P_EDGE_TOPIC_METRICS\x10\x04\x12\x1f\n\x1b\x43P_EDGE_TOPIC_FILE_TRANSFER\x10\x05\x12\x16\n\x12\x43P_EDGE_TOPIC_INFO\x10\x06\x12\x17\n\x13\x43P_EDGE_TOPIC_MEDIA\x10\x07\x12\x18\n\x14\x43P_EDGE_TOPIC_CONFIG\x10\x08\x12\x1f\n\x1b\x43P_EDGE_TOPIC_FRAGMENT_EXEC\x10\t\x12\x18\n\x14\x43P_EDGE_TOPIC_FABRIC\x10\n\"\x04\x08\x02\x10\x02\x42/Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepbb\x06proto3')
|
26
28
|
|
27
29
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
28
30
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.api.corepb.v1.cp_edge_pb2', globals())
|
@@ -38,6 +40,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
38
40
|
_PHYSICALPIPELINESPECUPDATE.fields_by_name['physical_pipeline_id']._serialized_options = b'\342\336\037\022PhysicalPipelineID'
|
39
41
|
_PHYSICALPIPELINESTATUSUPDATE.fields_by_name['physical_pipeline_id']._options = None
|
40
42
|
_PHYSICALPIPELINESTATUSUPDATE.fields_by_name['physical_pipeline_id']._serialized_options = b'\342\336\037\022PhysicalPipelineID'
|
43
|
+
_FRAGMENTSPECUPDATE.fields_by_name['fragment_id']._options = None
|
44
|
+
_FRAGMENTSPECUPDATE.fields_by_name['fragment_id']._serialized_options = b'\342\336\037\nFragmentID'
|
45
|
+
_FRAGMENTSTATUSUPDATE.fields_by_name['fragment_id']._options = None
|
46
|
+
_FRAGMENTSTATUSUPDATE.fields_by_name['fragment_id']._serialized_options = b'\342\336\037\nFragmentID'
|
41
47
|
_APPLYEXECUTIONGRAPH.fields_by_name['physical_pipeline_id']._options = None
|
42
48
|
_APPLYEXECUTIONGRAPH.fields_by_name['physical_pipeline_id']._serialized_options = b'\342\336\037\022PhysicalPipelineID'
|
43
49
|
_APPLYEXECUTIONGRAPH.fields_by_name['logical_pipeline_id']._options = None
|
@@ -48,80 +54,112 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
48
54
|
_EXECUTIONGRAPHSTATUSUPDATE.fields_by_name['physical_pipeline_id']._serialized_options = b'\342\336\037\022PhysicalPipelineID'
|
49
55
|
_TEXTSTREAMCONTROL.fields_by_name['conv_id']._options = None
|
50
56
|
_TEXTSTREAMCONTROL.fields_by_name['conv_id']._serialized_options = b'\342\336\037\006ConvID'
|
51
|
-
_EDGECPMEDIASTREAMMESSAGE.fields_by_name['stream_id']._options = None
|
52
|
-
_EDGECPMEDIASTREAMMESSAGE.fields_by_name['stream_id']._serialized_options = b'\342\336\037\010StreamID'
|
53
|
-
_CPEDGEMEDIASTREAMMESSAGE.fields_by_name['stream_id']._options = None
|
54
|
-
_CPEDGEMEDIASTREAMMESSAGE.fields_by_name['stream_id']._serialized_options = b'\342\336\037\010StreamID'
|
55
57
|
_FILETRANSFERREQUEST.fields_by_name['file_id']._options = None
|
56
58
|
_FILETRANSFERREQUEST.fields_by_name['file_id']._serialized_options = b'\342\336\037\006FileID'
|
57
59
|
_FILETRANSFERRESPONSE.fields_by_name['file_id']._options = None
|
58
60
|
_FILETRANSFERRESPONSE.fields_by_name['file_id']._serialized_options = b'\342\336\037\006FileID'
|
61
|
+
_FABRICJOINCOMMGROUP.fields_by_name['deployment_id']._options = None
|
62
|
+
_FABRICJOINCOMMGROUP.fields_by_name['deployment_id']._serialized_options = b'\342\336\037\014DeploymentID'
|
63
|
+
_FABRICJOINCOMMGROUP.fields_by_name['fragment_id']._options = None
|
64
|
+
_FABRICJOINCOMMGROUP.fields_by_name['fragment_id']._serialized_options = b'\342\336\037\nFragmentID'
|
65
|
+
_FABRICGETCOMMGROUPADDRESSESREQUEST.fields_by_name['deployment_id']._options = None
|
66
|
+
_FABRICGETCOMMGROUPADDRESSESREQUEST.fields_by_name['deployment_id']._serialized_options = b'\342\336\037\014DeploymentID'
|
67
|
+
_FABRICGETCOMMGROUPADDRESSESREQUEST.fields_by_name['fragment_id']._options = None
|
68
|
+
_FABRICGETCOMMGROUPADDRESSESREQUEST.fields_by_name['fragment_id']._serialized_options = b'\342\336\037\nFragmentID'
|
69
|
+
_FABRICGETCOMMGROUPADDRESSESRESPONSE.fields_by_name['deployment_id']._options = None
|
70
|
+
_FABRICGETCOMMGROUPADDRESSESRESPONSE.fields_by_name['deployment_id']._serialized_options = b'\342\336\037\014DeploymentID'
|
71
|
+
_FABRICGETCOMMGROUPADDRESSESRESPONSE.fields_by_name['fragment_id']._options = None
|
72
|
+
_FABRICGETCOMMGROUPADDRESSESRESPONSE.fields_by_name['fragment_id']._serialized_options = b'\342\336\037\nFragmentID'
|
73
|
+
_FABRICREGISTERCOMMPORTCONSUMER.fields_by_name['deployment_id']._options = None
|
74
|
+
_FABRICREGISTERCOMMPORTCONSUMER.fields_by_name['deployment_id']._serialized_options = b'\342\336\037\014DeploymentID'
|
75
|
+
_FABRICREGISTERCOMMPORTCONSUMER.fields_by_name['fragment_id']._options = None
|
76
|
+
_FABRICREGISTERCOMMPORTCONSUMER.fields_by_name['fragment_id']._serialized_options = b'\342\336\037\nFragmentID'
|
77
|
+
_FABRICGETCOMMPORTCONSUMERREQUEST.fields_by_name['deployment_id']._options = None
|
78
|
+
_FABRICGETCOMMPORTCONSUMERREQUEST.fields_by_name['deployment_id']._serialized_options = b'\342\336\037\014DeploymentID'
|
79
|
+
_FABRICGETCOMMPORTCONSUMERREQUEST.fields_by_name['fragment_id']._options = None
|
80
|
+
_FABRICGETCOMMPORTCONSUMERREQUEST.fields_by_name['fragment_id']._serialized_options = b'\342\336\037\nFragmentID'
|
81
|
+
_FABRICGETCOMMPORTCONSUMERRESPONSE.fields_by_name['deployment_id']._options = None
|
82
|
+
_FABRICGETCOMMPORTCONSUMERRESPONSE.fields_by_name['deployment_id']._serialized_options = b'\342\336\037\014DeploymentID'
|
83
|
+
_FABRICGETCOMMPORTCONSUMERRESPONSE.fields_by_name['fragment_id']._options = None
|
84
|
+
_FABRICGETCOMMPORTCONSUMERRESPONSE.fields_by_name['fragment_id']._serialized_options = b'\342\336\037\nFragmentID'
|
59
85
|
_EDGECPMETADATA.fields_by_name['device_id']._options = None
|
60
86
|
_EDGECPMETADATA.fields_by_name['device_id']._serialized_options = b'\342\336\037\010DeviceID'
|
61
87
|
_CPEDGEMETADATA.fields_by_name['device_id']._options = None
|
62
88
|
_CPEDGEMETADATA.fields_by_name['device_id']._serialized_options = b'\342\336\037\010DeviceID'
|
63
|
-
_EXECUTIONGRAPHSTATE._serialized_start=
|
64
|
-
_EXECUTIONGRAPHSTATE._serialized_end=
|
65
|
-
_EDGECPTOPIC._serialized_start=
|
66
|
-
_EDGECPTOPIC._serialized_end=
|
67
|
-
_CPEDGETOPIC._serialized_start=
|
68
|
-
_CPEDGETOPIC._serialized_end=
|
69
|
-
_EDGEHEARTBEAT._serialized_start=
|
70
|
-
_EDGEHEARTBEAT._serialized_end=
|
71
|
-
_EDGEHEARTBEATACK._serialized_start=
|
72
|
-
_EDGEHEARTBEATACK._serialized_end=
|
73
|
-
_PHYSICALPIPELINESPECUPDATE._serialized_start=
|
74
|
-
_PHYSICALPIPELINESPECUPDATE._serialized_end=
|
75
|
-
_PHYSICALPIPELINESTATUSUPDATE._serialized_start=
|
76
|
-
_PHYSICALPIPELINESTATUSUPDATE._serialized_end=
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
_EDGEOTELMETRICS._serialized_start=
|
106
|
-
_EDGEOTELMETRICS._serialized_end=
|
107
|
-
_FILETRANSFERREQUEST._serialized_start=
|
108
|
-
_FILETRANSFERREQUEST._serialized_end=
|
109
|
-
_FILETRANSFERRESPONSE._serialized_start=
|
110
|
-
_FILETRANSFERRESPONSE._serialized_end=
|
111
|
-
_FILETRANSFERRESPONSE_FILECHUNK._serialized_start=
|
112
|
-
_FILETRANSFERRESPONSE_FILECHUNK._serialized_end=
|
113
|
-
_DEVICECAPABILITIES._serialized_start=
|
114
|
-
_DEVICECAPABILITIES._serialized_end=
|
115
|
-
_DEVICECONFIGSTATEUPDATE._serialized_start=
|
116
|
-
_DEVICECONFIGSTATEUPDATE._serialized_end=
|
117
|
-
_DEVICEBASECONFIGUPDATE._serialized_start=
|
118
|
-
_DEVICEBASECONFIGUPDATE._serialized_end=
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
89
|
+
_EXECUTIONGRAPHSTATE._serialized_start=5789
|
90
|
+
_EXECUTIONGRAPHSTATE._serialized_end=6107
|
91
|
+
_EDGECPTOPIC._serialized_start=6110
|
92
|
+
_EDGECPTOPIC._serialized_end=6400
|
93
|
+
_CPEDGETOPIC._serialized_start=6403
|
94
|
+
_CPEDGETOPIC._serialized_end=6693
|
95
|
+
_EDGEHEARTBEAT._serialized_start=442
|
96
|
+
_EDGEHEARTBEAT._serialized_end=491
|
97
|
+
_EDGEHEARTBEATACK._serialized_start=493
|
98
|
+
_EDGEHEARTBEATACK._serialized_end=545
|
99
|
+
_PHYSICALPIPELINESPECUPDATE._serialized_start=548
|
100
|
+
_PHYSICALPIPELINESPECUPDATE._serialized_end=735
|
101
|
+
_PHYSICALPIPELINESTATUSUPDATE._serialized_start=738
|
102
|
+
_PHYSICALPIPELINESTATUSUPDATE._serialized_end=959
|
103
|
+
_FRAGMENTSPECUPDATE._serialized_start=962
|
104
|
+
_FRAGMENTSPECUPDATE._serialized_end=1108
|
105
|
+
_FRAGMENTSTATUSUPDATE._serialized_start=1111
|
106
|
+
_FRAGMENTSTATUSUPDATE._serialized_end=1291
|
107
|
+
_CPRUNMODEL._serialized_start=1293
|
108
|
+
_CPRUNMODEL._serialized_end=1305
|
109
|
+
_CPRUNMODELACK._serialized_start=1307
|
110
|
+
_CPRUNMODELACK._serialized_end=1322
|
111
|
+
_EXECUTIONGRAPHSPEC._serialized_start=1325
|
112
|
+
_EXECUTIONGRAPHSPEC._serialized_end=1503
|
113
|
+
_EXECUTIONGRAPHSTATUS._serialized_start=1506
|
114
|
+
_EXECUTIONGRAPHSTATUS._serialized_end=1647
|
115
|
+
_APPLYEXECUTIONGRAPH._serialized_start=1650
|
116
|
+
_APPLYEXECUTIONGRAPH._serialized_end=1916
|
117
|
+
_DELETEEXECUTIONGRAPH._serialized_start=1918
|
118
|
+
_DELETEEXECUTIONGRAPH._serialized_end=2031
|
119
|
+
_EXECUTIONGRAPHSTATUSUPDATE._serialized_start=2034
|
120
|
+
_EXECUTIONGRAPHSTATUSUPDATE._serialized_end=2225
|
121
|
+
_MEDIASTREAMSTART._serialized_start=2227
|
122
|
+
_MEDIASTREAMSTART._serialized_end=2245
|
123
|
+
_MEDIASTREAMSTOP._serialized_start=2247
|
124
|
+
_MEDIASTREAMSTOP._serialized_end=2264
|
125
|
+
_MEDIASTREAMKEEPALIVE._serialized_start=2266
|
126
|
+
_MEDIASTREAMKEEPALIVE._serialized_end=2288
|
127
|
+
_MEDIASTREAMCONTROL._serialized_start=2291
|
128
|
+
_MEDIASTREAMCONTROL._serialized_end=2490
|
129
|
+
_TEXTSTREAMCONTROL._serialized_start=2493
|
130
|
+
_TEXTSTREAMCONTROL._serialized_end=2642
|
131
|
+
_EDGEOTELMETRICS._serialized_start=2644
|
132
|
+
_EDGEOTELMETRICS._serialized_end=2753
|
133
|
+
_FILETRANSFERREQUEST._serialized_start=2756
|
134
|
+
_FILETRANSFERREQUEST._serialized_end=2904
|
135
|
+
_FILETRANSFERRESPONSE._serialized_start=2907
|
136
|
+
_FILETRANSFERRESPONSE._serialized_end=3178
|
137
|
+
_FILETRANSFERRESPONSE_FILECHUNK._serialized_start=3108
|
138
|
+
_FILETRANSFERRESPONSE_FILECHUNK._serialized_end=3178
|
139
|
+
_DEVICECAPABILITIES._serialized_start=3181
|
140
|
+
_DEVICECAPABILITIES._serialized_end=3433
|
141
|
+
_DEVICECONFIGSTATEUPDATE._serialized_start=3436
|
142
|
+
_DEVICECONFIGSTATEUPDATE._serialized_end=3573
|
143
|
+
_DEVICEBASECONFIGUPDATE._serialized_start=3575
|
144
|
+
_DEVICEBASECONFIGUPDATE._serialized_end=3686
|
145
|
+
_FABRICJOINCOMMGROUP._serialized_start=3689
|
146
|
+
_FABRICJOINCOMMGROUP._serialized_end=3971
|
147
|
+
_FABRICGETCOMMGROUPADDRESSESREQUEST._serialized_start=3974
|
148
|
+
_FABRICGETCOMMGROUPADDRESSESREQUEST._serialized_end=4179
|
149
|
+
_FABRICGETCOMMGROUPADDRESSESRESPONSE._serialized_start=4182
|
150
|
+
_FABRICGETCOMMGROUPADDRESSESRESPONSE._serialized_end=4423
|
151
|
+
_FABRICREGISTERCOMMPORTCONSUMER._serialized_start=4426
|
152
|
+
_FABRICREGISTERCOMMPORTCONSUMER._serialized_end=4666
|
153
|
+
_FABRICGETCOMMPORTCONSUMERREQUEST._serialized_start=4669
|
154
|
+
_FABRICGETCOMMPORTCONSUMERREQUEST._serialized_end=4870
|
155
|
+
_FABRICGETCOMMPORTCONSUMERRESPONSE._serialized_start=4873
|
156
|
+
_FABRICGETCOMMPORTCONSUMERRESPONSE._serialized_end=5116
|
157
|
+
_EDGECPMETADATA._serialized_start=5119
|
158
|
+
_EDGECPMETADATA._serialized_end=5323
|
159
|
+
_EDGECPMESSAGE._serialized_start=5325
|
160
|
+
_EDGECPMESSAGE._serialized_end=5451
|
161
|
+
_CPEDGEMETADATA._serialized_start=5454
|
162
|
+
_CPEDGEMETADATA._serialized_end=5658
|
163
|
+
_CPEDGEMESSAGE._serialized_start=5660
|
164
|
+
_CPEDGEMESSAGE._serialized_end=5786
|
127
165
|
# @@protoc_insertion_point(module_scope)
|
@@ -14,9 +14,11 @@ _sym_db = _symbol_database.Default()
|
|
14
14
|
from gml.proto.gogoproto import gogo_pb2 as gogoproto_dot_gogo__pb2
|
15
15
|
from gml.proto.src.api.corepb.v1 import compiled_pipeline_pb2 as src_dot_api_dot_corepb_dot_v1_dot_compiled__pipeline__pb2
|
16
16
|
from gml.proto.src.common.typespb import uuid_pb2 as src_dot_common_dot_typespb_dot_uuid__pb2
|
17
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
18
|
+
from gml.proto.src.api.corepb.v1 import model_exec_pb2 as src_dot_api_dot_corepb_dot_v1_dot_model__exec__pb2
|
17
19
|
|
18
20
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)src/api/corepb/v1/deployed_pipeline.proto\x12\x18gml.internal.api.core.v1\x1a\x14gogoproto/gogo.proto\x1a)src/api/corepb/v1/compiled_pipeline.proto\x1a\x1dsrc/common/typespb/uuid.proto\"\xfd\x01\n\x18\x44\x65ployedPipelineFragment\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12\x66\n\rcompiled_spec\x18\x02 \x01(\x0b\x32\x41.gml.internal.api.core.v1.PipelineFragmentConfigurationOptionSpecR\x0c\x63ompiledSpec\x12P\n\x0b\x63omm_groups\x18\x03 \x03(\x0b\x32/.gml.internal.api.core.v1.DeployedCommGroupSpecR\ncommGroups\"\xd3\x01\n\x15\x44\x65ployedCommGroupSpec\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12N\n\x0ctopology_key\x18\x02 \x01(\x0e\x32+.gml.internal.api.core.v1.FabricTopologyKeyR\x0btopologyKey\x12V\n\x0b\x61ll_members\x18\x03 \x03(\x0b\x32\x35.gml.internal.api.core.v1.DeployedCommGroupMemberSpecR\nallMembers\"\x8c\x01\n\x1b\x44\x65ployedCommGroupMemberSpec\x12Y\n\x14\x64\x65ployed_fragment_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x16\xe2\xde\x1f\x12\x44\x65ployedFragmentIDR\x12\x64\x65ployedFragmentId\x12\x12\n\x04rank\x18\x02 \x01(\x03R\
|
21
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)src/api/corepb/v1/deployed_pipeline.proto\x12\x18gml.internal.api.core.v1\x1a\x14gogoproto/gogo.proto\x1a)src/api/corepb/v1/compiled_pipeline.proto\x1a\x1dsrc/common/typespb/uuid.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\"src/api/corepb/v1/model_exec.proto\"\xfd\x01\n\x18\x44\x65ployedPipelineFragment\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12\x66\n\rcompiled_spec\x18\x02 \x01(\x0b\x32\x41.gml.internal.api.core.v1.PipelineFragmentConfigurationOptionSpecR\x0c\x63ompiledSpec\x12P\n\x0b\x63omm_groups\x18\x03 \x03(\x0b\x32/.gml.internal.api.core.v1.DeployedCommGroupSpecR\ncommGroups\"\xd3\x01\n\x15\x44\x65ployedCommGroupSpec\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12N\n\x0ctopology_key\x18\x02 \x01(\x0e\x32+.gml.internal.api.core.v1.FabricTopologyKeyR\x0btopologyKey\x12V\n\x0b\x61ll_members\x18\x03 \x03(\x0b\x32\x35.gml.internal.api.core.v1.DeployedCommGroupMemberSpecR\nallMembers\"\x8c\x01\n\x1b\x44\x65ployedCommGroupMemberSpec\x12Y\n\x14\x64\x65ployed_fragment_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x16\xe2\xde\x1f\x12\x44\x65ployedFragmentIDR\x12\x64\x65ployedFragmentId\x12\x12\n\x04rank\x18\x02 \x01(\x03R\x04rank\"\xc1\x03\n\rFragmentGroup\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x46\n\rdeployment_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\x10\xe2\xde\x1f\x0c\x44\x65ploymentIDR\x0c\x64\x65ploymentId\x12-\n\x12\x64\x65ployment_version\x18\x04 \x01(\x03R\x11\x64\x65ploymentVersion\x12\x39\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12?\n\x04spec\x18\x07 \x01(\x0b\x32+.gml.internal.api.core.v1.FragmentGroupSpecR\x04spec\x12\x45\n\x06status\x18\x08 \x01(\x0b\x32-.gml.internal.api.core.v1.FragmentGroupStatusR\x06status\"R\n\x11\x46ragmentGroupSpec\x12=\n\x05state\x18\x01 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\"l\n\x13\x46ragmentGroupStatus\x12=\n\x05state\x18\x01 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\x12\x16\n\x06reason\x18\x02 \x01(\tR\x06reason\"\xb5\x03\n\x08\x46ragment\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12P\n\x11\x66ragment_group_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x13\xe2\xde\x1f\x0f\x46ragmentGroupIDR\x0f\x66ragmentGroupId\x12:\n\tdevice_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\x12\x39\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12:\n\x04spec\x18\x06 \x01(\x0b\x32&.gml.internal.api.core.v1.FragmentSpecR\x04spec\x12@\n\x06status\x18\x07 \x01(\x0b\x32(.gml.internal.api.core.v1.FragmentStatusR\x06status\"\x95\x01\n\x0c\x46ragmentSpec\x12=\n\x05state\x18\x01 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\x12\x46\n\x04spec\x18\x02 \x01(\x0b\x32\x32.gml.internal.api.core.v1.DeployedPipelineFragmentR\x04spec\"g\n\x0e\x46ragmentStatus\x12=\n\x05state\x18\x01 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\x12\x16\n\x06reason\x18\x02 \x01(\tR\x06reasonB/Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepbb\x06proto3')
|
20
22
|
|
21
23
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
22
24
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.api.corepb.v1.deployed_pipeline_pb2', globals())
|
@@ -28,10 +30,32 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
28
30
|
_DEPLOYEDPIPELINEFRAGMENT.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
29
31
|
_DEPLOYEDCOMMGROUPMEMBERSPEC.fields_by_name['deployed_fragment_id']._options = None
|
30
32
|
_DEPLOYEDCOMMGROUPMEMBERSPEC.fields_by_name['deployed_fragment_id']._serialized_options = b'\342\336\037\022DeployedFragmentID'
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
33
|
+
_FRAGMENTGROUP.fields_by_name['id']._options = None
|
34
|
+
_FRAGMENTGROUP.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
35
|
+
_FRAGMENTGROUP.fields_by_name['deployment_id']._options = None
|
36
|
+
_FRAGMENTGROUP.fields_by_name['deployment_id']._serialized_options = b'\342\336\037\014DeploymentID'
|
37
|
+
_FRAGMENT.fields_by_name['id']._options = None
|
38
|
+
_FRAGMENT.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
39
|
+
_FRAGMENT.fields_by_name['fragment_group_id']._options = None
|
40
|
+
_FRAGMENT.fields_by_name['fragment_group_id']._serialized_options = b'\342\336\037\017FragmentGroupID'
|
41
|
+
_FRAGMENT.fields_by_name['device_id']._options = None
|
42
|
+
_FRAGMENT.fields_by_name['device_id']._serialized_options = b'\342\336\037\010DeviceID'
|
43
|
+
_DEPLOYEDPIPELINEFRAGMENT._serialized_start=237
|
44
|
+
_DEPLOYEDPIPELINEFRAGMENT._serialized_end=490
|
45
|
+
_DEPLOYEDCOMMGROUPSPEC._serialized_start=493
|
46
|
+
_DEPLOYEDCOMMGROUPSPEC._serialized_end=704
|
47
|
+
_DEPLOYEDCOMMGROUPMEMBERSPEC._serialized_start=707
|
48
|
+
_DEPLOYEDCOMMGROUPMEMBERSPEC._serialized_end=847
|
49
|
+
_FRAGMENTGROUP._serialized_start=850
|
50
|
+
_FRAGMENTGROUP._serialized_end=1299
|
51
|
+
_FRAGMENTGROUPSPEC._serialized_start=1301
|
52
|
+
_FRAGMENTGROUPSPEC._serialized_end=1383
|
53
|
+
_FRAGMENTGROUPSTATUS._serialized_start=1385
|
54
|
+
_FRAGMENTGROUPSTATUS._serialized_end=1493
|
55
|
+
_FRAGMENT._serialized_start=1496
|
56
|
+
_FRAGMENT._serialized_end=1933
|
57
|
+
_FRAGMENTSPEC._serialized_start=1936
|
58
|
+
_FRAGMENTSPEC._serialized_end=2085
|
59
|
+
_FRAGMENTSTATUS._serialized_start=2087
|
60
|
+
_FRAGMENTSTATUS._serialized_end=2190
|
37
61
|
# @@protoc_insertion_point(module_scope)
|