gimlet-api 0.0.13__py3-none-any.whl → 0.0.15__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.13.dist-info → gimlet_api-0.0.15.dist-info}/METADATA +2 -2
- {gimlet_api-0.0.13.dist-info → gimlet_api-0.0.15.dist-info}/RECORD +25 -22
- gml/client.py +70 -25
- gml/compile.py +0 -11
- gml/device.py +2 -2
- gml/hf.py +101 -63
- gml/model_utils.py +10 -1
- gml/pipelines.py +97 -23
- gml/proto/opentelemetry/proto/common/v1/common_pb2.py +3 -1
- gml/proto/opentelemetry/proto/resource/v1/resource_pb2.py +2 -2
- gml/proto/src/api/corepb/v1/actor_net_pb2.py +77 -0
- gml/proto/src/api/corepb/v1/compiled_pipeline_pb2.py +28 -28
- gml/proto/src/api/corepb/v1/controlplane_pb2.py +35 -33
- gml/proto/src/api/corepb/v1/cp_dp_pb2.py +92 -0
- gml/proto/src/api/corepb/v1/cp_edge_pb2.py +90 -77
- gml/proto/src/api/corepb/v1/dataplane_pb2.py +33 -0
- gml/proto/src/api/corepb/v1/device_info_pb2.py +19 -17
- gml/proto/src/api/corepb/v1/mediastream_pb2.py +11 -9
- gml/proto/src/api/corepb/v1/model_exec_pb2.py +164 -141
- gml/proto/src/common/typespb/jwt_pb2.py +14 -10
- gml/proto/src/controlplane/compiler/cpb/v1/cpb_pb2.py +10 -8
- gml/proto/src/controlplane/logicalpipeline/lppb/v1/lppb_pb2.py +17 -11
- gml/proto/src/controlplane/logicalpipeline/lppb/v1/lppb_pb2_grpc.py +33 -0
- gml/tensor.py +7 -0
- {gimlet_api-0.0.13.dist-info → gimlet_api-0.0.15.dist-info}/WHEEL +0 -0
@@ -0,0 +1,92 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: src/api/corepb/v1/cp_dp.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf.internal import builder as _builder
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
|
+
from google.protobuf import symbol_database as _symbol_database
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from gml.proto.gogoproto import gogo_pb2 as gogoproto_dot_gogo__pb2
|
15
|
+
from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
|
16
|
+
from gml.proto.src.common.typespb import uuid_pb2 as src_dot_common_dot_typespb_dot_uuid__pb2
|
17
|
+
from gml.proto.src.common.typespb import status_pb2 as src_dot_common_dot_typespb_dot_status__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
|
19
|
+
from gml.proto.src.api.corepb.v1 import compiled_pipeline_pb2 as src_dot_api_dot_corepb_dot_v1_dot_compiled__pipeline__pb2
|
20
|
+
|
21
|
+
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dsrc/api/corepb/v1/cp_dp.proto\x12\x18gml.internal.api.core.v1\x1a\x14gogoproto/gogo.proto\x1a\x19google/protobuf/any.proto\x1a\x1dsrc/common/typespb/uuid.proto\x1a\x1fsrc/common/typespb/status.proto\x1a\"src/api/corepb/v1/model_exec.proto\x1a)src/api/corepb/v1/compiled_pipeline.proto\"\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\"\xb1\x04\n\x1cPipelineDeploymentSpecUpdate\x12_\n\x16pipeline_deployment_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x18\xe2\xde\x1f\x14PipelineDeploymentIDR\x14pipelineDeploymentId\x12=\n\x05state\x18\x02 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\x12V\n\x13logical_pipeline_id\x18\x04 \x01(\x0b\x32\x0f.gml.types.UUIDB\x15\xe2\xde\x1f\x11LogicalPipelineIDR\x11logicalPipelineId\x12T\n\x10logical_pipeline\x18\x05 \x01(\x0b\x32).gml.internal.api.core.v1.LogicalPipelineR\x0flogicalPipeline\x12;\n\x06models\x18\x06 \x03(\x0b\x32#.gml.internal.api.core.v1.ModelInfoR\x06models\x12@\n\x0b\x65ndpoint_id\x18\x07 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0e\xe2\xde\x1f\nEndpointIDR\nendpointId\x12#\n\rendpoint_name\x18\x08 \x01(\tR\x0c\x65ndpointName\x12\x19\n\x08org_name\x18\t \x01(\tR\x07orgNameJ\x04\x08\x03\x10\x04\"\xaa\x01\n\x14WorkloadStatusUpdate\x12\x46\n\rdeployment_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x10\xe2\xde\x1f\x0c\x44\x65ploymentIDR\x0c\x64\x65ploymentId\x12J\n\x06status\x18\x02 \x01(\x0b\x32\x32.gml.internal.api.core.v1.PipelineDeploymentStatusR\x06status\"\x91\x03\n\x1cPipelineFragmentStatusUpdate\x12@\n\x0b\x66ragment_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0e\xe2\xde\x1f\nFragmentIDR\nfragmentId\x12\x46\n\rdeployment_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x10\xe2\xde\x1f\x0c\x44\x65ploymentIDR\x0c\x64\x65ploymentId\x12:\n\tdevice_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\x12=\n\x05state\x18\x04 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\x12\x16\n\x06reason\x18\x05 \x01(\tR\x06reason\x12T\n\x18\x61ssigned_accelerator_ids\x18\x06 \x03(\tB\x1a\xe2\xde\x1f\x16\x41ssignedAcceleratorIDsR\x16\x61ssignedAcceleratorIds\"\x14\n\x12\x44\x61taplaneHeartbeat\"G\n\x0c\x44PCPMetadata\x12\x37\n\x08\x66leet_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0b\xe2\xde\x1f\x07\x46leetIDR\x07\x66leetId\"z\n\x0b\x44PCPMessage\x12\x42\n\x08metadata\x18\x01 \x01(\x0b\x32&.gml.internal.api.core.v1.DPCPMetadataR\x08metadata\x12\'\n\x03msg\x18\xe8\x07 \x01(\x0b\x32\x14.google.protobuf.AnyR\x03msg\"G\n\x0c\x43PDPMetadata\x12\x37\n\x08\x66leet_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0b\xe2\xde\x1f\x07\x46leetIDR\x07\x66leetId\"z\n\x0b\x43PDPMessage\x12\x42\n\x08metadata\x18\x01 \x01(\x0b\x32&.gml.internal.api.core.v1.CPDPMetadataR\x08metadata\x12\'\n\x03msg\x18\xe8\x07 \x01(\x0b\x32\x14.google.protobuf.AnyR\x03msg\"\xd0\x01\n\x0cStartSession\x12@\n\x0b\x65ndpoint_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0e\xe2\xde\x1f\nEndpointIDR\nendpointId\x12#\n\rendpoint_name\x18\x02 \x01(\tR\x0c\x65ndpointName\x12\x1d\n\nauth_token\x18\x03 \x01(\tR\tauthToken\x12:\n\tdevice_id\x18\x04 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\"\r\n\x0bStopSession\"D\n\x0e\x46orwardMessage\x12\x32\n\x0cjson_message\x18\x01 \x01(\tB\x0f\xe2\xde\x1f\x0bJSONMessageR\x0bjsonMessage\"\xdf\x02\n\x14\x45ndpointProxyRequest\x12M\n\x10proxy_session_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x12\xe2\xde\x1f\x0eProxySessionIDR\x0eproxySessionId\x12M\n\rstart_session\x18\x02 \x01(\x0b\x32&.gml.internal.api.core.v1.StartSessionH\x00R\x0cstartSession\x12J\n\x0cstop_session\x18\x03 \x01(\x0b\x32%.gml.internal.api.core.v1.StopSessionH\x00R\x0bstopSession\x12S\n\x0f\x66orward_message\x18\x04 \x01(\x0b\x32(.gml.internal.api.core.v1.ForwardMessageH\x00R\x0e\x66orwardMessageB\x08\n\x06\x61\x63tion\"\x0b\n\tHeartbeat\"\xb9\x02\n\x15\x45ndpointProxyResponse\x12M\n\x10proxy_session_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x12\xe2\xde\x1f\x0eProxySessionIDR\x0eproxySessionId\x12S\n\x0f\x66orward_message\x18\x02 \x01(\x0b\x32(.gml.internal.api.core.v1.ForwardMessageH\x00R\x0e\x66orwardMessage\x12+\n\x06status\x18\x03 \x01(\x0b\x32\x11.gml.types.StatusH\x00R\x06status\x12\x43\n\theartbeat\x18\x04 \x01(\x0b\x32#.gml.internal.api.core.v1.HeartbeatH\x00R\theartbeatB\n\n\x08responseB/Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepbb\x06proto3')
|
23
|
+
|
24
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
25
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.api.corepb.v1.cp_dp_pb2', globals())
|
26
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
27
|
+
|
28
|
+
DESCRIPTOR._options = None
|
29
|
+
DESCRIPTOR._serialized_options = b'Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepb'
|
30
|
+
_PIPELINEDEPLOYMENTREQUEST.fields_by_name['pipeline_deployment_id']._options = None
|
31
|
+
_PIPELINEDEPLOYMENTREQUEST.fields_by_name['pipeline_deployment_id']._serialized_options = b'\342\336\037\024PipelineDeploymentID'
|
32
|
+
_PIPELINEDEPLOYMENTSPECUPDATE.fields_by_name['pipeline_deployment_id']._options = None
|
33
|
+
_PIPELINEDEPLOYMENTSPECUPDATE.fields_by_name['pipeline_deployment_id']._serialized_options = b'\342\336\037\024PipelineDeploymentID'
|
34
|
+
_PIPELINEDEPLOYMENTSPECUPDATE.fields_by_name['logical_pipeline_id']._options = None
|
35
|
+
_PIPELINEDEPLOYMENTSPECUPDATE.fields_by_name['logical_pipeline_id']._serialized_options = b'\342\336\037\021LogicalPipelineID'
|
36
|
+
_PIPELINEDEPLOYMENTSPECUPDATE.fields_by_name['endpoint_id']._options = None
|
37
|
+
_PIPELINEDEPLOYMENTSPECUPDATE.fields_by_name['endpoint_id']._serialized_options = b'\342\336\037\nEndpointID'
|
38
|
+
_WORKLOADSTATUSUPDATE.fields_by_name['deployment_id']._options = None
|
39
|
+
_WORKLOADSTATUSUPDATE.fields_by_name['deployment_id']._serialized_options = b'\342\336\037\014DeploymentID'
|
40
|
+
_PIPELINEFRAGMENTSTATUSUPDATE.fields_by_name['fragment_id']._options = None
|
41
|
+
_PIPELINEFRAGMENTSTATUSUPDATE.fields_by_name['fragment_id']._serialized_options = b'\342\336\037\nFragmentID'
|
42
|
+
_PIPELINEFRAGMENTSTATUSUPDATE.fields_by_name['deployment_id']._options = None
|
43
|
+
_PIPELINEFRAGMENTSTATUSUPDATE.fields_by_name['deployment_id']._serialized_options = b'\342\336\037\014DeploymentID'
|
44
|
+
_PIPELINEFRAGMENTSTATUSUPDATE.fields_by_name['device_id']._options = None
|
45
|
+
_PIPELINEFRAGMENTSTATUSUPDATE.fields_by_name['device_id']._serialized_options = b'\342\336\037\010DeviceID'
|
46
|
+
_PIPELINEFRAGMENTSTATUSUPDATE.fields_by_name['assigned_accelerator_ids']._options = None
|
47
|
+
_PIPELINEFRAGMENTSTATUSUPDATE.fields_by_name['assigned_accelerator_ids']._serialized_options = b'\342\336\037\026AssignedAcceleratorIDs'
|
48
|
+
_DPCPMETADATA.fields_by_name['fleet_id']._options = None
|
49
|
+
_DPCPMETADATA.fields_by_name['fleet_id']._serialized_options = b'\342\336\037\007FleetID'
|
50
|
+
_CPDPMETADATA.fields_by_name['fleet_id']._options = None
|
51
|
+
_CPDPMETADATA.fields_by_name['fleet_id']._serialized_options = b'\342\336\037\007FleetID'
|
52
|
+
_STARTSESSION.fields_by_name['endpoint_id']._options = None
|
53
|
+
_STARTSESSION.fields_by_name['endpoint_id']._serialized_options = b'\342\336\037\nEndpointID'
|
54
|
+
_STARTSESSION.fields_by_name['device_id']._options = None
|
55
|
+
_STARTSESSION.fields_by_name['device_id']._serialized_options = b'\342\336\037\010DeviceID'
|
56
|
+
_FORWARDMESSAGE.fields_by_name['json_message']._options = None
|
57
|
+
_FORWARDMESSAGE.fields_by_name['json_message']._serialized_options = b'\342\336\037\013JSONMessage'
|
58
|
+
_ENDPOINTPROXYREQUEST.fields_by_name['proxy_session_id']._options = None
|
59
|
+
_ENDPOINTPROXYREQUEST.fields_by_name['proxy_session_id']._serialized_options = b'\342\336\037\016ProxySessionID'
|
60
|
+
_ENDPOINTPROXYRESPONSE.fields_by_name['proxy_session_id']._options = None
|
61
|
+
_ENDPOINTPROXYRESPONSE.fields_by_name['proxy_session_id']._serialized_options = b'\342\336\037\016ProxySessionID'
|
62
|
+
_PIPELINEDEPLOYMENTREQUEST._serialized_start=252
|
63
|
+
_PIPELINEDEPLOYMENTREQUEST._serialized_end=478
|
64
|
+
_PIPELINEDEPLOYMENTSPECUPDATE._serialized_start=481
|
65
|
+
_PIPELINEDEPLOYMENTSPECUPDATE._serialized_end=1042
|
66
|
+
_WORKLOADSTATUSUPDATE._serialized_start=1045
|
67
|
+
_WORKLOADSTATUSUPDATE._serialized_end=1215
|
68
|
+
_PIPELINEFRAGMENTSTATUSUPDATE._serialized_start=1218
|
69
|
+
_PIPELINEFRAGMENTSTATUSUPDATE._serialized_end=1619
|
70
|
+
_DATAPLANEHEARTBEAT._serialized_start=1621
|
71
|
+
_DATAPLANEHEARTBEAT._serialized_end=1641
|
72
|
+
_DPCPMETADATA._serialized_start=1643
|
73
|
+
_DPCPMETADATA._serialized_end=1714
|
74
|
+
_DPCPMESSAGE._serialized_start=1716
|
75
|
+
_DPCPMESSAGE._serialized_end=1838
|
76
|
+
_CPDPMETADATA._serialized_start=1840
|
77
|
+
_CPDPMETADATA._serialized_end=1911
|
78
|
+
_CPDPMESSAGE._serialized_start=1913
|
79
|
+
_CPDPMESSAGE._serialized_end=2035
|
80
|
+
_STARTSESSION._serialized_start=2038
|
81
|
+
_STARTSESSION._serialized_end=2246
|
82
|
+
_STOPSESSION._serialized_start=2248
|
83
|
+
_STOPSESSION._serialized_end=2261
|
84
|
+
_FORWARDMESSAGE._serialized_start=2263
|
85
|
+
_FORWARDMESSAGE._serialized_end=2331
|
86
|
+
_ENDPOINTPROXYREQUEST._serialized_start=2334
|
87
|
+
_ENDPOINTPROXYREQUEST._serialized_end=2685
|
88
|
+
_HEARTBEAT._serialized_start=2687
|
89
|
+
_HEARTBEAT._serialized_end=2698
|
90
|
+
_ENDPOINTPROXYRESPONSE._serialized_start=2701
|
91
|
+
_ENDPOINTPROXYRESPONSE._serialized_end=3014
|
92
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -21,10 +21,11 @@ from gml.proto.src.api.corepb.v1 import device_info_pb2 as src_dot_api_dot_corep
|
|
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
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 compiled_pipeline_pb2 as src_dot_api_dot_corepb_dot_v1_dot_compiled__pipeline__pb2
|
24
25
|
from gml.proto.src.api.corepb.v1 import mediastream_pb2 as src_dot_api_dot_corepb_dot_v1_dot_mediastream__pb2
|
25
26
|
|
26
27
|
|
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')
|
28
|
+
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/compiled_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\"\xed\x01\n EdgePipelineDeploymentSpecUpdate\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\x05state\x18\x02 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\x12\x42\n\x04spec\x18\x03 \x01(\x0b\x32..gml.internal.api.core.v1.PipelineFragmentSpecR\x04spec\"\xdb\x02\n\"EdgePipelineDeploymentStatusUpdate\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\x05state\x18\x02 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\x12\x16\n\x06reason\x18\x03 \x01(\tR\x06reason\x12@\n\x0b\x66ragment_id\x18\x04 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0e\xe2\xde\x1f\nFragmentIDR\nfragmentId\x12T\n\x18\x61ssigned_accelerator_ids\x18\x05 \x03(\tB\x1a\xe2\xde\x1f\x16\x41ssignedAcceleratorIDsR\x16\x61ssignedAcceleratorIds\"\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*\xc5\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\x12!\n\x1d\x45\x44GE_CP_TOPIC_ENDPOINT_STREAM\x10\x0b\"\x04\x08\x02\x10\x02*\xc5\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\x12!\n\x1d\x43P_EDGE_TOPIC_ENDPOINT_STREAM\x10\x0b\"\x04\x08\x02\x10\x02\x42/Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepbb\x06proto3')
|
28
29
|
|
29
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
30
31
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.api.corepb.v1.cp_edge_pb2', globals())
|
@@ -44,6 +45,14 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
44
45
|
_FRAGMENTSPECUPDATE.fields_by_name['fragment_id']._serialized_options = b'\342\336\037\nFragmentID'
|
45
46
|
_FRAGMENTSTATUSUPDATE.fields_by_name['fragment_id']._options = None
|
46
47
|
_FRAGMENTSTATUSUPDATE.fields_by_name['fragment_id']._serialized_options = b'\342\336\037\nFragmentID'
|
48
|
+
_EDGEPIPELINEDEPLOYMENTSPECUPDATE.fields_by_name['deployment_id']._options = None
|
49
|
+
_EDGEPIPELINEDEPLOYMENTSPECUPDATE.fields_by_name['deployment_id']._serialized_options = b'\342\336\037\014DeploymentID'
|
50
|
+
_EDGEPIPELINEDEPLOYMENTSTATUSUPDATE.fields_by_name['deployment_id']._options = None
|
51
|
+
_EDGEPIPELINEDEPLOYMENTSTATUSUPDATE.fields_by_name['deployment_id']._serialized_options = b'\342\336\037\014DeploymentID'
|
52
|
+
_EDGEPIPELINEDEPLOYMENTSTATUSUPDATE.fields_by_name['fragment_id']._options = None
|
53
|
+
_EDGEPIPELINEDEPLOYMENTSTATUSUPDATE.fields_by_name['fragment_id']._serialized_options = b'\342\336\037\nFragmentID'
|
54
|
+
_EDGEPIPELINEDEPLOYMENTSTATUSUPDATE.fields_by_name['assigned_accelerator_ids']._options = None
|
55
|
+
_EDGEPIPELINEDEPLOYMENTSTATUSUPDATE.fields_by_name['assigned_accelerator_ids']._serialized_options = b'\342\336\037\026AssignedAcceleratorIDs'
|
47
56
|
_APPLYEXECUTIONGRAPH.fields_by_name['physical_pipeline_id']._options = None
|
48
57
|
_APPLYEXECUTIONGRAPH.fields_by_name['physical_pipeline_id']._serialized_options = b'\342\336\037\022PhysicalPipelineID'
|
49
58
|
_APPLYEXECUTIONGRAPH.fields_by_name['logical_pipeline_id']._options = None
|
@@ -86,80 +95,84 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
86
95
|
_EDGECPMETADATA.fields_by_name['device_id']._serialized_options = b'\342\336\037\010DeviceID'
|
87
96
|
_CPEDGEMETADATA.fields_by_name['device_id']._options = None
|
88
97
|
_CPEDGEMETADATA.fields_by_name['device_id']._serialized_options = b'\342\336\037\010DeviceID'
|
89
|
-
_EXECUTIONGRAPHSTATE._serialized_start=
|
90
|
-
_EXECUTIONGRAPHSTATE._serialized_end=
|
91
|
-
_EDGECPTOPIC._serialized_start=
|
92
|
-
_EDGECPTOPIC._serialized_end=
|
93
|
-
_CPEDGETOPIC._serialized_start=
|
94
|
-
_CPEDGETOPIC._serialized_end=
|
95
|
-
_EDGEHEARTBEAT._serialized_start=
|
96
|
-
_EDGEHEARTBEAT._serialized_end=
|
97
|
-
_EDGEHEARTBEATACK._serialized_start=
|
98
|
-
_EDGEHEARTBEATACK._serialized_end=
|
99
|
-
_PHYSICALPIPELINESPECUPDATE._serialized_start=
|
100
|
-
_PHYSICALPIPELINESPECUPDATE._serialized_end=
|
101
|
-
_PHYSICALPIPELINESTATUSUPDATE._serialized_start=
|
102
|
-
_PHYSICALPIPELINESTATUSUPDATE._serialized_end=
|
103
|
-
_FRAGMENTSPECUPDATE._serialized_start=
|
104
|
-
_FRAGMENTSPECUPDATE._serialized_end=
|
105
|
-
_FRAGMENTSTATUSUPDATE._serialized_start=
|
106
|
-
_FRAGMENTSTATUSUPDATE._serialized_end=
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
98
|
+
_EXECUTIONGRAPHSTATE._serialized_start=6422
|
99
|
+
_EXECUTIONGRAPHSTATE._serialized_end=6740
|
100
|
+
_EDGECPTOPIC._serialized_start=6743
|
101
|
+
_EDGECPTOPIC._serialized_end=7068
|
102
|
+
_CPEDGETOPIC._serialized_start=7071
|
103
|
+
_CPEDGETOPIC._serialized_end=7396
|
104
|
+
_EDGEHEARTBEAT._serialized_start=485
|
105
|
+
_EDGEHEARTBEAT._serialized_end=534
|
106
|
+
_EDGEHEARTBEATACK._serialized_start=536
|
107
|
+
_EDGEHEARTBEATACK._serialized_end=588
|
108
|
+
_PHYSICALPIPELINESPECUPDATE._serialized_start=591
|
109
|
+
_PHYSICALPIPELINESPECUPDATE._serialized_end=778
|
110
|
+
_PHYSICALPIPELINESTATUSUPDATE._serialized_start=781
|
111
|
+
_PHYSICALPIPELINESTATUSUPDATE._serialized_end=1002
|
112
|
+
_FRAGMENTSPECUPDATE._serialized_start=1005
|
113
|
+
_FRAGMENTSPECUPDATE._serialized_end=1151
|
114
|
+
_FRAGMENTSTATUSUPDATE._serialized_start=1154
|
115
|
+
_FRAGMENTSTATUSUPDATE._serialized_end=1334
|
116
|
+
_EDGEPIPELINEDEPLOYMENTSPECUPDATE._serialized_start=1337
|
117
|
+
_EDGEPIPELINEDEPLOYMENTSPECUPDATE._serialized_end=1574
|
118
|
+
_EDGEPIPELINEDEPLOYMENTSTATUSUPDATE._serialized_start=1577
|
119
|
+
_EDGEPIPELINEDEPLOYMENTSTATUSUPDATE._serialized_end=1924
|
120
|
+
_CPRUNMODEL._serialized_start=1926
|
121
|
+
_CPRUNMODEL._serialized_end=1938
|
122
|
+
_CPRUNMODELACK._serialized_start=1940
|
123
|
+
_CPRUNMODELACK._serialized_end=1955
|
124
|
+
_EXECUTIONGRAPHSPEC._serialized_start=1958
|
125
|
+
_EXECUTIONGRAPHSPEC._serialized_end=2136
|
126
|
+
_EXECUTIONGRAPHSTATUS._serialized_start=2139
|
127
|
+
_EXECUTIONGRAPHSTATUS._serialized_end=2280
|
128
|
+
_APPLYEXECUTIONGRAPH._serialized_start=2283
|
129
|
+
_APPLYEXECUTIONGRAPH._serialized_end=2549
|
130
|
+
_DELETEEXECUTIONGRAPH._serialized_start=2551
|
131
|
+
_DELETEEXECUTIONGRAPH._serialized_end=2664
|
132
|
+
_EXECUTIONGRAPHSTATUSUPDATE._serialized_start=2667
|
133
|
+
_EXECUTIONGRAPHSTATUSUPDATE._serialized_end=2858
|
134
|
+
_MEDIASTREAMSTART._serialized_start=2860
|
135
|
+
_MEDIASTREAMSTART._serialized_end=2878
|
136
|
+
_MEDIASTREAMSTOP._serialized_start=2880
|
137
|
+
_MEDIASTREAMSTOP._serialized_end=2897
|
138
|
+
_MEDIASTREAMKEEPALIVE._serialized_start=2899
|
139
|
+
_MEDIASTREAMKEEPALIVE._serialized_end=2921
|
140
|
+
_MEDIASTREAMCONTROL._serialized_start=2924
|
141
|
+
_MEDIASTREAMCONTROL._serialized_end=3123
|
142
|
+
_TEXTSTREAMCONTROL._serialized_start=3126
|
143
|
+
_TEXTSTREAMCONTROL._serialized_end=3275
|
144
|
+
_EDGEOTELMETRICS._serialized_start=3277
|
145
|
+
_EDGEOTELMETRICS._serialized_end=3386
|
146
|
+
_FILETRANSFERREQUEST._serialized_start=3389
|
147
|
+
_FILETRANSFERREQUEST._serialized_end=3537
|
148
|
+
_FILETRANSFERRESPONSE._serialized_start=3540
|
149
|
+
_FILETRANSFERRESPONSE._serialized_end=3811
|
150
|
+
_FILETRANSFERRESPONSE_FILECHUNK._serialized_start=3741
|
151
|
+
_FILETRANSFERRESPONSE_FILECHUNK._serialized_end=3811
|
152
|
+
_DEVICECAPABILITIES._serialized_start=3814
|
153
|
+
_DEVICECAPABILITIES._serialized_end=4066
|
154
|
+
_DEVICECONFIGSTATEUPDATE._serialized_start=4069
|
155
|
+
_DEVICECONFIGSTATEUPDATE._serialized_end=4206
|
156
|
+
_DEVICEBASECONFIGUPDATE._serialized_start=4208
|
157
|
+
_DEVICEBASECONFIGUPDATE._serialized_end=4319
|
158
|
+
_FABRICJOINCOMMGROUP._serialized_start=4322
|
159
|
+
_FABRICJOINCOMMGROUP._serialized_end=4604
|
160
|
+
_FABRICGETCOMMGROUPADDRESSESREQUEST._serialized_start=4607
|
161
|
+
_FABRICGETCOMMGROUPADDRESSESREQUEST._serialized_end=4812
|
162
|
+
_FABRICGETCOMMGROUPADDRESSESRESPONSE._serialized_start=4815
|
163
|
+
_FABRICGETCOMMGROUPADDRESSESRESPONSE._serialized_end=5056
|
164
|
+
_FABRICREGISTERCOMMPORTCONSUMER._serialized_start=5059
|
165
|
+
_FABRICREGISTERCOMMPORTCONSUMER._serialized_end=5299
|
166
|
+
_FABRICGETCOMMPORTCONSUMERREQUEST._serialized_start=5302
|
167
|
+
_FABRICGETCOMMPORTCONSUMERREQUEST._serialized_end=5503
|
168
|
+
_FABRICGETCOMMPORTCONSUMERRESPONSE._serialized_start=5506
|
169
|
+
_FABRICGETCOMMPORTCONSUMERRESPONSE._serialized_end=5749
|
170
|
+
_EDGECPMETADATA._serialized_start=5752
|
171
|
+
_EDGECPMETADATA._serialized_end=5956
|
172
|
+
_EDGECPMESSAGE._serialized_start=5958
|
173
|
+
_EDGECPMESSAGE._serialized_end=6084
|
174
|
+
_CPEDGEMETADATA._serialized_start=6087
|
175
|
+
_CPEDGEMETADATA._serialized_end=6291
|
176
|
+
_CPEDGEMESSAGE._serialized_start=6293
|
177
|
+
_CPEDGEMESSAGE._serialized_end=6419
|
165
178
|
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: src/api/corepb/v1/dataplane.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf.internal import builder as _builder
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
|
+
from google.protobuf import symbol_database as _symbol_database
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from gml.proto.gogoproto import gogo_pb2 as gogoproto_dot_gogo__pb2
|
15
|
+
from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
|
16
|
+
from gml.proto.src.common.typespb import uuid_pb2 as src_dot_common_dot_typespb_dot_uuid__pb2
|
17
|
+
|
18
|
+
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!src/api/corepb/v1/dataplane.proto\x12\x18gml.internal.api.core.v1\x1a\x14gogoproto/gogo.proto\x1a\x19google/protobuf/any.proto\x1a\x1dsrc/common/typespb/uuid.proto\"H\n\nDPMetadata\x12:\n\tdevice_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\"v\n\tDPMessage\x12@\n\x08metadata\x18\x01 \x01(\x0b\x32$.gml.internal.api.core.v1.DPMetadataR\x08metadata\x12\'\n\x03msg\x18\xe8\x07 \x01(\x0b\x32\x14.google.protobuf.AnyR\x03msgB/Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepbb\x06proto3')
|
20
|
+
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.api.corepb.v1.dataplane_pb2', globals())
|
23
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
24
|
+
|
25
|
+
DESCRIPTOR._options = None
|
26
|
+
DESCRIPTOR._serialized_options = b'Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepb'
|
27
|
+
_DPMETADATA.fields_by_name['device_id']._options = None
|
28
|
+
_DPMETADATA.fields_by_name['device_id']._serialized_options = b'\342\336\037\010DeviceID'
|
29
|
+
_DPMETADATA._serialized_start=143
|
30
|
+
_DPMETADATA._serialized_end=215
|
31
|
+
_DPMESSAGE._serialized_start=217
|
32
|
+
_DPMESSAGE._serialized_end=335
|
33
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
|
|
14
14
|
from gml.proto.gogoproto import gogo_pb2 as gogoproto_dot_gogo__pb2
|
15
15
|
|
16
16
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#src/api/corepb/v1/device_info.proto\x12\x18gml.internal.api.core.v1\x1a\x14gogoproto/gogo.proto\"R\n\x10\x43\x61meraDriverInfo\x12>\n\x06\x64river\x18\x01 \x01(\x0e\x32&.gml.internal.api.core.v1.CameraDriverR\x06\x64river\"\xb4\x02\n\nCameraMode\x12\x16\n\x06\x66ourcc\x18\x01 \x01(\tR\x06\x66ourcc\x12Q\n\x0bresolutions\x18\x02 \x03(\x0b\x32/.gml.internal.api.core.v1.CameraMode.ResolutionR\x0bresolutions\x1a\xba\x01\n\nResolution\x12\x14\n\x05width\x18\x01 \x01(\x05R\x05width\x12\x16\n\x06height\x18\x02 \x01(\x05R\x06height\x12V\n\tintervals\x18\x03 \x03(\x0b\x32\x38.gml.internal.api.core.v1.CameraMode.Resolution.IntervalR\tintervals\x1a&\n\x08Interval\x12\x1a\n\x08interval\x18\x01 \x01(\x01R\x08interval\"\xb3\x01\n\nCameraInfo\x12>\n\x06\x64river\x18\x01 \x01(\x0e\x32&.gml.internal.api.core.v1.CameraDriverR\x06\x64river\x12)\n\tcamera_id\x18\x02 \x01(\tB\x0c\xe2\xde\x1f\x08\x43\x61meraIDR\x08\x63\x61meraId\x12:\n\x05modes\x18\x03 \x03(\x0b\x32$.gml.internal.api.core.v1.CameraModeR\x05modes\"d\n\x15IREELLVMCPUTargetInfo\x12\x16\n\x06triple\x18\x01 \x01(\tR\x06triple\x12\x10\n\x03\x63pu\x18\x02 \x01(\tR\x03\x63pu\x12!\n\x0c\x63pu_features\x18\x03 \x03(\tR\x0b\x63puFeatures\"(\n\x12IREEROCmTargetInfo\x12\x12\n\x04\x61rch\x18\x01 \x01(\tR\x04\x61rch\"\x9f\x02\n\x0fIREERuntimeInfo\x12\x1b\n\tdevice_id\x18\x01 \x01(\x04R\x08\x64\x65viceId\x12<\n\x06target\x18\x02 \x01(\x0e\x32$.gml.internal.api.core.v1.IREETargetR\x06target\x12Y\n\x10llvm_target_info\x18\x03 \x01(\x0b\x32/.gml.internal.api.core.v1.IREELLVMCPUTargetInfoR\x0ellvmTargetInfo\x12V\n\x10rocm_target_info\x18\x04 \x01(\x0b\x32,.gml.internal.api.core.v1.IREEROCmTargetInfoR\x0erocmTargetInfo\"t\n\x13OpenVINORuntimeInfo\x12\x1b\n\tdevice_id\x18\x01 \x01(\tR\x08\x64\x65viceId\x12@\n\x06target\x18\x02 \x01(\x0e\x32(.gml.internal.api.core.v1.OpenVINOTargetR\x06target\"I\n\x13TensorRTRuntimeInfo\x12\x18\n\x07plugins\x18\x01 \x03(\tR\x07plugins\x12\x18\n\x07version\x18\x02 \x01(\tR\x07version\"\
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#src/api/corepb/v1/device_info.proto\x12\x18gml.internal.api.core.v1\x1a\x14gogoproto/gogo.proto\"R\n\x10\x43\x61meraDriverInfo\x12>\n\x06\x64river\x18\x01 \x01(\x0e\x32&.gml.internal.api.core.v1.CameraDriverR\x06\x64river\"\xb4\x02\n\nCameraMode\x12\x16\n\x06\x66ourcc\x18\x01 \x01(\tR\x06\x66ourcc\x12Q\n\x0bresolutions\x18\x02 \x03(\x0b\x32/.gml.internal.api.core.v1.CameraMode.ResolutionR\x0bresolutions\x1a\xba\x01\n\nResolution\x12\x14\n\x05width\x18\x01 \x01(\x05R\x05width\x12\x16\n\x06height\x18\x02 \x01(\x05R\x06height\x12V\n\tintervals\x18\x03 \x03(\x0b\x32\x38.gml.internal.api.core.v1.CameraMode.Resolution.IntervalR\tintervals\x1a&\n\x08Interval\x12\x1a\n\x08interval\x18\x01 \x01(\x01R\x08interval\"\xb3\x01\n\nCameraInfo\x12>\n\x06\x64river\x18\x01 \x01(\x0e\x32&.gml.internal.api.core.v1.CameraDriverR\x06\x64river\x12)\n\tcamera_id\x18\x02 \x01(\tB\x0c\xe2\xde\x1f\x08\x43\x61meraIDR\x08\x63\x61meraId\x12:\n\x05modes\x18\x03 \x03(\x0b\x32$.gml.internal.api.core.v1.CameraModeR\x05modes\"d\n\x15IREELLVMCPUTargetInfo\x12\x16\n\x06triple\x18\x01 \x01(\tR\x06triple\x12\x10\n\x03\x63pu\x18\x02 \x01(\tR\x03\x63pu\x12!\n\x0c\x63pu_features\x18\x03 \x03(\tR\x0b\x63puFeatures\"(\n\x12IREEROCmTargetInfo\x12\x12\n\x04\x61rch\x18\x01 \x01(\tR\x04\x61rch\"\x9f\x02\n\x0fIREERuntimeInfo\x12\x1b\n\tdevice_id\x18\x01 \x01(\x04R\x08\x64\x65viceId\x12<\n\x06target\x18\x02 \x01(\x0e\x32$.gml.internal.api.core.v1.IREETargetR\x06target\x12Y\n\x10llvm_target_info\x18\x03 \x01(\x0b\x32/.gml.internal.api.core.v1.IREELLVMCPUTargetInfoR\x0ellvmTargetInfo\x12V\n\x10rocm_target_info\x18\x04 \x01(\x0b\x32,.gml.internal.api.core.v1.IREEROCmTargetInfoR\x0erocmTargetInfo\"t\n\x13OpenVINORuntimeInfo\x12\x1b\n\tdevice_id\x18\x01 \x01(\tR\x08\x64\x65viceId\x12@\n\x06target\x18\x02 \x01(\x0e\x32(.gml.internal.api.core.v1.OpenVINOTargetR\x06target\"0\n\x11HabanaRuntimeInfo\x12\x1b\n\tdevice_id\x18\x01 \x01(\tR\x08\x64\x65viceId\"I\n\x13TensorRTRuntimeInfo\x12\x18\n\x07plugins\x18\x01 \x03(\tR\x07plugins\x12\x18\n\x07version\x18\x02 \x01(\tR\x07version\"\x90\x03\n\x10ModelRuntimeInfo\x12>\n\x04type\x18\x01 \x01(\x0e\x32*.gml.internal.api.core.v1.ModelRuntimeTypeR\x04type\x12\x46\n\tiree_info\x18\x02 \x01(\x0b\x32).gml.internal.api.core.v1.IREERuntimeInfoR\x08ireeInfo\x12R\n\ropenvino_info\x18\x03 \x01(\x0b\x32-.gml.internal.api.core.v1.OpenVINORuntimeInfoR\x0copenvinoInfo\x12R\n\rtensorrt_info\x18\x04 \x01(\x0b\x32-.gml.internal.api.core.v1.TensorRTRuntimeInfoR\x0ctensorrtInfo\x12L\n\x0bhabana_info\x18\x05 \x01(\x0b\x32+.gml.internal.api.core.v1.HabanaRuntimeInfoR\nhabanaInfo\"\x9f\x03\n\x0f\x41\x63\x63\x65leratorInfo\x12\x16\n\x02id\x18\x01 \x01(\tB\x06\xe2\xde\x1f\x02IDR\x02id\x12M\n\x04kind\x18\x02 \x01(\x0e\x32\x39.gml.internal.api.core.v1.AcceleratorInfo.AcceleratorKindR\x04kind\x12Y\n\x12supported_runtimes\x18\x03 \x03(\x0b\x32*.gml.internal.api.core.v1.ModelRuntimeInfoR\x11supportedRuntimes\x12!\n\x0cproduct_name\x18\x04 \x01(\tR\x0bproductName\x12\x16\n\x06vendor\x18\x05 \x01(\tR\x06vendor\x12*\n\x11memory_size_bytes\x18\x64 \x01(\x03R\x0fmemorySizeBytes\"c\n\x0f\x41\x63\x63\x65leratorKind\x12\x1c\n\x18\x41\x43\x43\x45LERATOR_KIND_UNKNOWN\x10\x00\x12\x18\n\x14\x41\x43\x43\x45LERATOR_KIND_CPU\x10\x01\x12\x18\n\x14\x41\x43\x43\x45LERATOR_KIND_GPU\x10\x02*Z\n\x0c\x43\x61meraDriver\x12\x19\n\x15\x43\x41MERA_DRIVER_UNKNOWN\x10\x00\x12\x17\n\x13\x43\x41MERA_DRIVER_ARGUS\x10\x01\x12\x16\n\x12\x43\x41MERA_DRIVER_V4L2\x10\x02*\xfe\x01\n\x10ModelRuntimeType\x12\x1e\n\x1aMODEL_RUNTIME_TYPE_UNKNOWN\x10\x00\x12\x1f\n\x1bMODEL_RUNTIME_TYPE_TENSORRT\x10\x01\x12\x1f\n\x1bMODEL_RUNTIME_TYPE_OPENVINO\x10\x02\x12\x1b\n\x17MODEL_RUNTIME_TYPE_IREE\x10\x03\x12,\n(MODEL_RUNTIME_TYPE_HUGGINGFACE_TOKENIZER\x10\x04\x12\x1e\n\x1aMODEL_RUNTIME_TYPE_HAILORT\x10\x05\x12\x1d\n\x19MODEL_RUNTIME_TYPE_HABANA\x10\x06*k\n\nIREETarget\x12\x17\n\x13IREE_TARGET_UNKNOWN\x10\x00\x12\x18\n\x14IREE_TARGET_LLVM_CPU\x10\x01\x12\x14\n\x10IREE_TARGET_ROCM\x10\x02\x12\x14\n\x10IREE_TARGET_VMVX\x10\x03*b\n\x0eOpenVINOTarget\x12\x1c\n\x18OPEN_VINO_TARGET_UNKNOWN\x10\x00\x12\x18\n\x14OPEN_VINO_TARGET_CPU\x10\x01\x12\x18\n\x14OPEN_VINO_TARGET_GPU\x10\x02\x42/Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepbb\x06proto3')
|
18
18
|
|
19
19
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
20
20
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.api.corepb.v1.device_info_pb2', globals())
|
@@ -26,14 +26,14 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
26
26
|
_CAMERAINFO.fields_by_name['camera_id']._serialized_options = b'\342\336\037\010CameraID'
|
27
27
|
_ACCELERATORINFO.fields_by_name['id']._options = None
|
28
28
|
_ACCELERATORINFO.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
29
|
-
_CAMERADRIVER._serialized_start=
|
30
|
-
_CAMERADRIVER._serialized_end=
|
31
|
-
_MODELRUNTIMETYPE._serialized_start=
|
32
|
-
_MODELRUNTIMETYPE._serialized_end=
|
33
|
-
_IREETARGET._serialized_start=
|
34
|
-
_IREETARGET._serialized_end=
|
35
|
-
_OPENVINOTARGET._serialized_start=
|
36
|
-
_OPENVINOTARGET._serialized_end=
|
29
|
+
_CAMERADRIVER._serialized_start=2162
|
30
|
+
_CAMERADRIVER._serialized_end=2252
|
31
|
+
_MODELRUNTIMETYPE._serialized_start=2255
|
32
|
+
_MODELRUNTIMETYPE._serialized_end=2509
|
33
|
+
_IREETARGET._serialized_start=2511
|
34
|
+
_IREETARGET._serialized_end=2618
|
35
|
+
_OPENVINOTARGET._serialized_start=2620
|
36
|
+
_OPENVINOTARGET._serialized_end=2718
|
37
37
|
_CAMERADRIVERINFO._serialized_start=87
|
38
38
|
_CAMERADRIVERINFO._serialized_end=169
|
39
39
|
_CAMERAMODE._serialized_start=172
|
@@ -52,12 +52,14 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
52
52
|
_IREERUNTIMEINFO._serialized_end=1096
|
53
53
|
_OPENVINORUNTIMEINFO._serialized_start=1098
|
54
54
|
_OPENVINORUNTIMEINFO._serialized_end=1214
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
55
|
+
_HABANARUNTIMEINFO._serialized_start=1216
|
56
|
+
_HABANARUNTIMEINFO._serialized_end=1264
|
57
|
+
_TENSORRTRUNTIMEINFO._serialized_start=1266
|
58
|
+
_TENSORRTRUNTIMEINFO._serialized_end=1339
|
59
|
+
_MODELRUNTIMEINFO._serialized_start=1342
|
60
|
+
_MODELRUNTIMEINFO._serialized_end=1742
|
61
|
+
_ACCELERATORINFO._serialized_start=1745
|
62
|
+
_ACCELERATORINFO._serialized_end=2160
|
63
|
+
_ACCELERATORINFO_ACCELERATORKIND._serialized_start=2061
|
64
|
+
_ACCELERATORINFO_ACCELERATORKIND._serialized_end=2160
|
63
65
|
# @@protoc_insertion_point(module_scope)
|
@@ -16,7 +16,7 @@ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb
|
|
16
16
|
from gml.proto.src.common.typespb import uuid_pb2 as src_dot_common_dot_typespb_dot_uuid__pb2
|
17
17
|
|
18
18
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#src/api/corepb/v1/mediastream.proto\x12\x18gml.internal.api.core.v1\x1a\x14gogoproto/gogo.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dsrc/common/typespb/uuid.proto\"3\n\x05Label\x12\x14\n\x05label\x18\x01 \x01(\tR\x05label\x12\x14\n\x05score\x18\x02 \x01(\x02R\x05score\"d\n\x14NormalizedCenterRect\x12\x0e\n\x02xc\x18\x01 \x01(\x02R\x02xc\x12\x0e\n\x02yc\x18\x02 \x01(\x02R\x02yc\x12\x14\n\x05width\x18\x03 \x01(\x02R\x05width\x12\x16\n\x06height\x18\x04 \x01(\x02R\x06height\"G\n\x0e\x43lassification\x12\x35\n\x05label\x18\x01 \x03(\x0b\x32\x1f.gml.internal.api.core.v1.LabelR\x05label\"\xcd\x01\n\tDetection\x12\x35\n\x05label\x18\x01 \x03(\x0b\x32\x1f.gml.internal.api.core.v1.LabelR\x05label\x12Q\n\x0c\x62ounding_box\x18\x02 \x01(\x0b\x32..gml.internal.api.core.v1.NormalizedCenterRectR\x0b\x62oundingBox\x12\x36\n\x08track_id\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueR\x07trackId\"R\n\rDetectionList\x12\x41\n\tdetection\x18\x01 \x03(\x0b\x32#.gml.internal.api.core.v1.DetectionR\tdetection\"<\n\x0eTracksMetadata\x12*\n\x11removed_track_ids\x18\x01 \x03(\x03R\x0fremovedTrackIds\"X\n\x10SegmentationMask\x12\x14\n\x05label\x18\x01 \x01(\tR\x05label\x12.\n\x13run_length_encoding\x18\x02 \x03(\x05R\x11runLengthEncoding\"~\n\x0cSegmentation\x12@\n\x05masks\x18\x01 \x03(\x0b\x32*.gml.internal.api.core.v1.SegmentationMaskR\x05masks\x12\x14\n\x05width\x18\x02 \x01(\x03R\x05width\x12\x16\n\x06height\x18\x03 \x01(\x03R\x06height\"F\n\x16PerPixelRegressionMask\x12\x14\n\x05label\x18\x01 \x01(\tR\x05label\x12\x16\n\x06values\x18\x02 \x03(\x01R\x06values\"\x8a\x01\n\x12PerPixelRegression\x12\x46\n\x05masks\x18\x01 \x03(\x0b\x32\x30.gml.internal.api.core.v1.PerPixelRegressionMaskR\x05masks\x12\x14\n\x05width\x18\x02 \x01(\x03R\x05width\x12\x16\n\x06height\x18\x03 \x01(\x03R\x06height\"8\n\nRegression\x12\x14\n\x05label\x18\x01 \x01(\tR\x05label\x12\x14\n\x05value\x18\x02 \x01(\x01R\x05value\"\xbb\x01\n\x0eImageHistogram\x12\x45\n\x07\x63hannel\x18\x01 \x01(\x0e\x32+.gml.internal.api.core.v1.ImageColorChannelR\x07\x63hannel\x12\x10\n\x03min\x18\x02 \x01(\x01R\x03min\x12\x10\n\x03max\x18\x03 \x01(\x01R\x03max\x12\x10\n\x03num\x18\x04 \x01(\x03R\x03num\x12\x10\n\x03sum\x18\x05 \x01(\x01R\x03sum\x12\x1a\n\x06\x62ucket\x18\x06 \x03(\x03\x42\x02\x10\x01R\x06\x62ucket\"_\n\x13ImageHistogramBatch\x12H\n\nhistograms\x18\x01 \x03(\x0b\x32(.gml.internal.api.core.v1.ImageHistogramR\nhistograms\"e\n\x13ImageQualityMetrics\x12#\n\rbrisque_score\x18\x01 \x01(\x01R\x0c\x62risqueScore\x12)\n\x10\x62lurriness_score\x18\x02 \x01(\x01R\x0f\x62lurrinessScore\"\xe5\x04\n\x11ImageOverlayChunk\x12\x31\n\x08\x66rame_ts\x18\x01 \x01(\x03\x42\x16\xe2\xde\x1f\x07\x46rameTS\xea\xde\x1f\x07\x66rameTSR\x07\x66rameTS\x12\x19\n\x03\x65of\x18\x02 \x01(\x08\x42\x07\xe2\xde\x1f\x03\x45OFR\x03\x65of\x12I\n\ndetections\x18\x64 \x01(\x0b\x32\'.gml.internal.api.core.v1.DetectionListH\x00R\ndetections\x12L\n\x0csegmentation\x18\x65 \x01(\x0b\x32&.gml.internal.api.core.v1.SegmentationH\x00R\x0csegmentation\x12R\n\x0e\x63lassification\x18\x66 \x01(\x0b\x32(.gml.internal.api.core.v1.ClassificationH\x00R\x0e\x63lassification\x12P\n\nhistograms\x18\xc8\x01 \x01(\x0b\x32-.gml.internal.api.core.v1.ImageHistogramBatchH\x00R\nhistograms\x12U\n\rimage_quality\x18\xac\x02 \x01(\x0b\x32-.gml.internal.api.core.v1.ImageQualityMetricsH\x00R\x0cimageQuality\x12\x61\n\x14per_pixel_regression\x18\x90\x03 \x01(\x0b\x32,.gml.internal.api.core.v1.PerPixelRegressionH\x00R\x12perPixelRegressionB\t\n\x07overlay\"\x81\x01\n\tH264Chunk\x12\x31\n\x08\x66rame_ts\x18\x01 \x01(\x03\x42\x16\xe2\xde\x1f\x07\x46rameTS\xea\xde\x1f\x07\x66rameTSR\x07\x66rameTS\x12\x19\n\x03\x65of\x18\x02 \x01(\x08\x42\x07\xe2\xde\x1f\x03\x45OFR\x03\x65of\x12&\n\x08nal_data\x18\x03 \x01(\x0c\x42\x0b\xe2\xde\x1f\x07NALDataR\x07nalData\"A\n\x0bVideoHeader\x12\x14\n\x05width\x18\x01 \x01(\x03R\x05width\x12\x16\n\x06height\x18\x02 \x01(\x03R\x06heightJ\x04\x08\x03\x10\x04\"p\n\tTextBatch\x12\x12\n\x04text\x18\x01 \x01(\tR\x04text\x12\x19\n\x03\x65os\x18\x02 \x01(\x08\x42\x07\xe2\xde\x1f\x03\x45OSR\x03\x65os\x12\x34\n\x07\x63onv_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\n\xe2\xde\x1f\x06\x43onvIDR\x06\x63onvId\"\xd3\x01\n\x0f\x45ndpointRequest\x12L\n\x0f\x63onversation_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x12\xe2\xde\x1f\x0e\x43onversationIDR\x0e\x63onversationId\x12=\n\nrequest_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\r\xe2\xde\x1f\tRequestIDR\trequestId\x12\x16\n\x06prompt\x18\x03 \x01(\tR\x06prompt\x12\x1b\n\timage_url\x18\x04 \x01(\tR\x08imageUrl\"\x9f\x01\n\x10\x45ndpointResponse\x12L\n\x0f\x63onversation_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x12\xe2\xde\x1f\x0e\x43onversationIDR\x0e\x63onversationId\x12=\n\nrequest_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\r\xe2\xde\x1f\tRequestIDR\trequestId*\xac\x01\n\x11ImageColorChannel\x12\x1f\n\x1bIMAGE_COLOR_CHANNEL_UNKNOWN\x10\x00\x12\x1c\n\x18IMAGE_COLOR_CHANNEL_GRAY\x10\x01\x12\x1b\n\x17IMAGE_COLOR_CHANNEL_RED\x10\x02\x12\x1d\n\x19IMAGE_COLOR_CHANNEL_GREEN\x10\x03\x12\x1c\n\x18IMAGE_COLOR_CHANNEL_BLUE\x10\x04\x42/Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepbb\x06proto3')
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#src/api/corepb/v1/mediastream.proto\x12\x18gml.internal.api.core.v1\x1a\x14gogoproto/gogo.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dsrc/common/typespb/uuid.proto\"3\n\x05Label\x12\x14\n\x05label\x18\x01 \x01(\tR\x05label\x12\x14\n\x05score\x18\x02 \x01(\x02R\x05score\"d\n\x14NormalizedCenterRect\x12\x0e\n\x02xc\x18\x01 \x01(\x02R\x02xc\x12\x0e\n\x02yc\x18\x02 \x01(\x02R\x02yc\x12\x14\n\x05width\x18\x03 \x01(\x02R\x05width\x12\x16\n\x06height\x18\x04 \x01(\x02R\x06height\"G\n\x0e\x43lassification\x12\x35\n\x05label\x18\x01 \x03(\x0b\x32\x1f.gml.internal.api.core.v1.LabelR\x05label\"\xcd\x01\n\tDetection\x12\x35\n\x05label\x18\x01 \x03(\x0b\x32\x1f.gml.internal.api.core.v1.LabelR\x05label\x12Q\n\x0c\x62ounding_box\x18\x02 \x01(\x0b\x32..gml.internal.api.core.v1.NormalizedCenterRectR\x0b\x62oundingBox\x12\x36\n\x08track_id\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueR\x07trackId\"R\n\rDetectionList\x12\x41\n\tdetection\x18\x01 \x03(\x0b\x32#.gml.internal.api.core.v1.DetectionR\tdetection\"<\n\x0eTracksMetadata\x12*\n\x11removed_track_ids\x18\x01 \x03(\x03R\x0fremovedTrackIds\"X\n\x10SegmentationMask\x12\x14\n\x05label\x18\x01 \x01(\tR\x05label\x12.\n\x13run_length_encoding\x18\x02 \x03(\x05R\x11runLengthEncoding\"~\n\x0cSegmentation\x12@\n\x05masks\x18\x01 \x03(\x0b\x32*.gml.internal.api.core.v1.SegmentationMaskR\x05masks\x12\x14\n\x05width\x18\x02 \x01(\x03R\x05width\x12\x16\n\x06height\x18\x03 \x01(\x03R\x06height\"F\n\x16PerPixelRegressionMask\x12\x14\n\x05label\x18\x01 \x01(\tR\x05label\x12\x16\n\x06values\x18\x02 \x03(\x01R\x06values\"\x8a\x01\n\x12PerPixelRegression\x12\x46\n\x05masks\x18\x01 \x03(\x0b\x32\x30.gml.internal.api.core.v1.PerPixelRegressionMaskR\x05masks\x12\x14\n\x05width\x18\x02 \x01(\x03R\x05width\x12\x16\n\x06height\x18\x03 \x01(\x03R\x06height\"8\n\nRegression\x12\x14\n\x05label\x18\x01 \x01(\tR\x05label\x12\x14\n\x05value\x18\x02 \x01(\x01R\x05value\"\xbb\x01\n\x0eImageHistogram\x12\x45\n\x07\x63hannel\x18\x01 \x01(\x0e\x32+.gml.internal.api.core.v1.ImageColorChannelR\x07\x63hannel\x12\x10\n\x03min\x18\x02 \x01(\x01R\x03min\x12\x10\n\x03max\x18\x03 \x01(\x01R\x03max\x12\x10\n\x03num\x18\x04 \x01(\x03R\x03num\x12\x10\n\x03sum\x18\x05 \x01(\x01R\x03sum\x12\x1a\n\x06\x62ucket\x18\x06 \x03(\x03\x42\x02\x10\x01R\x06\x62ucket\"_\n\x13ImageHistogramBatch\x12H\n\nhistograms\x18\x01 \x03(\x0b\x32(.gml.internal.api.core.v1.ImageHistogramR\nhistograms\"e\n\x13ImageQualityMetrics\x12#\n\rbrisque_score\x18\x01 \x01(\x01R\x0c\x62risqueScore\x12)\n\x10\x62lurriness_score\x18\x02 \x01(\x01R\x0f\x62lurrinessScore\"\xe5\x04\n\x11ImageOverlayChunk\x12\x31\n\x08\x66rame_ts\x18\x01 \x01(\x03\x42\x16\xe2\xde\x1f\x07\x46rameTS\xea\xde\x1f\x07\x66rameTSR\x07\x66rameTS\x12\x19\n\x03\x65of\x18\x02 \x01(\x08\x42\x07\xe2\xde\x1f\x03\x45OFR\x03\x65of\x12I\n\ndetections\x18\x64 \x01(\x0b\x32\'.gml.internal.api.core.v1.DetectionListH\x00R\ndetections\x12L\n\x0csegmentation\x18\x65 \x01(\x0b\x32&.gml.internal.api.core.v1.SegmentationH\x00R\x0csegmentation\x12R\n\x0e\x63lassification\x18\x66 \x01(\x0b\x32(.gml.internal.api.core.v1.ClassificationH\x00R\x0e\x63lassification\x12P\n\nhistograms\x18\xc8\x01 \x01(\x0b\x32-.gml.internal.api.core.v1.ImageHistogramBatchH\x00R\nhistograms\x12U\n\rimage_quality\x18\xac\x02 \x01(\x0b\x32-.gml.internal.api.core.v1.ImageQualityMetricsH\x00R\x0cimageQuality\x12\x61\n\x14per_pixel_regression\x18\x90\x03 \x01(\x0b\x32,.gml.internal.api.core.v1.PerPixelRegressionH\x00R\x12perPixelRegressionB\t\n\x07overlay\"\x81\x01\n\tH264Chunk\x12\x31\n\x08\x66rame_ts\x18\x01 \x01(\x03\x42\x16\xe2\xde\x1f\x07\x46rameTS\xea\xde\x1f\x07\x66rameTSR\x07\x66rameTS\x12\x19\n\x03\x65of\x18\x02 \x01(\x08\x42\x07\xe2\xde\x1f\x03\x45OFR\x03\x65of\x12&\n\x08nal_data\x18\x03 \x01(\x0c\x42\x0b\xe2\xde\x1f\x07NALDataR\x07nalData\"A\n\x0bVideoHeader\x12\x14\n\x05width\x18\x01 \x01(\x03R\x05width\x12\x16\n\x06height\x18\x02 \x01(\x03R\x06heightJ\x04\x08\x03\x10\x04\"\xc3\x02\n\tVideoData\x12\x39\n\x04h264\x18\x01 \x01(\x0b\x32#.gml.internal.api.core.v1.H264ChunkH\x00R\x04h264\x12J\n\x0cvideo_header\x18\x02 \x01(\x0b\x32%.gml.internal.api.core.v1.VideoHeaderH\x00R\x0bvideoHeader\x12O\n\nhistograms\x18\x03 \x01(\x0b\x32-.gml.internal.api.core.v1.ImageHistogramBatchH\x00R\nhistograms\x12T\n\rimage_quality\x18\x04 \x01(\x0b\x32-.gml.internal.api.core.v1.ImageQualityMetricsH\x00R\x0cimageQualityB\x08\n\x06stream\"p\n\tTextBatch\x12\x12\n\x04text\x18\x01 \x01(\tR\x04text\x12\x19\n\x03\x65os\x18\x02 \x01(\x08\x42\x07\xe2\xde\x1f\x03\x45OSR\x03\x65os\x12\x34\n\x07\x63onv_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\n\xe2\xde\x1f\x06\x43onvIDR\x06\x63onvId\"\xd3\x01\n\x0f\x45ndpointRequest\x12L\n\x0f\x63onversation_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x12\xe2\xde\x1f\x0e\x43onversationIDR\x0e\x63onversationId\x12=\n\nrequest_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\r\xe2\xde\x1f\tRequestIDR\trequestId\x12\x16\n\x06prompt\x18\x03 \x01(\tR\x06prompt\x12\x1b\n\timage_url\x18\x04 \x01(\tR\x08imageUrl\"\x9f\x01\n\x10\x45ndpointResponse\x12L\n\x0f\x63onversation_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x12\xe2\xde\x1f\x0e\x43onversationIDR\x0e\x63onversationId\x12=\n\nrequest_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\r\xe2\xde\x1f\tRequestIDR\trequestId*\xac\x01\n\x11ImageColorChannel\x12\x1f\n\x1bIMAGE_COLOR_CHANNEL_UNKNOWN\x10\x00\x12\x1c\n\x18IMAGE_COLOR_CHANNEL_GRAY\x10\x01\x12\x1b\n\x17IMAGE_COLOR_CHANNEL_RED\x10\x02\x12\x1d\n\x19IMAGE_COLOR_CHANNEL_GREEN\x10\x03\x12\x1c\n\x18IMAGE_COLOR_CHANNEL_BLUE\x10\x04\x42/Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepbb\x06proto3')
|
20
20
|
|
21
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
22
22
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.api.corepb.v1.mediastream_pb2', globals())
|
@@ -48,8 +48,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
48
48
|
_ENDPOINTRESPONSE.fields_by_name['conversation_id']._serialized_options = b'\342\336\037\016ConversationID'
|
49
49
|
_ENDPOINTRESPONSE.fields_by_name['request_id']._options = None
|
50
50
|
_ENDPOINTRESPONSE.fields_by_name['request_id']._serialized_options = b'\342\336\037\tRequestID'
|
51
|
-
_IMAGECOLORCHANNEL._serialized_start=
|
52
|
-
_IMAGECOLORCHANNEL._serialized_end=
|
51
|
+
_IMAGECOLORCHANNEL._serialized_start=3243
|
52
|
+
_IMAGECOLORCHANNEL._serialized_end=3415
|
53
53
|
_LABEL._serialized_start=150
|
54
54
|
_LABEL._serialized_end=201
|
55
55
|
_NORMALIZEDCENTERRECT._serialized_start=203
|
@@ -84,10 +84,12 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
84
84
|
_H264CHUNK._serialized_end=2357
|
85
85
|
_VIDEOHEADER._serialized_start=2359
|
86
86
|
_VIDEOHEADER._serialized_end=2424
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
87
|
+
_VIDEODATA._serialized_start=2427
|
88
|
+
_VIDEODATA._serialized_end=2750
|
89
|
+
_TEXTBATCH._serialized_start=2752
|
90
|
+
_TEXTBATCH._serialized_end=2864
|
91
|
+
_ENDPOINTREQUEST._serialized_start=2867
|
92
|
+
_ENDPOINTREQUEST._serialized_end=3078
|
93
|
+
_ENDPOINTRESPONSE._serialized_start=3081
|
94
|
+
_ENDPOINTRESPONSE._serialized_end=3240
|
93
95
|
# @@protoc_insertion_point(module_scope)
|