Interface VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.963Z") @Stability(Stable) public interface VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis.Builderstatic classVertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis.Jsii$ProxyAn implementation forVertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis.Builderbuilder()default ObjectgetDisabled()The monitoring schedule for snapshot analysis.default NumbergetMonitoringIntervalDays()Configuration of the snapshot analysis based monitoring pipeline running interval.default NumbergetStalenessDays()Customized export features time window for snapshot analysis.
-
-
-
Method Detail
-
getDisabled
@Stability(Stable) @Nullable default Object getDisabled()
The 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}
-
getMonitoringIntervalDays
@Stability(Stable) @Nullable default Number getMonitoringIntervalDays()
Configuration 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}
-
getStalenessDays
@Stability(Stable) @Nullable default Number getStalenessDays()
Customized 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}
-
builder
@Stability(Stable) static VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis.Builder builder()
-
-