concurrentExplanationSpecOverride property

Map<String, ExplanationSpecOverride> concurrentExplanationSpecOverride
final

Optional. This field is the same as the one above, but supports multiple explanations to occur in parallel. The key can be any string. Each override will be run against the model, then its explanations will be grouped together.

Note - these explanations are run In Addition to the default Explanation in the deployed model.

Implementation

final Map<String, ExplanationSpecOverride> concurrentExplanationSpecOverride;