Class VertexAiFeaturestoreEntitytypeMonitoringConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vertex_ai_featurestore_entitytype.VertexAiFeaturestoreEntitytypeMonitoringConfig.Jsii$Proxy
-
- All Implemented Interfaces:
VertexAiFeaturestoreEntitytypeMonitoringConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VertexAiFeaturestoreEntitytypeMonitoringConfig
@Stability(Stable) @Internal public static final class VertexAiFeaturestoreEntitytypeMonitoringConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VertexAiFeaturestoreEntitytypeMonitoringConfig
An implementation forVertexAiFeaturestoreEntitytypeMonitoringConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.vertex_ai_featurestore_entitytype.VertexAiFeaturestoreEntitytypeMonitoringConfig
VertexAiFeaturestoreEntitytypeMonitoringConfig.Builder, VertexAiFeaturestoreEntitytypeMonitoringConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VertexAiFeaturestoreEntitytypeMonitoringConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theVertexAiFeaturestoreEntitytypeMonitoringConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfiggetCategoricalThresholdConfig()categorical_threshold_config block.VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysisgetImportFeaturesAnalysis()import_features_analysis block.VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfiggetNumericalThresholdConfig()numerical_threshold_config block.VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysisgetSnapshotAnalysis()snapshot_analysis block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(VertexAiFeaturestoreEntitytypeMonitoringConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theVertexAiFeaturestoreEntitytypeMonitoringConfig.Builder.
-
-
Method Detail
-
getCategoricalThresholdConfig
public final VertexAiFeaturestoreEntitytypeMonitoringConfigCategoricalThresholdConfig getCategoricalThresholdConfig()
Description copied from interface:VertexAiFeaturestoreEntitytypeMonitoringConfigcategorical_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}
- Specified by:
getCategoricalThresholdConfigin interfaceVertexAiFeaturestoreEntitytypeMonitoringConfig
-
getImportFeaturesAnalysis
public final VertexAiFeaturestoreEntitytypeMonitoringConfigImportFeaturesAnalysis getImportFeaturesAnalysis()
Description copied from interface:VertexAiFeaturestoreEntitytypeMonitoringConfigimport_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}
- Specified by:
getImportFeaturesAnalysisin interfaceVertexAiFeaturestoreEntitytypeMonitoringConfig
-
getNumericalThresholdConfig
public final VertexAiFeaturestoreEntitytypeMonitoringConfigNumericalThresholdConfig getNumericalThresholdConfig()
Description copied from interface:VertexAiFeaturestoreEntitytypeMonitoringConfignumerical_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}
- Specified by:
getNumericalThresholdConfigin interfaceVertexAiFeaturestoreEntitytypeMonitoringConfig
-
getSnapshotAnalysis
public final VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis getSnapshotAnalysis()
Description copied from interface:VertexAiFeaturestoreEntitytypeMonitoringConfigsnapshot_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}
- Specified by:
getSnapshotAnalysisin interfaceVertexAiFeaturestoreEntitytypeMonitoringConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-