GoogleCloudAiplatformV1ExplanationMetadataInputMetadataVisualization constructor

GoogleCloudAiplatformV1ExplanationMetadataInputMetadataVisualization({
  1. double? clipPercentLowerbound,
  2. double? clipPercentUpperbound,
  3. String? colorMap,
  4. String? overlayType,
  5. String? polarity,
  6. String? type,
})

Implementation

GoogleCloudAiplatformV1ExplanationMetadataInputMetadataVisualization({
  this.clipPercentLowerbound,
  this.clipPercentUpperbound,
  this.colorMap,
  this.overlayType,
  this.polarity,
  this.type,
});