instanceOutputValue property

double instanceOutputValue
final

Output only. Model predicted output on the corresponding ExplainRequest.instances. 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.

Implementation

final double instanceOutputValue;