GoogleCloudAiplatformV1Explanation constructor

GoogleCloudAiplatformV1Explanation({
  1. List<GoogleCloudAiplatformV1Attribution>? attributions,
  2. List<GoogleCloudAiplatformV1Neighbor>? neighbors,
})

Implementation

GoogleCloudAiplatformV1Explanation({
  this.attributions,
  this.neighbors,
});