Interface VertexAiFeaturestoreEntitytypeMonitoringConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiFeaturestoreEntitytypeMonitoringConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.961Z") @Stability(Stable) public interface VertexAiFeaturestoreEntitytypeMonitoringConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiFeaturestoreEntitytypeMonitoringConfig.BuilderA builder forVertexAiFeaturestoreEntitytypeMonitoringConfigstatic classVertexAiFeaturestoreEntitytypeMonitoringConfig.Jsii$ProxyAn implementation forVertexAiFeaturestoreEntitytypeMonitoringConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static VertexAiFeaturestoreEntitytypeMonitoringConfig.Builderbuilder()default VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfiggetCategoricalThresholdConfig()categorical_threshold_config block.default VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysisgetImportFeaturesAnalysis()import_features_analysis block.default VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfiggetNumericalThresholdConfig()numerical_threshold_config block.default VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysisgetSnapshotAnalysis()snapshot_analysis block.
-
-
-
Method Detail
-
getCategoricalThresholdConfig
@Stability(Stable) @Nullable default VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig getCategoricalThresholdConfig()
categorical_threshold_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore_entitytype#categorical_threshold_config VertexAiFeaturestoreEntitytype#categorical_threshold_config}
-
getImportFeaturesAnalysis
@Stability(Stable) @Nullable default VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis getImportFeaturesAnalysis()
import_features_analysis block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore_entitytype#import_features_analysis VertexAiFeaturestoreEntitytype#import_features_analysis}
-
getNumericalThresholdConfig
@Stability(Stable) @Nullable default VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig getNumericalThresholdConfig()
numerical_threshold_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore_entitytype#numerical_threshold_config VertexAiFeaturestoreEntitytype#numerical_threshold_config}
-
getSnapshotAnalysis
@Stability(Stable) @Nullable default VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis getSnapshotAnalysis()
snapshot_analysis block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore_entitytype#snapshot_analysis VertexAiFeaturestoreEntitytype#snapshot_analysis}
-
builder
@Stability(Stable) static VertexAiFeaturestoreEntitytypeMonitoringConfig.Builder builder()
-
-