displayNameMappingKey property
Specify a field name in the prediction to look for the display name.
Use this if the prediction contains the display names for the outputs.
The display names in the prediction must have the same shape of the
outputs, so that it can be located by
Attribution.output_index
for a specific output.
Implementation
final String? displayNameMappingKey;