GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequestStatsAnomaliesObjective.fromJson constructor

GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequestStatsAnomaliesObjective.fromJson(
  1. Map json_
)

Implementation

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