GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequestStatsAnomaliesObjective.fromJson constructor

GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequestStatsAnomaliesObjective.fromJson(
  1. 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,
      );