Class ExplainResponse (1.16.1)

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

Response message for PredictionService.Explain.

Attributes

NameDescription
explanations Sequence[google.cloud.aiplatform_v1.types.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[google.protobuf.struct_pb2.Value]
The predictions that are the output of the predictions call. Same as PredictResponse.predictions.

Inheritance

builtins.object > proto.message.Message > ExplainResponse