GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequestStatsAnomaliesObjective.fromJson constructor
GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequestStatsAnomaliesObjective.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequestStatsAnomaliesObjective.fromJson(
core.Map json_)
: this(
topFeatureCount: json_.containsKey('topFeatureCount')
? json_['topFeatureCount'] as core.int
: null,
type: json_.containsKey('type') ? json_['type'] as core.String : null,
);