Add local model asset catalog
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-07-06 20:59:03 +02:00
parent 9e20cc82ae
commit 6e2a8cbdc4
33 changed files with 660 additions and 7 deletions
+4
View File
@@ -15,6 +15,8 @@ from .detection import (
DetectionRunRead,
DetectionRunRequest,
DetectionRunResponse,
ModelAssetListResponse,
ModelAssetRead,
)
from .segmentation import (
SegmentationListResponse,
@@ -105,6 +107,8 @@ __all__ = [
"DetectionRunRead",
"DetectionRunRequest",
"DetectionRunResponse",
"ModelAssetListResponse",
"ModelAssetRead",
"SegmentationListResponse",
"SegmentationModelCapability",
"SegmentationModelsResponse",