driftThresholds property

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

Key is the feature name and value is the threshold.

If a feature needs to be monitored for drift, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between different time windws.

Implementation

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