Class VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.vertex_ai_featurestore_entitytype.VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis>
- Enclosing interface:
- VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis
@Stability(Stable) public static final class VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis.Builder extends Object implements software.amazon.jsii.Builder<VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis.BuilderanomalyDetectionBaseline(String anomalyDetectionBaseline)VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysisbuild()Builds the configured instance.VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis.Builderstate(String state)
-
-
-
Method Detail
-
anomalyDetectionBaseline
@Stability(Stable) public VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis.Builder anomalyDetectionBaseline(String anomalyDetectionBaseline)
Sets the value ofVertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis.getAnomalyDetectionBaseline()- Parameters:
anomalyDetectionBaseline- Defines the baseline to do anomaly detection for feature values imported by each [entityTypes.importFeatureValues][] operation. The value must be one of the values below: * LATEST_STATS: Choose the later one statistics generated by either most recent snapshot analysis or previous import features analysis. If non of them exists, skip anomaly detection and only generate a statistics. * MOST_RECENT_SNAPSHOT_STATS: Use the statistics generated by the most recent snapshot analysis if exists. * PREVIOUS_IMPORT_FEATURES_STATS: Use the statistics generated by the previous import features analysis if exists. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore_entitytype#anomaly_detection_baseline VertexAiFeaturestoreEntitytype#anomaly_detection_baseline}- Returns:
this
-
state
@Stability(Stable) public VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis.Builder state(String state)
- Parameters:
state- Whether to enable / disable / inherite default hebavior for import features analysis. The value must be one of the values below: * DEFAULT: The default behavior of whether to enable the monitoring. EntityType-level config: disabled. * ENABLED: Explicitly enables import features analysis. EntityType-level config: by default enables import features analysis for all Features under it. * DISABLED: Explicitly disables import features analysis. EntityType-level config: by default disables import features analysis for all Features under it. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore_entitytype#state VertexAiFeaturestoreEntitytype#state}- Returns:
this
-
build
@Stability(Stable) public VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis>- Returns:
- a new instance of
VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis - Throws:
NullPointerException- if any required attribute was not provided
-
-