GoogleCloudMlV1ExplanationConfig constructor
GoogleCloudMlV1ExplanationConfig({
- GoogleCloudMlV1IntegratedGradientsAttribution? integratedGradientsAttribution,
- GoogleCloudMlV1SampledShapleyAttribution? sampledShapleyAttribution,
- GoogleCloudMlV1XraiAttribution? xraiAttribution,
Implementation
GoogleCloudMlV1ExplanationConfig({
this.integratedGradientsAttribution,
this.sampledShapleyAttribution,
this.xraiAttribution,
});