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