Interface VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.962Z") @Stability(Stable) public interface VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis.Builderstatic classVertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis.Jsii$ProxyAn implementation forVertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis.Builderbuilder()default StringgetAnomalyDetectionBaseline()Defines the baseline to do anomaly detection for feature values imported by each [entityTypes.importFeatureValues][] operation.default StringgetState()Whether to enable / disable / inherite default hebavior for import features analysis.
-
-
-
Method Detail
-
getAnomalyDetectionBaseline
@Stability(Stable) @Nullable default String getAnomalyDetectionBaseline()
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}
-
getState
@Stability(Stable) @Nullable default String getState()
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}
-
builder
@Stability(Stable) static VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis.Builder builder()
-
-