feat: add measured detection review loop
This commit is contained in:
@@ -18,6 +18,7 @@ from .detection import (
|
||||
ModelAssetListResponse,
|
||||
ModelAssetRead,
|
||||
)
|
||||
from .detection_review import DetectionReviewList, DetectionReviewRead, DetectionReviewSummary, DetectionReviewUpsert
|
||||
from .segmentation import (
|
||||
SegmentationListResponse,
|
||||
SegmentationModelCapability,
|
||||
@@ -111,6 +112,10 @@ __all__ = [
|
||||
"DetectionRunResponse",
|
||||
"ModelAssetListResponse",
|
||||
"ModelAssetRead",
|
||||
"DetectionReviewList",
|
||||
"DetectionReviewRead",
|
||||
"DetectionReviewSummary",
|
||||
"DetectionReviewUpsert",
|
||||
"SegmentationListResponse",
|
||||
"SegmentationModelCapability",
|
||||
"SegmentationModelsResponse",
|
||||
|
||||
Reference in New Issue
Block a user