GoogleCloudAiplatformV1FeaturestoreMonitoringConfigSnapshotAnalysis.fromJson constructor
GoogleCloudAiplatformV1FeaturestoreMonitoringConfigSnapshotAnalysis.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1FeaturestoreMonitoringConfigSnapshotAnalysis.fromJson(
core.Map json_)
: this(
disabled: json_['disabled'] as core.bool?,
monitoringIntervalDays: json_['monitoringIntervalDays'] as core.int?,
stalenessDays: json_['stalenessDays'] as core.int?,
);