Class VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vertex_ai_featurestore_entitytype.VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig.Jsii$Proxy
-
- All Implemented Interfaces:
VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig
@Stability(Stable) @Internal public static final class VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig
An implementation forVertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.vertex_ai_featurestore_entitytype.VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig
VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig.Builder, VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theVertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetValue()Specify a threshold value that can trigger the alert.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theVertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig.Builder.
-
-
Method Detail
-
getValue
public final Number getValue()
Description copied from interface:VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfigSpecify a threshold value that can trigger the alert.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. 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}
- Specified by:
getValuein interfaceVertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-