Class VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vertex_ai_featurestore_entitytype.VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis.Jsii$Proxy
-
- All Implemented Interfaces:
VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis
@Stability(Stable) @Internal public static final class VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis
An implementation forVertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis
-
-
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.VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis
VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis.Builder, VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis.Builder builder)Constructor that initializes the object based on literal property values passed by theVertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis.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)ObjectgetDisabled()The monitoring schedule for snapshot analysis.NumbergetMonitoringIntervalDays()Configuration of the snapshot analysis based monitoring pipeline running interval.NumbergetStalenessDays()Customized export features time window for snapshot analysis.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(VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis.Builder builder)
Constructor that initializes the object based on literal property values passed by theVertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis.Builder.
-
-
Method Detail
-
getDisabled
public final Object getDisabled()
Description copied from interface:VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysisThe monitoring schedule for snapshot analysis.For EntityType-level config: unset / disabled = true indicates disabled by default for Features under it; otherwise by default enable snapshot analysis monitoring with monitoringInterval for Features under it. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore_entitytype#disabled VertexAiFeaturestoreEntitytype#disabled}
- Specified by:
getDisabledin interfaceVertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis
-
getMonitoringIntervalDays
public final Number getMonitoringIntervalDays()
Description copied from interface:VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysisConfiguration of the snapshot analysis based monitoring pipeline running interval.The value indicates number of days. The default value is 1. If both FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days and [FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval][] are set when creating/updating EntityTypes/Features, FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore_entitytype#monitoring_interval_days VertexAiFeaturestoreEntitytype#monitoring_interval_days}
- Specified by:
getMonitoringIntervalDaysin interfaceVertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis
-
getStalenessDays
public final Number getStalenessDays()
Description copied from interface:VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysisCustomized export features time window for snapshot analysis.Unit is one day. The default value is 21 days. Minimum value is 1 day. Maximum value is 4000 days. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore_entitytype#staleness_days VertexAiFeaturestoreEntitytype#staleness_days}
- Specified by:
getStalenessDaysin interfaceVertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-