Class ExplainResponse (0.4.0)

ExplainResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for PredictionService.Explain.

Attributes

NameDescription
explanations Sequence[`.explanation.Explanation`]
The explanations of the Model's ``PredictResponse.predictions``. It has the same number of elements as ``instances`` to be explained.
deployed_model_id str
ID of the Endpoint's DeployedModel that served this explanation.
predictions Sequence[`.struct.Value`]
The predictions that are the output of the predictions call. Same as ``PredictResponse.predictions``.

Inheritance

builtins.object > proto.message.Message > ExplainResponse