Query SDK
Query the Datapoints / Predictions / Groundtruths
from dioptra.lake.utils import (
select_datapoints,
select_predictions,
select_groundtruths
)def select_datapoints( # similarly select_predictions and select_groundtruths
fields: List[str] -> ['*'],
filters: List[object],
limit: Optional[int],
order_by: Optional[str],
desc: Optional[bool]
)Parameter
Description
Joining query results
Parameter
Description
Deleting
Last updated