GoogleCloudAiplatformV1XraiAttribution.fromJson constructor
GoogleCloudAiplatformV1XraiAttribution.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1XraiAttribution.fromJson(core.Map json_)
: this(
blurBaselineConfig: json_.containsKey('blurBaselineConfig')
? GoogleCloudAiplatformV1BlurBaselineConfig.fromJson(
json_['blurBaselineConfig']
as core.Map<core.String, core.dynamic>)
: null,
smoothGradConfig: json_.containsKey('smoothGradConfig')
? GoogleCloudAiplatformV1SmoothGradConfig.fromJson(
json_['smoothGradConfig']
as core.Map<core.String, core.dynamic>)
: null,
stepCount: json_.containsKey('stepCount')
? json_['stepCount'] as core.int
: null,
);