Class VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.vertex_ai_featurestore_entitytype.VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig>
- Enclosing interface:
- VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig
@Stability(Stable) public static final class VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig.Builder extends Object implements software.amazon.jsii.Builder<VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfigbuild()Builds the configured instance.VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig.Buildervalue(Number value)
-
-
-
Method Detail
-
value
@Stability(Stable) public VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig.Builder value(Number value)
- Parameters:
value- Specify a threshold value that can trigger the alert. This parameter is required. 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}- Returns:
this
-
build
@Stability(Stable) public VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig>- Returns:
- a new instance of
VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-