gimlet-api 0.0.8__py3-none-any.whl → 0.0.10__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.8.dist-info → gimlet_api-0.0.10.dist-info}/METADATA +4 -2
- {gimlet_api-0.0.8.dist-info → gimlet_api-0.0.10.dist-info}/RECORD +22 -20
- gml/client.py +29 -20
- gml/compile.py +48 -2
- gml/device.py +2 -0
- gml/hf.py +240 -38
- gml/model.py +37 -0
- gml/pipelines.py +21 -1
- gml/preprocessing.py +17 -3
- gml/proto/opentelemetry/proto/metrics/v1/metrics_pb2.py +39 -38
- gml/proto/src/api/corepb/v1/compiled_pipeline_pb2.py +64 -0
- gml/proto/src/api/corepb/v1/controlplane_pb2.py +60 -29
- gml/proto/src/api/corepb/v1/cp_edge_pb2.py +37 -35
- gml/proto/src/api/corepb/v1/deployed_pipeline_pb2.py +37 -0
- gml/proto/src/api/corepb/v1/device_info_pb2.py +21 -9
- gml/proto/src/api/corepb/v1/gem_config_pb2.py +28 -15
- gml/proto/src/api/corepb/v1/mediastream_pb2.py +42 -39
- gml/proto/src/api/corepb/v1/model_exec_pb2.py +131 -107
- gml/proto/src/controlplane/compiler/cpb/v1/cpb_pb2.py +22 -7
- gml/proto/src/controlplane/logicalpipeline/lppb/v1/lppb_pb2.py +25 -23
- gml/tensor.py +4 -0
- {gimlet_api-0.0.8.dist-info → gimlet_api-0.0.10.dist-info}/WHEEL +0 -0
@@ -11,52 +11,53 @@ from google.protobuf import symbol_database as _symbol_database
|
|
11
11
|
_sym_db = _symbol_database.Default()
|
12
12
|
|
13
13
|
|
14
|
+
from gml.proto.gogoproto import gogo_pb2 as gogoproto_dot_gogo__pb2
|
14
15
|
from gml.proto.opentelemetry.proto.common.v1 import common_pb2 as opentelemetry_dot_proto_dot_common_dot_v1_dot_common__pb2
|
15
16
|
from gml.proto.opentelemetry.proto.resource.v1 import resource_pb2 as opentelemetry_dot_proto_dot_resource_dot_v1_dot_resource__pb2
|
16
17
|
|
17
18
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,opentelemetry/proto/metrics/v1/metrics.proto\x12\x1eopentelemetry.proto.metrics.v1\x1a*opentelemetry/proto/common/v1/common.proto\x1a.opentelemetry/proto/resource/v1/resource.proto\"i\n\x0bMetricsData\x12Z\n\x10resource_metrics\x18\x01 \x03(\x0b\x32/.opentelemetry.proto.metrics.v1.ResourceMetricsR\x0fresourceMetrics\"\xd2\x01\n\x0fResourceMetrics\x12\x45\n\x08resource\x18\x01 \x01(\x0b\x32).opentelemetry.proto.resource.v1.ResourceR\x08resource\x12Q\n\rscope_metrics\x18\x02 \x03(\x0b\x32,.opentelemetry.proto.metrics.v1.ScopeMetricsR\x0cscopeMetrics\x12\x1d\n\nschema_url\x18\x03 \x01(\tR\tschemaUrlJ\x06\x08\xe8\x07\x10\xe9\x07\"\xba\x01\n\x0cScopeMetrics\x12I\n\x05scope\x18\x01 \x01(\x0b\x32\x33.opentelemetry.proto.common.v1.InstrumentationScopeR\x05scope\x12@\n\x07metrics\x18\x02 \x03(\x0b\x32&.opentelemetry.proto.metrics.v1.MetricR\x07metrics\x12\x1d\n\nschema_url\x18\x03 \x01(\tR\tschemaUrl\"\
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,opentelemetry/proto/metrics/v1/metrics.proto\x12\x1eopentelemetry.proto.metrics.v1\x1a\x14gogoproto/gogo.proto\x1a*opentelemetry/proto/common/v1/common.proto\x1a.opentelemetry/proto/resource/v1/resource.proto\"i\n\x0bMetricsData\x12Z\n\x10resource_metrics\x18\x01 \x03(\x0b\x32/.opentelemetry.proto.metrics.v1.ResourceMetricsR\x0fresourceMetrics\"\xd2\x01\n\x0fResourceMetrics\x12\x45\n\x08resource\x18\x01 \x01(\x0b\x32).opentelemetry.proto.resource.v1.ResourceR\x08resource\x12Q\n\rscope_metrics\x18\x02 \x03(\x0b\x32,.opentelemetry.proto.metrics.v1.ScopeMetricsR\x0cscopeMetrics\x12\x1d\n\nschema_url\x18\x03 \x01(\tR\tschemaUrlJ\x06\x08\xe8\x07\x10\xe9\x07\"\xba\x01\n\x0cScopeMetrics\x12I\n\x05scope\x18\x01 \x01(\x0b\x32\x33.opentelemetry.proto.common.v1.InstrumentationScopeR\x05scope\x12@\n\x07metrics\x18\x02 \x03(\x0b\x32&.opentelemetry.proto.metrics.v1.MetricR\x07metrics\x12\x1d\n\nschema_url\x18\x03 \x01(\tR\tschemaUrl\"\xa6\x04\n\x06Metric\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12\x12\n\x04unit\x18\x03 \x01(\tR\x04unit\x12=\n\x05gauge\x18\x05 \x01(\x0b\x32%.opentelemetry.proto.metrics.v1.GaugeH\x00R\x05gauge\x12\x37\n\x03sum\x18\x07 \x01(\x0b\x32#.opentelemetry.proto.metrics.v1.SumH\x00R\x03sum\x12I\n\thistogram\x18\t \x01(\x0b\x32).opentelemetry.proto.metrics.v1.HistogramH\x00R\thistogram\x12k\n\x15\x65xponential_histogram\x18\n \x01(\x0b\x32\x34.opentelemetry.proto.metrics.v1.ExponentialHistogramH\x00R\x14\x65xponentialHistogram\x12\x43\n\x07summary\x18\x0b \x01(\x0b\x32\'.opentelemetry.proto.metrics.v1.SummaryH\x00R\x07summary\x12\x43\n\x08metadata\x18\x0c \x03(\x0b\x32\'.opentelemetry.proto.common.v1.KeyValueR\x08metadataB\x06\n\x04\x64\x61taJ\x04\x08\x04\x10\x05J\x04\x08\x06\x10\x07J\x04\x08\x08\x10\t\"Y\n\x05Gauge\x12P\n\x0b\x64\x61ta_points\x18\x01 \x03(\x0b\x32/.opentelemetry.proto.metrics.v1.NumberDataPointR\ndataPoints\"\xeb\x01\n\x03Sum\x12P\n\x0b\x64\x61ta_points\x18\x01 \x03(\x0b\x32/.opentelemetry.proto.metrics.v1.NumberDataPointR\ndataPoints\x12o\n\x17\x61ggregation_temporality\x18\x02 \x01(\x0e\x32\x36.opentelemetry.proto.metrics.v1.AggregationTemporalityR\x16\x61ggregationTemporality\x12!\n\x0cis_monotonic\x18\x03 \x01(\x08R\x0bisMonotonic\"\xd1\x01\n\tHistogram\x12S\n\x0b\x64\x61ta_points\x18\x01 \x03(\x0b\x32\x32.opentelemetry.proto.metrics.v1.HistogramDataPointR\ndataPoints\x12o\n\x17\x61ggregation_temporality\x18\x02 \x01(\x0e\x32\x36.opentelemetry.proto.metrics.v1.AggregationTemporalityR\x16\x61ggregationTemporality\"\xe7\x01\n\x14\x45xponentialHistogram\x12^\n\x0b\x64\x61ta_points\x18\x01 \x03(\x0b\x32=.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPointR\ndataPoints\x12o\n\x17\x61ggregation_temporality\x18\x02 \x01(\x0e\x32\x36.opentelemetry.proto.metrics.v1.AggregationTemporalityR\x16\x61ggregationTemporality\"\\\n\x07Summary\x12Q\n\x0b\x64\x61ta_points\x18\x01 \x03(\x0b\x32\x30.opentelemetry.proto.metrics.v1.SummaryDataPointR\ndataPoints\"\xd6\x02\n\x0fNumberDataPoint\x12G\n\nattributes\x18\x07 \x03(\x0b\x32\'.opentelemetry.proto.common.v1.KeyValueR\nattributes\x12/\n\x14start_time_unix_nano\x18\x02 \x01(\x06R\x11startTimeUnixNano\x12$\n\x0etime_unix_nano\x18\x03 \x01(\x06R\x0ctimeUnixNano\x12\x1d\n\tas_double\x18\x04 \x01(\x01H\x00R\x08\x61sDouble\x12\x17\n\x06\x61s_int\x18\x06 \x01(\x10H\x00R\x05\x61sInt\x12\x46\n\texemplars\x18\x05 \x03(\x0b\x32(.opentelemetry.proto.metrics.v1.ExemplarR\texemplars\x12\x14\n\x05\x66lags\x18\x08 \x01(\rR\x05\x66lagsB\x07\n\x05valueJ\x04\x08\x01\x10\x02\"\xb2\x03\n\x12HistogramDataPoint\x12G\n\nattributes\x18\t \x03(\x0b\x32\'.opentelemetry.proto.common.v1.KeyValueR\nattributes\x12/\n\x14start_time_unix_nano\x18\x02 \x01(\x06R\x11startTimeUnixNano\x12$\n\x0etime_unix_nano\x18\x03 \x01(\x06R\x0ctimeUnixNano\x12\x14\n\x05\x63ount\x18\x04 \x01(\x06R\x05\x63ount\x12\x10\n\x03sum\x18\x05 \x01(\x01R\x03sum\x12#\n\rbucket_counts\x18\x06 \x03(\x06R\x0c\x62ucketCounts\x12\'\n\x0f\x65xplicit_bounds\x18\x07 \x03(\x01R\x0e\x65xplicitBounds\x12\x46\n\texemplars\x18\x08 \x03(\x0b\x32(.opentelemetry.proto.metrics.v1.ExemplarR\texemplars\x12\x14\n\x05\x66lags\x18\n \x01(\rR\x05\x66lags\x12\x10\n\x03min\x18\x0b \x01(\x01R\x03min\x12\x10\n\x03max\x18\x0c \x01(\x01R\x03maxJ\x04\x08\x01\x10\x02\"\xd3\x05\n\x1d\x45xponentialHistogramDataPoint\x12G\n\nattributes\x18\x01 \x03(\x0b\x32\'.opentelemetry.proto.common.v1.KeyValueR\nattributes\x12/\n\x14start_time_unix_nano\x18\x02 \x01(\x06R\x11startTimeUnixNano\x12$\n\x0etime_unix_nano\x18\x03 \x01(\x06R\x0ctimeUnixNano\x12\x14\n\x05\x63ount\x18\x04 \x01(\x06R\x05\x63ount\x12\x10\n\x03sum\x18\x05 \x01(\x01R\x03sum\x12\x14\n\x05scale\x18\x06 \x01(\x11R\x05scale\x12\x1d\n\nzero_count\x18\x07 \x01(\x06R\tzeroCount\x12\x61\n\x08positive\x18\x08 \x01(\x0b\x32\x45.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.BucketsR\x08positive\x12\x61\n\x08negative\x18\t \x01(\x0b\x32\x45.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.BucketsR\x08negative\x12\x14\n\x05\x66lags\x18\n \x01(\rR\x05\x66lags\x12\x46\n\texemplars\x18\x0b \x03(\x0b\x32(.opentelemetry.proto.metrics.v1.ExemplarR\texemplars\x12\x10\n\x03min\x18\x0c \x01(\x01R\x03min\x12\x10\n\x03max\x18\r \x01(\x01R\x03max\x12%\n\x0ezero_threshold\x18\x0e \x01(\x01R\rzeroThreshold\x1a\x46\n\x07\x42uckets\x12\x16\n\x06offset\x18\x01 \x01(\x11R\x06offset\x12#\n\rbucket_counts\x18\x02 \x03(\x04R\x0c\x62ucketCounts\"\xa6\x03\n\x10SummaryDataPoint\x12G\n\nattributes\x18\x07 \x03(\x0b\x32\'.opentelemetry.proto.common.v1.KeyValueR\nattributes\x12/\n\x14start_time_unix_nano\x18\x02 \x01(\x06R\x11startTimeUnixNano\x12$\n\x0etime_unix_nano\x18\x03 \x01(\x06R\x0ctimeUnixNano\x12\x14\n\x05\x63ount\x18\x04 \x01(\x06R\x05\x63ount\x12\x10\n\x03sum\x18\x05 \x01(\x01R\x03sum\x12i\n\x0fquantile_values\x18\x06 \x03(\x0b\x32@.opentelemetry.proto.metrics.v1.SummaryDataPoint.ValueAtQuantileR\x0equantileValues\x12\x14\n\x05\x66lags\x18\x08 \x01(\rR\x05\x66lags\x1a\x43\n\x0fValueAtQuantile\x12\x1a\n\x08quantile\x18\x01 \x01(\x01R\x08quantile\x12\x14\n\x05value\x18\x02 \x01(\x01R\x05valueJ\x04\x08\x01\x10\x02\"\x85\x02\n\x08\x45xemplar\x12X\n\x13\x66iltered_attributes\x18\x07 \x03(\x0b\x32\'.opentelemetry.proto.common.v1.KeyValueR\x12\x66ilteredAttributes\x12$\n\x0etime_unix_nano\x18\x02 \x01(\x06R\x0ctimeUnixNano\x12\x1d\n\tas_double\x18\x03 \x01(\x01H\x00R\x08\x61sDouble\x12\x17\n\x06\x61s_int\x18\x06 \x01(\x10H\x00R\x05\x61sInt\x12\x17\n\x07span_id\x18\x04 \x01(\x0cR\x06spanId\x12\x19\n\x08trace_id\x18\x05 \x01(\x0cR\x07traceIdB\x07\n\x05valueJ\x04\x08\x01\x10\x02*\x8c\x01\n\x16\x41ggregationTemporality\x12\'\n#AGGREGATION_TEMPORALITY_UNSPECIFIED\x10\x00\x12!\n\x1d\x41GGREGATION_TEMPORALITY_DELTA\x10\x01\x12&\n\"AGGREGATION_TEMPORALITY_CUMULATIVE\x10\x02*^\n\x0e\x44\x61taPointFlags\x12\x1f\n\x1b\x44\x41TA_POINT_FLAGS_DO_NOT_USE\x10\x00\x12+\n\'DATA_POINT_FLAGS_NO_RECORDED_VALUE_MASK\x10\x01\x42\x83\x01\n!io.opentelemetry.proto.metrics.v1B\x0cMetricsProtoP\x01Z)go.opentelemetry.io/proto/otlp/metrics/v1\xaa\x02\x1eOpenTelemetry.Proto.Metrics.V1\xd0\xe1\x1e\x01\x62\x06proto3')
|
19
20
|
|
20
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
21
22
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'opentelemetry.proto.metrics.v1.metrics_pb2', globals())
|
22
23
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
23
24
|
|
24
25
|
DESCRIPTOR._options = None
|
25
|
-
DESCRIPTOR._serialized_options = b'\n!io.opentelemetry.proto.metrics.v1B\014MetricsProtoP\001Z)go.opentelemetry.io/proto/otlp/metrics/v1\252\002\036OpenTelemetry.Proto.Metrics.V1'
|
26
|
-
_AGGREGATIONTEMPORALITY._serialized_start=
|
27
|
-
_AGGREGATIONTEMPORALITY._serialized_end=
|
28
|
-
_DATAPOINTFLAGS._serialized_start=
|
29
|
-
_DATAPOINTFLAGS._serialized_end=
|
30
|
-
_METRICSDATA._serialized_start=
|
31
|
-
_METRICSDATA._serialized_end=
|
32
|
-
_RESOURCEMETRICS._serialized_start=
|
33
|
-
_RESOURCEMETRICS._serialized_end=
|
34
|
-
_SCOPEMETRICS._serialized_start=
|
35
|
-
_SCOPEMETRICS._serialized_end=
|
36
|
-
_METRIC._serialized_start=
|
37
|
-
_METRIC._serialized_end=
|
38
|
-
_GAUGE._serialized_start=
|
39
|
-
_GAUGE._serialized_end=
|
40
|
-
_SUM._serialized_start=
|
41
|
-
_SUM._serialized_end=
|
42
|
-
_HISTOGRAM._serialized_start=
|
43
|
-
_HISTOGRAM._serialized_end=
|
44
|
-
_EXPONENTIALHISTOGRAM._serialized_start=
|
45
|
-
_EXPONENTIALHISTOGRAM._serialized_end=
|
46
|
-
_SUMMARY._serialized_start=
|
47
|
-
_SUMMARY._serialized_end=
|
48
|
-
_NUMBERDATAPOINT._serialized_start=
|
49
|
-
_NUMBERDATAPOINT._serialized_end=
|
50
|
-
_HISTOGRAMDATAPOINT._serialized_start=
|
51
|
-
_HISTOGRAMDATAPOINT._serialized_end=
|
52
|
-
_EXPONENTIALHISTOGRAMDATAPOINT._serialized_start=
|
53
|
-
_EXPONENTIALHISTOGRAMDATAPOINT._serialized_end=
|
54
|
-
_EXPONENTIALHISTOGRAMDATAPOINT_BUCKETS._serialized_start=
|
55
|
-
_EXPONENTIALHISTOGRAMDATAPOINT_BUCKETS._serialized_end=
|
56
|
-
_SUMMARYDATAPOINT._serialized_start=
|
57
|
-
_SUMMARYDATAPOINT._serialized_end=
|
58
|
-
_SUMMARYDATAPOINT_VALUEATQUANTILE._serialized_start=
|
59
|
-
_SUMMARYDATAPOINT_VALUEATQUANTILE._serialized_end=
|
60
|
-
_EXEMPLAR._serialized_start=
|
61
|
-
_EXEMPLAR._serialized_end=
|
26
|
+
DESCRIPTOR._serialized_options = b'\n!io.opentelemetry.proto.metrics.v1B\014MetricsProtoP\001Z)go.opentelemetry.io/proto/otlp/metrics/v1\252\002\036OpenTelemetry.Proto.Metrics.V1\320\341\036\001'
|
27
|
+
_AGGREGATIONTEMPORALITY._serialized_start=4323
|
28
|
+
_AGGREGATIONTEMPORALITY._serialized_end=4463
|
29
|
+
_DATAPOINTFLAGS._serialized_start=4465
|
30
|
+
_DATAPOINTFLAGS._serialized_end=4559
|
31
|
+
_METRICSDATA._serialized_start=194
|
32
|
+
_METRICSDATA._serialized_end=299
|
33
|
+
_RESOURCEMETRICS._serialized_start=302
|
34
|
+
_RESOURCEMETRICS._serialized_end=512
|
35
|
+
_SCOPEMETRICS._serialized_start=515
|
36
|
+
_SCOPEMETRICS._serialized_end=701
|
37
|
+
_METRIC._serialized_start=704
|
38
|
+
_METRIC._serialized_end=1254
|
39
|
+
_GAUGE._serialized_start=1256
|
40
|
+
_GAUGE._serialized_end=1345
|
41
|
+
_SUM._serialized_start=1348
|
42
|
+
_SUM._serialized_end=1583
|
43
|
+
_HISTOGRAM._serialized_start=1586
|
44
|
+
_HISTOGRAM._serialized_end=1795
|
45
|
+
_EXPONENTIALHISTOGRAM._serialized_start=1798
|
46
|
+
_EXPONENTIALHISTOGRAM._serialized_end=2029
|
47
|
+
_SUMMARY._serialized_start=2031
|
48
|
+
_SUMMARY._serialized_end=2123
|
49
|
+
_NUMBERDATAPOINT._serialized_start=2126
|
50
|
+
_NUMBERDATAPOINT._serialized_end=2468
|
51
|
+
_HISTOGRAMDATAPOINT._serialized_start=2471
|
52
|
+
_HISTOGRAMDATAPOINT._serialized_end=2905
|
53
|
+
_EXPONENTIALHISTOGRAMDATAPOINT._serialized_start=2908
|
54
|
+
_EXPONENTIALHISTOGRAMDATAPOINT._serialized_end=3631
|
55
|
+
_EXPONENTIALHISTOGRAMDATAPOINT_BUCKETS._serialized_start=3561
|
56
|
+
_EXPONENTIALHISTOGRAMDATAPOINT_BUCKETS._serialized_end=3631
|
57
|
+
_SUMMARYDATAPOINT._serialized_start=3634
|
58
|
+
_SUMMARYDATAPOINT._serialized_end=4056
|
59
|
+
_SUMMARYDATAPOINT_VALUEATQUANTILE._serialized_start=3983
|
60
|
+
_SUMMARYDATAPOINT_VALUEATQUANTILE._serialized_end=4050
|
61
|
+
_EXEMPLAR._serialized_start=4059
|
62
|
+
_EXEMPLAR._serialized_end=4320
|
62
63
|
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,64 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: src/api/corepb/v1/compiled_pipeline.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 gml.proto.src.api.corepb.v1 import model_exec_pb2 as src_dot_api_dot_corepb_dot_v1_dot_model__exec__pb2
|
16
|
+
|
17
|
+
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)src/api/corepb/v1/compiled_pipeline.proto\x12\x18gml.internal.api.core.v1\x1a\x14gogoproto/gogo.proto\x1a\"src/api/corepb/v1/model_exec.proto\"\x8c\x01\n\x14\x43ompiledPipelineSpec\x12t\n\x17\x64istribution_candidates\x18\x01 \x03(\x0b\x32;.gml.internal.api.core.v1.PipelineDistributionCandidateSpecR\x16\x64istributionCandidates\"\xe4\x01\n!PipelineDistributionCandidateSpec\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\\\n\x0f\x66ragment_groups\x18\x02 \x03(\x0b\x32\x33.gml.internal.api.core.v1.PipelineFragmentGroupSpecR\x0e\x66ragmentGroups\x12M\n\x05ports\x18\x03 \x03(\x0b\x32\x37.gml.internal.api.core.v1.PipelineFragmentGroupPortSpecR\x05ports\"\xc7\x01\n\x19PipelineFragmentGroupSpec\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12H\n\x0b\x63omm_groups\x18\x02 \x03(\x0b\x32\'.gml.internal.api.core.v1.CommGroupSpecR\ncommGroups\x12L\n\tfragments\x18\x03 \x03(\x0b\x32..gml.internal.api.core.v1.PipelineFragmentSpecR\tfragments\"\x83\x01\n\x1dPipelineFragmentGroupPortSpec\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12!\n\x0csource_group\x18\x02 \x01(\tR\x0bsourceGroup\x12+\n\x11\x64\x65stination_group\x18\x03 \x01(\tR\x10\x64\x65stinationGroup\"\xd7\x01\n\x14PipelineFragmentSpec\x12i\n\x0e\x63onfigurations\x18\x02 \x03(\x0b\x32\x41.gml.internal.api.core.v1.PipelineFragmentConfigurationOptionSpecR\x0e\x63onfigurations\x12N\n\x0b\x63omm_groups\x18\x03 \x03(\x0b\x32-.gml.internal.api.core.v1.CommGroupMemberSpecR\ncommGroupsJ\x04\x08\x01\x10\x02\"\xb0\x04\n\'PipelineFragmentConfigurationOptionSpec\x12\x44\n\texec_spec\x18\x02 \x01(\x0b\x32\'.gml.internal.api.core.v1.ExecutionSpecR\x08\x65xecSpec\x12?\n\x06labels\x18\x03 \x03(\x0b\x32\'.gml.internal.api.core.v1.FragmentLabelR\x06labels\x12_\n\x08gem_spec\x18\x04 \x01(\x0b\x32\x37.gml.internal.api.core.v1.ScopedAffinityAndResourceSpecB\x0b\xe2\xde\x1f\x07GEMSpecR\x07gemSpec\x12\x64\n\x11\x61\x63\x63\x65lerator_specs\x18\x05 \x03(\x0b\x32\x37.gml.internal.api.core.v1.ScopedAffinityAndResourceSpecR\x10\x61\x63\x63\x65leratorSpecs\x12S\n\x11\x66ragment_affinity\x18\x06 \x01(\x0b\x32&.gml.internal.api.core.v1.AffinitySpecR\x10\x66ragmentAffinity\x12\\\n\x16\x66ragment_anti_affinity\x18\x07 \x01(\x0b\x32&.gml.internal.api.core.v1.AffinitySpecR\x14\x66ragmentAntiAffinityJ\x04\x08\x01\x10\x02\"A\n\x0fResourceRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x1a\n\x08quantity\x18\x02 \x01(\x03R\x08quantity\"a\n\x18ResourceRequirementsSpec\x12\x45\n\x08requests\x18\x01 \x03(\x0b\x32).gml.internal.api.core.v1.ResourceRequestR\x08requests\"\xc0\x01\n\x1dScopedAffinityAndResourceSpec\x12M\n\x0escope_affinity\x18\x01 \x01(\x0b\x32&.gml.internal.api.core.v1.AffinitySpecR\rscopeAffinity\x12P\n\tresources\x18\x04 \x01(\x0b\x32\x32.gml.internal.api.core.v1.ResourceRequirementsSpecR\tresources\"\x8a\x01\n\x14LabelMatchExpression\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x16\n\x06values\x18\x02 \x03(\tR\x06values\x12H\n\x08operator\x18\x03 \x01(\x0e\x32,.gml.internal.api.core.v1.LabelMatchOperatorR\x08operator\"\x8f\x01\n\rLabelSelector\x12[\n\x11match_expressions\x18\x01 \x03(\x0b\x32..gml.internal.api.core.v1.LabelMatchExpressionR\x10matchExpressions\x12!\n\x0ctopology_key\x18\x02 \x01(\tR\x0btopologyKey\"U\n\x0c\x41\x66\x66inityRule\x12\x45\n\tselectors\x18\x01 \x03(\x0b\x32\'.gml.internal.api.core.v1.LabelSelectorR\tselectors\"]\n\x0c\x41\x66\x66initySpec\x12M\n\x0erequired_rules\x18\x02 \x03(\x0b\x32&.gml.internal.api.core.v1.AffinityRuleR\rrequiredRules\"7\n\rFragmentLabel\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value\"\x87\x01\n\rCommGroupSpec\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x12\n\x04size\x18\x02 \x01(\x03R\x04size\x12N\n\x0ctopology_key\x18\x03 \x01(\x0e\x32+.gml.internal.api.core.v1.FabricTopologyKeyR\x0btopologyKey\"=\n\x13\x43ommGroupMemberSpec\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x12\n\x04rank\x18\x02 \x01(\x03R\x04rank*\xbe\x01\n\x12LabelMatchOperator\x12 \n\x1cLABEL_MATCH_OPERATOR_UNKNOWN\x10\x00\x12\x1b\n\x17LABEL_MATCH_OPERATOR_IN\x10\x01\x12\x1f\n\x1bLABEL_MATCH_OPERATOR_NOT_IN\x10\x02\x12\x1f\n\x1bLABEL_MATCH_OPERATOR_EXISTS\x10\x03\x12\'\n#LABEL_MATCH_OPERATOR_DOES_NOT_EXIST\x10\x04*\xa9\x01\n\x11\x46\x61\x62ricTopologyKey\x12\x1f\n\x1b\x46\x41\x42RIC_TOPOLOGY_KEY_UNKNOWN\x10\x00\x12\x1b\n\x17\x46\x41\x42RIC_TOPOLOGY_KEY_ANY\x10\x01\x12\x1c\n\x18\x46\x41\x42RIC_TOPOLOGY_KEY_NODE\x10\x02\x12\x1c\n\x18\x46\x41\x42RIC_TOPOLOGY_KEY_RACK\x10\x03\x12\x1a\n\x16\x46\x41\x42RIC_TOPOLOGY_KEY_DC\x10\x04\x42/Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepbb\x06proto3')
|
19
|
+
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.api.corepb.v1.compiled_pipeline_pb2', globals())
|
22
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
23
|
+
|
24
|
+
DESCRIPTOR._options = None
|
25
|
+
DESCRIPTOR._serialized_options = b'Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepb'
|
26
|
+
_PIPELINEFRAGMENTCONFIGURATIONOPTIONSPEC.fields_by_name['gem_spec']._options = None
|
27
|
+
_PIPELINEFRAGMENTCONFIGURATIONOPTIONSPEC.fields_by_name['gem_spec']._serialized_options = b'\342\336\037\007GEMSpec'
|
28
|
+
_LABELMATCHOPERATOR._serialized_start=2709
|
29
|
+
_LABELMATCHOPERATOR._serialized_end=2899
|
30
|
+
_FABRICTOPOLOGYKEY._serialized_start=2902
|
31
|
+
_FABRICTOPOLOGYKEY._serialized_end=3071
|
32
|
+
_COMPILEDPIPELINESPEC._serialized_start=130
|
33
|
+
_COMPILEDPIPELINESPEC._serialized_end=270
|
34
|
+
_PIPELINEDISTRIBUTIONCANDIDATESPEC._serialized_start=273
|
35
|
+
_PIPELINEDISTRIBUTIONCANDIDATESPEC._serialized_end=501
|
36
|
+
_PIPELINEFRAGMENTGROUPSPEC._serialized_start=504
|
37
|
+
_PIPELINEFRAGMENTGROUPSPEC._serialized_end=703
|
38
|
+
_PIPELINEFRAGMENTGROUPPORTSPEC._serialized_start=706
|
39
|
+
_PIPELINEFRAGMENTGROUPPORTSPEC._serialized_end=837
|
40
|
+
_PIPELINEFRAGMENTSPEC._serialized_start=840
|
41
|
+
_PIPELINEFRAGMENTSPEC._serialized_end=1055
|
42
|
+
_PIPELINEFRAGMENTCONFIGURATIONOPTIONSPEC._serialized_start=1058
|
43
|
+
_PIPELINEFRAGMENTCONFIGURATIONOPTIONSPEC._serialized_end=1618
|
44
|
+
_RESOURCEREQUEST._serialized_start=1620
|
45
|
+
_RESOURCEREQUEST._serialized_end=1685
|
46
|
+
_RESOURCEREQUIREMENTSSPEC._serialized_start=1687
|
47
|
+
_RESOURCEREQUIREMENTSSPEC._serialized_end=1784
|
48
|
+
_SCOPEDAFFINITYANDRESOURCESPEC._serialized_start=1787
|
49
|
+
_SCOPEDAFFINITYANDRESOURCESPEC._serialized_end=1979
|
50
|
+
_LABELMATCHEXPRESSION._serialized_start=1982
|
51
|
+
_LABELMATCHEXPRESSION._serialized_end=2120
|
52
|
+
_LABELSELECTOR._serialized_start=2123
|
53
|
+
_LABELSELECTOR._serialized_end=2266
|
54
|
+
_AFFINITYRULE._serialized_start=2268
|
55
|
+
_AFFINITYRULE._serialized_end=2353
|
56
|
+
_AFFINITYSPEC._serialized_start=2355
|
57
|
+
_AFFINITYSPEC._serialized_end=2448
|
58
|
+
_FRAGMENTLABEL._serialized_start=2450
|
59
|
+
_FRAGMENTLABEL._serialized_end=2505
|
60
|
+
_COMMGROUPSPEC._serialized_start=2508
|
61
|
+
_COMMGROUPSPEC._serialized_end=2643
|
62
|
+
_COMMGROUPMEMBERSPEC._serialized_start=2645
|
63
|
+
_COMMGROUPMEMBERSPEC._serialized_end=2706
|
64
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -15,12 +15,13 @@ 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
17
|
from gml.proto.src.api.corepb.v1 import cp_edge_pb2 as src_dot_api_dot_corepb_dot_v1_dot_cp__edge__pb2
|
18
|
+
from gml.proto.src.api.corepb.v1 import gem_config_pb2 as src_dot_api_dot_corepb_dot_v1_dot_gem__config__pb2
|
18
19
|
from gml.proto.src.common.typespb import uuid_pb2 as src_dot_common_dot_typespb_dot_uuid__pb2
|
19
20
|
from gml.proto.src.common.typespb import status_pb2 as src_dot_common_dot_typespb_dot_status__pb2
|
20
21
|
from gml.proto.src.api.corepb.v1 import model_exec_pb2 as src_dot_api_dot_corepb_dot_v1_dot_model__exec__pb2
|
21
22
|
|
22
23
|
|
23
|
-
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\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\"\
|
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\"\xb2\x03\n\x1bPipelineCompilationMetadata\x12\x8c\x01\n\x1aphysical_pipeline_metadata\x18\x01 \x01(\x0b\x32N.gml.internal.api.core.v1.PipelineCompilationMetadata.PhysicalPipelineMetadataR\x18physicalPipelineMetadata\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\"\xb1\x03\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\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\"\xd0\x01\n\x1bPipelineFragmentGroupUpdate\x12_\n\x16pipeline_deployment_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x18\xe2\xde\x1f\x14PipelineDeploymentIDR\x14pipelineDeploymentId\x12P\n\x11\x66ragment_group_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x13\xe2\xde\x1f\x0f\x46ragmentGroupIDR\x0f\x66ragmentGroupId*\xf3\x02\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\tB/Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepbb\x06proto3')
|
24
25
|
|
25
26
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
26
27
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.api.corepb.v1.controlplane_pb2', globals())
|
@@ -46,34 +47,64 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
46
47
|
_PIPELINEDEPLOYMENTRECONCILIATION.fields_by_name['fleet_id']._serialized_options = b'\342\336\037\007FleetID'
|
47
48
|
_BASECONFIGUPDATEREQUEST.fields_by_name['device_id']._options = None
|
48
49
|
_BASECONFIGUPDATEREQUEST.fields_by_name['device_id']._serialized_options = b'\342\336\037\010DeviceID'
|
49
|
-
_PIPELINECOMPILATIONMETADATA_PHYSICALPIPELINEMETADATA.fields_by_name['
|
50
|
-
_PIPELINECOMPILATIONMETADATA_PHYSICALPIPELINEMETADATA.fields_by_name['
|
50
|
+
_PIPELINECOMPILATIONMETADATA_PHYSICALPIPELINEMETADATA.fields_by_name['entity_id']._options = None
|
51
|
+
_PIPELINECOMPILATIONMETADATA_PHYSICALPIPELINEMETADATA.fields_by_name['entity_id']._serialized_options = b'\342\336\037\010EntityID'
|
52
|
+
_PIPELINECOMPILATIONMETADATA_PHYSICALPIPELINEMETADATA.fields_by_name['pipeline_deployment_id']._options = None
|
53
|
+
_PIPELINECOMPILATIONMETADATA_PHYSICALPIPELINEMETADATA.fields_by_name['pipeline_deployment_id']._serialized_options = b'\342\336\037\024PipelineDeploymentID'
|
51
54
|
_PIPELINECOMPILATIONREQUEST.fields_by_name['logical_pipeline_id']._options = None
|
52
55
|
_PIPELINECOMPILATIONREQUEST.fields_by_name['logical_pipeline_id']._serialized_options = b'\342\336\037\021LogicalPipelineID'
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
56
|
+
_PIPELINECOMPILATIONREQUEST.fields_by_name['device_capabilities']._options = None
|
57
|
+
_PIPELINECOMPILATIONREQUEST.fields_by_name['device_capabilities']._serialized_options = b'\030\001'
|
58
|
+
_PIPELINECOMPILATIONREQUEST.fields_by_name['gem_config']._options = None
|
59
|
+
_PIPELINECOMPILATIONREQUEST.fields_by_name['gem_config']._serialized_options = b'\030\001'
|
60
|
+
_PIPELINECOMPILATIONRESPONSE_EXECSPECSENTRY._options = None
|
61
|
+
_PIPELINECOMPILATIONRESPONSE_EXECSPECSENTRY._serialized_options = b'8\001'
|
62
|
+
_PIPELINECOMPILATIONRESPONSE.fields_by_name['exec_spec']._options = None
|
63
|
+
_PIPELINECOMPILATIONRESPONSE.fields_by_name['exec_spec']._serialized_options = b'\030\001'
|
64
|
+
_DEVICE.fields_by_name['device_id']._options = None
|
65
|
+
_DEVICE.fields_by_name['device_id']._serialized_options = b'\342\336\037\010DeviceID'
|
66
|
+
_DEVICE.fields_by_name['gem_config']._options = None
|
67
|
+
_DEVICE.fields_by_name['gem_config']._serialized_options = b'\342\336\037\tGEMConfig'
|
68
|
+
_DEVICELINK.fields_by_name['source_device_id']._options = None
|
69
|
+
_DEVICELINK.fields_by_name['source_device_id']._serialized_options = b'\342\336\037\016SourceDeviceID'
|
70
|
+
_DEVICELINK.fields_by_name['target_device_id']._options = None
|
71
|
+
_DEVICELINK.fields_by_name['target_device_id']._serialized_options = b'\342\336\037\016TargetDeviceID'
|
72
|
+
_PIPELINEFRAGMENTGROUPUPDATE.fields_by_name['pipeline_deployment_id']._options = None
|
73
|
+
_PIPELINEFRAGMENTGROUPUPDATE.fields_by_name['pipeline_deployment_id']._serialized_options = b'\342\336\037\024PipelineDeploymentID'
|
74
|
+
_PIPELINEFRAGMENTGROUPUPDATE.fields_by_name['fragment_group_id']._options = None
|
75
|
+
_PIPELINEFRAGMENTGROUPUPDATE.fields_by_name['fragment_group_id']._serialized_options = b'\342\336\037\017FragmentGroupID'
|
76
|
+
_CPTOPIC._serialized_start=3526
|
77
|
+
_CPTOPIC._serialized_end=3897
|
78
|
+
_CPMETADATA._serialized_start=318
|
79
|
+
_CPMETADATA._serialized_end=514
|
80
|
+
_CPMESSAGE._serialized_start=516
|
81
|
+
_CPMESSAGE._serialized_end=634
|
82
|
+
_DEVICECONNECTED._serialized_start=636
|
83
|
+
_DEVICECONNECTED._serialized_end=713
|
84
|
+
_DEVICEUPDATE._serialized_start=715
|
85
|
+
_DEVICEUPDATE._serialized_end=789
|
86
|
+
_DEVICEDISCONNECTED._serialized_start=791
|
87
|
+
_DEVICEDISCONNECTED._serialized_end=871
|
88
|
+
_PHYSICALPIPELINERECONCILIATION._serialized_start=874
|
89
|
+
_PHYSICALPIPELINERECONCILIATION._serialized_end=1090
|
90
|
+
_PIPELINEDEPLOYMENTRECONCILIATION._serialized_start=1093
|
91
|
+
_PIPELINEDEPLOYMENTRECONCILIATION._serialized_end=1281
|
92
|
+
_BASECONFIGUPDATEREQUEST._serialized_start=1283
|
93
|
+
_BASECONFIGUPDATEREQUEST._serialized_end=1368
|
94
|
+
_PIPELINECOMPILATIONMETADATA._serialized_start=1371
|
95
|
+
_PIPELINECOMPILATIONMETADATA._serialized_end=1805
|
96
|
+
_PIPELINECOMPILATIONMETADATA_PHYSICALPIPELINEMETADATA._serialized_start=1546
|
97
|
+
_PIPELINECOMPILATIONMETADATA_PHYSICALPIPELINEMETADATA._serialized_end=1805
|
98
|
+
_PIPELINECOMPILATIONREQUEST._serialized_start=1808
|
99
|
+
_PIPELINECOMPILATIONREQUEST._serialized_end=2454
|
100
|
+
_PIPELINECOMPILATIONRESPONSE._serialized_start=2457
|
101
|
+
_PIPELINECOMPILATIONRESPONSE._serialized_end=2890
|
102
|
+
_PIPELINECOMPILATIONRESPONSE_EXECSPECSENTRY._serialized_start=2789
|
103
|
+
_PIPELINECOMPILATIONRESPONSE_EXECSPECSENTRY._serialized_end=2890
|
104
|
+
_DEVICE._serialized_start=2893
|
105
|
+
_DEVICE._serialized_end=3139
|
106
|
+
_DEVICELINK._serialized_start=3142
|
107
|
+
_DEVICELINK._serialized_end=3312
|
108
|
+
_PIPELINEFRAGMENTGROUPUPDATE._serialized_start=3315
|
109
|
+
_PIPELINEFRAGMENTGROUPUPDATE._serialized_end=3523
|
79
110
|
# @@protoc_insertion_point(module_scope)
|
@@ -22,7 +22,7 @@ from gml.proto.src.api.corepb.v1 import model_exec_pb2 as src_dot_api_dot_corepb
|
|
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
|
|
24
24
|
|
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\"
|
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')
|
26
26
|
|
27
27
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
28
28
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.api.corepb.v1.cp_edge_pb2', globals())
|
@@ -46,6 +46,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
46
46
|
_DELETEEXECUTIONGRAPH.fields_by_name['physical_pipeline_id']._serialized_options = b'\342\336\037\022PhysicalPipelineID'
|
47
47
|
_EXECUTIONGRAPHSTATUSUPDATE.fields_by_name['physical_pipeline_id']._options = None
|
48
48
|
_EXECUTIONGRAPHSTATUSUPDATE.fields_by_name['physical_pipeline_id']._serialized_options = b'\342\336\037\022PhysicalPipelineID'
|
49
|
+
_TEXTSTREAMCONTROL.fields_by_name['conv_id']._options = None
|
50
|
+
_TEXTSTREAMCONTROL.fields_by_name['conv_id']._serialized_options = b'\342\336\037\006ConvID'
|
49
51
|
_EDGECPMEDIASTREAMMESSAGE.fields_by_name['stream_id']._options = None
|
50
52
|
_EDGECPMEDIASTREAMMESSAGE.fields_by_name['stream_id']._serialized_options = b'\342\336\037\010StreamID'
|
51
53
|
_CPEDGEMEDIASTREAMMESSAGE.fields_by_name['stream_id']._options = None
|
@@ -58,12 +60,12 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
58
60
|
_EDGECPMETADATA.fields_by_name['device_id']._serialized_options = b'\342\336\037\010DeviceID'
|
59
61
|
_CPEDGEMETADATA.fields_by_name['device_id']._options = None
|
60
62
|
_CPEDGEMETADATA.fields_by_name['device_id']._serialized_options = b'\342\336\037\010DeviceID'
|
61
|
-
_EXECUTIONGRAPHSTATE._serialized_start=
|
62
|
-
_EXECUTIONGRAPHSTATE._serialized_end=
|
63
|
-
_EDGECPTOPIC._serialized_start=
|
64
|
-
_EDGECPTOPIC._serialized_end=
|
65
|
-
_CPEDGETOPIC._serialized_start=
|
66
|
-
_CPEDGETOPIC._serialized_end=
|
63
|
+
_EXECUTIONGRAPHSTATE._serialized_start=4195
|
64
|
+
_EXECUTIONGRAPHSTATE._serialized_end=4513
|
65
|
+
_EDGECPTOPIC._serialized_start=4516
|
66
|
+
_EDGECPTOPIC._serialized_end=4747
|
67
|
+
_CPEDGETOPIC._serialized_start=4750
|
68
|
+
_CPEDGETOPIC._serialized_end=4981
|
67
69
|
_EDGEHEARTBEAT._serialized_start=362
|
68
70
|
_EDGEHEARTBEAT._serialized_end=411
|
69
71
|
_EDGEHEARTBEATACK._serialized_start=413
|
@@ -94,32 +96,32 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
94
96
|
_MEDIASTREAMKEEPALIVE._serialized_end=1876
|
95
97
|
_MEDIASTREAMCONTROL._serialized_start=1878
|
96
98
|
_MEDIASTREAMCONTROL._serialized_end=1991
|
97
|
-
_TEXTSTREAMCONTROL._serialized_start=
|
98
|
-
_TEXTSTREAMCONTROL._serialized_end=
|
99
|
-
_EDGECPMEDIASTREAMMESSAGE._serialized_start=
|
100
|
-
_EDGECPMEDIASTREAMMESSAGE._serialized_end=
|
101
|
-
_CPEDGEMEDIASTREAMMESSAGE._serialized_start=
|
102
|
-
_CPEDGEMEDIASTREAMMESSAGE._serialized_end=
|
103
|
-
_EDGEOTELMETRICS._serialized_start=
|
104
|
-
_EDGEOTELMETRICS._serialized_end=
|
105
|
-
_FILETRANSFERREQUEST._serialized_start=
|
106
|
-
_FILETRANSFERREQUEST._serialized_end=
|
107
|
-
_FILETRANSFERRESPONSE._serialized_start=
|
108
|
-
_FILETRANSFERRESPONSE._serialized_end=
|
109
|
-
_FILETRANSFERRESPONSE_FILECHUNK._serialized_start=
|
110
|
-
_FILETRANSFERRESPONSE_FILECHUNK._serialized_end=
|
111
|
-
_DEVICECAPABILITIES._serialized_start=
|
112
|
-
_DEVICECAPABILITIES._serialized_end=
|
113
|
-
_DEVICECONFIGSTATEUPDATE._serialized_start=
|
114
|
-
_DEVICECONFIGSTATEUPDATE._serialized_end=
|
115
|
-
_DEVICEBASECONFIGUPDATE._serialized_start=
|
116
|
-
_DEVICEBASECONFIGUPDATE._serialized_end=
|
117
|
-
_EDGECPMETADATA._serialized_start=
|
118
|
-
_EDGECPMETADATA._serialized_end=
|
119
|
-
_EDGECPMESSAGE._serialized_start=
|
120
|
-
_EDGECPMESSAGE._serialized_end=
|
121
|
-
_CPEDGEMETADATA._serialized_start=
|
122
|
-
_CPEDGEMETADATA._serialized_end=
|
123
|
-
_CPEDGEMESSAGE._serialized_start=
|
124
|
-
_CPEDGEMESSAGE._serialized_end=
|
99
|
+
_TEXTSTREAMCONTROL._serialized_start=1994
|
100
|
+
_TEXTSTREAMCONTROL._serialized_end=2143
|
101
|
+
_EDGECPMEDIASTREAMMESSAGE._serialized_start=2145
|
102
|
+
_EDGECPMEDIASTREAMMESSAGE._serialized_end=2272
|
103
|
+
_CPEDGEMEDIASTREAMMESSAGE._serialized_start=2274
|
104
|
+
_CPEDGEMEDIASTREAMMESSAGE._serialized_end=2401
|
105
|
+
_EDGEOTELMETRICS._serialized_start=2403
|
106
|
+
_EDGEOTELMETRICS._serialized_end=2512
|
107
|
+
_FILETRANSFERREQUEST._serialized_start=2515
|
108
|
+
_FILETRANSFERREQUEST._serialized_end=2663
|
109
|
+
_FILETRANSFERRESPONSE._serialized_start=2666
|
110
|
+
_FILETRANSFERRESPONSE._serialized_end=2937
|
111
|
+
_FILETRANSFERRESPONSE_FILECHUNK._serialized_start=2867
|
112
|
+
_FILETRANSFERRESPONSE_FILECHUNK._serialized_end=2937
|
113
|
+
_DEVICECAPABILITIES._serialized_start=2940
|
114
|
+
_DEVICECAPABILITIES._serialized_end=3269
|
115
|
+
_DEVICECONFIGSTATEUPDATE._serialized_start=3272
|
116
|
+
_DEVICECONFIGSTATEUPDATE._serialized_end=3409
|
117
|
+
_DEVICEBASECONFIGUPDATE._serialized_start=3411
|
118
|
+
_DEVICEBASECONFIGUPDATE._serialized_end=3522
|
119
|
+
_EDGECPMETADATA._serialized_start=3525
|
120
|
+
_EDGECPMETADATA._serialized_end=3729
|
121
|
+
_EDGECPMESSAGE._serialized_start=3731
|
122
|
+
_EDGECPMESSAGE._serialized_end=3857
|
123
|
+
_CPEDGEMETADATA._serialized_start=3860
|
124
|
+
_CPEDGEMETADATA._serialized_end=4064
|
125
|
+
_CPEDGEMESSAGE._serialized_start=4066
|
126
|
+
_CPEDGEMESSAGE._serialized_end=4192
|
125
127
|
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: src/api/corepb/v1/deployed_pipeline.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 gml.proto.src.api.corepb.v1 import compiled_pipeline_pb2 as src_dot_api_dot_corepb_dot_v1_dot_compiled__pipeline__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/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\x04rankB/Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepbb\x06proto3')
|
20
|
+
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.api.corepb.v1.deployed_pipeline_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
|
+
_DEPLOYEDPIPELINEFRAGMENT.fields_by_name['id']._options = None
|
28
|
+
_DEPLOYEDPIPELINEFRAGMENT.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
29
|
+
_DEPLOYEDCOMMGROUPMEMBERSPEC.fields_by_name['deployed_fragment_id']._options = None
|
30
|
+
_DEPLOYEDCOMMGROUPMEMBERSPEC.fields_by_name['deployed_fragment_id']._serialized_options = b'\342\336\037\022DeployedFragmentID'
|
31
|
+
_DEPLOYEDPIPELINEFRAGMENT._serialized_start=168
|
32
|
+
_DEPLOYEDPIPELINEFRAGMENT._serialized_end=421
|
33
|
+
_DEPLOYEDCOMMGROUPSPEC._serialized_start=424
|
34
|
+
_DEPLOYEDCOMMGROUPSPEC._serialized_end=635
|
35
|
+
_DEPLOYEDCOMMGROUPMEMBERSPEC._serialized_start=638
|
36
|
+
_DEPLOYEDCOMMGROUPMEMBERSPEC._serialized_end=778
|
37
|
+
# @@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\"\
|
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\"\xc2\x02\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\"\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*\xdf\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*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())
|
@@ -24,12 +24,16 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
24
24
|
DESCRIPTOR._serialized_options = b'Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepb'
|
25
25
|
_CAMERAINFO.fields_by_name['camera_id']._options = None
|
26
26
|
_CAMERAINFO.fields_by_name['camera_id']._serialized_options = b'\342\336\037\010CameraID'
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
27
|
+
_ACCELERATORINFO.fields_by_name['id']._options = None
|
28
|
+
_ACCELERATORINFO.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
29
|
+
_CAMERADRIVER._serialized_start=2034
|
30
|
+
_CAMERADRIVER._serialized_end=2124
|
31
|
+
_MODELRUNTIMETYPE._serialized_start=2127
|
32
|
+
_MODELRUNTIMETYPE._serialized_end=2350
|
33
|
+
_IREETARGET._serialized_start=2352
|
34
|
+
_IREETARGET._serialized_end=2459
|
35
|
+
_OPENVINOTARGET._serialized_start=2461
|
36
|
+
_OPENVINOTARGET._serialized_end=2559
|
33
37
|
_CAMERADRIVERINFO._serialized_start=87
|
34
38
|
_CAMERADRIVERINFO._serialized_end=169
|
35
39
|
_CAMERAMODE._serialized_start=172
|
@@ -46,6 +50,14 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
46
50
|
_IREEROCMTARGETINFO._serialized_end=806
|
47
51
|
_IREERUNTIMEINFO._serialized_start=809
|
48
52
|
_IREERUNTIMEINFO._serialized_end=1096
|
49
|
-
|
50
|
-
|
53
|
+
_OPENVINORUNTIMEINFO._serialized_start=1098
|
54
|
+
_OPENVINORUNTIMEINFO._serialized_end=1214
|
55
|
+
_TENSORRTRUNTIMEINFO._serialized_start=1216
|
56
|
+
_TENSORRTRUNTIMEINFO._serialized_end=1289
|
57
|
+
_MODELRUNTIMEINFO._serialized_start=1292
|
58
|
+
_MODELRUNTIMEINFO._serialized_end=1614
|
59
|
+
_ACCELERATORINFO._serialized_start=1617
|
60
|
+
_ACCELERATORINFO._serialized_end=2032
|
61
|
+
_ACCELERATORINFO_ACCELERATORKIND._serialized_start=1933
|
62
|
+
_ACCELERATORINFO_ACCELERATORKIND._serialized_end=2032
|
51
63
|
# @@protoc_insertion_point(module_scope)
|