Interface VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.962Z") @Stability(Stable) public interface VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig.Builderstatic classVertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig.Jsii$ProxyAn implementation forVertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig.Builderbuilder()NumbergetValue()Specify a threshold value that can trigger the alert.
-
-
-
Method Detail
-
getValue
@Stability(Stable) @NotNull Number getValue()
Specify a threshold value that can trigger the alert.For categorical feature, the distribution distance is calculated by L-inifinity norm. Each feature must have a non-zero threshold if they need to be monitored. Otherwise no alert will be triggered for that feature. The default value is 0.3. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore_entitytype#value VertexAiFeaturestoreEntitytype#value}
-
builder
@Stability(Stable) static VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig.Builder builder()
-
-