GoogleCloudMlV1ExplanationConfig constructor

GoogleCloudMlV1ExplanationConfig({
  1. GoogleCloudMlV1IntegratedGradientsAttribution? integratedGradientsAttribution,
  2. GoogleCloudMlV1SampledShapleyAttribution? sampledShapleyAttribution,
  3. GoogleCloudMlV1XraiAttribution? xraiAttribution,
})

Implementation

GoogleCloudMlV1ExplanationConfig({
  this.integratedGradientsAttribution,
  this.sampledShapleyAttribution,
  this.xraiAttribution,
});