Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ThresholdConfig (v0.8.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ThresholdConfig.

The config for feature monitoring threshold. Next ID: 3

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#value

def value() -> ::Float
Returns
  • (::Float) —

    Specify a threshold value that can trigger the alert. If this threshold config is for feature distribution distance:

    1. For categorical feature, the distribution distance is calculated by L-inifinity norm.
    2. 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.

#value=

def value=(value) -> ::Float
Parameter
  • value (::Float) —

    Specify a threshold value that can trigger the alert. If this threshold config is for feature distribution distance:

    1. For categorical feature, the distribution distance is calculated by L-inifinity norm.
    2. 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.
Returns
  • (::Float) —

    Specify a threshold value that can trigger the alert. If this threshold config is for feature distribution distance:

    1. For categorical feature, the distribution distance is calculated by L-inifinity norm.
    2. 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.