artifactPaths property

Map<String, String>? artifactPaths
final

filename → on-disk path for a multi-file model bundle (TTS). The bundle backend resolves each graph/dictionary/embedding file by name from this map. Null for single-file models (inference/embedding/STT).

Implementation

final Map<String, String>? artifactPaths;