GoogleCloudMlV1SampledShapleyAttribution.fromJson constructor

GoogleCloudMlV1SampledShapleyAttribution.fromJson(
  1. Map json_
)

Implementation

GoogleCloudMlV1SampledShapleyAttribution.fromJson(core.Map json_)
  : this(numPaths: json_['numPaths'] as core.int?);