corvic-engine 0.3.0rc58__tar.gz → 0.3.0rc59__tar.gz
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.
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/Cargo.lock +2 -2
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/Cargo.toml +1 -1
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/PKG-INFO +1 -1
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/pyproject.toml +2 -4
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/model/_completion_model.py +10 -4
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/model/_proto_orm_convert.py +4 -2
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/orm/__init__.py +5 -1
- corvic_engine-0.3.0rc59/python/corvic_generated/feature/v2/feature_view_pb2.py +81 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -14
- corvic_engine-0.3.0rc59/python/corvic_generated/feature/v2/space_pb2.py +137 -0
- corvic_engine-0.3.0rc59/python/corvic_generated/ingest/v2/pipeline_pb2.py +68 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +18 -13
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +1 -0
- corvic_engine-0.3.0rc59/python/corvic_generated/ingest/v2/resource_pb2.py +116 -0
- corvic_engine-0.3.0rc59/python/corvic_generated/ingest/v2/room_pb2.py +79 -0
- corvic_engine-0.3.0rc59/python/corvic_generated/ingest/v2/source_pb2.py +97 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/table_pb2.py +23 -23
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/model/v1alpha/models_pb2.py +2 -2
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/model/v1alpha/models_pb2.pyi +4 -4
- corvic_engine-0.3.0rc58/python/corvic_generated/chat/v1/service_pb2.py +0 -65
- corvic_engine-0.3.0rc58/python/corvic_generated/chat/v1/service_pb2.pyi +0 -132
- corvic_engine-0.3.0rc58/python/corvic_generated/chat/v1/service_pb2_grpc.py +0 -198
- corvic_engine-0.3.0rc58/python/corvic_generated/chat/v1/service_pb2_grpc.pyi +0 -97
- corvic_engine-0.3.0rc58/python/corvic_generated/completion/v1/service_pb2.py +0 -69
- corvic_engine-0.3.0rc58/python/corvic_generated/completion/v1/service_pb2.pyi +0 -201
- corvic_engine-0.3.0rc58/python/corvic_generated/completion/v1/service_pb2_grpc.py +0 -198
- corvic_engine-0.3.0rc58/python/corvic_generated/completion/v1/service_pb2_grpc.pyi +0 -97
- corvic_engine-0.3.0rc58/python/corvic_generated/feature/v2/feature_view_pb2.py +0 -89
- corvic_engine-0.3.0rc58/python/corvic_generated/feature/v2/space_pb2.py +0 -147
- corvic_engine-0.3.0rc58/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -62
- corvic_engine-0.3.0rc58/python/corvic_generated/ingest/v2/resource_pb2.py +0 -110
- corvic_engine-0.3.0rc58/python/corvic_generated/ingest/v2/room_pb2.py +0 -79
- corvic_engine-0.3.0rc58/python/corvic_generated/ingest/v2/source_pb2.py +0 -97
- corvic_engine-0.3.0rc58/python/corvic_generated/orm/__init__.py +0 -0
- corvic_engine-0.3.0rc58/python/corvic_generated/orm/v1/__init__.py +0 -0
- corvic_engine-0.3.0rc58/python/corvic_generated/query/__init__.py +0 -0
- corvic_engine-0.3.0rc58/python/corvic_generated/query/v1/__init__.py +0 -0
- corvic_engine-0.3.0rc58/python/corvic_generated/query/v1/query_pb2.py +0 -36
- corvic_engine-0.3.0rc58/python/corvic_generated/query/v1/query_pb2.pyi +0 -63
- corvic_engine-0.3.0rc58/python/corvic_generated/query/v1/query_pb2_grpc.py +0 -66
- corvic_engine-0.3.0rc58/python/corvic_generated/query/v1/query_pb2_grpc.pyi +0 -41
- corvic_engine-0.3.0rc58/python/corvic_generated/status/__init__.py +0 -0
- corvic_engine-0.3.0rc58/python/corvic_generated/status/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/LICENSE +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/README.md +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/Cargo.toml +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/buf/validate/expression_pb2.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/buf/validate/expression_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/buf/validate/expression_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/buf/validate/expression_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/buf/validate/priv/private_pb2.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/buf/validate/priv/private_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/buf/validate/priv/private_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/buf/validate/priv/private_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/buf/validate/validate_pb2.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/buf/validate/validate_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/buf/validate/validate_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/context/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/context/py.typed +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/embed/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/embed/node2vec.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/embed/py.typed +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/embedding_metric/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/embedding_metric/embeddings.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/embedding_metric/py.typed +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/engine/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/engine/_native.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/engine/py.typed +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/model/_agent.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/model/_base_model.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/model/_defaults.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/model/_errors.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/model/_feature_type.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/model/_feature_view.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/model/_pipeline.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/model/_resource.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/model/_room.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/model/_source.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/model/_space.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/model/py.typed +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/op_graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/op_graph/_schema.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/op_graph/_transformations.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/op_graph/aggregation.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/op_graph/encoders.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/op_graph/errors.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/op_graph/feature_types.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/op_graph/ops.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/op_graph/py.typed +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/op_graph/row_filters/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/op_graph/row_filters/_jsonlogic.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/op_graph/row_filters/_row_filters.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/op_graph/sample_strategy.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/orm/_proto_columns.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/orm/base.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/orm/errors.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/orm/func/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/orm/func/utc_func.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/orm/func/uuid_func.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/orm/ids.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/orm/keys.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/orm/mixins.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/orm/py.typed +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/pa_scalar/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/pa_scalar/_const.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/pa_scalar/_from_value.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/pa_scalar/_temporal.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/pa_scalar/_to_value.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/pa_scalar/_types.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/pa_scalar/py.typed +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/proto_wrapper/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/proto_wrapper/_errors.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/proto_wrapper/_wrappers.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/proto_wrapper/py.typed +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/result/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/result/py.typed +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/sql/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/sql/parse_ops.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/sql/py.typed +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/system/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/system/_dimension_reduction.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/system/_embedder.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/system/_image_embedder.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/system/_planner.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/system/_text_embedder.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/system/client.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/system/in_memory_executor.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/system/op_graph_executor.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/system/py.typed +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/system/staging.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/system/storage.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/system_sqlite/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/system_sqlite/client.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/system_sqlite/fs_blob_store.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/system_sqlite/py.typed +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/system_sqlite/rdbms_blob_store.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/system_sqlite/staging.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/table/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/table/py.typed +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/table/table.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/version/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/version/py.typed +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/well_known_types/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/well_known_types/py.typed +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/algorithm/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58/python/corvic_generated/chat → corvic_engine-0.3.0rc59/python/corvic_generated/embedding}/__init__.py +0 -0
- {corvic_engine-0.3.0rc58/python/corvic_generated/chat → corvic_engine-0.3.0rc59/python/corvic_generated/embedding}/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/embedding/v1/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/embedding/v1/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58/python/corvic_generated/completion → corvic_engine-0.3.0rc59/python/corvic_generated/feature}/__init__.py +0 -0
- {corvic_engine-0.3.0rc58/python/corvic_generated/completion → corvic_engine-0.3.0rc59/python/corvic_generated/feature}/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58/python/corvic_generated/embedding → corvic_engine-0.3.0rc59/python/corvic_generated/feature/v2}/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/feature/v2/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58/python/corvic_generated/embedding/v1 → corvic_engine-0.3.0rc59/python/corvic_generated/ingest}/__init__.py +0 -0
- {corvic_engine-0.3.0rc58/python/corvic_generated/feature → corvic_engine-0.3.0rc59/python/corvic_generated/ingest/v1}/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58/python/corvic_generated/feature/v1 → corvic_engine-0.3.0rc59/python/corvic_generated/ingest/v2}/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/resource_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58/python/corvic_generated/feature/v2 → corvic_engine-0.3.0rc59/python/corvic_generated/model}/__init__.py +0 -0
- {corvic_engine-0.3.0rc58/python/corvic_generated/ingest → corvic_engine-0.3.0rc59/python/corvic_generated/model/v1alpha}/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58/python/corvic_generated/ingest/v1 → corvic_engine-0.3.0rc59/python/corvic_generated/orm}/__init__.py +0 -0
- {corvic_engine-0.3.0rc58/python/corvic_generated/ingest/v2 → corvic_engine-0.3.0rc59/python/corvic_generated/orm/v1}/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/agent_pb2.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/agent_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/agent_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/agent_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/completion_model_pb2.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/completion_model_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58/python/corvic_generated/model → corvic_engine-0.3.0rc59/python/corvic_generated/status}/__init__.py +0 -0
- {corvic_engine-0.3.0rc58/python/corvic_generated/model/v1alpha → corvic_engine-0.3.0rc59/python/corvic_generated/status/v1}/__init__.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/status/v1/event_pb2.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/status/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic_generated/status/v1/service_pb2_grpc.pyi +0 -0
@@ -22,7 +22,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
22
22
|
|
23
23
|
[[package]]
|
24
24
|
name = "corvic-engine"
|
25
|
-
version = "0.3.0-rc.
|
25
|
+
version = "0.3.0-rc.59"
|
26
26
|
dependencies = [
|
27
27
|
"numpy",
|
28
28
|
"pyo3",
|
@@ -63,7 +63,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
63
63
|
|
64
64
|
[[package]]
|
65
65
|
name = "engine-walk"
|
66
|
-
version = "0.3.0-rc.
|
66
|
+
version = "0.3.0-rc.59"
|
67
67
|
dependencies = [
|
68
68
|
"version_check",
|
69
69
|
]
|
@@ -20,7 +20,7 @@ authors = [
|
|
20
20
|
]
|
21
21
|
readme = "README.md"
|
22
22
|
description = "Seamless embedding generation and retrieval."
|
23
|
-
version = "0.3.0-rc.
|
23
|
+
version = "0.3.0-rc.59" # sync this with tool.poetry.version below
|
24
24
|
|
25
25
|
# TODO(ddn): Pull dependencies from tool.poetry.dependencies. We use maturin as
|
26
26
|
# the build system but poetry for the development environment.
|
@@ -74,7 +74,7 @@ packages = [
|
|
74
74
|
]
|
75
75
|
description = ""
|
76
76
|
authors = []
|
77
|
-
version = "0.3.0-rc.
|
77
|
+
version = "0.3.0-rc.59"
|
78
78
|
|
79
79
|
[tool.poetry.scripts]
|
80
80
|
check = "corvic_check.cli:main"
|
@@ -165,8 +165,6 @@ torch = [
|
|
165
165
|
{ platform = "linux", version = "^2.4.0", source = "torch-cpu-linux" },
|
166
166
|
{ platform = "darwin", version = "^2.4.0", source = "pypi" },
|
167
167
|
]
|
168
|
-
torch-geometric = "^2.5.3"
|
169
|
-
deepgnn-torch = "^0.1.60"
|
170
168
|
transformers = "^4.48.0"
|
171
169
|
umap-learn = "^0.5.5"
|
172
170
|
pillow = "10.4.0"
|
{corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/model/_completion_model.py
RENAMED
@@ -122,8 +122,12 @@ class CompletionModel(
|
|
122
122
|
return None
|
123
123
|
|
124
124
|
@property
|
125
|
-
def
|
126
|
-
|
125
|
+
def last_successful_validation(self) -> datetime.datetime | None:
|
126
|
+
if self.proto_self.last_successful_validation != UNIX_TIMESTAMP_START_DATETIME:
|
127
|
+
return self.proto_self.last_successful_validation.ToDatetime(
|
128
|
+
tzinfo=datetime.timezone.utc
|
129
|
+
)
|
130
|
+
return None
|
127
131
|
|
128
132
|
@classmethod
|
129
133
|
def create(
|
@@ -218,7 +222,9 @@ class CompletionModel(
|
|
218
222
|
proto_self.last_validation_time.FromDatetime(last_validation_time)
|
219
223
|
return CompletionModel(self.client, proto_self)
|
220
224
|
|
221
|
-
def
|
225
|
+
def with_last_successful_validation(
|
226
|
+
self, last_successful_validation: datetime.datetime
|
227
|
+
) -> CompletionModel:
|
222
228
|
proto_self = copy.deepcopy(self.proto_self)
|
223
|
-
proto_self.
|
229
|
+
proto_self.last_successful_validation.FromDatetime(last_successful_validation)
|
224
230
|
return CompletionModel(self.client, proto_self)
|
{corvic_engine-0.3.0rc58 → corvic_engine-0.3.0rc59}/python/corvic/model/_proto_orm_convert.py
RENAMED
@@ -225,7 +225,9 @@ def completion_model_orm_to_proto(
|
|
225
225
|
last_validation_time=timestamp_orm_to_proto(
|
226
226
|
completion_model_orm.last_validation_time
|
227
227
|
),
|
228
|
-
|
228
|
+
last_successful_validation=timestamp_orm_to_proto(
|
229
|
+
completion_model_orm.last_successful_validation
|
230
|
+
),
|
229
231
|
)
|
230
232
|
|
231
233
|
|
@@ -580,7 +582,7 @@ def completion_model_proto_to_orm(
|
|
580
582
|
parameters=proto_obj.parameters,
|
581
583
|
secret_api_key=proto_obj.secret_api_key,
|
582
584
|
last_validation_time=proto_obj.last_validation_time.ToDatetime(),
|
583
|
-
|
585
|
+
last_successful_validation=proto_obj.last_successful_validation.ToDatetime(),
|
584
586
|
)
|
585
587
|
return add_orm_org_mixin_to_session(
|
586
588
|
orm_obj, proto_obj, orm.CompletionModelID, session
|
@@ -381,7 +381,11 @@ class CompletionModel(SoftDeleteMixin, BelongsToOrgMixin, Base, kw_only=True):
|
|
381
381
|
server_default=None,
|
382
382
|
default=None,
|
383
383
|
)
|
384
|
-
|
384
|
+
last_successful_validation: sa_orm.Mapped[datetime | None] = sa_orm.mapped_column(
|
385
|
+
sa.DateTime(timezone=True),
|
386
|
+
server_default=None,
|
387
|
+
default=None,
|
388
|
+
)
|
385
389
|
|
386
390
|
@property
|
387
391
|
def model_key(self):
|
@@ -0,0 +1,81 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: corvic/feature/v2/feature_view.proto
|
4
|
+
# Protobuf Python Version: 4.25.3
|
5
|
+
"""Generated protocol buffer code."""
|
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
|
+
from google.protobuf.internal import builder as _builder
|
10
|
+
# @@protoc_insertion_point(imports)
|
11
|
+
|
12
|
+
_sym_db = _symbol_database.Default()
|
13
|
+
|
14
|
+
|
15
|
+
from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
|
16
|
+
from corvic_generated.ingest.v2 import source_pb2 as corvic_dot_ingest_dot_v2_dot_source__pb2
|
17
|
+
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
18
|
+
|
19
|
+
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$corvic/feature/v2/feature_view.proto\x12\x11\x63orvic.feature.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1d\x63orvic/ingest/v2/source.proto\x1a google/protobuf/descriptor.proto\"\x94\x01\n\x0cOutputSource\x12\x83\x01\n\tsource_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x08sourceId\"\x9f\x02\n\x10\x46\x65\x61tureViewEntry\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x17\n\x07room_id\x18\x02 \x01(\tR\x06roomId\x12\x44\n\x0esource_entries\x18\x03 \x03(\x0b\x32\x1d.corvic.ingest.v2.SourceEntryR\rsourceEntries\x12\x1b\n\x04name\x18\x04 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x04name\x12 \n\x0b\x64\x65scription\x18\x05 \x01(\tR\x0b\x64\x65scription\x12\x46\n\x0eoutput_sources\x18\x07 \x03(\x0b\x32\x1f.corvic.feature.v2.OutputSourceR\routputSourcesJ\x04\x08\x06\x10\x07R\x0foutput_entities\"\x8f\x01\n\x15GetFeatureViewRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"k\n\x16GetFeatureViewResponse\x12Q\n\x12\x66\x65\x61ture_view_entry\x18\x01 \x01(\x0b\x32#.corvic.feature.v2.FeatureViewEntryR\x10\x66\x65\x61tureViewEntry\"\x9c\x01\n\x17ListFeatureViewsRequest\x12\x80\x01\n\x07room_id\x18\x01 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd0\x01\x01R\x06roomId\"q\n\x18ListFeatureViewsResponse\x12U\n\x14\x66\x65\x61ture_view_entries\x18\x01 \x03(\x0b\x32#.corvic.feature.v2.FeatureViewEntryR\x12\x66\x65\x61tureViewEntries\"\xd3\x03\n\x18\x43reateFeatureViewRequest\x12\x7f\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\x12\x1e\n\x04name\x18\x02 \x01(\tB\n\xbaH\x07r\x05\x10\x01\x18\xc8\x01R\x04name\x12*\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x08\xbaH\x05r\x03\x18\xe8\x07R\x0b\x64\x65scription\x12\x8a\x01\n\nsource_ids\x18\x04 \x03(\tBk\xbaHh\x92\x01\x65\"cr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\tsourceIds\x12\x46\n\x0eoutput_sources\x18\x06 \x03(\x0b\x32\x1f.corvic.feature.v2.OutputSourceR\routputSourcesJ\x04\x08\x05\x10\x06R\x0foutput_entities\"n\n\x19\x43reateFeatureViewResponse\x12Q\n\x12\x66\x65\x61ture_view_entry\x18\x01 \x01(\x0b\x32#.corvic.feature.v2.FeatureViewEntryR\x10\x66\x65\x61tureViewEntry\"\x92\x01\n\x18\x44\x65leteFeatureViewRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"\x1b\n\x19\x44\x65leteFeatureViewResponse\"\x8f\x02\n\"GetFeatureViewRelationshipsRequest\x12\x8a\x01\n\nsource_ids\x18\x01 \x03(\tBk\xbaHh\x92\x01\x65\"cr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\tsourceIds\x12\x46\n\x0eoutput_sources\x18\x03 \x03(\x0b\x32\x1f.corvic.feature.v2.OutputSourceR\routputSourcesJ\x04\x08\x02\x10\x03R\x0eoutput_entites\"U\n\x12SourceRelationship\x12?\n\x1crelationship_path_source_ids\x18\x03 \x03(\tR\x19relationshipPathSourceIds\"\x7f\n#GetFeatureViewRelationshipsResponse\x12X\n\x14source_relationships\x18\x01 \x03(\x0b\x32%.corvic.feature.v2.SourceRelationshipR\x13sourceRelationships2\xea\x04\n\x12\x46\x65\x61tureViewService\x12j\n\x0eGetFeatureView\x12(.corvic.feature.v2.GetFeatureViewRequest\x1a).corvic.feature.v2.GetFeatureViewResponse\"\x03\x90\x02\x01\x12p\n\x11\x43reateFeatureView\x12+.corvic.feature.v2.CreateFeatureViewRequest\x1a,.corvic.feature.v2.CreateFeatureViewResponse\"\x00\x12p\n\x11\x44\x65leteFeatureView\x12+.corvic.feature.v2.DeleteFeatureViewRequest\x1a,.corvic.feature.v2.DeleteFeatureViewResponse\"\x00\x12p\n\x10ListFeatureViews\x12*.corvic.feature.v2.ListFeatureViewsRequest\x1a+.corvic.feature.v2.ListFeatureViewsResponse\"\x03\x90\x02\x01\x12\x91\x01\n\x1bGetFeatureViewRelationships\x12\x35.corvic.feature.v2.GetFeatureViewRelationshipsRequest\x1a\x36.corvic.feature.v2.GetFeatureViewRelationshipsResponse\"\x03\x90\x02\x01\x62\x06proto3')
|
21
|
+
|
22
|
+
_globals = globals()
|
23
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
24
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'corvic.feature.v2.feature_view_pb2', _globals)
|
25
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
26
|
+
DESCRIPTOR._options = None
|
27
|
+
_globals['_OUTPUTSOURCE'].fields_by_name['source_id']._options = None
|
28
|
+
_globals['_OUTPUTSOURCE'].fields_by_name['source_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
29
|
+
_globals['_FEATUREVIEWENTRY'].fields_by_name['name']._options = None
|
30
|
+
_globals['_FEATUREVIEWENTRY'].fields_by_name['name']._serialized_options = b'\272H\004r\002\020\001'
|
31
|
+
_globals['_GETFEATUREVIEWREQUEST'].fields_by_name['id']._options = None
|
32
|
+
_globals['_GETFEATUREVIEWREQUEST'].fields_by_name['id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
33
|
+
_globals['_LISTFEATUREVIEWSREQUEST'].fields_by_name['room_id']._options = None
|
34
|
+
_globals['_LISTFEATUREVIEWSREQUEST'].fields_by_name['room_id']._serialized_options = b'\272Hdr\002\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\320\001\001'
|
35
|
+
_globals['_CREATEFEATUREVIEWREQUEST'].fields_by_name['room_id']._options = None
|
36
|
+
_globals['_CREATEFEATUREVIEWREQUEST'].fields_by_name['room_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
37
|
+
_globals['_CREATEFEATUREVIEWREQUEST'].fields_by_name['name']._options = None
|
38
|
+
_globals['_CREATEFEATUREVIEWREQUEST'].fields_by_name['name']._serialized_options = b'\272H\007r\005\020\001\030\310\001'
|
39
|
+
_globals['_CREATEFEATUREVIEWREQUEST'].fields_by_name['description']._options = None
|
40
|
+
_globals['_CREATEFEATUREVIEWREQUEST'].fields_by_name['description']._serialized_options = b'\272H\005r\003\030\350\007'
|
41
|
+
_globals['_CREATEFEATUREVIEWREQUEST'].fields_by_name['source_ids']._options = None
|
42
|
+
_globals['_CREATEFEATUREVIEWREQUEST'].fields_by_name['source_ids']._serialized_options = b'\272Hh\222\001e\"cr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
43
|
+
_globals['_DELETEFEATUREVIEWREQUEST'].fields_by_name['id']._options = None
|
44
|
+
_globals['_DELETEFEATUREVIEWREQUEST'].fields_by_name['id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
45
|
+
_globals['_GETFEATUREVIEWRELATIONSHIPSREQUEST'].fields_by_name['source_ids']._options = None
|
46
|
+
_globals['_GETFEATUREVIEWRELATIONSHIPSREQUEST'].fields_by_name['source_ids']._serialized_options = b'\272Hh\222\001e\"cr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
47
|
+
_globals['_FEATUREVIEWSERVICE'].methods_by_name['GetFeatureView']._options = None
|
48
|
+
_globals['_FEATUREVIEWSERVICE'].methods_by_name['GetFeatureView']._serialized_options = b'\220\002\001'
|
49
|
+
_globals['_FEATUREVIEWSERVICE'].methods_by_name['ListFeatureViews']._options = None
|
50
|
+
_globals['_FEATUREVIEWSERVICE'].methods_by_name['ListFeatureViews']._serialized_options = b'\220\002\001'
|
51
|
+
_globals['_FEATUREVIEWSERVICE'].methods_by_name['GetFeatureViewRelationships']._options = None
|
52
|
+
_globals['_FEATUREVIEWSERVICE'].methods_by_name['GetFeatureViewRelationships']._serialized_options = b'\220\002\001'
|
53
|
+
_globals['_OUTPUTSOURCE']._serialized_start=154
|
54
|
+
_globals['_OUTPUTSOURCE']._serialized_end=302
|
55
|
+
_globals['_FEATUREVIEWENTRY']._serialized_start=305
|
56
|
+
_globals['_FEATUREVIEWENTRY']._serialized_end=592
|
57
|
+
_globals['_GETFEATUREVIEWREQUEST']._serialized_start=595
|
58
|
+
_globals['_GETFEATUREVIEWREQUEST']._serialized_end=738
|
59
|
+
_globals['_GETFEATUREVIEWRESPONSE']._serialized_start=740
|
60
|
+
_globals['_GETFEATUREVIEWRESPONSE']._serialized_end=847
|
61
|
+
_globals['_LISTFEATUREVIEWSREQUEST']._serialized_start=850
|
62
|
+
_globals['_LISTFEATUREVIEWSREQUEST']._serialized_end=1006
|
63
|
+
_globals['_LISTFEATUREVIEWSRESPONSE']._serialized_start=1008
|
64
|
+
_globals['_LISTFEATUREVIEWSRESPONSE']._serialized_end=1121
|
65
|
+
_globals['_CREATEFEATUREVIEWREQUEST']._serialized_start=1124
|
66
|
+
_globals['_CREATEFEATUREVIEWREQUEST']._serialized_end=1591
|
67
|
+
_globals['_CREATEFEATUREVIEWRESPONSE']._serialized_start=1593
|
68
|
+
_globals['_CREATEFEATUREVIEWRESPONSE']._serialized_end=1703
|
69
|
+
_globals['_DELETEFEATUREVIEWREQUEST']._serialized_start=1706
|
70
|
+
_globals['_DELETEFEATUREVIEWREQUEST']._serialized_end=1852
|
71
|
+
_globals['_DELETEFEATUREVIEWRESPONSE']._serialized_start=1854
|
72
|
+
_globals['_DELETEFEATUREVIEWRESPONSE']._serialized_end=1881
|
73
|
+
_globals['_GETFEATUREVIEWRELATIONSHIPSREQUEST']._serialized_start=1884
|
74
|
+
_globals['_GETFEATUREVIEWRELATIONSHIPSREQUEST']._serialized_end=2155
|
75
|
+
_globals['_SOURCERELATIONSHIP']._serialized_start=2157
|
76
|
+
_globals['_SOURCERELATIONSHIP']._serialized_end=2242
|
77
|
+
_globals['_GETFEATUREVIEWRELATIONSHIPSRESPONSE']._serialized_start=2244
|
78
|
+
_globals['_GETFEATUREVIEWRELATIONSHIPSRESPONSE']._serialized_end=2371
|
79
|
+
_globals['_FEATUREVIEWSERVICE']._serialized_start=2374
|
80
|
+
_globals['_FEATUREVIEWSERVICE']._serialized_end=2992
|
81
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -8,20 +8,6 @@ from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Map
|
|
8
8
|
|
9
9
|
DESCRIPTOR: _descriptor.FileDescriptor
|
10
10
|
|
11
|
-
class OutputEntity(_message.Message):
|
12
|
-
__slots__ = ("name", "source_id")
|
13
|
-
NAME_FIELD_NUMBER: _ClassVar[int]
|
14
|
-
SOURCE_ID_FIELD_NUMBER: _ClassVar[int]
|
15
|
-
name: str
|
16
|
-
source_id: str
|
17
|
-
def __init__(self, name: _Optional[str] = ..., source_id: _Optional[str] = ...) -> None: ...
|
18
|
-
|
19
|
-
class OutputEntities(_message.Message):
|
20
|
-
__slots__ = ("output_entities",)
|
21
|
-
OUTPUT_ENTITIES_FIELD_NUMBER: _ClassVar[int]
|
22
|
-
output_entities: _containers.RepeatedCompositeFieldContainer[OutputEntity]
|
23
|
-
def __init__(self, output_entities: _Optional[_Iterable[_Union[OutputEntity, _Mapping]]] = ...) -> None: ...
|
24
|
-
|
25
11
|
class OutputSource(_message.Message):
|
26
12
|
__slots__ = ("source_id",)
|
27
13
|
SOURCE_ID_FIELD_NUMBER: _ClassVar[int]
|
@@ -0,0 +1,137 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: corvic/feature/v2/space.proto
|
4
|
+
# Protobuf Python Version: 4.25.3
|
5
|
+
"""Generated protocol buffer code."""
|
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
|
+
from google.protobuf.internal import builder as _builder
|
10
|
+
# @@protoc_insertion_point(imports)
|
11
|
+
|
12
|
+
_sym_db = _symbol_database.Default()
|
13
|
+
|
14
|
+
|
15
|
+
from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
|
16
|
+
from corvic_generated.algorithm.graph.v1 import graph_pb2 as corvic_dot_algorithm_dot_graph_dot_v1_dot_graph__pb2
|
17
|
+
from corvic_generated.embedding.v1 import models_pb2 as corvic_dot_embedding_dot_v1_dot_models__pb2
|
18
|
+
from corvic_generated.status.v1 import event_pb2 as corvic_dot_status_dot_v1_dot_event__pb2
|
19
|
+
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
20
|
+
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
21
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
22
|
+
|
23
|
+
|
24
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1d\x63orvic/feature/v2/space.proto\x12\x11\x63orvic.feature.v2\x1a\x1b\x62uf/validate/validate.proto\x1a%corvic/algorithm/graph/v1/graph.proto\x1a corvic/embedding/v1/models.proto\x1a\x1c\x63orvic/status/v1/event.proto\x1a google/protobuf/descriptor.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc0\x06\n\nParameters\x12\x8e\x01\n\x0f\x66\x65\x61ture_view_id\x18\x04 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\rfeatureViewId\x12p\n\x1b\x63olumn_embedding_parameters\x18\x02 \x01(\x0b\x32..corvic.embedding.v1.ColumnEmbeddingParametersH\x00R\x19\x63olumnEmbeddingParameters\x12`\n\x13node2vec_parameters\x18\x03 \x01(\x0b\x32-.corvic.algorithm.graph.v1.Node2VecParametersH\x00R\x12node2vecParameters\x12p\n\x17\x63oncat_string_and_embed\x18\x05 \x01(\x0b\x32\x33.corvic.embedding.v1.ConcatStringAndEmbedParametersB\x02\x18\x01H\x00R\x14\x63oncatStringAndEmbed\x12n\n\x1b\x63oncat_and_embed_parameters\x18\x06 \x01(\x0b\x32-.corvic.embedding.v1.ConcatAndEmbedParametersH\x00R\x18\x63oncatAndEmbedParameters\x12n\n\x1b\x65mbed_and_concat_parameters\x18\x07 \x01(\x0b\x32-.corvic.embedding.v1.EmbedAndConcatParametersH\x00R\x18\x65mbedAndConcatParameters\x12\x61\n\x16\x65mbed_image_parameters\x18\x08 \x01(\x0b\x32).corvic.embedding.v1.EmbedImageParametersH\x00R\x14\x65mbedImageParametersB\x08\n\x06paramsJ\x04\x08\x01\x10\x02R\x08space_id\"\xa2\x01\n\x10\x45mbeddingMetrics\x12\x15\n\x06ne_sum\x18\x01 \x01(\x02R\x05neSum\x12)\n\x10\x63ondition_number\x18\x02 \x01(\x02R\x0f\x63onditionNumber\x12+\n\x11rcondition_number\x18\x04 \x01(\x02R\x10rconditionNumber\x12\x1f\n\x0bstable_rank\x18\x03 \x01(\x02R\nstableRank\"\xd2\x03\n\nSpaceEntry\x12\x17\n\x07room_id\x18\x01 \x01(\tR\x06roomId\x12\x19\n\x08space_id\x18\x02 \x01(\tR\x07spaceId\x12\x39\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x12\n\x04name\x18\x04 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x05 \x01(\tR\x0b\x64\x65scription\x12\x35\n\x06params\x18\x06 \x03(\x0b\x32\x1d.corvic.feature.v2.ParametersR\x06params\x12<\n\rrecent_events\x18\x07 \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\x12P\n\x11\x65mbedding_metrics\x18\x08 \x01(\x0b\x32#.corvic.feature.v2.EmbeddingMetricsR\x10\x65mbeddingMetrics\x12;\n\nspace_type\x18\t \x01(\x0e\x32\x1c.corvic.feature.v2.SpaceTypeR\tspaceType\x12\x1b\n\tauto_sync\x18\n \x01(\x08R\x08\x61utoSync\"\xde\x01\n\rSpaceRunEntry\x12\x17\n\x07room_id\x18\x01 \x01(\tR\x06roomId\x12\x19\n\x08space_id\x18\x02 \x01(\tR\x07spaceId\x12 \n\x0cspace_run_id\x18\x03 \x01(\tR\nspaceRunId\x12\x39\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12<\n\rrecent_events\x18\x05 \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\"\x95\x01\n\x0fGetSpaceRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\"R\n\x10GetSpaceResponse\x12>\n\x0bspace_entry\x18\x01 \x01(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\nspaceEntry\"\x96\x01\n\x11ListSpacesRequest\x12\x80\x01\n\x07room_id\x18\x01 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd0\x01\x01R\x06roomId\"X\n\x12ListSpacesResponse\x12\x42\n\rspace_entries\x18\x01 \x03(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\x0cspaceEntries\"\x95\x02\n\x12\x43reateSpaceRequest\x12\x7f\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\x12*\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x08\xbaH\x05r\x03\x18\xe8\x07R\x0b\x64\x65scription\x12\x1b\n\tauto_sync\x18\x04 \x01(\x08R\x08\x61utoSync\x12\x35\n\x06params\x18\x03 \x03(\x0b\x32\x1d.corvic.feature.v2.ParametersR\x06params\"U\n\x13\x43reateSpaceResponse\x12>\n\x0bspace_entry\x18\x01 \x01(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\nspaceEntry\"\x8c\x01\n\x12\x44\x65leteSpaceRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"\x15\n\x13\x44\x65leteSpaceResponse\"\x9b\x01\n\x15GetSpaceResultRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\"7\n\x16GetSpaceResultResponse\x12\x1d\n\nsigned_url\x18\x01 \x01(\tR\tsignedUrl\"\xa2\x01\n\x1cGetSpaceVisualizationRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\"f\n\x10\x45mbeddingRowData\x12\x17\n\x07node_id\x18\x03 \x01(\tR\x06nodeId\x12\x1b\n\tnode_type\x18\x04 \x01(\tR\x08nodeType\x12\x1c\n\tembedding\x18\x02 \x03(\x02R\tembedding\"`\n\x12\x45mbeddingTableData\x12J\n\x0e\x65mbedding_rows\x18\x01 \x03(\x0b\x32#.corvic.feature.v2.EmbeddingRowDataR\rembeddingRows\"\xa4\x01\n\x1dGetSpaceVisualizationResponse\x12G\n\x0b\x63oordinates\x18\x01 \x01(\x0b\x32%.corvic.feature.v2.EmbeddingTableDataR\x0b\x63oordinates\x12:\n\x19\x66raction_points_retrieved\x18\x02 \x01(\x02R\x17\x66ractionPointsRetrieved\"V\n\tSourceKey\x12\x1b\n\tsource_id\x18\x01 \x01(\tR\x08sourceId\x12,\n\x05value\x18\x02 \x01(\x0b\x32\x16.google.protobuf.ValueR\x05value\"f\n\x11VisualizationData\x12;\n\nsource_key\x18\x01 \x01(\x0b\x32\x1c.corvic.feature.v2.SourceKeyR\tsourceKey\x12\x14\n\x05point\x18\x02 \x03(\x02R\x05point\"\xea\x02\n\x17GetVisualizationRequest\x12\x82\x01\n\x08space_id\x18\x01 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd0\x01\x01R\x07spaceId\x12\x89\x01\n\x0cspace_run_id\x18\x04 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd0\x01\x01R\nspaceRunId\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor\x12&\n\nnum_points\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02 \x00R\tnumPoints\"l\n\x18GetVisualizationResponse\x12\x16\n\x06\x63ursor\x18\x01 \x01(\tR\x06\x63ursor\x12\x38\n\x04\x64\x61ta\x18\x02 \x03(\x0b\x32$.corvic.feature.v2.VisualizationDataR\x04\x64\x61ta\"\x8d\x01\n\x1aListSpacerunsCursorPayload\x12\x19\n\x08space_id\x18\x01 \x01(\tR\x07spaceId\x12T\n\x19\x63reate_time_of_last_entry\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x15\x63reateTimeOfLastEntry\"\xb3\x01\n\x14ListSpaceRunsRequest\x12\x82\x01\n\x08space_id\x18\x01 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd0\x01\x01R\x07spaceId\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor\"}\n\x15ListSpaceRunsResponse\x12L\n\x11space_run_entries\x18\x01 \x03(\x0b\x32 .corvic.feature.v2.SpaceRunEntryR\x0fspaceRunEntries\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor\"\x9f\x01\n\x12GetSpaceRunRequest\x12\x88\x01\n\x0cspace_run_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\nspaceRunId\"_\n\x13GetSpaceRunResponse\x12H\n\x0fspace_run_entry\x18\x01 \x01(\x0b\x32 .corvic.feature.v2.SpaceRunEntryR\rspaceRunEntry\"\xb4\x01\n\x11PatchSpaceRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\x12\x1b\n\tauto_sync\x18\x02 \x01(\x08R\x08\x61utoSync\"T\n\x12PatchSpaceResponse\x12>\n\x0bspace_entry\x18\x01 \x01(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\nspaceEntry*\x89\x01\n\tSpaceType\x12\x1a\n\x16SPACE_TYPE_UNSPECIFIED\x10\x00\x12\x19\n\x15SPACE_TYPE_RELATIONAL\x10\x01\x12\x17\n\x13SPACE_TYPE_SEMANTIC\x10\x02\x12\x16\n\x12SPACE_TYPE_TABULAR\x10\x03\x12\x14\n\x10SPACE_TYPE_IMAGE\x10\x04\x32\x90\x08\n\x0cSpaceService\x12X\n\x08GetSpace\x12\".corvic.feature.v2.GetSpaceRequest\x1a#.corvic.feature.v2.GetSpaceResponse\"\x03\x90\x02\x01\x12[\n\nPatchSpace\x12$.corvic.feature.v2.PatchSpaceRequest\x1a%.corvic.feature.v2.PatchSpaceResponse\"\x00\x12^\n\x0b\x43reateSpace\x12%.corvic.feature.v2.CreateSpaceRequest\x1a&.corvic.feature.v2.CreateSpaceResponse\"\x00\x12^\n\x0b\x44\x65leteSpace\x12%.corvic.feature.v2.DeleteSpaceRequest\x1a&.corvic.feature.v2.DeleteSpaceResponse\"\x00\x12^\n\nListSpaces\x12$.corvic.feature.v2.ListSpacesRequest\x1a%.corvic.feature.v2.ListSpacesResponse\"\x03\x90\x02\x01\x12j\n\x0eGetSpaceResult\x12(.corvic.feature.v2.GetSpaceResultRequest\x1a).corvic.feature.v2.GetSpaceResultResponse\"\x03\x90\x02\x01\x12\x7f\n\x15GetSpaceVisualization\x12/.corvic.feature.v2.GetSpaceVisualizationRequest\x1a\x30.corvic.feature.v2.GetSpaceVisualizationResponse\"\x03\x90\x02\x01\x12p\n\x10GetVisualization\x12*.corvic.feature.v2.GetVisualizationRequest\x1a+.corvic.feature.v2.GetVisualizationResponse\"\x03\x90\x02\x01\x12g\n\rListSpaceRuns\x12\'.corvic.feature.v2.ListSpaceRunsRequest\x1a(.corvic.feature.v2.ListSpaceRunsResponse\"\x03\x90\x02\x01\x12\x61\n\x0bGetSpaceRun\x12%.corvic.feature.v2.GetSpaceRunRequest\x1a&.corvic.feature.v2.GetSpaceRunResponse\"\x03\x90\x02\x01\x62\x06proto3')
|
25
|
+
|
26
|
+
_globals = globals()
|
27
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
28
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'corvic.feature.v2.space_pb2', _globals)
|
29
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
30
|
+
DESCRIPTOR._options = None
|
31
|
+
_globals['_PARAMETERS'].fields_by_name['feature_view_id']._options = None
|
32
|
+
_globals['_PARAMETERS'].fields_by_name['feature_view_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
33
|
+
_globals['_PARAMETERS'].fields_by_name['concat_string_and_embed']._options = None
|
34
|
+
_globals['_PARAMETERS'].fields_by_name['concat_string_and_embed']._serialized_options = b'\030\001'
|
35
|
+
_globals['_GETSPACEREQUEST'].fields_by_name['space_id']._options = None
|
36
|
+
_globals['_GETSPACEREQUEST'].fields_by_name['space_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
37
|
+
_globals['_LISTSPACESREQUEST'].fields_by_name['room_id']._options = None
|
38
|
+
_globals['_LISTSPACESREQUEST'].fields_by_name['room_id']._serialized_options = b'\272Hdr\002\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\320\001\001'
|
39
|
+
_globals['_CREATESPACEREQUEST'].fields_by_name['room_id']._options = None
|
40
|
+
_globals['_CREATESPACEREQUEST'].fields_by_name['room_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
41
|
+
_globals['_CREATESPACEREQUEST'].fields_by_name['description']._options = None
|
42
|
+
_globals['_CREATESPACEREQUEST'].fields_by_name['description']._serialized_options = b'\272H\005r\003\030\350\007'
|
43
|
+
_globals['_DELETESPACEREQUEST'].fields_by_name['id']._options = None
|
44
|
+
_globals['_DELETESPACEREQUEST'].fields_by_name['id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
45
|
+
_globals['_GETSPACERESULTREQUEST'].fields_by_name['space_id']._options = None
|
46
|
+
_globals['_GETSPACERESULTREQUEST'].fields_by_name['space_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
47
|
+
_globals['_GETSPACEVISUALIZATIONREQUEST'].fields_by_name['space_id']._options = None
|
48
|
+
_globals['_GETSPACEVISUALIZATIONREQUEST'].fields_by_name['space_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
49
|
+
_globals['_GETVISUALIZATIONREQUEST'].fields_by_name['space_id']._options = None
|
50
|
+
_globals['_GETVISUALIZATIONREQUEST'].fields_by_name['space_id']._serialized_options = b'\272Hdr\002\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\320\001\001'
|
51
|
+
_globals['_GETVISUALIZATIONREQUEST'].fields_by_name['space_run_id']._options = None
|
52
|
+
_globals['_GETVISUALIZATIONREQUEST'].fields_by_name['space_run_id']._serialized_options = b'\272Hdr\002\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\320\001\001'
|
53
|
+
_globals['_GETVISUALIZATIONREQUEST'].fields_by_name['num_points']._options = None
|
54
|
+
_globals['_GETVISUALIZATIONREQUEST'].fields_by_name['num_points']._serialized_options = b'\272H\004\032\002 \000'
|
55
|
+
_globals['_LISTSPACERUNSREQUEST'].fields_by_name['space_id']._options = None
|
56
|
+
_globals['_LISTSPACERUNSREQUEST'].fields_by_name['space_id']._serialized_options = b'\272Hdr\002\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\320\001\001'
|
57
|
+
_globals['_GETSPACERUNREQUEST'].fields_by_name['space_run_id']._options = None
|
58
|
+
_globals['_GETSPACERUNREQUEST'].fields_by_name['space_run_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
59
|
+
_globals['_PATCHSPACEREQUEST'].fields_by_name['space_id']._options = None
|
60
|
+
_globals['_PATCHSPACEREQUEST'].fields_by_name['space_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
61
|
+
_globals['_SPACESERVICE'].methods_by_name['GetSpace']._options = None
|
62
|
+
_globals['_SPACESERVICE'].methods_by_name['GetSpace']._serialized_options = b'\220\002\001'
|
63
|
+
_globals['_SPACESERVICE'].methods_by_name['ListSpaces']._options = None
|
64
|
+
_globals['_SPACESERVICE'].methods_by_name['ListSpaces']._serialized_options = b'\220\002\001'
|
65
|
+
_globals['_SPACESERVICE'].methods_by_name['GetSpaceResult']._options = None
|
66
|
+
_globals['_SPACESERVICE'].methods_by_name['GetSpaceResult']._serialized_options = b'\220\002\001'
|
67
|
+
_globals['_SPACESERVICE'].methods_by_name['GetSpaceVisualization']._options = None
|
68
|
+
_globals['_SPACESERVICE'].methods_by_name['GetSpaceVisualization']._serialized_options = b'\220\002\001'
|
69
|
+
_globals['_SPACESERVICE'].methods_by_name['GetVisualization']._options = None
|
70
|
+
_globals['_SPACESERVICE'].methods_by_name['GetVisualization']._serialized_options = b'\220\002\001'
|
71
|
+
_globals['_SPACESERVICE'].methods_by_name['ListSpaceRuns']._options = None
|
72
|
+
_globals['_SPACESERVICE'].methods_by_name['ListSpaceRuns']._serialized_options = b'\220\002\001'
|
73
|
+
_globals['_SPACESERVICE'].methods_by_name['GetSpaceRun']._options = None
|
74
|
+
_globals['_SPACESERVICE'].methods_by_name['GetSpaceRun']._serialized_options = b'\220\002\001'
|
75
|
+
_globals['_SPACETYPE']._serialized_start=5385
|
76
|
+
_globals['_SPACETYPE']._serialized_end=5522
|
77
|
+
_globals['_PARAMETERS']._serialized_start=282
|
78
|
+
_globals['_PARAMETERS']._serialized_end=1114
|
79
|
+
_globals['_EMBEDDINGMETRICS']._serialized_start=1117
|
80
|
+
_globals['_EMBEDDINGMETRICS']._serialized_end=1279
|
81
|
+
_globals['_SPACEENTRY']._serialized_start=1282
|
82
|
+
_globals['_SPACEENTRY']._serialized_end=1748
|
83
|
+
_globals['_SPACERUNENTRY']._serialized_start=1751
|
84
|
+
_globals['_SPACERUNENTRY']._serialized_end=1973
|
85
|
+
_globals['_GETSPACEREQUEST']._serialized_start=1976
|
86
|
+
_globals['_GETSPACEREQUEST']._serialized_end=2125
|
87
|
+
_globals['_GETSPACERESPONSE']._serialized_start=2127
|
88
|
+
_globals['_GETSPACERESPONSE']._serialized_end=2209
|
89
|
+
_globals['_LISTSPACESREQUEST']._serialized_start=2212
|
90
|
+
_globals['_LISTSPACESREQUEST']._serialized_end=2362
|
91
|
+
_globals['_LISTSPACESRESPONSE']._serialized_start=2364
|
92
|
+
_globals['_LISTSPACESRESPONSE']._serialized_end=2452
|
93
|
+
_globals['_CREATESPACEREQUEST']._serialized_start=2455
|
94
|
+
_globals['_CREATESPACEREQUEST']._serialized_end=2732
|
95
|
+
_globals['_CREATESPACERESPONSE']._serialized_start=2734
|
96
|
+
_globals['_CREATESPACERESPONSE']._serialized_end=2819
|
97
|
+
_globals['_DELETESPACEREQUEST']._serialized_start=2822
|
98
|
+
_globals['_DELETESPACEREQUEST']._serialized_end=2962
|
99
|
+
_globals['_DELETESPACERESPONSE']._serialized_start=2964
|
100
|
+
_globals['_DELETESPACERESPONSE']._serialized_end=2985
|
101
|
+
_globals['_GETSPACERESULTREQUEST']._serialized_start=2988
|
102
|
+
_globals['_GETSPACERESULTREQUEST']._serialized_end=3143
|
103
|
+
_globals['_GETSPACERESULTRESPONSE']._serialized_start=3145
|
104
|
+
_globals['_GETSPACERESULTRESPONSE']._serialized_end=3200
|
105
|
+
_globals['_GETSPACEVISUALIZATIONREQUEST']._serialized_start=3203
|
106
|
+
_globals['_GETSPACEVISUALIZATIONREQUEST']._serialized_end=3365
|
107
|
+
_globals['_EMBEDDINGROWDATA']._serialized_start=3367
|
108
|
+
_globals['_EMBEDDINGROWDATA']._serialized_end=3469
|
109
|
+
_globals['_EMBEDDINGTABLEDATA']._serialized_start=3471
|
110
|
+
_globals['_EMBEDDINGTABLEDATA']._serialized_end=3567
|
111
|
+
_globals['_GETSPACEVISUALIZATIONRESPONSE']._serialized_start=3570
|
112
|
+
_globals['_GETSPACEVISUALIZATIONRESPONSE']._serialized_end=3734
|
113
|
+
_globals['_SOURCEKEY']._serialized_start=3736
|
114
|
+
_globals['_SOURCEKEY']._serialized_end=3822
|
115
|
+
_globals['_VISUALIZATIONDATA']._serialized_start=3824
|
116
|
+
_globals['_VISUALIZATIONDATA']._serialized_end=3926
|
117
|
+
_globals['_GETVISUALIZATIONREQUEST']._serialized_start=3929
|
118
|
+
_globals['_GETVISUALIZATIONREQUEST']._serialized_end=4291
|
119
|
+
_globals['_GETVISUALIZATIONRESPONSE']._serialized_start=4293
|
120
|
+
_globals['_GETVISUALIZATIONRESPONSE']._serialized_end=4401
|
121
|
+
_globals['_LISTSPACERUNSCURSORPAYLOAD']._serialized_start=4404
|
122
|
+
_globals['_LISTSPACERUNSCURSORPAYLOAD']._serialized_end=4545
|
123
|
+
_globals['_LISTSPACERUNSREQUEST']._serialized_start=4548
|
124
|
+
_globals['_LISTSPACERUNSREQUEST']._serialized_end=4727
|
125
|
+
_globals['_LISTSPACERUNSRESPONSE']._serialized_start=4729
|
126
|
+
_globals['_LISTSPACERUNSRESPONSE']._serialized_end=4854
|
127
|
+
_globals['_GETSPACERUNREQUEST']._serialized_start=4857
|
128
|
+
_globals['_GETSPACERUNREQUEST']._serialized_end=5016
|
129
|
+
_globals['_GETSPACERUNRESPONSE']._serialized_start=5018
|
130
|
+
_globals['_GETSPACERUNRESPONSE']._serialized_end=5113
|
131
|
+
_globals['_PATCHSPACEREQUEST']._serialized_start=5116
|
132
|
+
_globals['_PATCHSPACEREQUEST']._serialized_end=5296
|
133
|
+
_globals['_PATCHSPACERESPONSE']._serialized_start=5298
|
134
|
+
_globals['_PATCHSPACERESPONSE']._serialized_end=5382
|
135
|
+
_globals['_SPACESERVICE']._serialized_start=5525
|
136
|
+
_globals['_SPACESERVICE']._serialized_end=6565
|
137
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,68 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: corvic/ingest/v2/pipeline.proto
|
4
|
+
# Protobuf Python Version: 4.25.3
|
5
|
+
"""Generated protocol buffer code."""
|
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
|
+
from google.protobuf.internal import builder as _builder
|
10
|
+
# @@protoc_insertion_point(imports)
|
11
|
+
|
12
|
+
_sym_db = _symbol_database.Default()
|
13
|
+
|
14
|
+
|
15
|
+
from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
|
16
|
+
from corvic_generated.status.v1 import event_pb2 as corvic_dot_status_dot_v1_dot_event__pb2
|
17
|
+
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
18
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
19
|
+
|
20
|
+
|
21
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x63orvic/ingest/v2/pipeline.proto\x12\x10\x63orvic.ingest.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1c\x63orvic/status/v1/event.proto\x1a google/protobuf/descriptor.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xcb\x02\n\x15\x43reatePipelineRequest\x12/\n\rpipeline_name\x18\x01 \x01(\tB\n\xbaH\x07r\x05\x10\x01\x18\xc8\x01R\x0cpipelineName\x12\x7f\n\x07room_id\x18\x02 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\x12\x43\n\rpipeline_type\x18\x03 \x01(\x0e\x32\x1e.corvic.ingest.v2.PipelineTypeR\x0cpipelineType\x12;\n\x14pipeline_description\x18\x04 \x01(\tB\x08\xbaH\x05r\x03\x18\xe8\x07R\x13pipelineDescription\"\x86\x03\n\rPipelineEntry\x12\x1f\n\x0bpipeline_id\x18\x01 \x01(\tR\npipelineId\x12#\n\rpipeline_name\x18\x02 \x01(\tR\x0cpipelineName\x12\x17\n\x07room_id\x18\x03 \x01(\tR\x06roomId\x12\x43\n\rpipeline_type\x18\x04 \x01(\x0e\x32\x1e.corvic.ingest.v2.PipelineTypeR\x0cpipelineType\x12,\n\x12input_resource_ids\x18\x05 \x03(\tR\x10inputResourceIds\x12*\n\x11output_source_ids\x18\x06 \x03(\tR\x0foutputSourceIds\x12\x39\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12<\n\rrecent_events\x18\x08 \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\"`\n\x16\x43reatePipelineResponse\x12\x46\n\x0epipeline_entry\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.PipelineEntryR\rpipelineEntry\"\xa1\x01\n\x15\x44\x65letePipelineRequest\x12\x87\x01\n\x0bpipeline_id\x18\x02 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\npipelineId\"\x18\n\x16\x44\x65letePipelineResponse\"\x9e\x01\n\x12GetPipelineRequest\x12\x87\x01\n\x0bpipeline_id\x18\x02 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\npipelineId\"]\n\x13GetPipelineResponse\x12\x46\n\x0epipeline_entry\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.PipelineEntryR\rpipelineEntry\"r\n\x1aListPipelinesCursorPayload\x12T\n\x19\x63reate_time_of_last_entry\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x15\x63reateTimeOfLastEntry\"\xd9\x01\n\x14ListPipelinesRequest\x12\x7f\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\x12(\n\x10\x65ntries_per_page\x18\x02 \x01(\rR\x0e\x65ntriesPerPage\x12\x16\n\x06\x63ursor\x18\x03 \x01(\tR\x06\x63ursor\"{\n\x15ListPipelinesResponse\x12J\n\x10pipeline_entries\x18\x01 \x03(\x0b\x32\x1f.corvic.ingest.v2.PipelineEntryR\x0fpipelineEntries\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor*\x94\x01\n\x0cPipelineType\x12\x1d\n\x19PIPELINE_TYPE_UNSPECIFIED\x10\x00\x12\x1e\n\x1aPIPELINE_TYPE_PROCESS_PDFS\x10\x01\x12!\n\x1dPIPELINE_TYPE_PROCESS_PARQUET\x10\x02\x12\"\n\x1ePIPELINE_TYPE_PROCESS_PDFS_OCR\x10\x03\x32\xa7\x03\n\x0fPipelineService\x12\x65\n\x0e\x43reatePipeline\x12\'.corvic.ingest.v2.CreatePipelineRequest\x1a(.corvic.ingest.v2.CreatePipelineResponse\"\x00\x12\x65\n\x0e\x44\x65letePipeline\x12\'.corvic.ingest.v2.DeletePipelineRequest\x1a(.corvic.ingest.v2.DeletePipelineResponse\"\x00\x12_\n\x0bGetPipeline\x12$.corvic.ingest.v2.GetPipelineRequest\x1a%.corvic.ingest.v2.GetPipelineResponse\"\x03\x90\x02\x01\x12\x65\n\rListPipelines\x12&.corvic.ingest.v2.ListPipelinesRequest\x1a\'.corvic.ingest.v2.ListPipelinesResponse\"\x03\x90\x02\x01\x62\x06proto3')
|
22
|
+
|
23
|
+
_globals = globals()
|
24
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
25
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'corvic.ingest.v2.pipeline_pb2', _globals)
|
26
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
27
|
+
DESCRIPTOR._options = None
|
28
|
+
_globals['_CREATEPIPELINEREQUEST'].fields_by_name['pipeline_name']._options = None
|
29
|
+
_globals['_CREATEPIPELINEREQUEST'].fields_by_name['pipeline_name']._serialized_options = b'\272H\007r\005\020\001\030\310\001'
|
30
|
+
_globals['_CREATEPIPELINEREQUEST'].fields_by_name['room_id']._options = None
|
31
|
+
_globals['_CREATEPIPELINEREQUEST'].fields_by_name['room_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
32
|
+
_globals['_CREATEPIPELINEREQUEST'].fields_by_name['pipeline_description']._options = None
|
33
|
+
_globals['_CREATEPIPELINEREQUEST'].fields_by_name['pipeline_description']._serialized_options = b'\272H\005r\003\030\350\007'
|
34
|
+
_globals['_DELETEPIPELINEREQUEST'].fields_by_name['pipeline_id']._options = None
|
35
|
+
_globals['_DELETEPIPELINEREQUEST'].fields_by_name['pipeline_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
36
|
+
_globals['_GETPIPELINEREQUEST'].fields_by_name['pipeline_id']._options = None
|
37
|
+
_globals['_GETPIPELINEREQUEST'].fields_by_name['pipeline_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
38
|
+
_globals['_LISTPIPELINESREQUEST'].fields_by_name['room_id']._options = None
|
39
|
+
_globals['_LISTPIPELINESREQUEST'].fields_by_name['room_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
40
|
+
_globals['_PIPELINESERVICE'].methods_by_name['GetPipeline']._options = None
|
41
|
+
_globals['_PIPELINESERVICE'].methods_by_name['GetPipeline']._serialized_options = b'\220\002\001'
|
42
|
+
_globals['_PIPELINESERVICE'].methods_by_name['ListPipelines']._options = None
|
43
|
+
_globals['_PIPELINESERVICE'].methods_by_name['ListPipelines']._serialized_options = b'\220\002\001'
|
44
|
+
_globals['_PIPELINETYPE']._serialized_start=1912
|
45
|
+
_globals['_PIPELINETYPE']._serialized_end=2060
|
46
|
+
_globals['_CREATEPIPELINEREQUEST']._serialized_start=180
|
47
|
+
_globals['_CREATEPIPELINEREQUEST']._serialized_end=511
|
48
|
+
_globals['_PIPELINEENTRY']._serialized_start=514
|
49
|
+
_globals['_PIPELINEENTRY']._serialized_end=904
|
50
|
+
_globals['_CREATEPIPELINERESPONSE']._serialized_start=906
|
51
|
+
_globals['_CREATEPIPELINERESPONSE']._serialized_end=1002
|
52
|
+
_globals['_DELETEPIPELINEREQUEST']._serialized_start=1005
|
53
|
+
_globals['_DELETEPIPELINEREQUEST']._serialized_end=1166
|
54
|
+
_globals['_DELETEPIPELINERESPONSE']._serialized_start=1168
|
55
|
+
_globals['_DELETEPIPELINERESPONSE']._serialized_end=1192
|
56
|
+
_globals['_GETPIPELINEREQUEST']._serialized_start=1195
|
57
|
+
_globals['_GETPIPELINEREQUEST']._serialized_end=1353
|
58
|
+
_globals['_GETPIPELINERESPONSE']._serialized_start=1355
|
59
|
+
_globals['_GETPIPELINERESPONSE']._serialized_end=1448
|
60
|
+
_globals['_LISTPIPELINESCURSORPAYLOAD']._serialized_start=1450
|
61
|
+
_globals['_LISTPIPELINESCURSORPAYLOAD']._serialized_end=1564
|
62
|
+
_globals['_LISTPIPELINESREQUEST']._serialized_start=1567
|
63
|
+
_globals['_LISTPIPELINESREQUEST']._serialized_end=1784
|
64
|
+
_globals['_LISTPIPELINESRESPONSE']._serialized_start=1786
|
65
|
+
_globals['_LISTPIPELINESRESPONSE']._serialized_end=1909
|
66
|
+
_globals['_PIPELINESERVICE']._serialized_start=2063
|
67
|
+
_globals['_PIPELINESERVICE']._serialized_end=2486
|
68
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -12,29 +12,34 @@ from google.protobuf.internal import builder as _builder
|
|
12
12
|
_sym_db = _symbol_database.Default()
|
13
13
|
|
14
14
|
|
15
|
+
from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
|
15
16
|
from corvic_generated.status.v1 import event_pb2 as corvic_dot_status_dot_v1_dot_event__pb2
|
16
17
|
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
17
18
|
|
18
19
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!corvic/ingest/v2/quick_mode.proto\x12\x10\x63orvic.ingest.v2\x1a\x1c\x63orvic/status/v1/event.proto\x1a google/protobuf/descriptor.proto\"
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!corvic/ingest/v2/quick_mode.proto\x12\x10\x63orvic.ingest.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1c\x63orvic/status/v1/event.proto\x1a google/protobuf/descriptor.proto\"\xb3\x02\n\x13RunQuickModeRequest\x12\x8a\x01\n\nsource_ids\x18\x01 \x03(\tBk\xbaHh\x92\x01\x65\"cr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\tsourceIds\x12\x8e\x01\n\x0cpipeline_ids\x18\x02 \x03(\tBk\xbaHh\x92\x01\x65\"cr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x0bpipelineIds\"3\n\x14RunQuickModeResponse\x12\x1b\n\trun_token\x18\x01 \x01(\tR\x08runToken\"2\n\x13GetRunStatusRequest\x12\x1b\n\trun_token\x18\x01 \x01(\tR\x08runToken\"t\n\x0e\x43reatedObjects\x12(\n\x10\x66\x65\x61ture_view_ids\x18\x01 \x03(\tR\x0e\x66\x65\x61tureViewIds\x12\x1b\n\tspace_ids\x18\x02 \x03(\tR\x08spaceIds\x12\x1b\n\tagent_ids\x18\x03 \x03(\tR\x08\x61gentIds\"\x9f\x01\n\x14GetRunStatusResponse\x12I\n\x0f\x63reated_objects\x18\x01 \x01(\x0b\x32 .corvic.ingest.v2.CreatedObjectsR\x0e\x63reatedObjects\x12<\n\rrecent_events\x18\x02 \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents2\xd7\x01\n\x10QuickModeService\x12_\n\x0cRunQuickMode\x12%.corvic.ingest.v2.RunQuickModeRequest\x1a&.corvic.ingest.v2.RunQuickModeResponse\"\x00\x12\x62\n\x0cGetRunStatus\x12%.corvic.ingest.v2.GetRunStatusRequest\x1a&.corvic.ingest.v2.GetRunStatusResponse\"\x03\x90\x02\x01\x62\x06proto3')
|
20
21
|
|
21
22
|
_globals = globals()
|
22
23
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
23
24
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'corvic.ingest.v2.quick_mode_pb2', _globals)
|
24
25
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
25
26
|
DESCRIPTOR._options = None
|
27
|
+
_globals['_RUNQUICKMODEREQUEST'].fields_by_name['source_ids']._options = None
|
28
|
+
_globals['_RUNQUICKMODEREQUEST'].fields_by_name['source_ids']._serialized_options = b'\272Hh\222\001e\"cr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
29
|
+
_globals['_RUNQUICKMODEREQUEST'].fields_by_name['pipeline_ids']._options = None
|
30
|
+
_globals['_RUNQUICKMODEREQUEST'].fields_by_name['pipeline_ids']._serialized_options = b'\272Hh\222\001e\"cr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
26
31
|
_globals['_QUICKMODESERVICE'].methods_by_name['GetRunStatus']._options = None
|
27
32
|
_globals['_QUICKMODESERVICE'].methods_by_name['GetRunStatus']._serialized_options = b'\220\002\001'
|
28
|
-
_globals['_RUNQUICKMODEREQUEST']._serialized_start=
|
29
|
-
_globals['_RUNQUICKMODEREQUEST']._serialized_end=
|
30
|
-
_globals['_RUNQUICKMODERESPONSE']._serialized_start=
|
31
|
-
_globals['_RUNQUICKMODERESPONSE']._serialized_end=
|
32
|
-
_globals['_GETRUNSTATUSREQUEST']._serialized_start=
|
33
|
-
_globals['_GETRUNSTATUSREQUEST']._serialized_end=
|
34
|
-
_globals['_CREATEDOBJECTS']._serialized_start=
|
35
|
-
_globals['_CREATEDOBJECTS']._serialized_end=
|
36
|
-
_globals['_GETRUNSTATUSRESPONSE']._serialized_start=
|
37
|
-
_globals['_GETRUNSTATUSRESPONSE']._serialized_end=
|
38
|
-
_globals['_QUICKMODESERVICE']._serialized_start=
|
39
|
-
_globals['_QUICKMODESERVICE']._serialized_end=
|
33
|
+
_globals['_RUNQUICKMODEREQUEST']._serialized_start=149
|
34
|
+
_globals['_RUNQUICKMODEREQUEST']._serialized_end=456
|
35
|
+
_globals['_RUNQUICKMODERESPONSE']._serialized_start=458
|
36
|
+
_globals['_RUNQUICKMODERESPONSE']._serialized_end=509
|
37
|
+
_globals['_GETRUNSTATUSREQUEST']._serialized_start=511
|
38
|
+
_globals['_GETRUNSTATUSREQUEST']._serialized_end=561
|
39
|
+
_globals['_CREATEDOBJECTS']._serialized_start=563
|
40
|
+
_globals['_CREATEDOBJECTS']._serialized_end=679
|
41
|
+
_globals['_GETRUNSTATUSRESPONSE']._serialized_start=682
|
42
|
+
_globals['_GETRUNSTATUSRESPONSE']._serialized_end=841
|
43
|
+
_globals['_QUICKMODESERVICE']._serialized_start=844
|
44
|
+
_globals['_QUICKMODESERVICE']._serialized_end=1059
|
40
45
|
# @@protoc_insertion_point(module_scope)
|