Class: Google::Cloud::AIPlatform::V1::FeaturestoreMonitoringConfig::ThresholdConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FeaturestoreMonitoringConfig::ThresholdConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_monitoring.rb
Overview
The config for Featurestore Monitoring threshold.
Instance Attribute Summary collapse
-
#value ⇒ ::Float
Specify a threshold value that can trigger the alert.
Instance Attribute Details
#value ⇒ ::Float
Returns Specify a threshold value that can trigger the alert.
- For categorical feature, the distribution distance is calculated by L-inifinity norm.
- For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence. Each feature must have a non-zero threshold if they need to be monitored. Otherwise no alert will be triggered for that feature.
154 155 156 157 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_monitoring.rb', line 154 class ThresholdConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |