explanations property

List<GoogleCloudAiplatformV1Explanation>? explanations
getter/setter pair

The explanations of the Model's PredictResponse.predictions.

It has the same number of elements as instances to be explained.

Implementation

core.List<GoogleCloudAiplatformV1Explanation>? explanations;