skewThresholds property

Map<String, GoogleCloudAiplatformV1ThresholdConfig>? skewThresholds
getter/setter pair

Key is the feature name and value is the threshold.

If a feature needs to be monitored for skew, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between the training and prediction feature.

Implementation

core.Map<core.String, GoogleCloudAiplatformV1ThresholdConfig>? skewThresholds;