instanceOutputValue property

double? instanceOutputValue
getter/setter pair

Model predicted output on the corresponding explanation instance.

The field name of the output is determined by the key in ExplanationMetadata.outputs. If the Model predicted output has multiple dimensions, this is the value in the output located by output_index.

Output only.

Implementation

core.double? instanceOutputValue;