class documentation

class EmbeddingsSelection(HTTPEndpoint): (source)

View In Hierarchy

Undocumented

Async Method post Determines which points in the embeddings plot to select based on the current extended view.
Method _post_sync Undocumented
@route
async def post(self, request: Request, data: dict) -> dict: (source)

Determines which points in the embeddings plot to select based on the current extended view.

def _post_sync(self, data): (source)

Undocumented