numericValues property

Map<String, int> numericValues
final

Requested keys that were present with an integer value (any GGUF int width). Keys that are absent, or whose value is neither a string nor an integer, are omitted from both maps.

Implementation

final Map<String, int> numericValues;