Type Alias ModelForRecommendations

ModelForRecommendations: Model & {
    metrics?: { predictionSpeed: number | null };
}