get https://api.scale.com/v1/nucleus/dataset//model//reference_id/
Dataset.predictions_refloc( model: Model, reference_id: str ) -> Dict{ "box": List[BoxPrediction], "polygon": List[PolygonPrediction], "cuboid": List[CuboidPrediction], "segmentation": List[SegmentationPrediction], "category": List[CategoryPrediction], }
This endpoint retrieves all Model Predictions on a specific DatasetItem by reference ID.