GoogleCloudAiplatformV1SampledShapleyAttribution.fromJson constructor

GoogleCloudAiplatformV1SampledShapleyAttribution.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1SampledShapleyAttribution.fromJson(core.Map json_)
    : this(
        pathCount: json_.containsKey('pathCount')
            ? json_['pathCount'] as core.int
            : null,
      );