Module model_catalog

Module model_catalog 

Source
Expand description

Model catalog port for listing and resolving models.

This port defines the interface for querying the model catalog. It provides domain-level model information without exposing database or storage implementation details.

Structs§

ModelLaunchSpec
Launch specification for running a model.
ModelSummary
Domain model summary for catalog operations (listing).

Enums§

CatalogError
Errors that can occur during catalog operations.

Traits§

ModelCatalogPort
Port for querying the model catalog.