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