Class VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis.Jsii$Proxy

    • Method Detail

      • getDisabled

        public final 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}

        Specified by:
        getDisabled in interface VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis
      • getMonitoringIntervalDays

        public final 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}

        Specified by:
        getMonitoringIntervalDays in interface VertexAiFeaturestoreEntitytypeMonitoringConfigSnapshotAnalysis
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object