inputBaselines property
Baseline inputs for this feature.
This overrides the input_baseline field of the
ExplanationMetadata.InputMetadata object of the corresponding feature's
input metadata. If it's not specified, the original baselines are not
overridden.
The values for Object must be JSON objects. It can consist of num,
String, bool and null as well as Map and List values.
Implementation
core.List<core.Object?>? inputBaselines;