«
class documentation

class ColorByChoices(HTTPEndpoint): (source)

View In Hierarchy

Undocumented

Async Method post Generates a list of color-by field choices for an embeddings plot.
Method _post_sync Undocumented
@route
async def post(self, request: Request, data: dict) -> dict: (source)

Generates a list of color-by field choices for an embeddings plot.

def _post_sync(self, data): (source)

Undocumented