corvic-engine 0.3.0rc68__tar.gz → 0.3.0rc70__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.0rc68 → corvic_engine-0.3.0rc70}/Cargo.lock +12 -12
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/Cargo.toml +1 -1
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/PKG-INFO +1 -1
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/pyproject.toml +4 -7
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/context/__init__.py +0 -8
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/model/_space.py +25 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/row_filters/_jsonlogic.py +32 -1
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/feature_view_pb2.py +21 -21
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/space_pb2.py +57 -51
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/space_pb2.pyi +12 -6
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/resource_pb2.py +25 -25
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/agent_pb2.py +2 -2
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/agent_pb2.pyi +4 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/LICENSE +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/README.md +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/Cargo.toml +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/buf/validate/validate_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/buf/validate/validate_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/buf/validate/validate_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/context/py.typed +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/embed/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/embed/node2vec.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/embed/py.typed +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/embedding_metric/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/embedding_metric/embeddings.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/embedding_metric/py.typed +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/engine/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/engine/_native.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/engine/py.typed +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/model/_base_model.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/model/_completion_model.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/model/_defaults.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/model/_errors.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/model/_feature_type.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/model/_feature_view.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/model/_pipeline.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/model/_proto_orm_convert.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/model/_resource.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/model/_room.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/model/_source.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/model/py.typed +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/_schema.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/_transformations.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/aggregation.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/encoders.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/errors.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/feature_types.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/ops.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/py.typed +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/row_filters/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/row_filters/_row_filters.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/sample_strategy.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/orm/_proto_columns.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/orm/base.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/orm/errors.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/orm/func/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/orm/func/utc_func.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/orm/func/uuid_func.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/orm/ids.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/orm/keys.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/orm/mixins.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/orm/py.typed +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/_const.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/_from_value.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/_temporal.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/_to_value.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/_types.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/py.typed +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/proto_wrapper/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/proto_wrapper/_errors.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/proto_wrapper/_wrappers.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/proto_wrapper/py.typed +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/result/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/result/py.typed +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/sql/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/sql/parse_ops.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/sql/py.typed +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system/_column_encoding.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system/_dimension_reduction.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system/_embedder.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system/_image_embedder.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system/_planner.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system/_text_embedder.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system/client.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system/in_memory_executor.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system/op_graph_executor.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system/py.typed +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system/staging.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system/storage.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/client.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/fs_blob_store.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/py.typed +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/rdbms_blob_store.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/staging.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/table/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/table/py.typed +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/table/table.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/version/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/version/py.typed +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/well_known_types/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/well_known_types/py.typed +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/v1/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/v1/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/resource_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/room_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/source_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/model/v1alpha/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/model/v1alpha/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/model/v1alpha/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/agent_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/agent_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/completion_model_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/completion_model_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/event_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/service_pb2_grpc.pyi +0 -0
@@ -16,7 +16,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
16
16
|
|
17
17
|
[[package]]
|
18
18
|
name = "corvic-engine"
|
19
|
-
version = "0.3.0-rc.
|
19
|
+
version = "0.3.0-rc.70"
|
20
20
|
dependencies = [
|
21
21
|
"numpy",
|
22
22
|
"pyo3",
|
@@ -57,7 +57,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
57
57
|
|
58
58
|
[[package]]
|
59
59
|
name = "engine-walk"
|
60
|
-
version = "0.3.0-rc.
|
60
|
+
version = "0.3.0-rc.70"
|
61
61
|
dependencies = [
|
62
62
|
"version_check",
|
63
63
|
]
|
@@ -189,9 +189,9 @@ dependencies = [
|
|
189
189
|
|
190
190
|
[[package]]
|
191
191
|
name = "pyo3"
|
192
|
-
version = "0.24.
|
192
|
+
version = "0.24.2"
|
193
193
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
194
|
-
checksum = "
|
194
|
+
checksum = "e5203598f366b11a02b13aa20cab591229ff0a89fd121a308a5df751d5fc9219"
|
195
195
|
dependencies = [
|
196
196
|
"cfg-if",
|
197
197
|
"indoc",
|
@@ -207,9 +207,9 @@ dependencies = [
|
|
207
207
|
|
208
208
|
[[package]]
|
209
209
|
name = "pyo3-build-config"
|
210
|
-
version = "0.24.
|
210
|
+
version = "0.24.2"
|
211
211
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
212
|
-
checksum = "
|
212
|
+
checksum = "99636d423fa2ca130fa5acde3059308006d46f98caac629418e53f7ebb1e9999"
|
213
213
|
dependencies = [
|
214
214
|
"once_cell",
|
215
215
|
"target-lexicon",
|
@@ -217,9 +217,9 @@ dependencies = [
|
|
217
217
|
|
218
218
|
[[package]]
|
219
219
|
name = "pyo3-ffi"
|
220
|
-
version = "0.24.
|
220
|
+
version = "0.24.2"
|
221
221
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
222
|
-
checksum = "
|
222
|
+
checksum = "78f9cf92ba9c409279bc3305b5409d90db2d2c22392d443a87df3a1adad59e33"
|
223
223
|
dependencies = [
|
224
224
|
"libc",
|
225
225
|
"pyo3-build-config",
|
@@ -227,9 +227,9 @@ dependencies = [
|
|
227
227
|
|
228
228
|
[[package]]
|
229
229
|
name = "pyo3-macros"
|
230
|
-
version = "0.24.
|
230
|
+
version = "0.24.2"
|
231
231
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
232
|
-
checksum = "
|
232
|
+
checksum = "0b999cb1a6ce21f9a6b147dcf1be9ffedf02e0043aec74dc390f3007047cecd9"
|
233
233
|
dependencies = [
|
234
234
|
"proc-macro2",
|
235
235
|
"pyo3-macros-backend",
|
@@ -239,9 +239,9 @@ dependencies = [
|
|
239
239
|
|
240
240
|
[[package]]
|
241
241
|
name = "pyo3-macros-backend"
|
242
|
-
version = "0.24.
|
242
|
+
version = "0.24.2"
|
243
243
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
244
|
-
checksum = "
|
244
|
+
checksum = "822ece1c7e1012745607d5cf0bcb2874769f0f7cb34c4cde03b9358eb9ef911a"
|
245
245
|
dependencies = [
|
246
246
|
"heck",
|
247
247
|
"proc-macro2",
|
@@ -19,7 +19,7 @@ authors = [
|
|
19
19
|
]
|
20
20
|
readme = "README.md"
|
21
21
|
description = "Seamless embedding generation and retrieval."
|
22
|
-
version = "0.3.0-rc.
|
22
|
+
version = "0.3.0-rc.70" # sync this with tool.poetry.version below
|
23
23
|
|
24
24
|
# TODO(ddn): Pull dependencies from tool.poetry.dependencies. We use maturin as
|
25
25
|
# the build system but poetry for the development environment.
|
@@ -73,7 +73,7 @@ packages = [
|
|
73
73
|
]
|
74
74
|
description = ""
|
75
75
|
authors = []
|
76
|
-
version = "0.3.0-rc.
|
76
|
+
version = "0.3.0-rc.70"
|
77
77
|
|
78
78
|
[tool.poetry.scripts]
|
79
79
|
check = "corvic_check.cli:main"
|
@@ -151,9 +151,6 @@ pip-licenses = "^4.3.3"
|
|
151
151
|
|
152
152
|
[tool.poetry.group.test.dependencies]
|
153
153
|
fastnode2vec = "^0.0.7"
|
154
|
-
# Gensim is broken with SciPy 1.13.0
|
155
|
-
# https://github.com/piskvorky/gensim/issues/3525
|
156
|
-
scipy = "<1.13.0"
|
157
154
|
umap-learn = "^0.5.5"
|
158
155
|
scikit-learn = "^1.4.0"
|
159
156
|
|
@@ -162,8 +159,8 @@ optional = true
|
|
162
159
|
|
163
160
|
[tool.poetry.group.ml.dependencies]
|
164
161
|
torch = [
|
165
|
-
{ platform = "linux", version = "^2.
|
166
|
-
{ platform = "darwin", version = "^2.
|
162
|
+
{ platform = "linux", version = "^2.7.0", source = "torch-cpu-linux" },
|
163
|
+
{ platform = "darwin", version = "^2.7.0", source = "pypi" },
|
167
164
|
]
|
168
165
|
transformers = "^4.48.0"
|
169
166
|
umap-learn = "^0.5.5"
|
@@ -4,7 +4,6 @@ Affect things like logging and the names of metrics.
|
|
4
4
|
"""
|
5
5
|
|
6
6
|
import contextvars
|
7
|
-
import uuid
|
8
7
|
from dataclasses import dataclass
|
9
8
|
|
10
9
|
# These are sentinels used only in the Requester object below rather than actual org
|
@@ -21,17 +20,11 @@ class Requester:
|
|
21
20
|
|
22
21
|
|
23
22
|
_SERVICE_NAME = contextvars.ContextVar("service_name", default="corvic")
|
24
|
-
_TRACE_ID = contextvars.ContextVar("trace_id", default="")
|
25
23
|
_REQUESTER = contextvars.ContextVar(
|
26
24
|
"requester_identity", default=Requester(org_id=NOBODY_ORG_ID)
|
27
25
|
)
|
28
26
|
|
29
27
|
|
30
|
-
def get_trace_id() -> str:
|
31
|
-
"""Get current trace id."""
|
32
|
-
return _TRACE_ID.get()
|
33
|
-
|
34
|
-
|
35
28
|
def get_service_name() -> str:
|
36
29
|
"""Get current service name."""
|
37
30
|
return _SERVICE_NAME.get()
|
@@ -45,7 +38,6 @@ def get_requester() -> Requester:
|
|
45
38
|
def reset_context(*, service_name: str):
|
46
39
|
"""Reset contextvars for a new request."""
|
47
40
|
_SERVICE_NAME.set(service_name)
|
48
|
-
_TRACE_ID.set(str(uuid.uuid4()))
|
49
41
|
_REQUESTER.set(Requester(org_id=NOBODY_ORG_ID))
|
50
42
|
|
51
43
|
|
@@ -3,6 +3,7 @@
|
|
3
3
|
from __future__ import annotations
|
4
4
|
|
5
5
|
import abc
|
6
|
+
import copy
|
6
7
|
import datetime
|
7
8
|
import uuid
|
8
9
|
from collections.abc import Iterable, Mapping, Sequence
|
@@ -182,6 +183,30 @@ class Space(BelongsToRoomModel[SpaceID, models_pb2.Space, orm.Space]):
|
|
182
183
|
auto_sync=auto_sync,
|
183
184
|
)
|
184
185
|
|
186
|
+
def with_name(self, name: str):
|
187
|
+
proto_self = copy.copy(self.proto_self)
|
188
|
+
|
189
|
+
proto_self.name = name
|
190
|
+
|
191
|
+
return Ok(
|
192
|
+
self.__class__(
|
193
|
+
self.feature_view.client,
|
194
|
+
proto_self,
|
195
|
+
)
|
196
|
+
)
|
197
|
+
|
198
|
+
def with_description(self, description: str):
|
199
|
+
proto_self = copy.copy(self.proto_self)
|
200
|
+
|
201
|
+
proto_self.description = description
|
202
|
+
|
203
|
+
return Ok(
|
204
|
+
self.__class__(
|
205
|
+
self.feature_view.client,
|
206
|
+
proto_self,
|
207
|
+
)
|
208
|
+
)
|
209
|
+
|
185
210
|
@classmethod
|
186
211
|
def from_id(
|
187
212
|
cls,
|
{corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/row_filters/_jsonlogic.py
RENAMED
@@ -16,7 +16,7 @@ from corvic.op_graph.row_filters._row_filters import (
|
|
16
16
|
lt,
|
17
17
|
ne,
|
18
18
|
)
|
19
|
-
from corvic.pa_scalar import from_value
|
19
|
+
from corvic.pa_scalar import from_value, to_value
|
20
20
|
from corvic.result import Error, InvalidArgumentError, Ok
|
21
21
|
|
22
22
|
|
@@ -76,6 +76,35 @@ def _var_name(value: struct_pb2.Value) -> str:
|
|
76
76
|
raise _Error("unexpected operation type")
|
77
77
|
|
78
78
|
|
79
|
+
def _coerce_literal(literal: struct_pb2.Value, dtype: pa.DataType) -> struct_pb2.Value:
|
80
|
+
# Attempt to coerce the literal to the type it needs to be compared against,
|
81
|
+
# if the types don't already align.
|
82
|
+
match literal.WhichOneof("kind"):
|
83
|
+
case "null_value":
|
84
|
+
types_match = pa.types.is_null(dtype)
|
85
|
+
case "bool_value":
|
86
|
+
types_match = pa.types.is_boolean(dtype)
|
87
|
+
case "list_value":
|
88
|
+
# TODO(aneesh): inner checks for nested types
|
89
|
+
types_match = pa.types.is_list(dtype)
|
90
|
+
case "number_value":
|
91
|
+
types_match = pa.types.is_integer(dtype) or pa.types.is_floating(dtype)
|
92
|
+
case "string_value":
|
93
|
+
types_match = pa.types.is_string(dtype)
|
94
|
+
case "struct_value":
|
95
|
+
# TODO(aneesh): inner checks for nested types
|
96
|
+
types_match = pa.types.is_struct(dtype)
|
97
|
+
case None:
|
98
|
+
raise _Error("Unknown literal type")
|
99
|
+
if not types_match:
|
100
|
+
match from_value(literal, dtype):
|
101
|
+
case Ok(coerced_literal):
|
102
|
+
literal = to_value(coerced_literal)
|
103
|
+
case err:
|
104
|
+
raise err
|
105
|
+
return literal
|
106
|
+
|
107
|
+
|
79
108
|
def _simple_compare(
|
80
109
|
op: Literal["==", "!=", "<=", ">=", "<", ">"],
|
81
110
|
operands: Sequence[struct_pb2.Value],
|
@@ -92,6 +121,8 @@ def _simple_compare(
|
|
92
121
|
if dtype is None:
|
93
122
|
raise _Error("unknown literal type", column_name=column_name)
|
94
123
|
|
124
|
+
literal = _coerce_literal(literal, dtype)
|
125
|
+
|
95
126
|
match op:
|
96
127
|
case "==":
|
97
128
|
return eq(column_name, literal, dtype)
|
@@ -17,7 +17,7 @@ from corvic_generated.ingest.v2 import source_pb2 as corvic_dot_ingest_dot_v2_do
|
|
17
17
|
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
18
18
|
|
19
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\"\
|
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\"\x9a\x01\n\x17ListFeatureViewsRequest\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\"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
21
|
|
22
22
|
_globals = globals()
|
23
23
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -31,7 +31,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
31
31
|
_globals['_GETFEATUREVIEWREQUEST'].fields_by_name['id']._options = None
|
32
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
33
|
_globals['_LISTFEATUREVIEWSREQUEST'].fields_by_name['room_id']._options = None
|
34
|
-
_globals['_LISTFEATUREVIEWSREQUEST'].fields_by_name['room_id']._serialized_options = b'\
|
34
|
+
_globals['_LISTFEATUREVIEWSREQUEST'].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\')'
|
35
35
|
_globals['_CREATEFEATUREVIEWREQUEST'].fields_by_name['room_id']._options = None
|
36
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
37
|
_globals['_CREATEFEATUREVIEWREQUEST'].fields_by_name['name']._options = None
|
@@ -59,23 +59,23 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
59
59
|
_globals['_GETFEATUREVIEWRESPONSE']._serialized_start=740
|
60
60
|
_globals['_GETFEATUREVIEWRESPONSE']._serialized_end=847
|
61
61
|
_globals['_LISTFEATUREVIEWSREQUEST']._serialized_start=850
|
62
|
-
_globals['_LISTFEATUREVIEWSREQUEST']._serialized_end=
|
63
|
-
_globals['_LISTFEATUREVIEWSRESPONSE']._serialized_start=
|
64
|
-
_globals['_LISTFEATUREVIEWSRESPONSE']._serialized_end=
|
65
|
-
_globals['_CREATEFEATUREVIEWREQUEST']._serialized_start=
|
66
|
-
_globals['_CREATEFEATUREVIEWREQUEST']._serialized_end=
|
67
|
-
_globals['_CREATEFEATUREVIEWRESPONSE']._serialized_start=
|
68
|
-
_globals['_CREATEFEATUREVIEWRESPONSE']._serialized_end=
|
69
|
-
_globals['_DELETEFEATUREVIEWREQUEST']._serialized_start=
|
70
|
-
_globals['_DELETEFEATUREVIEWREQUEST']._serialized_end=
|
71
|
-
_globals['_DELETEFEATUREVIEWRESPONSE']._serialized_start=
|
72
|
-
_globals['_DELETEFEATUREVIEWRESPONSE']._serialized_end=
|
73
|
-
_globals['_GETFEATUREVIEWRELATIONSHIPSREQUEST']._serialized_start=
|
74
|
-
_globals['_GETFEATUREVIEWRELATIONSHIPSREQUEST']._serialized_end=
|
75
|
-
_globals['_SOURCERELATIONSHIP']._serialized_start=
|
76
|
-
_globals['_SOURCERELATIONSHIP']._serialized_end=
|
77
|
-
_globals['_GETFEATUREVIEWRELATIONSHIPSRESPONSE']._serialized_start=
|
78
|
-
_globals['_GETFEATUREVIEWRELATIONSHIPSRESPONSE']._serialized_end=
|
79
|
-
_globals['_FEATUREVIEWSERVICE']._serialized_start=
|
80
|
-
_globals['_FEATUREVIEWSERVICE']._serialized_end=
|
62
|
+
_globals['_LISTFEATUREVIEWSREQUEST']._serialized_end=1004
|
63
|
+
_globals['_LISTFEATUREVIEWSRESPONSE']._serialized_start=1006
|
64
|
+
_globals['_LISTFEATUREVIEWSRESPONSE']._serialized_end=1119
|
65
|
+
_globals['_CREATEFEATUREVIEWREQUEST']._serialized_start=1122
|
66
|
+
_globals['_CREATEFEATUREVIEWREQUEST']._serialized_end=1589
|
67
|
+
_globals['_CREATEFEATUREVIEWRESPONSE']._serialized_start=1591
|
68
|
+
_globals['_CREATEFEATUREVIEWRESPONSE']._serialized_end=1701
|
69
|
+
_globals['_DELETEFEATUREVIEWREQUEST']._serialized_start=1704
|
70
|
+
_globals['_DELETEFEATUREVIEWREQUEST']._serialized_end=1850
|
71
|
+
_globals['_DELETEFEATUREVIEWRESPONSE']._serialized_start=1852
|
72
|
+
_globals['_DELETEFEATUREVIEWRESPONSE']._serialized_end=1879
|
73
|
+
_globals['_GETFEATUREVIEWRELATIONSHIPSREQUEST']._serialized_start=1882
|
74
|
+
_globals['_GETFEATUREVIEWRELATIONSHIPSREQUEST']._serialized_end=2153
|
75
|
+
_globals['_SOURCERELATIONSHIP']._serialized_start=2155
|
76
|
+
_globals['_SOURCERELATIONSHIP']._serialized_end=2240
|
77
|
+
_globals['_GETFEATUREVIEWRELATIONSHIPSRESPONSE']._serialized_start=2242
|
78
|
+
_globals['_GETFEATUREVIEWRELATIONSHIPSRESPONSE']._serialized_end=2369
|
79
|
+
_globals['_FEATUREVIEWSERVICE']._serialized_start=2372
|
80
|
+
_globals['_FEATUREVIEWSERVICE']._serialized_end=2990
|
81
81
|
# @@protoc_insertion_point(module_scope)
|
{corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/space_pb2.py
RENAMED
@@ -21,7 +21,7 @@ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
21
21
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
22
22
|
|
23
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\"\
|
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\"\x94\x01\n\x11ListSpacesRequest\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\"X\n\x12ListSpacesResponse\x12\x42\n\rspace_entries\x18\x01 \x03(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\x0cspaceEntries\"\xb6\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\x35\n\x06params\x18\x03 \x03(\x0b\x32\x1d.corvic.feature.v2.ParametersR\x06params\x12\x1b\n\tauto_sync\x18\x04 \x01(\x08R\x08\x61utoSync\x12\x1f\n\x04name\x18\x05 \x01(\tB\x0b\xbaH\x08r\x03\x18\x96\x01\xd8\x01\x01R\x04name\"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\')\xd8\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\')\xd8\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\')\xd8\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\"\xa8\x02\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\x12\x31\n\x0enew_space_name\x18\x03 \x01(\tB\x0b\xbaH\x08r\x03\x18\x96\x01\xd8\x01\x01R\x0cnewSpaceName\x12?\n\x15new_space_description\x18\x04 \x01(\tB\x0b\xbaH\x08r\x03\x18\xe8\x07\xd8\x01\x01R\x13newSpaceDescription\"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
25
|
|
26
26
|
_globals = globals()
|
27
27
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -35,11 +35,13 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
35
35
|
_globals['_GETSPACEREQUEST'].fields_by_name['space_id']._options = None
|
36
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
37
|
_globals['_LISTSPACESREQUEST'].fields_by_name['room_id']._options = None
|
38
|
-
_globals['_LISTSPACESREQUEST'].fields_by_name['room_id']._serialized_options = b'\
|
38
|
+
_globals['_LISTSPACESREQUEST'].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\')'
|
39
39
|
_globals['_CREATESPACEREQUEST'].fields_by_name['room_id']._options = None
|
40
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
41
|
_globals['_CREATESPACEREQUEST'].fields_by_name['description']._options = None
|
42
42
|
_globals['_CREATESPACEREQUEST'].fields_by_name['description']._serialized_options = b'\272H\005r\003\030\350\007'
|
43
|
+
_globals['_CREATESPACEREQUEST'].fields_by_name['name']._options = None
|
44
|
+
_globals['_CREATESPACEREQUEST'].fields_by_name['name']._serialized_options = b'\272H\010r\003\030\226\001\330\001\001'
|
43
45
|
_globals['_DELETESPACEREQUEST'].fields_by_name['id']._options = None
|
44
46
|
_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
47
|
_globals['_GETSPACERESULTREQUEST'].fields_by_name['space_id']._options = None
|
@@ -58,6 +60,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
58
60
|
_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
61
|
_globals['_PATCHSPACEREQUEST'].fields_by_name['space_id']._options = None
|
60
62
|
_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\')'
|
63
|
+
_globals['_PATCHSPACEREQUEST'].fields_by_name['new_space_name']._options = None
|
64
|
+
_globals['_PATCHSPACEREQUEST'].fields_by_name['new_space_name']._serialized_options = b'\272H\010r\003\030\226\001\330\001\001'
|
65
|
+
_globals['_PATCHSPACEREQUEST'].fields_by_name['new_space_description']._options = None
|
66
|
+
_globals['_PATCHSPACEREQUEST'].fields_by_name['new_space_description']._serialized_options = b'\272H\010r\003\030\350\007\330\001\001'
|
61
67
|
_globals['_SPACESERVICE'].methods_by_name['GetSpace']._options = None
|
62
68
|
_globals['_SPACESERVICE'].methods_by_name['GetSpace']._serialized_options = b'\220\002\001'
|
63
69
|
_globals['_SPACESERVICE'].methods_by_name['ListSpaces']._options = None
|
@@ -72,8 +78,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
72
78
|
_globals['_SPACESERVICE'].methods_by_name['ListSpaceRuns']._serialized_options = b'\220\002\001'
|
73
79
|
_globals['_SPACESERVICE'].methods_by_name['GetSpaceRun']._options = None
|
74
80
|
_globals['_SPACESERVICE'].methods_by_name['GetSpaceRun']._serialized_options = b'\220\002\001'
|
75
|
-
_globals['_SPACETYPE']._serialized_start=
|
76
|
-
_globals['_SPACETYPE']._serialized_end=
|
81
|
+
_globals['_SPACETYPE']._serialized_start=5532
|
82
|
+
_globals['_SPACETYPE']._serialized_end=5669
|
77
83
|
_globals['_PARAMETERS']._serialized_start=282
|
78
84
|
_globals['_PARAMETERS']._serialized_end=1114
|
79
85
|
_globals['_EMBEDDINGMETRICS']._serialized_start=1117
|
@@ -87,51 +93,51 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
87
93
|
_globals['_GETSPACERESPONSE']._serialized_start=2127
|
88
94
|
_globals['_GETSPACERESPONSE']._serialized_end=2209
|
89
95
|
_globals['_LISTSPACESREQUEST']._serialized_start=2212
|
90
|
-
_globals['_LISTSPACESREQUEST']._serialized_end=
|
91
|
-
_globals['_LISTSPACESRESPONSE']._serialized_start=
|
92
|
-
_globals['_LISTSPACESRESPONSE']._serialized_end=
|
93
|
-
_globals['_CREATESPACEREQUEST']._serialized_start=
|
94
|
-
_globals['_CREATESPACEREQUEST']._serialized_end=
|
95
|
-
_globals['_CREATESPACERESPONSE']._serialized_start=
|
96
|
-
_globals['_CREATESPACERESPONSE']._serialized_end=
|
97
|
-
_globals['_DELETESPACEREQUEST']._serialized_start=
|
98
|
-
_globals['_DELETESPACEREQUEST']._serialized_end=
|
99
|
-
_globals['_DELETESPACERESPONSE']._serialized_start=
|
100
|
-
_globals['_DELETESPACERESPONSE']._serialized_end=
|
101
|
-
_globals['_GETSPACERESULTREQUEST']._serialized_start=
|
102
|
-
_globals['_GETSPACERESULTREQUEST']._serialized_end=
|
103
|
-
_globals['_GETSPACERESULTRESPONSE']._serialized_start=
|
104
|
-
_globals['_GETSPACERESULTRESPONSE']._serialized_end=
|
105
|
-
_globals['_GETSPACEVISUALIZATIONREQUEST']._serialized_start=
|
106
|
-
_globals['_GETSPACEVISUALIZATIONREQUEST']._serialized_end=
|
107
|
-
_globals['_EMBEDDINGROWDATA']._serialized_start=
|
108
|
-
_globals['_EMBEDDINGROWDATA']._serialized_end=
|
109
|
-
_globals['_EMBEDDINGTABLEDATA']._serialized_start=
|
110
|
-
_globals['_EMBEDDINGTABLEDATA']._serialized_end=
|
111
|
-
_globals['_GETSPACEVISUALIZATIONRESPONSE']._serialized_start=
|
112
|
-
_globals['_GETSPACEVISUALIZATIONRESPONSE']._serialized_end=
|
113
|
-
_globals['_SOURCEKEY']._serialized_start=
|
114
|
-
_globals['_SOURCEKEY']._serialized_end=
|
115
|
-
_globals['_VISUALIZATIONDATA']._serialized_start=
|
116
|
-
_globals['_VISUALIZATIONDATA']._serialized_end=
|
117
|
-
_globals['_GETVISUALIZATIONREQUEST']._serialized_start=
|
118
|
-
_globals['_GETVISUALIZATIONREQUEST']._serialized_end=
|
119
|
-
_globals['_GETVISUALIZATIONRESPONSE']._serialized_start=
|
120
|
-
_globals['_GETVISUALIZATIONRESPONSE']._serialized_end=
|
121
|
-
_globals['_LISTSPACERUNSCURSORPAYLOAD']._serialized_start=
|
122
|
-
_globals['_LISTSPACERUNSCURSORPAYLOAD']._serialized_end=
|
123
|
-
_globals['_LISTSPACERUNSREQUEST']._serialized_start=
|
124
|
-
_globals['_LISTSPACERUNSREQUEST']._serialized_end=
|
125
|
-
_globals['_LISTSPACERUNSRESPONSE']._serialized_start=
|
126
|
-
_globals['_LISTSPACERUNSRESPONSE']._serialized_end=
|
127
|
-
_globals['_GETSPACERUNREQUEST']._serialized_start=
|
128
|
-
_globals['_GETSPACERUNREQUEST']._serialized_end=
|
129
|
-
_globals['_GETSPACERUNRESPONSE']._serialized_start=
|
130
|
-
_globals['_GETSPACERUNRESPONSE']._serialized_end=
|
131
|
-
_globals['_PATCHSPACEREQUEST']._serialized_start=
|
132
|
-
_globals['_PATCHSPACEREQUEST']._serialized_end=
|
133
|
-
_globals['_PATCHSPACERESPONSE']._serialized_start=
|
134
|
-
_globals['_PATCHSPACERESPONSE']._serialized_end=
|
135
|
-
_globals['_SPACESERVICE']._serialized_start=
|
136
|
-
_globals['_SPACESERVICE']._serialized_end=
|
96
|
+
_globals['_LISTSPACESREQUEST']._serialized_end=2360
|
97
|
+
_globals['_LISTSPACESRESPONSE']._serialized_start=2362
|
98
|
+
_globals['_LISTSPACESRESPONSE']._serialized_end=2450
|
99
|
+
_globals['_CREATESPACEREQUEST']._serialized_start=2453
|
100
|
+
_globals['_CREATESPACEREQUEST']._serialized_end=2763
|
101
|
+
_globals['_CREATESPACERESPONSE']._serialized_start=2765
|
102
|
+
_globals['_CREATESPACERESPONSE']._serialized_end=2850
|
103
|
+
_globals['_DELETESPACEREQUEST']._serialized_start=2853
|
104
|
+
_globals['_DELETESPACEREQUEST']._serialized_end=2993
|
105
|
+
_globals['_DELETESPACERESPONSE']._serialized_start=2995
|
106
|
+
_globals['_DELETESPACERESPONSE']._serialized_end=3016
|
107
|
+
_globals['_GETSPACERESULTREQUEST']._serialized_start=3019
|
108
|
+
_globals['_GETSPACERESULTREQUEST']._serialized_end=3174
|
109
|
+
_globals['_GETSPACERESULTRESPONSE']._serialized_start=3176
|
110
|
+
_globals['_GETSPACERESULTRESPONSE']._serialized_end=3231
|
111
|
+
_globals['_GETSPACEVISUALIZATIONREQUEST']._serialized_start=3234
|
112
|
+
_globals['_GETSPACEVISUALIZATIONREQUEST']._serialized_end=3396
|
113
|
+
_globals['_EMBEDDINGROWDATA']._serialized_start=3398
|
114
|
+
_globals['_EMBEDDINGROWDATA']._serialized_end=3500
|
115
|
+
_globals['_EMBEDDINGTABLEDATA']._serialized_start=3502
|
116
|
+
_globals['_EMBEDDINGTABLEDATA']._serialized_end=3598
|
117
|
+
_globals['_GETSPACEVISUALIZATIONRESPONSE']._serialized_start=3601
|
118
|
+
_globals['_GETSPACEVISUALIZATIONRESPONSE']._serialized_end=3765
|
119
|
+
_globals['_SOURCEKEY']._serialized_start=3767
|
120
|
+
_globals['_SOURCEKEY']._serialized_end=3853
|
121
|
+
_globals['_VISUALIZATIONDATA']._serialized_start=3855
|
122
|
+
_globals['_VISUALIZATIONDATA']._serialized_end=3957
|
123
|
+
_globals['_GETVISUALIZATIONREQUEST']._serialized_start=3960
|
124
|
+
_globals['_GETVISUALIZATIONREQUEST']._serialized_end=4322
|
125
|
+
_globals['_GETVISUALIZATIONRESPONSE']._serialized_start=4324
|
126
|
+
_globals['_GETVISUALIZATIONRESPONSE']._serialized_end=4432
|
127
|
+
_globals['_LISTSPACERUNSCURSORPAYLOAD']._serialized_start=4435
|
128
|
+
_globals['_LISTSPACERUNSCURSORPAYLOAD']._serialized_end=4576
|
129
|
+
_globals['_LISTSPACERUNSREQUEST']._serialized_start=4579
|
130
|
+
_globals['_LISTSPACERUNSREQUEST']._serialized_end=4758
|
131
|
+
_globals['_LISTSPACERUNSRESPONSE']._serialized_start=4760
|
132
|
+
_globals['_LISTSPACERUNSRESPONSE']._serialized_end=4885
|
133
|
+
_globals['_GETSPACERUNREQUEST']._serialized_start=4888
|
134
|
+
_globals['_GETSPACERUNREQUEST']._serialized_end=5047
|
135
|
+
_globals['_GETSPACERUNRESPONSE']._serialized_start=5049
|
136
|
+
_globals['_GETSPACERUNRESPONSE']._serialized_end=5144
|
137
|
+
_globals['_PATCHSPACEREQUEST']._serialized_start=5147
|
138
|
+
_globals['_PATCHSPACEREQUEST']._serialized_end=5443
|
139
|
+
_globals['_PATCHSPACERESPONSE']._serialized_start=5445
|
140
|
+
_globals['_PATCHSPACERESPONSE']._serialized_end=5529
|
141
|
+
_globals['_SPACESERVICE']._serialized_start=5672
|
142
|
+
_globals['_SPACESERVICE']._serialized_end=6712
|
137
143
|
# @@protoc_insertion_point(module_scope)
|
{corvic_engine-0.3.0rc68 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/space_pb2.pyi
RENAMED
@@ -119,16 +119,18 @@ class ListSpacesResponse(_message.Message):
|
|
119
119
|
def __init__(self, space_entries: _Optional[_Iterable[_Union[SpaceEntry, _Mapping]]] = ...) -> None: ...
|
120
120
|
|
121
121
|
class CreateSpaceRequest(_message.Message):
|
122
|
-
__slots__ = ("room_id", "description", "auto_sync", "
|
122
|
+
__slots__ = ("room_id", "description", "params", "auto_sync", "name")
|
123
123
|
ROOM_ID_FIELD_NUMBER: _ClassVar[int]
|
124
124
|
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
125
|
-
AUTO_SYNC_FIELD_NUMBER: _ClassVar[int]
|
126
125
|
PARAMS_FIELD_NUMBER: _ClassVar[int]
|
126
|
+
AUTO_SYNC_FIELD_NUMBER: _ClassVar[int]
|
127
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
127
128
|
room_id: str
|
128
129
|
description: str
|
129
|
-
auto_sync: bool
|
130
130
|
params: _containers.RepeatedCompositeFieldContainer[Parameters]
|
131
|
-
|
131
|
+
auto_sync: bool
|
132
|
+
name: str
|
133
|
+
def __init__(self, room_id: _Optional[str] = ..., description: _Optional[str] = ..., params: _Optional[_Iterable[_Union[Parameters, _Mapping]]] = ..., auto_sync: bool = ..., name: _Optional[str] = ...) -> None: ...
|
132
134
|
|
133
135
|
class CreateSpaceResponse(_message.Message):
|
134
136
|
__slots__ = ("space_entry",)
|
@@ -261,12 +263,16 @@ class GetSpaceRunResponse(_message.Message):
|
|
261
263
|
def __init__(self, space_run_entry: _Optional[_Union[SpaceRunEntry, _Mapping]] = ...) -> None: ...
|
262
264
|
|
263
265
|
class PatchSpaceRequest(_message.Message):
|
264
|
-
__slots__ = ("space_id", "auto_sync")
|
266
|
+
__slots__ = ("space_id", "auto_sync", "new_space_name", "new_space_description")
|
265
267
|
SPACE_ID_FIELD_NUMBER: _ClassVar[int]
|
266
268
|
AUTO_SYNC_FIELD_NUMBER: _ClassVar[int]
|
269
|
+
NEW_SPACE_NAME_FIELD_NUMBER: _ClassVar[int]
|
270
|
+
NEW_SPACE_DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
267
271
|
space_id: str
|
268
272
|
auto_sync: bool
|
269
|
-
|
273
|
+
new_space_name: str
|
274
|
+
new_space_description: str
|
275
|
+
def __init__(self, space_id: _Optional[str] = ..., auto_sync: bool = ..., new_space_name: _Optional[str] = ..., new_space_description: _Optional[str] = ...) -> None: ...
|
270
276
|
|
271
277
|
class PatchSpaceResponse(_message.Message):
|
272
278
|
__slots__ = ("space_entry",)
|