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
@@ -21,9 +21,10 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
21
21
|
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
22
22
|
from gml.proto.src.common.typespb import uuid_pb2 as src_dot_common_dot_typespb_dot_uuid__pb2
|
23
23
|
from gml.proto.src.api.corepb.v1 import device_info_pb2 as src_dot_api_dot_corepb_dot_v1_dot_device__info__pb2
|
24
|
+
from gml.proto.src.api.corepb.v1 import actor_net_pb2 as src_dot_api_dot_corepb_dot_v1_dot_actor__net__pb2
|
24
25
|
|
25
26
|
|
26
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"src/api/corepb/v1/model_exec.proto\x12\x18gml.internal.api.core.v1\x1a\x14gogoproto/gogo.proto\x1a$mediapipe/framework/calculator.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dsrc/common/typespb/uuid.proto\x1a#src/api/corepb/v1/device_info.proto\"\xa7\x02\n\x0f\x42oundingBoxInfo\x12Z\n\nbox_format\x18\x01 \x01(\x0e\x32;.gml.internal.api.core.v1.BoundingBoxInfo.BoundingBoxFormatR\tboxFormat\x12%\n\x0e\x62ox_normalized\x18\x02 \x01(\x08R\rboxNormalized\"\x90\x01\n\x11\x42oundingBoxFormat\x12\x1f\n\x1b\x42OUNDING_BOX_FORMAT_UNKNOWN\x10\x00\x12\x1e\n\x1a\x42OUNDING_BOX_FORMAT_CXCYWH\x10\x01\x12\x1c\n\x18\x42OUNDING_BOX_FORMAT_YXYX\x10\x02\x12\x1c\n\x18\x42OUNDING_BOX_FORMAT_XYXY\x10\x03\"\xd8\x08\n\x16ImagePreprocessingStep\x12[\n\x04kind\x18\x01 \x01(\x0e\x32G.gml.internal.api.core.v1.ImagePreprocessingStep.ImagePreprocessingKindR\x04kind\x12s\n\x11\x63onversion_params\x18\x02 \x01(\x0b\x32\x46.gml.internal.api.core.v1.ImagePreprocessingStep.ImageConversionParamsR\x10\x63onversionParams\x12g\n\rresize_params\x18\x03 \x01(\x0b\x32\x42.gml.internal.api.core.v1.ImagePreprocessingStep.ImageResizeParamsR\x0cresizeParams\x12v\n\x12standardize_params\x18\x04 \x01(\x0b\x32G.gml.internal.api.core.v1.ImagePreprocessingStep.ImageStandardizeParamsR\x11standardizeParams\x1an\n\x15ImageConversionParams\x12\x14\n\x05scale\x18\x01 \x01(\x08R\x05scale\x12?\n\x0cscale_factor\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValueR\x0bscaleFactor\x1a\x90\x02\n\x11ImageResizeParams\x12\x66\n\x04kind\x18\x01 \x01(\x0e\x32R.gml.internal.api.core.v1.ImagePreprocessingStep.ImageResizeParams.ImageResizeKindR\x04kind\"\x92\x01\n\x0fImageResizeKind\x12\x1d\n\x19IMAGE_RESIZE_KIND_UNKNOWN\x10\x00\x12\x1d\n\x19IMAGE_RESIZE_KIND_STRETCH\x10\x01\x12\x1f\n\x1bIMAGE_RESIZE_KIND_LETTERBOX\x10\x02\x12 \n\x1cIMAGE_RESIZE_KIND_CENTERCROP\x10\x03\x1aH\n\x16ImageStandardizeParams\x12\x14\n\x05means\x18\x01 \x03(\x02R\x05means\x12\x18\n\x07stddevs\x18\x02 \x03(\x02R\x07stddevs\"\xbd\x01\n\x16ImagePreprocessingKind\x12$\n IMAGE_PREPROCESSING_KIND_UNKNOWN\x10\x00\x12.\n*IMAGE_PREPROCESSING_KIND_CONVERT_TO_TENSOR\x10\x01\x12#\n\x1fIMAGE_PREPROCESSING_KIND_RESIZE\x10\x02\x12(\n$IMAGE_PREPROCESSING_KIND_STANDARDIZE\x10\x03\"\xba\x15\n\x12\x44imensionSemantics\x12W\n\x04kind\x18\x01 \x01(\x0e\x32\x43.gml.internal.api.core.v1.DimensionSemantics.DimensionSemanticsKindR\x04kind\x12q\n\x14image_channel_params\x18\x02 \x01(\x0b\x32?.gml.internal.api.core.v1.DimensionSemantics.ImageChannelParamsR\x12imageChannelParams\x12\x86\x01\n\x1b\x64\x65tection_candidates_params\x18\x03 \x01(\x0b\x32\x46.gml.internal.api.core.v1.DimensionSemantics.DetectionCandidatesParamsR\x19\x64\x65tectionCandidatesParams\x12z\n\x17\x64\x65tection_output_params\x18\x04 \x01(\x0b\x32\x42.gml.internal.api.core.v1.DimensionSemantics.DetectionOutputParamsR\x15\x64\x65tectionOutputParams\x12}\n\x18segmentation_mask_params\x18\x05 \x01(\x0b\x32\x43.gml.internal.api.core.v1.DimensionSemantics.SegmentationMaskParamsR\x16segmentationMaskParams\x12j\n\x11regression_params\x18\x06 \x01(\x0b\x32=.gml.internal.api.core.v1.DimensionSemantics.RegressionParamsR\x10regressionParams\x1a\x99\x02\n\x12ImageChannelParams\x12j\n\x06\x66ormat\x18\x01 \x01(\x0e\x32R.gml.internal.api.core.v1.DimensionSemantics.ImageChannelParams.ImageChannelFormatR\x06\x66ormat\"\x96\x01\n\x12ImageChannelFormat\x12 \n\x1cIMAGE_CHANNEL_FORMAT_UNKNOWN\x10\x00\x12\x1c\n\x18IMAGE_CHANNEL_FORMAT_RGB\x10\x01\x12\x1c\n\x18IMAGE_CHANNEL_FORMAT_BGR\x10\x02\x12\"\n\x1eIMAGE_CHANNEL_FORMAT_GRAYSCALE\x10\x03\x1a=\n\x19\x44\x65tectionCandidatesParams\x12 \n\x0cis_nms_boxes\x18\x01 \x01(\x08R\nisNmsBoxes\x1a\x8b\x04\n\x15\x44\x65tectionOutputParams\x12\x7f\n\x14\x62ox_coordinate_range\x18\x01 \x01(\x0b\x32M.gml.internal.api.core.v1.DimensionSemantics.DetectionOutputParams.IndexRangeR\x12\x62oxCoordinateRange\x12H\n\nbox_format\x18\x02 \x01(\x0b\x32).gml.internal.api.core.v1.BoundingBoxInfoR\tboxFormat\x12\x30\n\x14\x62ox_confidence_index\x18\x03 \x01(\x05R\x12\x62oxConfidenceIndex\x12\x1f\n\x0b\x63lass_index\x18\x04 \x01(\x05R\nclassIndex\x12p\n\x0cscores_range\x18\x05 \x01(\x0b\x32M.gml.internal.api.core.v1.DimensionSemantics.DetectionOutputParams.IndexRangeR\x0bscoresRange\x12*\n\x11scores_are_logits\x18\x06 \x01(\x08R\x0fscoresAreLogits\x1a\x36\n\nIndexRange\x12\x14\n\x05start\x18\x01 \x01(\x05R\x05start\x12\x12\n\x04size\x18\x02 \x01(\x05R\x04size\x1a\xd1\x02\n\x16SegmentationMaskParams\x12l\n\x04kind\x18\x01 \x01(\x0e\x32X.gml.internal.api.core.v1.DimensionSemantics.SegmentationMaskParams.SegmentationMaskKindR\x04kind\"\xc8\x01\n\x14SegmentationMaskKind\x12\"\n\x1eSEGMENTATION_MASK_KIND_UNKNOWN\x10\x00\x12&\n\"SEGMENTATION_MASK_KIND_CLASS_LABEL\x10\x01\x12\x1f\n\x1bSEGMENTATION_MASK_KIND_BOOL\x10\x02\x12 \n\x1cSEGMENTATION_MASK_KIND_SCORE\x10\x03\x12!\n\x1dSEGMENTATION_MASK_KIND_LOGITS\x10\x04\x1a\\\n\x10RegressionParams\x12\x14\n\x05label\x18\x01 \x01(\tR\x05label\x12\x32\n\x05scale\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValueR\x05scale\"\xcc\x05\n\x16\x44imensionSemanticsKind\x12$\n DIMENSION_SEMANTICS_KIND_UNKNOWN\x10\x00\x12\"\n\x1e\x44IMENSION_SEMANTICS_KIND_BATCH\x10\x01\x12#\n\x1f\x44IMENSION_SEMANTICS_KIND_IGNORE\x10\x02\x12*\n&DIMENSION_SEMANTICS_KIND_IMAGE_CHANNEL\x10\x03\x12)\n%DIMENSION_SEMANTICS_KIND_IMAGE_HEIGHT\x10\x04\x12(\n$DIMENSION_SEMANTICS_KIND_IMAGE_WIDTH\x10\x05\x12\x31\n-DIMENSION_SEMANTICS_KIND_DETECTION_CANDIDATES\x10\x06\x12-\n)DIMENSION_SEMANTICS_KIND_DETECTION_OUTPUT\x10\x07\x12)\n%DIMENSION_SEMANTICS_KIND_CLASS_SCORES\x10\x08\x12\x36\n2DIMENSION_SEMANTICS_KIND_SEGMENTATION_MASK_CHANNEL\x10\t\x12)\n%DIMENSION_SEMANTICS_KIND_CLASS_LABELS\x10\n\x12-\n)DIMENSION_SEMANTICS_KIND_REGRESSION_VALUE\x10\x0b\x12#\n\x1f\x44IMENSION_SEMANTICS_KIND_TOKENS\x10\x0c\x12+\n\'DIMENSION_SEMANTICS_KIND_ATTENTION_MASK\x10\r\x12)\n%DIMENSION_SEMANTICS_KIND_VOCAB_LOGITS\x10\x0e\x12&\n\"DIMENSION_SEMANTICS_KIND_EMBEDDING\x10\x0f\"\xe9\x02\n\x0fTensorSemantics\x12L\n\ndimensions\x18\x01 \x03(\x0b\x32,.gml.internal.api.core.v1.DimensionSemanticsR\ndimensions\x12Q\n\x04kind\x18\x02 \x01(\x0e\x32=.gml.internal.api.core.v1.TensorSemantics.TensorSemanticsKindR\x04kind\"\xb4\x01\n\x13TensorSemanticsKind\x12!\n\x1dTENSOR_SEMANTICS_KIND_UNKNOWN\x10\x00\x12 \n\x1cTENSOR_SEMANTICS_KIND_UNUSED\x10\x01\x12#\n\x1fTENSOR_SEMANTICS_KIND_DIMENSION\x10\x02\x12\x33\n/TENSOR_SEMANTICS_KIND_ATTENTION_KEY_VALUE_CACHE\x10\x03\"6\n\x10GenerationConfig\x12\"\n\reos_token_ids\x18\x01 \x03(\x03R\x0b\x65osTokenIds\"J\n\rKVCacheConfig\x12\x39\n\x04kind\x18\x01 \x01(\x0e\x32%.gml.internal.api.core.v1.KVCacheKindR\x04kind\"i\n\x05Model\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12\x37\n\x04info\x18\x02 \x01(\x0b\x32#.gml.internal.api.core.v1.ModelInfoR\x04info\";\n\x0bPackageInfo\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x18\n\x07version\x18\x02 \x01(\tR\x07version\"[\n\x0fTracingMetadata\x12H\n\x0cpackage_info\x18\x01 \x03(\x0b\x32%.gml.internal.api.core.v1.PackageInfoR\x0bpackageInfo\"\x93\x01\n\x11\x44\x65\x66\x61ultRopeConfig\x12\x14\n\x05theta\x18\x01 \x01(\x01R\x05theta\x12\x36\n\x17max_position_embeddings\x18\x02 \x01(\x03R\x15maxPositionEmbeddings\x12\x30\n\x14rotary_embedding_dim\x18\x03 \x01(\x03R\x12rotaryEmbeddingDim\"\xc5\x02\n\x10Llama3RopeConfig\x12\x14\n\x05theta\x18\x01 \x01(\x01R\x05theta\x12\x36\n\x17max_position_embeddings\x18\x02 \x01(\x03R\x15maxPositionEmbeddings\x12\x30\n\x14rotary_embedding_dim\x18\x03 \x01(\x03R\x12rotaryEmbeddingDim\x12\x16\n\x06\x66\x61\x63tor\x18\x04 \x01(\x01R\x06\x66\x61\x63tor\x12(\n\x10high_freq_factor\x18\x05 \x01(\x01R\x0ehighFreqFactor\x12&\n\x0flow_freq_factor\x18\x06 \x01(\x01R\rlowFreqFactor\x12G\n original_max_position_embeddings\x18\x07 \x01(\x03R\x1doriginalMaxPositionEmbeddings\"\x95\x02\n\x17PositionEmbeddingConfig\x12\x43\n\x04kind\x18\x01 \x01(\x0e\x32/.gml.internal.api.core.v1.PositionEmbeddingKindR\x04kind\x12[\n\x13\x64\x65\x66\x61ult_rope_config\x18\x02 \x01(\x0b\x32+.gml.internal.api.core.v1.DefaultRopeConfigR\x11\x64\x65\x66\x61ultRopeConfig\x12X\n\x12llama3_rope_config\x18\x03 \x01(\x0b\x32*.gml.internal.api.core.v1.Llama3RopeConfigR\x10llama3RopeConfig\"\x82\x01\n\x11TransformerConfig\x12m\n\x19position_embedding_config\x18\x01 \x01(\x0b\x32\x31.gml.internal.api.core.v1.PositionEmbeddingConfigR\x17positionEmbeddingConfig\"\x80\r\n\tModelInfo\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x41\n\x04kind\x18\x02 \x01(\x0e\x32-.gml.internal.api.core.v1.ModelInfo.ModelKindR\x04kind\x12N\n\x06\x66ormat\x18\x03 \x01(\x0e\x32\x36.gml.internal.api.core.v1.ModelInfo.ModelStorageFormatR\x06\x66ormat\x12T\n\x0b\x66ile_assets\x18\x04 \x03(\x0b\x32\x33.gml.internal.api.core.v1.ModelInfo.FileAssetsEntryR\nfileAssets\x12_\n\x16input_tensor_semantics\x18\x05 \x03(\x0b\x32).gml.internal.api.core.v1.TensorSemanticsR\x14inputTensorSemantics\x12\x61\n\x17output_tensor_semantics\x18\x06 \x03(\x0b\x32).gml.internal.api.core.v1.TensorSemanticsR\x15outputTensorSemantics\x12!\n\x0c\x63lass_labels\x18\x64 \x03(\tR\x0b\x63lassLabels\x12\x46\n\tbbox_info\x18\x65 \x01(\x0b\x32).gml.internal.api.core.v1.BoundingBoxInfoR\x08\x62\x62oxInfo\x12l\n\x19image_preprocessing_steps\x18\x66 \x03(\x0b\x32\x30.gml.internal.api.core.v1.ImagePreprocessingStepR\x17imagePreprocessingSteps\x12W\n\x11generation_config\x18g \x01(\x0b\x32*.gml.internal.api.core.v1.GenerationConfigR\x10generationConfig\x12O\n\x0fkv_cache_config\x18h \x01(\x0b\x32\'.gml.internal.api.core.v1.KVCacheConfigR\rkvCacheConfig\x12T\n\x10tracing_metadata\x18i \x01(\x0b\x32).gml.internal.api.core.v1.TracingMetadataR\x0ftracingMetadata\x12Z\n\x12transformer_config\x18j \x01(\x0b\x32+.gml.internal.api.core.v1.TransformerConfigR\x11transformerConfig\x1aN\n\x0f\x46ileAssetsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDR\x05value:\x02\x38\x01\"\xd8\x01\n\tModelKind\x12\x16\n\x12MODEL_KIND_UNKNOWN\x10\x00\x12\x14\n\x10MODEL_KIND_TORCH\x10\x01\x12\x1a\n\x16MODEL_KIND_TORCHSCRIPT\x10\x02\x12\x13\n\x0fMODEL_KIND_ONNX\x10\x03\x12\x15\n\x11MODEL_KIND_TFLITE\x10\x04\x12\x17\n\x13MODEL_KIND_OPENVINO\x10\x05\x12$\n MODEL_KIND_HUGGINGFACE_TOKENIZER\x10\x06\x12\x16\n\x12MODEL_KIND_HAILORT\x10\x07\"\xd1\x02\n\x12ModelStorageFormat\x12 \n\x1cMODEL_STORAGE_FORMAT_UNKNOWN\x10\x00\x12&\n\"MODEL_STORAGE_FORMAT_MLIR_BYTECODE\x10\x01\x12\"\n\x1eMODEL_STORAGE_FORMAT_MLIR_TEXT\x10\x02\x12!\n\x1dMODEL_STORAGE_FORMAT_PROTOBUF\x10\x03\x12#\n\x1fMODEL_STORAGE_FORMAT_PROTO_TEXT\x10\x04\x12#\n\x1fMODEL_STORAGE_FORMAT_FLATBUFFER\x10\x05\x12!\n\x1dMODEL_STORAGE_FORMAT_OPENVINO\x10\x06\x12\x1f\n\x1bMODEL_STORAGE_FORMAT_OPAQUE\x10\x07\x12\x1c\n\x18MODEL_STORAGE_FORMAT_HEF\x10\x08\"\xa8\x02\n\x04Node\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x45\n\x04kind\x18\x02 \x01(\x0e\x32\x31.gml.internal.api.core.v1.LogicalPipelineNodeKindR\x04kind\x12H\n\nattributes\x18\x03 \x03(\x0b\x32(.gml.internal.api.core.v1.NodeAttributesR\nattributes\x12;\n\x06inputs\x18\x04 \x03(\x0b\x32#.gml.internal.api.core.v1.NodeInputR\x06inputs\x12>\n\x07outputs\x18\x05 \x03(\x0b\x32$.gml.internal.api.core.v1.NodeOutputR\x07outputs\"\x1e\n\x08ParamRef\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"\xab\x04\n\x05Value\x12!\n\x0bstring_data\x18\x01 \x01(\tH\x00R\nstringData\x12\x1f\n\nint64_data\x18\x02 \x01(\x03H\x00R\tint64Data\x12!\n\x0b\x64ouble_data\x18\x03 \x01(\x01H\x00R\ndoubleData\x12\x1d\n\tbool_data\x18\x04 \x01(\x08H\x00R\x08\x62oolData\x12I\n\x0blambda_data\x18\x05 \x01(\x0b\x32&.gml.internal.api.core.v1.Value.LambdaH\x00R\nlambdaData\x12I\n\nmodel_data\x18\x06 \x01(\x0b\x32(.gml.internal.api.core.v1.Value.ModelRefH\x00R\tmodelData\x12\x43\n\nparam_data\x18\x07 \x01(\x0b\x32\".gml.internal.api.core.v1.ParamRefH\x00R\tparamData\x1aG\n\x08ModelRef\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\'\n\x02id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x1ap\n\x06Lambda\x12\x16\n\x06inputs\x18\x01 \x03(\tR\x06inputs\x12\x18\n\x07outputs\x18\x02 \x03(\tR\x07outputs\x12\x34\n\x05nodes\x18\x03 \x03(\x0b\x32\x1e.gml.internal.api.core.v1.NodeR\x05nodesB\x06\n\x04\x64\x61ta\"[\n\x0eNodeAttributes\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32\x1f.gml.internal.api.core.v1.ValueR\x05value\"\x9c\x03\n\tNodeInput\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x45\n\x0bparam_value\x18\x02 \x01(\x0b\x32\".gml.internal.api.core.v1.ParamRefH\x00R\nparamValue\x12_\n\x11node_output_value\x18\x03 \x01(\x0b\x32\x31.gml.internal.api.core.v1.NodeInput.NodeOutputRefH\x00R\x0fnodeOutputValue\x12\x62\n\x12lambda_input_value\x18\x04 \x01(\x0b\x32\x32.gml.internal.api.core.v1.NodeInput.LambdaInputRefH\x00R\x10lambdaInputValue\x1a@\n\rNodeOutputRef\x12\x1b\n\tnode_name\x18\x01 \x01(\tR\x08nodeName\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x1a$\n\x0eLambdaInputRef\x12\x12\n\x04name\x18\x01 \x01(\tR\x04nameB\x07\n\x05value\" \n\nNodeOutput\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"a\n\x05Param\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x44\n\rdefault_value\x18\x02 \x01(\x0b\x32\x1f.gml.internal.api.core.v1.ValueR\x0c\x64\x65\x66\x61ultValue\"\xbc\x01\n\x0fLogicalPipeline\x12\x37\n\x06params\x18\x01 \x03(\x0b\x32\x1f.gml.internal.api.core.v1.ParamR\x06params\x12\x34\n\x05nodes\x18\x02 \x03(\x0b\x32\x1e.gml.internal.api.core.v1.NodeR\x05nodes\x12:\n\tmodel_ids\x18\x03 \x03(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08ModelIDsR\x08modelIds\"\xab\x04\n\x12PipelineDeployment\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12V\n\x13logical_pipeline_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x15\xe2\xde\x1f\x11LogicalPipelineIDR\x11logicalPipelineId\x12\x37\n\x08\x66leet_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0b\xe2\xde\x1f\x07\x46leetIDR\x07\x66leetId\x12\x39\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x18\n\x07version\x18\x06 \x01(\x03R\x07version\x12\x44\n\x04spec\x18\x07 \x01(\x0b\x32\x30.gml.internal.api.core.v1.PipelineDeploymentSpecR\x04spec\x12J\n\x06status\x18\x08 \x01(\x0b\x32\x32.gml.internal.api.core.v1.PipelineDeploymentStatusR\x06status\x12\x39\n\ndeleted_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tdeletedAt\"\xb1\x01\n\x16PipelineDeploymentSpec\x12=\n\x05state\x18\x01 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\x12X\n\x0escaling_config\x18\x02 \x01(\x0b\x32\x31.gml.internal.api.core.v1.DeploymentScalingConfigR\rscalingConfig\"\xbd\x01\n\x17\x44\x65ploymentScalingConfig\x12z\n\x12replicate_per_node\x18\x01 \x01(\x0b\x32J.gml.internal.api.core.v1.DeploymentScalingConfig.ReplicatePerNodeStrategyH\x00R\x10replicatePerNode\x1a\x1a\n\x18ReplicatePerNodeStrategyB\n\n\x08strategy\"q\n\x18PipelineDeploymentStatus\x12=\n\x05state\x18\x01 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\x12\x16\n\x06reason\x18\x02 \x01(\tR\x06reason\"\xdc\x03\n\x10PhysicalPipeline\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12_\n\x16pipeline_deployment_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x18\xe2\xde\x1f\x14PipelineDeploymentIDR\x14pipelineDeploymentId\x12:\n\tdevice_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\x12\x39\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x42\n\x04spec\x18\x06 \x01(\x0b\x32..gml.internal.api.core.v1.PhysicalPipelineSpecR\x04spec\x12H\n\x06status\x18\x07 \x01(\x0b\x32\x30.gml.internal.api.core.v1.PhysicalPipelineStatusR\x06status\"\xcd\x02\n\x14PhysicalPipelineSpec\x12=\n\x05state\x18\x01 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\x12\x18\n\x07version\x18\x02 \x01(\x03R\x07version\x12=\n\x05graph\x18\x03 \x01(\x0b\x32\'.gml.internal.api.core.v1.ExecutionSpecR\x05graph\x12\x30\n\x14\x64\x65vice_resource_hash\x18\x05 \x01(\tR\x12\x64\x65viceResourceHash\x12M\n\x0c\x65xec_runtime\x18\x06 \x01(\x0e\x32*.gml.internal.api.core.v1.ModelRuntimeTypeR\x0b\x65xecRuntime\x12\x1c\n\x07runtime\x18\x04 \x01(\tB\x02\x18\x01R\x07runtime\"\x88\x04\n\x16PhysicalPipelineStatus\x12=\n\x05state\x18\x01 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\x12\x18\n\x07version\x18\x02 \x01(\x03R\x07version\x12\x16\n\x06reason\x18\x04 \x01(\tR\x06reason\x12\x30\n\x14\x64\x65vice_resource_hash\x18\x05 \x01(\tR\x12\x64\x65viceResourceHash\x12\x66\n\rruntime_specs\x18\x07 \x03(\x0b\x32\x41.gml.internal.api.core.v1.PhysicalPipelineStatus.ModelRuntimeSpecR\x0cruntimeSpecs\x12\x1c\n\x07runtime\x18\x03 \x01(\tB\x02\x18\x01R\x07runtime\x12S\n\rexec_runtimes\x18\x06 \x03(\x0e\x32*.gml.internal.api.core.v1.ModelRuntimeTypeB\x02\x18\x01R\x0c\x65xecRuntimes\x1ap\n\x10ModelRuntimeSpec\x12\x44\n\x07runtime\x18\x01 \x01(\x0e\x32*.gml.internal.api.core.v1.ModelRuntimeTypeR\x07runtime\x12\x16\n\x06\x64\x65vice\x18\x02 \x01(\tR\x06\x64\x65vice\"\x84\x01\n\x0c\x46ileResource\x12\x34\n\x07\x66ile_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\n\xe2\xde\x1f\x06\x46ileIDR\x06\x66ileId\x12\x1d\n\nsize_bytes\x18\x02 \x01(\x04R\tsizeBytes\x12\x1f\n\x0bsha256_hash\x18\x03 \x01(\tR\nsha256Hash\"\x8b\x01\n\rExecutionSpec\x12\x36\n\x05graph\x18\x01 \x01(\x0b\x32 .mediapipe.CalculatorGraphConfigR\x05graph\x12\x42\n\nmodel_spec\x18\x02 \x03(\x0b\x32#.gml.internal.api.core.v1.ModelSpecR\tmodelSpec\"\\\n\nNamedAsset\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12:\n\x04\x66ile\x18\x02 \x01(\x0b\x32&.gml.internal.api.core.v1.FileResourceR\x04\x66ile\"\xa3\x05\n\tModelSpec\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x33\n\ronnx_blob_key\x18\x02 \x01(\tB\x0f\xe2\xde\x1f\x0bONNXBlobKeyR\x0bonnxBlobKey\x12Q\n\tonnx_file\x18\x03 \x01(\x0b\x32&.gml.internal.api.core.v1.FileResourceB\x0c\xe2\xde\x1f\x08ONNXFileR\x08onnxFile\x12\x45\n\x0bnamed_asset\x18\x04 \x03(\x0b\x32$.gml.internal.api.core.v1.NamedAssetR\nnamedAsset\x12M\n\x0c\x65xec_runtime\x18\x33 \x01(\x0e\x32*.gml.internal.api.core.v1.ModelRuntimeTypeR\x0b\x65xecRuntime\x12%\n\x0e\x61\x63\x63\x65lerator_id\x18\x34 \x01(\tR\racceleratorId\x12\x62\n\rtensorrt_spec\x18\x64 \x01(\x0b\x32+.gml.internal.api.core.v1.TensorRTModelSpecB\x10\xe2\xde\x1f\x0cTensorRTSpecR\x0ctensorrtSpec\x12\x62\n\ropenvino_spec\x18\x65 \x01(\x0b\x32+.gml.internal.api.core.v1.OpenVINOModelSpecB\x10\xe2\xde\x1f\x0cOpenVINOSpecR\x0copenvinoSpec\x12W\n\tiree_spec\x18\x66 \x01(\x0b\x32\'.gml.internal.api.core.v1.IREEModelSpecB\x11\xe2\xde\x1f\rIREEModelSpecR\x08ireeSpec\x12\x1c\n\x07runtime\x18\x32 \x01(\tB\x02\x18\x01R\x07runtime\"\xfe\x01\n\x11TensorRTModelSpec\x12h\n\x14optimization_profile\x18\x01 \x03(\x0b\x32\x35.gml.internal.api.core.v1.TensorRTOptimizationProfileR\x13optimizationProfile\x12&\n\x0f\x65ngine_blob_key\x18\x02 \x01(\tR\rengineBlobKey\x12W\n\x0fmem_pool_limits\x18\x03 \x01(\x0b\x32/.gml.internal.api.core.v1.TensorRTMemPoolLimitsR\rmemPoolLimits\"\x7f\n\x1bTensorRTOptimizationProfile\x12`\n\x12tensor_shape_range\x18\x01 \x03(\x0b\x32\x32.gml.internal.api.core.v1.TensorRTTensorShapeRangeR\x10tensorShapeRange\"w\n\x18TensorRTTensorShapeRange\x12\x1f\n\x0btensor_name\x18\x01 \x01(\tR\ntensorName\x12\x10\n\x03min\x18\x03 \x03(\x05R\x03min\x12\x10\n\x03opt\x18\x04 \x03(\x05R\x03opt\x12\x10\n\x03max\x18\x05 \x03(\x05R\x03maxJ\x04\x08\x02\x10\x03\"5\n\x15TensorRTMemPoolLimits\x12\x1c\n\tworkspace\x18\x01 \x01(\x03R\tworkspace\"\xab\x01\n\x11OpenVINOModelSpec\x12X\n\x0binput_shape\x18\x01 \x03(\x0b\x32\x37.gml.internal.api.core.v1.OpenVINOModelSpec.TensorShapeR\ninputShape\x12\x1b\n\tdevice_id\x18\x02 \x01(\tR\x08\x64\x65viceId\x1a\x1f\n\x0bTensorShape\x12\x10\n\x03\x64im\x18\x01 \x03(\x05R\x03\x64im\"M\n\rIREEModelSpec\x12\x1f\n\x0b\x64river_name\x18\x01 \x01(\tR\ndriverName\x12\x1b\n\tdevice_id\x18\x02 \x01(\x04R\x08\x64\x65viceId*_\n\x0bKVCacheKind\x12\x19\n\x15KV_CACHE_KIND_UNKNOWN\x10\x00\x12\x1c\n\x18KV_CACHE_KIND_CONTIGUOUS\x10\x01\x12\x17\n\x13KV_CACHE_KIND_PAGED\x10\x02*\x8f\x01\n\x15PositionEmbeddingKind\x12#\n\x1fPOSITION_EMBEDDING_KIND_UNKNOWN\x10\x00\x12(\n$POSITION_EMBEDDING_KIND_ROPE_DEFAULT\x10\x01\x12\'\n#POSITION_EMBEDDING_KIND_ROPE_LLAMA3\x10\x02*\x96\n\n\x17LogicalPipelineNodeKind\x12&\n\"LOGICAL_PIPELINE_NODE_KIND_UNKNOWN\x10\x00\x12,\n(LOGICAL_PIPELINE_NODE_KIND_CAMERA_SOURCE\x10\n\x12\x31\n-LOGICAL_PIPELINE_NODE_KIND_TEXT_STREAM_SOURCE\x10\x0b\x12.\n*LOGICAL_PIPELINE_NODE_KIND_ENDPOINT_SOURCE\x10\x0c\x12&\n!LOGICAL_PIPELINE_NODE_KIND_DETECT\x10\xe8\x07\x12(\n#LOGICAL_PIPELINE_NODE_KIND_CLASSIFY\x10\xe9\x07\x12\'\n\"LOGICAL_PIPELINE_NODE_KIND_SEGMENT\x10\xea\x07\x12\x33\n.LOGICAL_PIPELINE_NODE_KIND_MULTI_PURPOSE_MODEL\x10\xeb\x07\x12\'\n\"LOGICAL_PIPELINE_NODE_KIND_REGRESS\x10\xec\x07\x12%\n LOGICAL_PIPELINE_NODE_KIND_TRACK\x10\xed\x07\x12/\n*LOGICAL_PIPELINE_NODE_KIND_GENERATE_TOKENS\x10\xee\x07\x12(\n#LOGICAL_PIPELINE_NODE_KIND_TOKENIZE\x10\xef\x07\x12*\n%LOGICAL_PIPELINE_NODE_KIND_DETOKENIZE\x10\xf0\x07\x12%\n LOGICAL_PIPELINE_NODE_KIND_EMBED\x10\xf1\x07\x12\x35\n0LOGICAL_PIPELINE_NODE_KIND_TEMPLATE_CHAT_MESSAGE\x10\xf2\x07\x12.\n)LOGICAL_PIPELINE_NODE_KIND_ESTIMATE_DEPTH\x10\xf3\x07\x12,\n\'LOGICAL_PIPELINE_NODE_KIND_FOR_EACH_ROI\x10\xdf\x0b\x12-\n(LOGICAL_PIPELINE_NODE_KIND_VECTOR_SEARCH\x10\xe0\x0b\x12\x34\n/LOGICAL_PIPELINE_NODE_KIND_FILTER_MOVING_TRACKS\x10\xe1\x0b\x12\x33\n.LOGICAL_PIPELINE_NODE_KIND_EXTRACT_IMAGE_FRAME\x10\xe2\x0b\x12.\n)LOGICAL_PIPELINE_NODE_KIND_EXTRACT_PROMPT\x10\xe3\x0b\x12\x31\n,LOGICAL_PIPELINE_NODE_KIND_VIDEO_STREAM_SINK\x10\xd0\x0f\x12\x37\n2LOGICAL_PIPELINE_NODE_KIND_DETECTIONS_METRICS_SINK\x10\xd1\x0f\x12\x34\n/LOGICAL_PIPELINE_NODE_KIND_LATENCY_METRICS_SINK\x10\xd2\x0f\x12\x32\n-LOGICAL_PIPELINE_NODE_KIND_FRAME_METRICS_SINK\x10\xd3\x0f\x12\x30\n+LOGICAL_PIPELINE_NODE_KIND_TEXT_STREAM_SINK\x10\xd4\x0f\x12-\n(LOGICAL_PIPELINE_NODE_KIND_ENDPOINT_SINK\x10\xd5\x0f*\xf5\x01\n\rPipelineState\x12\x1a\n\x16PIPELINE_STATE_UNKNOWN\x10\x00\x12\x1a\n\x16PIPELINE_STATE_PENDING\x10\x01\x12\x18\n\x14PIPELINE_STATE_READY\x10\x02\x12\x1a\n\x16PIPELINE_STATE_RUNNING\x10\x03\x12\x1e\n\x1aPIPELINE_STATE_TERMINATING\x10\x04\x12\x1d\n\x19PIPELINE_STATE_TERMINATED\x10\x05\x12\x19\n\x15PIPELINE_STATE_FAILED\x10\x06\x12\x1c\n\x18PIPELINE_STATE_COMPILING\x10\x07*\xc6\x01\n\rKVCacheFormat\x12\x1b\n\x17KV_CACHE_FORMAT_UNKNOWN\x10\x00\x12:\n6KV_CACHE_FORMAT_CONTIGUOUS_SEPARATE_KV_NO_OUTPUT_SPACE\x10\x01\x12<\n8KV_CACHE_FORMAT_CONTIGUOUS_COMBINED_KV_WITH_OUTPUT_SPACE\x10\x02\x12\x1e\n\x1aKV_CACHE_FORMAT_PAGED_TLLM\x10\x03\x42/Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepbb\x06proto3')
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"src/api/corepb/v1/model_exec.proto\x12\x18gml.internal.api.core.v1\x1a\x14gogoproto/gogo.proto\x1a$mediapipe/framework/calculator.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dsrc/common/typespb/uuid.proto\x1a#src/api/corepb/v1/device_info.proto\x1a!src/api/corepb/v1/actor_net.proto\"\xa7\x02\n\x0f\x42oundingBoxInfo\x12Z\n\nbox_format\x18\x01 \x01(\x0e\x32;.gml.internal.api.core.v1.BoundingBoxInfo.BoundingBoxFormatR\tboxFormat\x12%\n\x0e\x62ox_normalized\x18\x02 \x01(\x08R\rboxNormalized\"\x90\x01\n\x11\x42oundingBoxFormat\x12\x1f\n\x1b\x42OUNDING_BOX_FORMAT_UNKNOWN\x10\x00\x12\x1e\n\x1a\x42OUNDING_BOX_FORMAT_CXCYWH\x10\x01\x12\x1c\n\x18\x42OUNDING_BOX_FORMAT_YXYX\x10\x02\x12\x1c\n\x18\x42OUNDING_BOX_FORMAT_XYXY\x10\x03\"\xd8\x08\n\x16ImagePreprocessingStep\x12[\n\x04kind\x18\x01 \x01(\x0e\x32G.gml.internal.api.core.v1.ImagePreprocessingStep.ImagePreprocessingKindR\x04kind\x12s\n\x11\x63onversion_params\x18\x02 \x01(\x0b\x32\x46.gml.internal.api.core.v1.ImagePreprocessingStep.ImageConversionParamsR\x10\x63onversionParams\x12g\n\rresize_params\x18\x03 \x01(\x0b\x32\x42.gml.internal.api.core.v1.ImagePreprocessingStep.ImageResizeParamsR\x0cresizeParams\x12v\n\x12standardize_params\x18\x04 \x01(\x0b\x32G.gml.internal.api.core.v1.ImagePreprocessingStep.ImageStandardizeParamsR\x11standardizeParams\x1an\n\x15ImageConversionParams\x12\x14\n\x05scale\x18\x01 \x01(\x08R\x05scale\x12?\n\x0cscale_factor\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValueR\x0bscaleFactor\x1a\x90\x02\n\x11ImageResizeParams\x12\x66\n\x04kind\x18\x01 \x01(\x0e\x32R.gml.internal.api.core.v1.ImagePreprocessingStep.ImageResizeParams.ImageResizeKindR\x04kind\"\x92\x01\n\x0fImageResizeKind\x12\x1d\n\x19IMAGE_RESIZE_KIND_UNKNOWN\x10\x00\x12\x1d\n\x19IMAGE_RESIZE_KIND_STRETCH\x10\x01\x12\x1f\n\x1bIMAGE_RESIZE_KIND_LETTERBOX\x10\x02\x12 \n\x1cIMAGE_RESIZE_KIND_CENTERCROP\x10\x03\x1aH\n\x16ImageStandardizeParams\x12\x14\n\x05means\x18\x01 \x03(\x02R\x05means\x12\x18\n\x07stddevs\x18\x02 \x03(\x02R\x07stddevs\"\xbd\x01\n\x16ImagePreprocessingKind\x12$\n IMAGE_PREPROCESSING_KIND_UNKNOWN\x10\x00\x12.\n*IMAGE_PREPROCESSING_KIND_CONVERT_TO_TENSOR\x10\x01\x12#\n\x1fIMAGE_PREPROCESSING_KIND_RESIZE\x10\x02\x12(\n$IMAGE_PREPROCESSING_KIND_STANDARDIZE\x10\x03\"\xe5\x15\n\x12\x44imensionSemantics\x12W\n\x04kind\x18\x01 \x01(\x0e\x32\x43.gml.internal.api.core.v1.DimensionSemantics.DimensionSemanticsKindR\x04kind\x12q\n\x14image_channel_params\x18\x02 \x01(\x0b\x32?.gml.internal.api.core.v1.DimensionSemantics.ImageChannelParamsR\x12imageChannelParams\x12\x86\x01\n\x1b\x64\x65tection_candidates_params\x18\x03 \x01(\x0b\x32\x46.gml.internal.api.core.v1.DimensionSemantics.DetectionCandidatesParamsR\x19\x64\x65tectionCandidatesParams\x12z\n\x17\x64\x65tection_output_params\x18\x04 \x01(\x0b\x32\x42.gml.internal.api.core.v1.DimensionSemantics.DetectionOutputParamsR\x15\x64\x65tectionOutputParams\x12}\n\x18segmentation_mask_params\x18\x05 \x01(\x0b\x32\x43.gml.internal.api.core.v1.DimensionSemantics.SegmentationMaskParamsR\x16segmentationMaskParams\x12j\n\x11regression_params\x18\x06 \x01(\x0b\x32=.gml.internal.api.core.v1.DimensionSemantics.RegressionParamsR\x10regressionParams\x1a\x99\x02\n\x12ImageChannelParams\x12j\n\x06\x66ormat\x18\x01 \x01(\x0e\x32R.gml.internal.api.core.v1.DimensionSemantics.ImageChannelParams.ImageChannelFormatR\x06\x66ormat\"\x96\x01\n\x12ImageChannelFormat\x12 \n\x1cIMAGE_CHANNEL_FORMAT_UNKNOWN\x10\x00\x12\x1c\n\x18IMAGE_CHANNEL_FORMAT_RGB\x10\x01\x12\x1c\n\x18IMAGE_CHANNEL_FORMAT_BGR\x10\x02\x12\"\n\x1eIMAGE_CHANNEL_FORMAT_GRAYSCALE\x10\x03\x1a=\n\x19\x44\x65tectionCandidatesParams\x12 \n\x0cis_nms_boxes\x18\x01 \x01(\x08R\nisNmsBoxes\x1a\x8b\x04\n\x15\x44\x65tectionOutputParams\x12\x7f\n\x14\x62ox_coordinate_range\x18\x01 \x01(\x0b\x32M.gml.internal.api.core.v1.DimensionSemantics.DetectionOutputParams.IndexRangeR\x12\x62oxCoordinateRange\x12H\n\nbox_format\x18\x02 \x01(\x0b\x32).gml.internal.api.core.v1.BoundingBoxInfoR\tboxFormat\x12\x30\n\x14\x62ox_confidence_index\x18\x03 \x01(\x05R\x12\x62oxConfidenceIndex\x12\x1f\n\x0b\x63lass_index\x18\x04 \x01(\x05R\nclassIndex\x12p\n\x0cscores_range\x18\x05 \x01(\x0b\x32M.gml.internal.api.core.v1.DimensionSemantics.DetectionOutputParams.IndexRangeR\x0bscoresRange\x12*\n\x11scores_are_logits\x18\x06 \x01(\x08R\x0fscoresAreLogits\x1a\x36\n\nIndexRange\x12\x14\n\x05start\x18\x01 \x01(\x05R\x05start\x12\x12\n\x04size\x18\x02 \x01(\x05R\x04size\x1a\xd1\x02\n\x16SegmentationMaskParams\x12l\n\x04kind\x18\x01 \x01(\x0e\x32X.gml.internal.api.core.v1.DimensionSemantics.SegmentationMaskParams.SegmentationMaskKindR\x04kind\"\xc8\x01\n\x14SegmentationMaskKind\x12\"\n\x1eSEGMENTATION_MASK_KIND_UNKNOWN\x10\x00\x12&\n\"SEGMENTATION_MASK_KIND_CLASS_LABEL\x10\x01\x12\x1f\n\x1bSEGMENTATION_MASK_KIND_BOOL\x10\x02\x12 \n\x1cSEGMENTATION_MASK_KIND_SCORE\x10\x03\x12!\n\x1dSEGMENTATION_MASK_KIND_LOGITS\x10\x04\x1a\\\n\x10RegressionParams\x12\x14\n\x05label\x18\x01 \x01(\tR\x05label\x12\x32\n\x05scale\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValueR\x05scale\"\xf7\x05\n\x16\x44imensionSemanticsKind\x12$\n DIMENSION_SEMANTICS_KIND_UNKNOWN\x10\x00\x12\"\n\x1e\x44IMENSION_SEMANTICS_KIND_BATCH\x10\x01\x12#\n\x1f\x44IMENSION_SEMANTICS_KIND_IGNORE\x10\x02\x12*\n&DIMENSION_SEMANTICS_KIND_IMAGE_CHANNEL\x10\x03\x12)\n%DIMENSION_SEMANTICS_KIND_IMAGE_HEIGHT\x10\x04\x12(\n$DIMENSION_SEMANTICS_KIND_IMAGE_WIDTH\x10\x05\x12\x31\n-DIMENSION_SEMANTICS_KIND_DETECTION_CANDIDATES\x10\x06\x12-\n)DIMENSION_SEMANTICS_KIND_DETECTION_OUTPUT\x10\x07\x12)\n%DIMENSION_SEMANTICS_KIND_CLASS_SCORES\x10\x08\x12\x36\n2DIMENSION_SEMANTICS_KIND_SEGMENTATION_MASK_CHANNEL\x10\t\x12)\n%DIMENSION_SEMANTICS_KIND_CLASS_LABELS\x10\n\x12-\n)DIMENSION_SEMANTICS_KIND_REGRESSION_VALUE\x10\x0b\x12#\n\x1f\x44IMENSION_SEMANTICS_KIND_TOKENS\x10\x0c\x12+\n\'DIMENSION_SEMANTICS_KIND_ATTENTION_MASK\x10\r\x12)\n%DIMENSION_SEMANTICS_KIND_VOCAB_LOGITS\x10\x0e\x12&\n\"DIMENSION_SEMANTICS_KIND_EMBEDDING\x10\x0f\x12)\n%DIMENSION_SEMANTICS_KIND_POSITION_IDS\x10\x10\"\xe9\x02\n\x0fTensorSemantics\x12L\n\ndimensions\x18\x01 \x03(\x0b\x32,.gml.internal.api.core.v1.DimensionSemanticsR\ndimensions\x12Q\n\x04kind\x18\x02 \x01(\x0e\x32=.gml.internal.api.core.v1.TensorSemantics.TensorSemanticsKindR\x04kind\"\xb4\x01\n\x13TensorSemanticsKind\x12!\n\x1dTENSOR_SEMANTICS_KIND_UNKNOWN\x10\x00\x12 \n\x1cTENSOR_SEMANTICS_KIND_UNUSED\x10\x01\x12#\n\x1fTENSOR_SEMANTICS_KIND_DIMENSION\x10\x02\x12\x33\n/TENSOR_SEMANTICS_KIND_ATTENTION_KEY_VALUE_CACHE\x10\x03\"6\n\x10GenerationConfig\x12\"\n\reos_token_ids\x18\x01 \x03(\x03R\x0b\x65osTokenIds\"J\n\rKVCacheConfig\x12\x39\n\x04kind\x18\x01 \x01(\x0e\x32%.gml.internal.api.core.v1.KVCacheKindR\x04kind\"i\n\x05Model\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12\x37\n\x04info\x18\x02 \x01(\x0b\x32#.gml.internal.api.core.v1.ModelInfoR\x04info\";\n\x0bPackageInfo\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x18\n\x07version\x18\x02 \x01(\tR\x07version\"[\n\x0fTracingMetadata\x12H\n\x0cpackage_info\x18\x01 \x03(\x0b\x32%.gml.internal.api.core.v1.PackageInfoR\x0bpackageInfo\"\x93\x01\n\x11\x44\x65\x66\x61ultRopeConfig\x12\x14\n\x05theta\x18\x01 \x01(\x01R\x05theta\x12\x36\n\x17max_position_embeddings\x18\x02 \x01(\x03R\x15maxPositionEmbeddings\x12\x30\n\x14rotary_embedding_dim\x18\x03 \x01(\x03R\x12rotaryEmbeddingDim\"\xc5\x02\n\x10Llama3RopeConfig\x12\x14\n\x05theta\x18\x01 \x01(\x01R\x05theta\x12\x36\n\x17max_position_embeddings\x18\x02 \x01(\x03R\x15maxPositionEmbeddings\x12\x30\n\x14rotary_embedding_dim\x18\x03 \x01(\x03R\x12rotaryEmbeddingDim\x12\x16\n\x06\x66\x61\x63tor\x18\x04 \x01(\x01R\x06\x66\x61\x63tor\x12(\n\x10high_freq_factor\x18\x05 \x01(\x01R\x0ehighFreqFactor\x12&\n\x0flow_freq_factor\x18\x06 \x01(\x01R\rlowFreqFactor\x12G\n original_max_position_embeddings\x18\x07 \x01(\x03R\x1doriginalMaxPositionEmbeddings\"\x95\x02\n\x17PositionEmbeddingConfig\x12\x43\n\x04kind\x18\x01 \x01(\x0e\x32/.gml.internal.api.core.v1.PositionEmbeddingKindR\x04kind\x12[\n\x13\x64\x65\x66\x61ult_rope_config\x18\x02 \x01(\x0b\x32+.gml.internal.api.core.v1.DefaultRopeConfigR\x11\x64\x65\x66\x61ultRopeConfig\x12X\n\x12llama3_rope_config\x18\x03 \x01(\x0b\x32*.gml.internal.api.core.v1.Llama3RopeConfigR\x10llama3RopeConfig\"\x82\x01\n\x11TransformerConfig\x12m\n\x19position_embedding_config\x18\x01 \x01(\x0b\x32\x31.gml.internal.api.core.v1.PositionEmbeddingConfigR\x17positionEmbeddingConfig\"\xbc\r\n\tModelInfo\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x41\n\x04kind\x18\x02 \x01(\x0e\x32-.gml.internal.api.core.v1.ModelInfo.ModelKindR\x04kind\x12N\n\x06\x66ormat\x18\x03 \x01(\x0e\x32\x36.gml.internal.api.core.v1.ModelInfo.ModelStorageFormatR\x06\x66ormat\x12T\n\x0b\x66ile_assets\x18\x04 \x03(\x0b\x32\x33.gml.internal.api.core.v1.ModelInfo.FileAssetsEntryR\nfileAssets\x12_\n\x16input_tensor_semantics\x18\x05 \x03(\x0b\x32).gml.internal.api.core.v1.TensorSemanticsR\x14inputTensorSemantics\x12\x61\n\x17output_tensor_semantics\x18\x06 \x03(\x0b\x32).gml.internal.api.core.v1.TensorSemanticsR\x15outputTensorSemantics\x12!\n\x0c\x63lass_labels\x18\x64 \x03(\tR\x0b\x63lassLabels\x12\x46\n\tbbox_info\x18\x65 \x01(\x0b\x32).gml.internal.api.core.v1.BoundingBoxInfoR\x08\x62\x62oxInfo\x12l\n\x19image_preprocessing_steps\x18\x66 \x03(\x0b\x32\x30.gml.internal.api.core.v1.ImagePreprocessingStepR\x17imagePreprocessingSteps\x12W\n\x11generation_config\x18g \x01(\x0b\x32*.gml.internal.api.core.v1.GenerationConfigR\x10generationConfig\x12O\n\x0fkv_cache_config\x18h \x01(\x0b\x32\'.gml.internal.api.core.v1.KVCacheConfigR\rkvCacheConfig\x12T\n\x10tracing_metadata\x18i \x01(\x0b\x32).gml.internal.api.core.v1.TracingMetadataR\x0ftracingMetadata\x12Z\n\x12transformer_config\x18j \x01(\x0b\x32+.gml.internal.api.core.v1.TransformerConfigR\x11transformerConfig\x1aN\n\x0f\x46ileAssetsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDR\x05value:\x02\x38\x01\"\xef\x01\n\tModelKind\x12\x16\n\x12MODEL_KIND_UNKNOWN\x10\x00\x12\x14\n\x10MODEL_KIND_TORCH\x10\x01\x12\x1a\n\x16MODEL_KIND_TORCHSCRIPT\x10\x02\x12\x13\n\x0fMODEL_KIND_ONNX\x10\x03\x12\x15\n\x11MODEL_KIND_TFLITE\x10\x04\x12\x17\n\x13MODEL_KIND_OPENVINO\x10\x05\x12$\n MODEL_KIND_HUGGINGFACE_TOKENIZER\x10\x06\x12\x16\n\x12MODEL_KIND_HAILORT\x10\x07\x12\x15\n\x11MODEL_KIND_HABANA\x10\x08\"\xf6\x02\n\x12ModelStorageFormat\x12 \n\x1cMODEL_STORAGE_FORMAT_UNKNOWN\x10\x00\x12&\n\"MODEL_STORAGE_FORMAT_MLIR_BYTECODE\x10\x01\x12\"\n\x1eMODEL_STORAGE_FORMAT_MLIR_TEXT\x10\x02\x12!\n\x1dMODEL_STORAGE_FORMAT_PROTOBUF\x10\x03\x12#\n\x1fMODEL_STORAGE_FORMAT_PROTO_TEXT\x10\x04\x12#\n\x1fMODEL_STORAGE_FORMAT_FLATBUFFER\x10\x05\x12!\n\x1dMODEL_STORAGE_FORMAT_OPENVINO\x10\x06\x12\x1f\n\x1bMODEL_STORAGE_FORMAT_OPAQUE\x10\x07\x12\x1c\n\x18MODEL_STORAGE_FORMAT_HEF\x10\x08\x12#\n\x1fMODEL_STORAGE_FORMAT_HABANA_BIN\x10\t\"L\n\rModelInfoList\x12;\n\x06models\x18\x01 \x03(\x0b\x32#.gml.internal.api.core.v1.ModelInfoR\x06models\"\xa8\x02\n\x04Node\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x45\n\x04kind\x18\x02 \x01(\x0e\x32\x31.gml.internal.api.core.v1.LogicalPipelineNodeKindR\x04kind\x12H\n\nattributes\x18\x03 \x03(\x0b\x32(.gml.internal.api.core.v1.NodeAttributesR\nattributes\x12;\n\x06inputs\x18\x04 \x03(\x0b\x32#.gml.internal.api.core.v1.NodeInputR\x06inputs\x12>\n\x07outputs\x18\x05 \x03(\x0b\x32$.gml.internal.api.core.v1.NodeOutputR\x07outputs\"\x1e\n\x08ParamRef\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"D\n\tValueList\x12\x37\n\x06values\x18\x01 \x03(\x0b\x32\x1f.gml.internal.api.core.v1.ValueR\x06values\"\xb0\x01\n\tValueDict\x12G\n\x06values\x18\x01 \x03(\x0b\x32/.gml.internal.api.core.v1.ValueDict.ValuesEntryR\x06values\x1aZ\n\x0bValuesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32\x1f.gml.internal.api.core.v1.ValueR\x05value:\x02\x38\x01\"\x86\x06\n\x05Value\x12!\n\x0bstring_data\x18\x01 \x01(\tH\x00R\nstringData\x12\x1f\n\nint64_data\x18\x02 \x01(\x03H\x00R\tint64Data\x12!\n\x0b\x64ouble_data\x18\x03 \x01(\x01H\x00R\ndoubleData\x12\x1d\n\tbool_data\x18\x04 \x01(\x08H\x00R\x08\x62oolData\x12I\n\x0blambda_data\x18\x05 \x01(\x0b\x32&.gml.internal.api.core.v1.Value.LambdaH\x00R\nlambdaData\x12I\n\nmodel_data\x18\x06 \x01(\x0b\x32(.gml.internal.api.core.v1.Value.ModelRefH\x00R\tmodelData\x12\x43\n\nparam_data\x18\x07 \x01(\x0b\x32\".gml.internal.api.core.v1.ParamRefH\x00R\tparamData\x12\x44\n\nvalue_list\x18\x08 \x01(\x0b\x32#.gml.internal.api.core.v1.ValueListH\x00R\tvalueList\x12\x44\n\nvalue_dict\x18\t \x01(\x0b\x32#.gml.internal.api.core.v1.ValueDictH\x00R\tvalueDict\x12M\n\rsemantic_type\x18\n \x01(\x0e\x32&.gml.internal.api.core.v1.SemanticTypeH\x00R\x0csemanticType\x1aG\n\x08ModelRef\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\'\n\x02id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x1ap\n\x06Lambda\x12\x16\n\x06inputs\x18\x01 \x03(\tR\x06inputs\x12\x18\n\x07outputs\x18\x02 \x03(\tR\x07outputs\x12\x34\n\x05nodes\x18\x03 \x03(\x0b\x32\x1e.gml.internal.api.core.v1.NodeR\x05nodesB\x06\n\x04\x64\x61ta\"[\n\x0eNodeAttributes\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32\x1f.gml.internal.api.core.v1.ValueR\x05value\"\x9c\x03\n\tNodeInput\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x45\n\x0bparam_value\x18\x02 \x01(\x0b\x32\".gml.internal.api.core.v1.ParamRefH\x00R\nparamValue\x12_\n\x11node_output_value\x18\x03 \x01(\x0b\x32\x31.gml.internal.api.core.v1.NodeInput.NodeOutputRefH\x00R\x0fnodeOutputValue\x12\x62\n\x12lambda_input_value\x18\x04 \x01(\x0b\x32\x32.gml.internal.api.core.v1.NodeInput.LambdaInputRefH\x00R\x10lambdaInputValue\x1a@\n\rNodeOutputRef\x12\x1b\n\tnode_name\x18\x01 \x01(\tR\x08nodeName\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x1a$\n\x0eLambdaInputRef\x12\x12\n\x04name\x18\x01 \x01(\tR\x04nameB\x07\n\x05value\" \n\nNodeOutput\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"a\n\x05Param\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x44\n\rdefault_value\x18\x02 \x01(\x0b\x32\x1f.gml.internal.api.core.v1.ValueR\x0c\x64\x65\x66\x61ultValue\"\xbc\x01\n\x0fLogicalPipeline\x12\x37\n\x06params\x18\x01 \x03(\x0b\x32\x1f.gml.internal.api.core.v1.ParamR\x06params\x12\x34\n\x05nodes\x18\x02 \x03(\x0b\x32\x1e.gml.internal.api.core.v1.NodeR\x05nodes\x12:\n\tmodel_ids\x18\x03 \x03(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08ModelIDsR\x08modelIds\"\xab\x04\n\x12PipelineDeployment\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12V\n\x13logical_pipeline_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x15\xe2\xde\x1f\x11LogicalPipelineIDR\x11logicalPipelineId\x12\x37\n\x08\x66leet_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0b\xe2\xde\x1f\x07\x46leetIDR\x07\x66leetId\x12\x39\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x18\n\x07version\x18\x06 \x01(\x03R\x07version\x12\x44\n\x04spec\x18\x07 \x01(\x0b\x32\x30.gml.internal.api.core.v1.PipelineDeploymentSpecR\x04spec\x12J\n\x06status\x18\x08 \x01(\x0b\x32\x32.gml.internal.api.core.v1.PipelineDeploymentStatusR\x06status\x12\x39\n\ndeleted_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tdeletedAt\"\xb1\x01\n\x16PipelineDeploymentSpec\x12=\n\x05state\x18\x01 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\x12X\n\x0escaling_config\x18\x02 \x01(\x0b\x32\x31.gml.internal.api.core.v1.DeploymentScalingConfigR\rscalingConfig\"\xbd\x01\n\x17\x44\x65ploymentScalingConfig\x12z\n\x12replicate_per_node\x18\x01 \x01(\x0b\x32J.gml.internal.api.core.v1.DeploymentScalingConfig.ReplicatePerNodeStrategyH\x00R\x10replicatePerNode\x1a\x1a\n\x18ReplicatePerNodeStrategyB\n\n\x08strategy\"q\n\x18PipelineDeploymentStatus\x12=\n\x05state\x18\x01 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\x12\x16\n\x06reason\x18\x02 \x01(\tR\x06reason\"\xdc\x03\n\x10PhysicalPipeline\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12_\n\x16pipeline_deployment_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x18\xe2\xde\x1f\x14PipelineDeploymentIDR\x14pipelineDeploymentId\x12:\n\tdevice_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\x12\x39\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x42\n\x04spec\x18\x06 \x01(\x0b\x32..gml.internal.api.core.v1.PhysicalPipelineSpecR\x04spec\x12H\n\x06status\x18\x07 \x01(\x0b\x32\x30.gml.internal.api.core.v1.PhysicalPipelineStatusR\x06status\"\xcd\x02\n\x14PhysicalPipelineSpec\x12=\n\x05state\x18\x01 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\x12\x18\n\x07version\x18\x02 \x01(\x03R\x07version\x12=\n\x05graph\x18\x03 \x01(\x0b\x32\'.gml.internal.api.core.v1.ExecutionSpecR\x05graph\x12\x30\n\x14\x64\x65vice_resource_hash\x18\x05 \x01(\tR\x12\x64\x65viceResourceHash\x12M\n\x0c\x65xec_runtime\x18\x06 \x01(\x0e\x32*.gml.internal.api.core.v1.ModelRuntimeTypeR\x0b\x65xecRuntime\x12\x1c\n\x07runtime\x18\x04 \x01(\tB\x02\x18\x01R\x07runtime\"\x88\x04\n\x16PhysicalPipelineStatus\x12=\n\x05state\x18\x01 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\x12\x18\n\x07version\x18\x02 \x01(\x03R\x07version\x12\x16\n\x06reason\x18\x04 \x01(\tR\x06reason\x12\x30\n\x14\x64\x65vice_resource_hash\x18\x05 \x01(\tR\x12\x64\x65viceResourceHash\x12\x66\n\rruntime_specs\x18\x07 \x03(\x0b\x32\x41.gml.internal.api.core.v1.PhysicalPipelineStatus.ModelRuntimeSpecR\x0cruntimeSpecs\x12\x1c\n\x07runtime\x18\x03 \x01(\tB\x02\x18\x01R\x07runtime\x12S\n\rexec_runtimes\x18\x06 \x03(\x0e\x32*.gml.internal.api.core.v1.ModelRuntimeTypeB\x02\x18\x01R\x0c\x65xecRuntimes\x1ap\n\x10ModelRuntimeSpec\x12\x44\n\x07runtime\x18\x01 \x01(\x0e\x32*.gml.internal.api.core.v1.ModelRuntimeTypeR\x07runtime\x12\x16\n\x06\x64\x65vice\x18\x02 \x01(\tR\x06\x64\x65vice\"\x84\x01\n\x0c\x46ileResource\x12\x34\n\x07\x66ile_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\n\xe2\xde\x1f\x06\x46ileIDR\x06\x66ileId\x12\x1d\n\nsize_bytes\x18\x02 \x01(\x04R\tsizeBytes\x12\x1f\n\x0bsha256_hash\x18\x03 \x01(\tR\nsha256Hash\"\xdb\x01\n\rExecutionSpec\x12\x36\n\x05graph\x18\x01 \x01(\x0b\x32 .mediapipe.CalculatorGraphConfigR\x05graph\x12\x42\n\nmodel_spec\x18\x02 \x03(\x0b\x32#.gml.internal.api.core.v1.ModelSpecR\tmodelSpec\x12N\n\nactor_spec\x18\x03 \x01(\x0b\x32/.gml.internal.api.core.v1.ActorNetworkNamespaceR\tactorSpec\"\\\n\nNamedAsset\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12:\n\x04\x66ile\x18\x02 \x01(\x0b\x32&.gml.internal.api.core.v1.FileResourceR\x04\x66ile\"\xad\x06\n\tModelSpec\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x33\n\ronnx_blob_key\x18\x02 \x01(\tB\x0f\xe2\xde\x1f\x0bONNXBlobKeyR\x0bonnxBlobKey\x12Q\n\tonnx_file\x18\x03 \x01(\x0b\x32&.gml.internal.api.core.v1.FileResourceB\x0c\xe2\xde\x1f\x08ONNXFileR\x08onnxFile\x12\x45\n\x0bnamed_asset\x18\x04 \x03(\x0b\x32$.gml.internal.api.core.v1.NamedAssetR\nnamedAsset\x12M\n\x0c\x65xec_runtime\x18\x33 \x01(\x0e\x32*.gml.internal.api.core.v1.ModelRuntimeTypeR\x0b\x65xecRuntime\x12%\n\x0e\x61\x63\x63\x65lerator_id\x18\x34 \x01(\tR\racceleratorId\x12\'\n\x0f\x61\x63\x63\x65lerator_idx\x18\x35 \x01(\x05R\x0e\x61\x63\x63\x65leratorIdx\x12\x62\n\rtensorrt_spec\x18\x64 \x01(\x0b\x32+.gml.internal.api.core.v1.TensorRTModelSpecB\x10\xe2\xde\x1f\x0cTensorRTSpecR\x0ctensorrtSpec\x12\x62\n\ropenvino_spec\x18\x65 \x01(\x0b\x32+.gml.internal.api.core.v1.OpenVINOModelSpecB\x10\xe2\xde\x1f\x0cOpenVINOSpecR\x0copenvinoSpec\x12W\n\tiree_spec\x18\x66 \x01(\x0b\x32\'.gml.internal.api.core.v1.IREEModelSpecB\x11\xe2\xde\x1f\rIREEModelSpecR\x08ireeSpec\x12_\n\x0bhabana_spec\x18g \x01(\x0b\x32).gml.internal.api.core.v1.HabanaModelSpecB\x13\xe2\xde\x1f\x0fHabanaModelSpecR\nhabanaSpec\x12\x1c\n\x07runtime\x18\x32 \x01(\tB\x02\x18\x01R\x07runtime\"\xfe\x01\n\x11TensorRTModelSpec\x12h\n\x14optimization_profile\x18\x01 \x03(\x0b\x32\x35.gml.internal.api.core.v1.TensorRTOptimizationProfileR\x13optimizationProfile\x12&\n\x0f\x65ngine_blob_key\x18\x02 \x01(\tR\rengineBlobKey\x12W\n\x0fmem_pool_limits\x18\x03 \x01(\x0b\x32/.gml.internal.api.core.v1.TensorRTMemPoolLimitsR\rmemPoolLimits\"\xec\x01\n\x1bTensorRTOptimizationProfile\x12`\n\x12tensor_shape_range\x18\x01 \x03(\x0b\x32\x32.gml.internal.api.core.v1.TensorRTTensorShapeRangeR\x10tensorShapeRange\x12k\n\x18shape_tensor_value_range\x18\x02 \x03(\x0b\x32\x32.gml.internal.api.core.v1.TensorRTTensorShapeRangeR\x15shapeTensorValueRange\"w\n\x18TensorRTTensorShapeRange\x12\x1f\n\x0btensor_name\x18\x01 \x01(\tR\ntensorName\x12\x10\n\x03min\x18\x03 \x03(\x05R\x03min\x12\x10\n\x03opt\x18\x04 \x03(\x05R\x03opt\x12\x10\n\x03max\x18\x05 \x03(\x05R\x03maxJ\x04\x08\x02\x10\x03\"5\n\x15TensorRTMemPoolLimits\x12\x1c\n\tworkspace\x18\x01 \x01(\x03R\tworkspace\"\xab\x01\n\x11OpenVINOModelSpec\x12X\n\x0binput_shape\x18\x01 \x03(\x0b\x32\x37.gml.internal.api.core.v1.OpenVINOModelSpec.TensorShapeR\ninputShape\x12\x1b\n\tdevice_id\x18\x02 \x01(\tR\x08\x64\x65viceId\x1a\x1f\n\x0bTensorShape\x12\x10\n\x03\x64im\x18\x01 \x03(\x05R\x03\x64im\"M\n\rIREEModelSpec\x12\x1f\n\x0b\x64river_name\x18\x01 \x01(\tR\ndriverName\x12\x1b\n\tdevice_id\x18\x02 \x01(\x04R\x08\x64\x65viceId\".\n\x0fHabanaModelSpec\x12\x1b\n\tdevice_id\x18\x01 \x01(\tR\x08\x64\x65viceId\"9\n\x11ParameterLocation\x12\x10\n\x03\x61rg\x18\x01 \x01(\rR\x03\x61rg\x12\x12\n\x04\x64ims\x18\x02 \x03(\rR\x04\x64ims\"V\n\tParameter\x12I\n\tlocations\x18\x01 \x03(\x0b\x32+.gml.internal.api.core.v1.ParameterLocationR\tlocations\"<\n\x06Recipe\x12\x1a\n\x08\x66ilename\x18\x01 \x01(\tR\x08\x66ilename\x12\x16\n\x06values\x18\x02 \x03(\x03R\x06values\"\x98\x01\n\x15HabanaRecipesMetadata\x12\x43\n\nparameters\x18\x01 \x03(\x0b\x32#.gml.internal.api.core.v1.ParameterR\nparameters\x12:\n\x07recipes\x18\x02 \x03(\x0b\x32 .gml.internal.api.core.v1.RecipeR\x07recipes*_\n\x0bKVCacheKind\x12\x19\n\x15KV_CACHE_KIND_UNKNOWN\x10\x00\x12\x1c\n\x18KV_CACHE_KIND_CONTIGUOUS\x10\x01\x12\x17\n\x13KV_CACHE_KIND_PAGED\x10\x02*\x8f\x01\n\x15PositionEmbeddingKind\x12#\n\x1fPOSITION_EMBEDDING_KIND_UNKNOWN\x10\x00\x12(\n$POSITION_EMBEDDING_KIND_ROPE_DEFAULT\x10\x01\x12\'\n#POSITION_EMBEDDING_KIND_ROPE_LLAMA3\x10\x02*\xc3\n\n\x17LogicalPipelineNodeKind\x12&\n\"LOGICAL_PIPELINE_NODE_KIND_UNKNOWN\x10\x00\x12,\n(LOGICAL_PIPELINE_NODE_KIND_CAMERA_SOURCE\x10\n\x12\x31\n-LOGICAL_PIPELINE_NODE_KIND_TEXT_STREAM_SOURCE\x10\x0b\x12.\n*LOGICAL_PIPELINE_NODE_KIND_ENDPOINT_SOURCE\x10\x0c\x12&\n!LOGICAL_PIPELINE_NODE_KIND_DETECT\x10\xe8\x07\x12(\n#LOGICAL_PIPELINE_NODE_KIND_CLASSIFY\x10\xe9\x07\x12\'\n\"LOGICAL_PIPELINE_NODE_KIND_SEGMENT\x10\xea\x07\x12\x33\n.LOGICAL_PIPELINE_NODE_KIND_MULTI_PURPOSE_MODEL\x10\xeb\x07\x12\'\n\"LOGICAL_PIPELINE_NODE_KIND_REGRESS\x10\xec\x07\x12%\n LOGICAL_PIPELINE_NODE_KIND_TRACK\x10\xed\x07\x12/\n*LOGICAL_PIPELINE_NODE_KIND_GENERATE_TOKENS\x10\xee\x07\x12(\n#LOGICAL_PIPELINE_NODE_KIND_TOKENIZE\x10\xef\x07\x12*\n%LOGICAL_PIPELINE_NODE_KIND_DETOKENIZE\x10\xf0\x07\x12%\n LOGICAL_PIPELINE_NODE_KIND_EMBED\x10\xf1\x07\x12\x35\n0LOGICAL_PIPELINE_NODE_KIND_TEMPLATE_CHAT_MESSAGE\x10\xf2\x07\x12.\n)LOGICAL_PIPELINE_NODE_KIND_ESTIMATE_DEPTH\x10\xf3\x07\x12,\n\'LOGICAL_PIPELINE_NODE_KIND_FOR_EACH_ROI\x10\xdf\x0b\x12-\n(LOGICAL_PIPELINE_NODE_KIND_VECTOR_SEARCH\x10\xe0\x0b\x12\x34\n/LOGICAL_PIPELINE_NODE_KIND_FILTER_MOVING_TRACKS\x10\xe1\x0b\x12\x33\n.LOGICAL_PIPELINE_NODE_KIND_EXTRACT_IMAGE_FRAME\x10\xe2\x0b\x12.\n)LOGICAL_PIPELINE_NODE_KIND_EXTRACT_PROMPT\x10\xe3\x0b\x12+\n&LOGICAL_PIPELINE_NODE_KIND_SCALE_VIDEO\x10\xe4\x0b\x12\x31\n,LOGICAL_PIPELINE_NODE_KIND_VIDEO_STREAM_SINK\x10\xd0\x0f\x12\x37\n2LOGICAL_PIPELINE_NODE_KIND_DETECTIONS_METRICS_SINK\x10\xd1\x0f\x12\x34\n/LOGICAL_PIPELINE_NODE_KIND_LATENCY_METRICS_SINK\x10\xd2\x0f\x12\x32\n-LOGICAL_PIPELINE_NODE_KIND_FRAME_METRICS_SINK\x10\xd3\x0f\x12\x30\n+LOGICAL_PIPELINE_NODE_KIND_TEXT_STREAM_SINK\x10\xd4\x0f\x12-\n(LOGICAL_PIPELINE_NODE_KIND_ENDPOINT_SINK\x10\xd5\x0f*\xd3\x01\n\x0cSemanticType\x12\x19\n\x15SEMANTIC_TYPE_UNKNOWN\x10\x00\x12\x16\n\x12SEMANTIC_TYPE_TEXT\x10\x01\x12\x17\n\x13SEMANTIC_TYPE_IMAGE\x10\x02\x12\x1c\n\x18SEMANTIC_TYPE_DETECTIONS\x10\x03\x12\x1e\n\x1aSEMANTIC_TYPE_SEGMENTATION\x10\x04\x12\x17\n\x13SEMANTIC_TYPE_VIDEO\x10\x05\x12 \n\x1cSEMANTIC_TYPE_CLASSIFICATION\x10\x06*\xf5\x01\n\rPipelineState\x12\x1a\n\x16PIPELINE_STATE_UNKNOWN\x10\x00\x12\x1a\n\x16PIPELINE_STATE_PENDING\x10\x01\x12\x18\n\x14PIPELINE_STATE_READY\x10\x02\x12\x1a\n\x16PIPELINE_STATE_RUNNING\x10\x03\x12\x1e\n\x1aPIPELINE_STATE_TERMINATING\x10\x04\x12\x1d\n\x19PIPELINE_STATE_TERMINATED\x10\x05\x12\x19\n\x15PIPELINE_STATE_FAILED\x10\x06\x12\x1c\n\x18PIPELINE_STATE_COMPILING\x10\x07\x42/Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepbb\x06proto3')
|
27
28
|
|
28
29
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
29
30
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.api.corepb.v1.model_exec_pb2', globals())
|
@@ -35,6 +36,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
35
36
|
_MODEL.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
36
37
|
_MODELINFO_FILEASSETSENTRY._options = None
|
37
38
|
_MODELINFO_FILEASSETSENTRY._serialized_options = b'8\001'
|
39
|
+
_VALUEDICT_VALUESENTRY._options = None
|
40
|
+
_VALUEDICT_VALUESENTRY._serialized_options = b'8\001'
|
38
41
|
_VALUE_MODELREF.fields_by_name['id']._options = None
|
39
42
|
_VALUE_MODELREF.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
40
43
|
_LOGICALPIPELINE.fields_by_name['model_ids']._options = None
|
@@ -69,146 +72,166 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
69
72
|
_MODELSPEC.fields_by_name['openvino_spec']._serialized_options = b'\342\336\037\014OpenVINOSpec'
|
70
73
|
_MODELSPEC.fields_by_name['iree_spec']._options = None
|
71
74
|
_MODELSPEC.fields_by_name['iree_spec']._serialized_options = b'\342\336\037\rIREEModelSpec'
|
75
|
+
_MODELSPEC.fields_by_name['habana_spec']._options = None
|
76
|
+
_MODELSPEC.fields_by_name['habana_spec']._serialized_options = b'\342\336\037\017HabanaModelSpec'
|
72
77
|
_MODELSPEC.fields_by_name['runtime']._options = None
|
73
78
|
_MODELSPEC.fields_by_name['runtime']._serialized_options = b'\030\001'
|
74
|
-
_KVCACHEKIND._serialized_start=
|
75
|
-
_KVCACHEKIND._serialized_end=
|
76
|
-
_POSITIONEMBEDDINGKIND._serialized_start=
|
77
|
-
_POSITIONEMBEDDINGKIND._serialized_end=
|
78
|
-
_LOGICALPIPELINENODEKIND._serialized_start=
|
79
|
-
_LOGICALPIPELINENODEKIND._serialized_end=
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
_BOUNDINGBOXINFO._serialized_start=
|
85
|
-
_BOUNDINGBOXINFO._serialized_end=
|
86
|
-
_BOUNDINGBOXINFO_BOUNDINGBOXFORMAT._serialized_start=
|
87
|
-
_BOUNDINGBOXINFO_BOUNDINGBOXFORMAT._serialized_end=
|
88
|
-
_IMAGEPREPROCESSINGSTEP._serialized_start=
|
89
|
-
_IMAGEPREPROCESSINGSTEP._serialized_end=
|
90
|
-
_IMAGEPREPROCESSINGSTEP_IMAGECONVERSIONPARAMS._serialized_start=
|
91
|
-
_IMAGEPREPROCESSINGSTEP_IMAGECONVERSIONPARAMS._serialized_end=
|
92
|
-
_IMAGEPREPROCESSINGSTEP_IMAGERESIZEPARAMS._serialized_start=
|
93
|
-
_IMAGEPREPROCESSINGSTEP_IMAGERESIZEPARAMS._serialized_end=
|
94
|
-
_IMAGEPREPROCESSINGSTEP_IMAGERESIZEPARAMS_IMAGERESIZEKIND._serialized_start=
|
95
|
-
_IMAGEPREPROCESSINGSTEP_IMAGERESIZEPARAMS_IMAGERESIZEKIND._serialized_end=
|
96
|
-
_IMAGEPREPROCESSINGSTEP_IMAGESTANDARDIZEPARAMS._serialized_start=
|
97
|
-
_IMAGEPREPROCESSINGSTEP_IMAGESTANDARDIZEPARAMS._serialized_end=
|
98
|
-
_IMAGEPREPROCESSINGSTEP_IMAGEPREPROCESSINGKIND._serialized_start=
|
99
|
-
_IMAGEPREPROCESSINGSTEP_IMAGEPREPROCESSINGKIND._serialized_end=
|
100
|
-
_DIMENSIONSEMANTICS._serialized_start=
|
101
|
-
_DIMENSIONSEMANTICS._serialized_end=
|
102
|
-
_DIMENSIONSEMANTICS_IMAGECHANNELPARAMS._serialized_start=
|
103
|
-
_DIMENSIONSEMANTICS_IMAGECHANNELPARAMS._serialized_end=
|
104
|
-
_DIMENSIONSEMANTICS_IMAGECHANNELPARAMS_IMAGECHANNELFORMAT._serialized_start=
|
105
|
-
_DIMENSIONSEMANTICS_IMAGECHANNELPARAMS_IMAGECHANNELFORMAT._serialized_end=
|
106
|
-
_DIMENSIONSEMANTICS_DETECTIONCANDIDATESPARAMS._serialized_start=
|
107
|
-
_DIMENSIONSEMANTICS_DETECTIONCANDIDATESPARAMS._serialized_end=
|
108
|
-
_DIMENSIONSEMANTICS_DETECTIONOUTPUTPARAMS._serialized_start=
|
109
|
-
_DIMENSIONSEMANTICS_DETECTIONOUTPUTPARAMS._serialized_end=
|
110
|
-
_DIMENSIONSEMANTICS_DETECTIONOUTPUTPARAMS_INDEXRANGE._serialized_start=
|
111
|
-
_DIMENSIONSEMANTICS_DETECTIONOUTPUTPARAMS_INDEXRANGE._serialized_end=
|
112
|
-
_DIMENSIONSEMANTICS_SEGMENTATIONMASKPARAMS._serialized_start=
|
113
|
-
_DIMENSIONSEMANTICS_SEGMENTATIONMASKPARAMS._serialized_end=
|
114
|
-
_DIMENSIONSEMANTICS_SEGMENTATIONMASKPARAMS_SEGMENTATIONMASKKIND._serialized_start=
|
115
|
-
_DIMENSIONSEMANTICS_SEGMENTATIONMASKPARAMS_SEGMENTATIONMASKKIND._serialized_end=
|
116
|
-
_DIMENSIONSEMANTICS_REGRESSIONPARAMS._serialized_start=
|
117
|
-
_DIMENSIONSEMANTICS_REGRESSIONPARAMS._serialized_end=
|
118
|
-
_DIMENSIONSEMANTICS_DIMENSIONSEMANTICSKIND._serialized_start=
|
119
|
-
_DIMENSIONSEMANTICS_DIMENSIONSEMANTICSKIND._serialized_end=
|
120
|
-
_TENSORSEMANTICS._serialized_start=
|
121
|
-
_TENSORSEMANTICS._serialized_end=
|
122
|
-
_TENSORSEMANTICS_TENSORSEMANTICSKIND._serialized_start=
|
123
|
-
_TENSORSEMANTICS_TENSORSEMANTICSKIND._serialized_end=
|
124
|
-
_GENERATIONCONFIG._serialized_start=
|
125
|
-
_GENERATIONCONFIG._serialized_end=
|
126
|
-
_KVCACHECONFIG._serialized_start=
|
127
|
-
_KVCACHECONFIG._serialized_end=
|
128
|
-
_MODEL._serialized_start=
|
129
|
-
_MODEL._serialized_end=
|
130
|
-
_PACKAGEINFO._serialized_start=
|
131
|
-
_PACKAGEINFO._serialized_end=
|
132
|
-
_TRACINGMETADATA._serialized_start=
|
133
|
-
_TRACINGMETADATA._serialized_end=
|
134
|
-
_DEFAULTROPECONFIG._serialized_start=
|
135
|
-
_DEFAULTROPECONFIG._serialized_end=
|
136
|
-
_LLAMA3ROPECONFIG._serialized_start=
|
137
|
-
_LLAMA3ROPECONFIG._serialized_end=
|
138
|
-
_POSITIONEMBEDDINGCONFIG._serialized_start=
|
139
|
-
_POSITIONEMBEDDINGCONFIG._serialized_end=
|
140
|
-
_TRANSFORMERCONFIG._serialized_start=
|
141
|
-
_TRANSFORMERCONFIG._serialized_end=
|
142
|
-
_MODELINFO._serialized_start=
|
143
|
-
_MODELINFO._serialized_end=
|
144
|
-
_MODELINFO_FILEASSETSENTRY._serialized_start=
|
145
|
-
_MODELINFO_FILEASSETSENTRY._serialized_end=
|
146
|
-
_MODELINFO_MODELKIND._serialized_start=
|
147
|
-
_MODELINFO_MODELKIND._serialized_end=
|
148
|
-
_MODELINFO_MODELSTORAGEFORMAT._serialized_start=
|
149
|
-
_MODELINFO_MODELSTORAGEFORMAT._serialized_end=
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
79
|
+
_KVCACHEKIND._serialized_start=15126
|
80
|
+
_KVCACHEKIND._serialized_end=15221
|
81
|
+
_POSITIONEMBEDDINGKIND._serialized_start=15224
|
82
|
+
_POSITIONEMBEDDINGKIND._serialized_end=15367
|
83
|
+
_LOGICALPIPELINENODEKIND._serialized_start=15370
|
84
|
+
_LOGICALPIPELINENODEKIND._serialized_end=16717
|
85
|
+
_SEMANTICTYPE._serialized_start=16720
|
86
|
+
_SEMANTICTYPE._serialized_end=16931
|
87
|
+
_PIPELINESTATE._serialized_start=16934
|
88
|
+
_PIPELINESTATE._serialized_end=17179
|
89
|
+
_BOUNDINGBOXINFO._serialized_start=293
|
90
|
+
_BOUNDINGBOXINFO._serialized_end=588
|
91
|
+
_BOUNDINGBOXINFO_BOUNDINGBOXFORMAT._serialized_start=444
|
92
|
+
_BOUNDINGBOXINFO_BOUNDINGBOXFORMAT._serialized_end=588
|
93
|
+
_IMAGEPREPROCESSINGSTEP._serialized_start=591
|
94
|
+
_IMAGEPREPROCESSINGSTEP._serialized_end=1703
|
95
|
+
_IMAGEPREPROCESSINGSTEP_IMAGECONVERSIONPARAMS._serialized_start=1052
|
96
|
+
_IMAGEPREPROCESSINGSTEP_IMAGECONVERSIONPARAMS._serialized_end=1162
|
97
|
+
_IMAGEPREPROCESSINGSTEP_IMAGERESIZEPARAMS._serialized_start=1165
|
98
|
+
_IMAGEPREPROCESSINGSTEP_IMAGERESIZEPARAMS._serialized_end=1437
|
99
|
+
_IMAGEPREPROCESSINGSTEP_IMAGERESIZEPARAMS_IMAGERESIZEKIND._serialized_start=1291
|
100
|
+
_IMAGEPREPROCESSINGSTEP_IMAGERESIZEPARAMS_IMAGERESIZEKIND._serialized_end=1437
|
101
|
+
_IMAGEPREPROCESSINGSTEP_IMAGESTANDARDIZEPARAMS._serialized_start=1439
|
102
|
+
_IMAGEPREPROCESSINGSTEP_IMAGESTANDARDIZEPARAMS._serialized_end=1511
|
103
|
+
_IMAGEPREPROCESSINGSTEP_IMAGEPREPROCESSINGKIND._serialized_start=1514
|
104
|
+
_IMAGEPREPROCESSINGSTEP_IMAGEPREPROCESSINGKIND._serialized_end=1703
|
105
|
+
_DIMENSIONSEMANTICS._serialized_start=1706
|
106
|
+
_DIMENSIONSEMANTICS._serialized_end=4495
|
107
|
+
_DIMENSIONSEMANTICS_IMAGECHANNELPARAMS._serialized_start=2429
|
108
|
+
_DIMENSIONSEMANTICS_IMAGECHANNELPARAMS._serialized_end=2710
|
109
|
+
_DIMENSIONSEMANTICS_IMAGECHANNELPARAMS_IMAGECHANNELFORMAT._serialized_start=2560
|
110
|
+
_DIMENSIONSEMANTICS_IMAGECHANNELPARAMS_IMAGECHANNELFORMAT._serialized_end=2710
|
111
|
+
_DIMENSIONSEMANTICS_DETECTIONCANDIDATESPARAMS._serialized_start=2712
|
112
|
+
_DIMENSIONSEMANTICS_DETECTIONCANDIDATESPARAMS._serialized_end=2773
|
113
|
+
_DIMENSIONSEMANTICS_DETECTIONOUTPUTPARAMS._serialized_start=2776
|
114
|
+
_DIMENSIONSEMANTICS_DETECTIONOUTPUTPARAMS._serialized_end=3299
|
115
|
+
_DIMENSIONSEMANTICS_DETECTIONOUTPUTPARAMS_INDEXRANGE._serialized_start=3245
|
116
|
+
_DIMENSIONSEMANTICS_DETECTIONOUTPUTPARAMS_INDEXRANGE._serialized_end=3299
|
117
|
+
_DIMENSIONSEMANTICS_SEGMENTATIONMASKPARAMS._serialized_start=3302
|
118
|
+
_DIMENSIONSEMANTICS_SEGMENTATIONMASKPARAMS._serialized_end=3639
|
119
|
+
_DIMENSIONSEMANTICS_SEGMENTATIONMASKPARAMS_SEGMENTATIONMASKKIND._serialized_start=3439
|
120
|
+
_DIMENSIONSEMANTICS_SEGMENTATIONMASKPARAMS_SEGMENTATIONMASKKIND._serialized_end=3639
|
121
|
+
_DIMENSIONSEMANTICS_REGRESSIONPARAMS._serialized_start=3641
|
122
|
+
_DIMENSIONSEMANTICS_REGRESSIONPARAMS._serialized_end=3733
|
123
|
+
_DIMENSIONSEMANTICS_DIMENSIONSEMANTICSKIND._serialized_start=3736
|
124
|
+
_DIMENSIONSEMANTICS_DIMENSIONSEMANTICSKIND._serialized_end=4495
|
125
|
+
_TENSORSEMANTICS._serialized_start=4498
|
126
|
+
_TENSORSEMANTICS._serialized_end=4859
|
127
|
+
_TENSORSEMANTICS_TENSORSEMANTICSKIND._serialized_start=4679
|
128
|
+
_TENSORSEMANTICS_TENSORSEMANTICSKIND._serialized_end=4859
|
129
|
+
_GENERATIONCONFIG._serialized_start=4861
|
130
|
+
_GENERATIONCONFIG._serialized_end=4915
|
131
|
+
_KVCACHECONFIG._serialized_start=4917
|
132
|
+
_KVCACHECONFIG._serialized_end=4991
|
133
|
+
_MODEL._serialized_start=4993
|
134
|
+
_MODEL._serialized_end=5098
|
135
|
+
_PACKAGEINFO._serialized_start=5100
|
136
|
+
_PACKAGEINFO._serialized_end=5159
|
137
|
+
_TRACINGMETADATA._serialized_start=5161
|
138
|
+
_TRACINGMETADATA._serialized_end=5252
|
139
|
+
_DEFAULTROPECONFIG._serialized_start=5255
|
140
|
+
_DEFAULTROPECONFIG._serialized_end=5402
|
141
|
+
_LLAMA3ROPECONFIG._serialized_start=5405
|
142
|
+
_LLAMA3ROPECONFIG._serialized_end=5730
|
143
|
+
_POSITIONEMBEDDINGCONFIG._serialized_start=5733
|
144
|
+
_POSITIONEMBEDDINGCONFIG._serialized_end=6010
|
145
|
+
_TRANSFORMERCONFIG._serialized_start=6013
|
146
|
+
_TRANSFORMERCONFIG._serialized_end=6143
|
147
|
+
_MODELINFO._serialized_start=6146
|
148
|
+
_MODELINFO._serialized_end=7870
|
149
|
+
_MODELINFO_FILEASSETSENTRY._serialized_start=7173
|
150
|
+
_MODELINFO_FILEASSETSENTRY._serialized_end=7251
|
151
|
+
_MODELINFO_MODELKIND._serialized_start=7254
|
152
|
+
_MODELINFO_MODELKIND._serialized_end=7493
|
153
|
+
_MODELINFO_MODELSTORAGEFORMAT._serialized_start=7496
|
154
|
+
_MODELINFO_MODELSTORAGEFORMAT._serialized_end=7870
|
155
|
+
_MODELINFOLIST._serialized_start=7872
|
156
|
+
_MODELINFOLIST._serialized_end=7948
|
157
|
+
_NODE._serialized_start=7951
|
158
|
+
_NODE._serialized_end=8247
|
159
|
+
_PARAMREF._serialized_start=8249
|
160
|
+
_PARAMREF._serialized_end=8279
|
161
|
+
_VALUELIST._serialized_start=8281
|
162
|
+
_VALUELIST._serialized_end=8349
|
163
|
+
_VALUEDICT._serialized_start=8352
|
164
|
+
_VALUEDICT._serialized_end=8528
|
165
|
+
_VALUEDICT_VALUESENTRY._serialized_start=8438
|
166
|
+
_VALUEDICT_VALUESENTRY._serialized_end=8528
|
167
|
+
_VALUE._serialized_start=8531
|
168
|
+
_VALUE._serialized_end=9305
|
169
|
+
_VALUE_MODELREF._serialized_start=9112
|
170
|
+
_VALUE_MODELREF._serialized_end=9183
|
171
|
+
_VALUE_LAMBDA._serialized_start=9185
|
172
|
+
_VALUE_LAMBDA._serialized_end=9297
|
173
|
+
_NODEATTRIBUTES._serialized_start=9307
|
174
|
+
_NODEATTRIBUTES._serialized_end=9398
|
175
|
+
_NODEINPUT._serialized_start=9401
|
176
|
+
_NODEINPUT._serialized_end=9813
|
177
|
+
_NODEINPUT_NODEOUTPUTREF._serialized_start=9702
|
178
|
+
_NODEINPUT_NODEOUTPUTREF._serialized_end=9766
|
179
|
+
_NODEINPUT_LAMBDAINPUTREF._serialized_start=9768
|
180
|
+
_NODEINPUT_LAMBDAINPUTREF._serialized_end=9804
|
181
|
+
_NODEOUTPUT._serialized_start=9815
|
182
|
+
_NODEOUTPUT._serialized_end=9847
|
183
|
+
_PARAM._serialized_start=9849
|
184
|
+
_PARAM._serialized_end=9946
|
185
|
+
_LOGICALPIPELINE._serialized_start=9949
|
186
|
+
_LOGICALPIPELINE._serialized_end=10137
|
187
|
+
_PIPELINEDEPLOYMENT._serialized_start=10140
|
188
|
+
_PIPELINEDEPLOYMENT._serialized_end=10695
|
189
|
+
_PIPELINEDEPLOYMENTSPEC._serialized_start=10698
|
190
|
+
_PIPELINEDEPLOYMENTSPEC._serialized_end=10875
|
191
|
+
_DEPLOYMENTSCALINGCONFIG._serialized_start=10878
|
192
|
+
_DEPLOYMENTSCALINGCONFIG._serialized_end=11067
|
193
|
+
_DEPLOYMENTSCALINGCONFIG_REPLICATEPERNODESTRATEGY._serialized_start=11029
|
194
|
+
_DEPLOYMENTSCALINGCONFIG_REPLICATEPERNODESTRATEGY._serialized_end=11055
|
195
|
+
_PIPELINEDEPLOYMENTSTATUS._serialized_start=11069
|
196
|
+
_PIPELINEDEPLOYMENTSTATUS._serialized_end=11182
|
197
|
+
_PHYSICALPIPELINE._serialized_start=11185
|
198
|
+
_PHYSICALPIPELINE._serialized_end=11661
|
199
|
+
_PHYSICALPIPELINESPEC._serialized_start=11664
|
200
|
+
_PHYSICALPIPELINESPEC._serialized_end=11997
|
201
|
+
_PHYSICALPIPELINESTATUS._serialized_start=12000
|
202
|
+
_PHYSICALPIPELINESTATUS._serialized_end=12520
|
203
|
+
_PHYSICALPIPELINESTATUS_MODELRUNTIMESPEC._serialized_start=12408
|
204
|
+
_PHYSICALPIPELINESTATUS_MODELRUNTIMESPEC._serialized_end=12520
|
205
|
+
_FILERESOURCE._serialized_start=12523
|
206
|
+
_FILERESOURCE._serialized_end=12655
|
207
|
+
_EXECUTIONSPEC._serialized_start=12658
|
208
|
+
_EXECUTIONSPEC._serialized_end=12877
|
209
|
+
_NAMEDASSET._serialized_start=12879
|
210
|
+
_NAMEDASSET._serialized_end=12971
|
211
|
+
_MODELSPEC._serialized_start=12974
|
212
|
+
_MODELSPEC._serialized_end=13787
|
213
|
+
_TENSORRTMODELSPEC._serialized_start=13790
|
214
|
+
_TENSORRTMODELSPEC._serialized_end=14044
|
215
|
+
_TENSORRTOPTIMIZATIONPROFILE._serialized_start=14047
|
216
|
+
_TENSORRTOPTIMIZATIONPROFILE._serialized_end=14283
|
217
|
+
_TENSORRTTENSORSHAPERANGE._serialized_start=14285
|
218
|
+
_TENSORRTTENSORSHAPERANGE._serialized_end=14404
|
219
|
+
_TENSORRTMEMPOOLLIMITS._serialized_start=14406
|
220
|
+
_TENSORRTMEMPOOLLIMITS._serialized_end=14459
|
221
|
+
_OPENVINOMODELSPEC._serialized_start=14462
|
222
|
+
_OPENVINOMODELSPEC._serialized_end=14633
|
223
|
+
_OPENVINOMODELSPEC_TENSORSHAPE._serialized_start=14602
|
224
|
+
_OPENVINOMODELSPEC_TENSORSHAPE._serialized_end=14633
|
225
|
+
_IREEMODELSPEC._serialized_start=14635
|
226
|
+
_IREEMODELSPEC._serialized_end=14712
|
227
|
+
_HABANAMODELSPEC._serialized_start=14714
|
228
|
+
_HABANAMODELSPEC._serialized_end=14760
|
229
|
+
_PARAMETERLOCATION._serialized_start=14762
|
230
|
+
_PARAMETERLOCATION._serialized_end=14819
|
231
|
+
_PARAMETER._serialized_start=14821
|
232
|
+
_PARAMETER._serialized_end=14907
|
233
|
+
_RECIPE._serialized_start=14909
|
234
|
+
_RECIPE._serialized_end=14969
|
235
|
+
_HABANARECIPESMETADATA._serialized_start=14972
|
236
|
+
_HABANARECIPESMETADATA._serialized_end=15124
|
214
237
|
# @@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\x1csrc/common/typespb/jwt.proto\x12\tgml.types\x1a\x14gogoproto/gogo.proto\"\
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1csrc/common/typespb/jwt.proto\x12\tgml.types\x1a\x14gogoproto/gogo.proto\"\xc4\x04\n\tJWTClaims\x12#\n\x08\x61udience\x18\x01 \x01(\tB\x07\xea\xde\x1f\x03\x61udR\x08\x61udience\x12&\n\nexpires_at\x18\x02 \x01(\x03\x42\x07\xea\xde\x1f\x03\x65xpR\texpiresAt\x12 \n\x03jti\x18\x03 \x01(\tB\x0e\xe2\xde\x1f\x03JTI\xea\xde\x1f\x03jtiR\x03jti\x12$\n\tissued_at\x18\x04 \x01(\x03\x42\x07\xea\xde\x1f\x03iatR\x08issuedAt\x12\x1f\n\x06issuer\x18\x05 \x01(\tB\x07\xea\xde\x1f\x03issR\x06issuer\x12&\n\nnot_before\x18\x06 \x01(\x03\x42\x07\xea\xde\x1f\x03nbfR\tnotBefore\x12!\n\x07subject\x18\x07 \x01(\tB\x07\xea\xde\x1f\x03subR\x07subject\x12\x16\n\x06scopes\x18\x08 \x03(\tR\x06scopes\x12;\n\x0buser_claims\x18\t \x01(\x0b\x32\x18.gml.types.UserJWTClaimsH\x00R\nuserClaims\x12\x44\n\x0eservice_claims\x18\n \x01(\x0b\x32\x1b.gml.types.ServiceJWTClaimsH\x00R\rserviceClaims\x12\x41\n\rdevice_claims\x18\x0b \x01(\x0b\x32\x1a.gml.types.DeviceJWTClaimsH\x00R\x0c\x64\x65viceClaims\x12G\n\x0f\x65ndpoint_claims\x18\x0c \x01(\x0b\x32\x1c.gml.types.EndpointJWTClaimsH\x00R\x0e\x65ndpointClaimsB\x0f\n\rcustom_claims\"\x8a\x02\n\rUserJWTClaims\x12-\n\x07user_id\x18\x01 \x01(\tB\x14\xe2\xde\x1f\x06UserID\xea\xde\x1f\x06userIDR\x06userId\x12\x14\n\x05\x65mail\x18\x02 \x01(\tR\x05\x65mail\x12U\n\x0e\x61uthorizations\x18\x03 \x03(\x0b\x32-.gml.types.UserJWTClaims.AuthorizationDetailsR\x0e\x61uthorizations\x1a]\n\x14\x41uthorizationDetails\x12\x16\n\x06scopes\x18\x01 \x03(\tR\x06scopes\x12-\n\x07org_ids\x18\x02 \x03(\tB\x14\xe2\xde\x1f\x06OrgIDs\xea\xde\x1f\x06orgIDsR\x06orgIds\"M\n\x10ServiceJWTClaims\x12\x39\n\nservice_id\x18\x01 \x01(\tB\x1a\xe2\xde\x1f\tServiceID\xea\xde\x1f\tserviceIDR\tserviceId\"\xbf\x01\n\x0f\x44\x65viceJWTClaims\x12\x35\n\tdevice_id\x18\x01 \x01(\tB\x18\xe2\xde\x1f\x08\x44\x65viceID\xea\xde\x1f\x08\x64\x65viceIDR\x08\x64\x65viceId\x12\x31\n\x08\x66leet_id\x18\x02 \x01(\tB\x16\xe2\xde\x1f\x07\x46leetID\xea\xde\x1f\x07\x66leetIDR\x07\x66leetId\x12\x42\n\rdeploy_key_id\x18\x03 \x01(\tB\x1e\xe2\xde\x1f\x0b\x44\x65ployKeyID\xea\xde\x1f\x0b\x64\x65ployKeyIDR\x0b\x64\x65ployKeyId\"V\n\x11\x45ndpointJWTClaims\x12\x41\n\x0c\x65ndpoint_ids\x18\x01 \x03(\tB\x1e\xe2\xde\x1f\x0b\x45ndpointIDs\xea\xde\x1f\x0b\x65ndpointIDsR\x0b\x65ndpointIdsB1Z/gimletlabs.ai/gimlet/src/common/typespb;typespbb\x06proto3')
|
18
18
|
|
19
19
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
20
20
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.common.typespb.jwt_pb2', globals())
|
@@ -48,14 +48,18 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
48
48
|
_DEVICEJWTCLAIMS.fields_by_name['fleet_id']._serialized_options = b'\342\336\037\007FleetID\352\336\037\007fleetID'
|
49
49
|
_DEVICEJWTCLAIMS.fields_by_name['deploy_key_id']._options = None
|
50
50
|
_DEVICEJWTCLAIMS.fields_by_name['deploy_key_id']._serialized_options = b'\342\336\037\013DeployKeyID\352\336\037\013deployKeyID'
|
51
|
+
_ENDPOINTJWTCLAIMS.fields_by_name['endpoint_ids']._options = None
|
52
|
+
_ENDPOINTJWTCLAIMS.fields_by_name['endpoint_ids']._serialized_options = b'\342\336\037\013EndpointIDs\352\336\037\013endpointIDs'
|
51
53
|
_JWTCLAIMS._serialized_start=66
|
52
|
-
_JWTCLAIMS._serialized_end=
|
53
|
-
_USERJWTCLAIMS._serialized_start=
|
54
|
-
_USERJWTCLAIMS._serialized_end=
|
55
|
-
_USERJWTCLAIMS_AUTHORIZATIONDETAILS._serialized_start=
|
56
|
-
_USERJWTCLAIMS_AUTHORIZATIONDETAILS._serialized_end=
|
57
|
-
_SERVICEJWTCLAIMS._serialized_start=
|
58
|
-
_SERVICEJWTCLAIMS._serialized_end=
|
59
|
-
_DEVICEJWTCLAIMS._serialized_start=
|
60
|
-
_DEVICEJWTCLAIMS._serialized_end=
|
54
|
+
_JWTCLAIMS._serialized_end=646
|
55
|
+
_USERJWTCLAIMS._serialized_start=649
|
56
|
+
_USERJWTCLAIMS._serialized_end=915
|
57
|
+
_USERJWTCLAIMS_AUTHORIZATIONDETAILS._serialized_start=822
|
58
|
+
_USERJWTCLAIMS_AUTHORIZATIONDETAILS._serialized_end=915
|
59
|
+
_SERVICEJWTCLAIMS._serialized_start=917
|
60
|
+
_SERVICEJWTCLAIMS._serialized_end=994
|
61
|
+
_DEVICEJWTCLAIMS._serialized_start=997
|
62
|
+
_DEVICEJWTCLAIMS._serialized_end=1188
|
63
|
+
_ENDPOINTJWTCLAIMS._serialized_start=1190
|
64
|
+
_ENDPOINTJWTCLAIMS._serialized_end=1276
|
61
65
|
# @@protoc_insertion_point(module_scope)
|
@@ -20,7 +20,7 @@ from gml.proto.src.common.typespb import uuid_pb2 as src_dot_common_dot_typespb_
|
|
20
20
|
from gml.proto.gogoproto import gogo_pb2 as gogoproto_dot_gogo__pb2
|
21
21
|
|
22
22
|
|
23
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*src/controlplane/compiler/cpb/v1/cpb.proto\x12%gml.internal.controlplane.compiler.v1\x1a\"src/api/corepb/v1/model_exec.proto\x1a)src/api/corepb/v1/compiled_pipeline.proto\x1a$src/api/corepb/v1/controlplane.proto\x1a\x1fsrc/api/corepb/v1/cp_edge.proto\x1a\"src/api/corepb/v1/gem_config.proto\x1a\x1dsrc/common/typespb/uuid.proto\x1a\x14gogoproto/gogo.proto\"\
|
23
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*src/controlplane/compiler/cpb/v1/cpb.proto\x12%gml.internal.controlplane.compiler.v1\x1a\"src/api/corepb/v1/model_exec.proto\x1a)src/api/corepb/v1/compiled_pipeline.proto\x1a$src/api/corepb/v1/controlplane.proto\x1a\x1fsrc/api/corepb/v1/cp_edge.proto\x1a\"src/api/corepb/v1/gem_config.proto\x1a\x1dsrc/common/typespb/uuid.proto\x1a\x14gogoproto/gogo.proto\"\xe9\x04\n\x0e\x43ompileRequest\x12V\n\x13logical_pipeline_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x15\xe2\xde\x1f\x11LogicalPipelineIDR\x11logicalPipelineId\x12T\n\x10logical_pipeline\x18\x02 \x01(\x0b\x32).gml.internal.api.core.v1.LogicalPipelineR\x0flogicalPipeline\x12\x61\n\x13\x64\x65vice_capabilities\x18\x03 \x01(\x0b\x32,.gml.internal.api.core.v1.DeviceCapabilitiesB\x02\x18\x01R\x12\x64\x65viceCapabilities\x12\x37\n\x06models\x18\x04 \x03(\x0b\x32\x1f.gml.internal.api.core.v1.ModelR\x06models\x12\x46\n\ngem_config\x18\x05 \x01(\x0b\x32#.gml.internal.api.core.v1.GEMConfigB\x02\x18\x01R\tgemConfig\x12:\n\x07\x64\x65vices\x18\x06 \x03(\x0b\x32 .gml.internal.api.core.v1.DeviceR\x07\x64\x65vices\x12G\n\x0c\x64\x65vice_links\x18\x07 \x03(\x0b\x32$.gml.internal.api.core.v1.DeviceLinkR\x0b\x64\x65viceLinks\x12@\n\x0b\x65ndpoint_id\x18\x08 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0e\xe2\xde\x1f\nEndpointIDR\nendpointId\"\x92\x03\n\x0f\x43ompileResponse\x12H\n\texec_spec\x18\x01 \x01(\x0b\x32\'.gml.internal.api.core.v1.ExecutionSpecB\x02\x18\x01R\x08\x65xecSpec\x12h\n\nexec_specs\x18\x02 \x03(\x0b\x32\x45.gml.internal.controlplane.compiler.v1.CompileResponse.ExecSpecsEntryB\x02\x18\x01R\texecSpecs\x12\x64\n\x16\x63ompiled_pipeline_spec\x18\x03 \x01(\x0b\x32..gml.internal.api.core.v1.CompiledPipelineSpecR\x14\x63ompiledPipelineSpec\x1a\x65\n\x0e\x45xecSpecsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12=\n\x05value\x18\x02 \x01(\x0b\x32\'.gml.internal.api.core.v1.ExecutionSpecR\x05value:\x02\x38\x01\x32\x8b\x01\n\x0f\x43ompilerService\x12x\n\x07\x43ompile\x12\x35.gml.internal.controlplane.compiler.v1.CompileRequest\x1a\x36.gml.internal.controlplane.compiler.v1.CompileResponseB;Z9gimletlabs.ai/gimlet/src/controlplane/compiler/cpb/v1;cpbb\x06proto3')
|
24
24
|
|
25
25
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
26
26
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.controlplane.compiler.cpb.v1.cpb_pb2', globals())
|
@@ -34,6 +34,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
34
34
|
_COMPILEREQUEST.fields_by_name['device_capabilities']._serialized_options = b'\030\001'
|
35
35
|
_COMPILEREQUEST.fields_by_name['gem_config']._options = None
|
36
36
|
_COMPILEREQUEST.fields_by_name['gem_config']._serialized_options = b'\030\001'
|
37
|
+
_COMPILEREQUEST.fields_by_name['endpoint_id']._options = None
|
38
|
+
_COMPILEREQUEST.fields_by_name['endpoint_id']._serialized_options = b'\342\336\037\nEndpointID'
|
37
39
|
_COMPILERESPONSE_EXECSPECSENTRY._options = None
|
38
40
|
_COMPILERESPONSE_EXECSPECSENTRY._serialized_options = b'8\001'
|
39
41
|
_COMPILERESPONSE.fields_by_name['exec_spec']._options = None
|
@@ -41,11 +43,11 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
41
43
|
_COMPILERESPONSE.fields_by_name['exec_specs']._options = None
|
42
44
|
_COMPILERESPONSE.fields_by_name['exec_specs']._serialized_options = b'\030\001'
|
43
45
|
_COMPILEREQUEST._serialized_start=325
|
44
|
-
_COMPILEREQUEST._serialized_end=
|
45
|
-
_COMPILERESPONSE._serialized_start=
|
46
|
-
_COMPILERESPONSE._serialized_end=
|
47
|
-
_COMPILERESPONSE_EXECSPECSENTRY._serialized_start=
|
48
|
-
_COMPILERESPONSE_EXECSPECSENTRY._serialized_end=
|
49
|
-
_COMPILERSERVICE._serialized_start=
|
50
|
-
_COMPILERSERVICE._serialized_end=
|
46
|
+
_COMPILEREQUEST._serialized_end=942
|
47
|
+
_COMPILERESPONSE._serialized_start=945
|
48
|
+
_COMPILERESPONSE._serialized_end=1347
|
49
|
+
_COMPILERESPONSE_EXECSPECSENTRY._serialized_start=1246
|
50
|
+
_COMPILERESPONSE_EXECSPECSENTRY._serialized_end=1347
|
51
|
+
_COMPILERSERVICE._serialized_start=1350
|
52
|
+
_COMPILERSERVICE._serialized_end=1489
|
51
53
|
# @@protoc_insertion_point(module_scope)
|
@@ -17,7 +17,7 @@ from gml.proto.src.api.corepb.v1 import model_exec_pb2 as src_dot_api_dot_corepb
|
|
17
17
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
18
18
|
|
19
19
|
|
20
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3src/controlplane/logicalpipeline/lppb/v1/lppb.proto\x12,gml.internal.controlplane.logicalpipeline.v1\x1a\x14gogoproto/gogo.proto\x1a\x1dsrc/common/typespb/uuid.proto\x1a\"src/api/corepb/v1/model_exec.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xf7\x02\n\x13LogicalPipelineInfo\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x31\n\x06org_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\t\xe2\xde\x1f\x05OrgIDR\x05orgId\x12\x12\n\x04yaml\x18\x04 \x01(\tR\x04yaml\x12N\n\rpipeline_spec\x18\x05 \x01(\x0b\x32).gml.internal.api.core.v1.LogicalPipelineR\x0cpipelineSpec\x12/\n\x0b\x65ncoded_dag\x18\x06 \x01(\tB\x0e\xe2\xde\x1f\nEncodedDAGR\nencodedDag\x12 \n\x0b\x64\x65scription\x18\x07 \x01(\tR\x0b\x64\x65scription\x12\x39\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\"c\n\x1bListLogicalPipelinesRequest\x12\x44\n\rorg_id_filter\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0f\xe2\xde\x1f\x0bOrgIDFilterR\x0borgIdFilter\"\x7f\n\x1cListLogicalPipelinesResponse\x12_\n\tpipelines\x18\x01 \x03(\x0b\x32\x41.gml.internal.controlplane.logicalpipeline.v1.LogicalPipelineInfoR\tpipelines\"\xa8\x01\n\x19GetLogicalPipelineRequest\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x33\n\x06org_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0b\x18\x01\xe2\xde\x1f\x05OrgIDR\x05orgId\x12\x19\n\x08org_name\x18\x04 \x01(\tR\x07orgName\"\x9c\x01\n\x1aGetLogicalPipelineResponse\x12\x66\n\rpipeline_info\x18\x02 \x01(\x0b\x32\x41.gml.internal.controlplane.logicalpipeline.v1.LogicalPipelineInfoR\x0cpipelineInfoJ\x04\x08\x01\x10\x02J\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x06\"\xa1\x01\n\x1c\x43reateLogicalPipelineRequest\x12\x31\n\x06org_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\t\xe2\xde\x1f\x05OrgIDR\x05orgId\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x12\n\x04yaml\x18\x04 \x01(\tR\x04yaml\x12 \n\x0b\x64\x65scription\x18\x05 \x01(\tR\x0b\x64\x65scriptionJ\x04\x08\x03\x10\x04\"H\n\x1d\x43reateLogicalPipelineResponse\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\"5\n\x1fParseLogicalPipelineYAMLRequest\x12\x12\n\x04yaml\x18\x01 \x01(\tR\x04yaml\"x\n ParseLogicalPipelineYAMLResponse\x12T\n\x10logical_pipeline\x18\x01 \x01(\x0b\x32).gml.internal.api.core.v1.LogicalPipelineR\x0flogicalPipeline\"\x9e\x01\n\x1bShareLogicalPipelineRequest\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12\x1a\n\x08relation\x18\x02 \x01(\tR\x08relation\x12\x1b\n\tall_users\x18\x03 \x01(\x08R\x08\x61llUsers\x12\x1d\n\nuser_email\x18\x04 \x01(\tR\tuserEmail\"\x1e\n\x1cShareLogicalPipelineResponse2\
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3src/controlplane/logicalpipeline/lppb/v1/lppb.proto\x12,gml.internal.controlplane.logicalpipeline.v1\x1a\x14gogoproto/gogo.proto\x1a\x1dsrc/common/typespb/uuid.proto\x1a\"src/api/corepb/v1/model_exec.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xf7\x02\n\x13LogicalPipelineInfo\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x31\n\x06org_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\t\xe2\xde\x1f\x05OrgIDR\x05orgId\x12\x12\n\x04yaml\x18\x04 \x01(\tR\x04yaml\x12N\n\rpipeline_spec\x18\x05 \x01(\x0b\x32).gml.internal.api.core.v1.LogicalPipelineR\x0cpipelineSpec\x12/\n\x0b\x65ncoded_dag\x18\x06 \x01(\tB\x0e\xe2\xde\x1f\nEncodedDAGR\nencodedDag\x12 \n\x0b\x64\x65scription\x18\x07 \x01(\tR\x0b\x64\x65scription\x12\x39\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\"c\n\x1bListLogicalPipelinesRequest\x12\x44\n\rorg_id_filter\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0f\xe2\xde\x1f\x0bOrgIDFilterR\x0borgIdFilter\"\x7f\n\x1cListLogicalPipelinesResponse\x12_\n\tpipelines\x18\x01 \x03(\x0b\x32\x41.gml.internal.controlplane.logicalpipeline.v1.LogicalPipelineInfoR\tpipelines\"\xa8\x01\n\x19GetLogicalPipelineRequest\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x33\n\x06org_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0b\x18\x01\xe2\xde\x1f\x05OrgIDR\x05orgId\x12\x19\n\x08org_name\x18\x04 \x01(\tR\x07orgName\"\x9c\x01\n\x1aGetLogicalPipelineResponse\x12\x66\n\rpipeline_info\x18\x02 \x01(\x0b\x32\x41.gml.internal.controlplane.logicalpipeline.v1.LogicalPipelineInfoR\x0cpipelineInfoJ\x04\x08\x01\x10\x02J\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x06\"\xa1\x01\n\x1c\x43reateLogicalPipelineRequest\x12\x31\n\x06org_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\t\xe2\xde\x1f\x05OrgIDR\x05orgId\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x12\n\x04yaml\x18\x04 \x01(\tR\x04yaml\x12 \n\x0b\x64\x65scription\x18\x05 \x01(\tR\x0b\x64\x65scriptionJ\x04\x08\x03\x10\x04\"H\n\x1d\x43reateLogicalPipelineResponse\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\"}\n\x1cUpdateLogicalPipelineRequest\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\"\x87\x01\n\x1dUpdateLogicalPipelineResponse\x12\x66\n\rpipeline_info\x18\x01 \x01(\x0b\x32\x41.gml.internal.controlplane.logicalpipeline.v1.LogicalPipelineInfoR\x0cpipelineInfo\"5\n\x1fParseLogicalPipelineYAMLRequest\x12\x12\n\x04yaml\x18\x01 \x01(\tR\x04yaml\"x\n ParseLogicalPipelineYAMLResponse\x12T\n\x10logical_pipeline\x18\x01 \x01(\x0b\x32).gml.internal.api.core.v1.LogicalPipelineR\x0flogicalPipeline\"\x9e\x01\n\x1bShareLogicalPipelineRequest\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12\x1a\n\x08relation\x18\x02 \x01(\tR\x08relation\x12\x1b\n\tall_users\x18\x03 \x01(\x08R\x08\x61llUsers\x12\x1d\n\nuser_email\x18\x04 \x01(\tR\tuserEmail\"\x1e\n\x1cShareLogicalPipelineResponse2\xc4\x08\n\x16LogicalPipelineService\x12\xad\x01\n\x14ListLogicalPipelines\x12I.gml.internal.controlplane.logicalpipeline.v1.ListLogicalPipelinesRequest\x1aJ.gml.internal.controlplane.logicalpipeline.v1.ListLogicalPipelinesResponse\x12\xa7\x01\n\x12GetLogicalPipeline\x12G.gml.internal.controlplane.logicalpipeline.v1.GetLogicalPipelineRequest\x1aH.gml.internal.controlplane.logicalpipeline.v1.GetLogicalPipelineResponse\x12\xb0\x01\n\x15\x43reateLogicalPipeline\x12J.gml.internal.controlplane.logicalpipeline.v1.CreateLogicalPipelineRequest\x1aK.gml.internal.controlplane.logicalpipeline.v1.CreateLogicalPipelineResponse\x12\xb0\x01\n\x15UpdateLogicalPipeline\x12J.gml.internal.controlplane.logicalpipeline.v1.UpdateLogicalPipelineRequest\x1aK.gml.internal.controlplane.logicalpipeline.v1.UpdateLogicalPipelineResponse\x12\xb9\x01\n\x18ParseLogicalPipelineYAML\x12M.gml.internal.controlplane.logicalpipeline.v1.ParseLogicalPipelineYAMLRequest\x1aN.gml.internal.controlplane.logicalpipeline.v1.ParseLogicalPipelineYAMLResponse\x12\xad\x01\n\x14ShareLogicalPipeline\x12I.gml.internal.controlplane.logicalpipeline.v1.ShareLogicalPipelineRequest\x1aJ.gml.internal.controlplane.logicalpipeline.v1.ShareLogicalPipelineResponseBDZBgimletlabs.ai/gimlet/src/controlplane/logicalpipeline/lppb/v1;lppbb\x06proto3')
|
21
21
|
|
22
22
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
23
23
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.controlplane.logicalpipeline.lppb.v1.lppb_pb2', globals())
|
@@ -41,6 +41,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
41
41
|
_CREATELOGICALPIPELINEREQUEST.fields_by_name['org_id']._serialized_options = b'\342\336\037\005OrgID'
|
42
42
|
_CREATELOGICALPIPELINERESPONSE.fields_by_name['id']._options = None
|
43
43
|
_CREATELOGICALPIPELINERESPONSE.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
44
|
+
_UPDATELOGICALPIPELINEREQUEST.fields_by_name['id']._options = None
|
45
|
+
_UPDATELOGICALPIPELINEREQUEST.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
44
46
|
_SHARELOGICALPIPELINEREQUEST.fields_by_name['id']._options = None
|
45
47
|
_SHARELOGICALPIPELINEREQUEST.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
46
48
|
_LOGICALPIPELINEINFO._serialized_start=224
|
@@ -57,14 +59,18 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
57
59
|
_CREATELOGICALPIPELINEREQUEST._serialized_end=1323
|
58
60
|
_CREATELOGICALPIPELINERESPONSE._serialized_start=1325
|
59
61
|
_CREATELOGICALPIPELINERESPONSE._serialized_end=1397
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
62
|
+
_UPDATELOGICALPIPELINEREQUEST._serialized_start=1399
|
63
|
+
_UPDATELOGICALPIPELINEREQUEST._serialized_end=1524
|
64
|
+
_UPDATELOGICALPIPELINERESPONSE._serialized_start=1527
|
65
|
+
_UPDATELOGICALPIPELINERESPONSE._serialized_end=1662
|
66
|
+
_PARSELOGICALPIPELINEYAMLREQUEST._serialized_start=1664
|
67
|
+
_PARSELOGICALPIPELINEYAMLREQUEST._serialized_end=1717
|
68
|
+
_PARSELOGICALPIPELINEYAMLRESPONSE._serialized_start=1719
|
69
|
+
_PARSELOGICALPIPELINEYAMLRESPONSE._serialized_end=1839
|
70
|
+
_SHARELOGICALPIPELINEREQUEST._serialized_start=1842
|
71
|
+
_SHARELOGICALPIPELINEREQUEST._serialized_end=2000
|
72
|
+
_SHARELOGICALPIPELINERESPONSE._serialized_start=2002
|
73
|
+
_SHARELOGICALPIPELINERESPONSE._serialized_end=2032
|
74
|
+
_LOGICALPIPELINESERVICE._serialized_start=2035
|
75
|
+
_LOGICALPIPELINESERVICE._serialized_end=3127
|
70
76
|
# @@protoc_insertion_point(module_scope)
|