Class VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vertex_ai_featurestore_entitytype.VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig.Jsii$Proxy
-
- All Implemented Interfaces:
VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig
@Stability(Stable) @Internal public static final class VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig
An implementation forVertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig
-
-
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.VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig
VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig.Builder, VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theVertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig.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(VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theVertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig.Builder.
-
-
Method Detail
-
getValue
public final Number getValue()
Description copied from interface:VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfigSpecify 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}
- Specified by:
getValuein interfaceVertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-