enrichment_api package

Subpackages

Submodules

enrichment_api.urls module

enrichment_api.views module

class enrichment_api.views.EnrichmentModelsView[source]

Bases: QueryBaseView

Select enrichment models view.

get(_request: Request, dataset_id: str) Response[source]

Return enrichment configuration prepared for choosing.

class enrichment_api.views.EnrichmentTestView[source]

Bases: QueryBaseView

View for running enrichment testing.

enrichment_description(query: dict[str, Any]) str[source]

Build enrichment result description.

post(request: Request) Response[source]

Run the enrichment test and return the result.

Module contents