class documentation

class EmbeddingsExtendedStage(HTTPEndpoint): (source)

View In Hierarchy

Undocumented

Async Method post Generates an extended stage that encodes the current selection in the embeddings plot.
Method _post_sync Undocumented
@route
async def post(self, request: Request, data: dict) -> dict: (source)

Generates an extended stage that encodes the current selection in the embeddings plot.

def _post_sync(self, data): (source)

Undocumented