GoogleCloudAiplatformV1FeaturestoreMonitoringConfigSnapshotAnalysis class
Configuration of the Featurestore's Snapshot Analysis Based Monitoring.
This type of analysis generates statistics for each Feature based on a snapshot of the latest feature value of each entities every monitoring_interval.
Constructors
- GoogleCloudAiplatformV1FeaturestoreMonitoringConfigSnapshotAnalysis({bool? disabled, int? monitoringIntervalDays, int? stalenessDays})
- GoogleCloudAiplatformV1FeaturestoreMonitoringConfigSnapshotAnalysis.fromJson(Map json_)
Properties
- disabled ↔ bool?
-
The monitoring schedule for snapshot analysis.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- monitoringIntervalDays ↔ int?
-
Configuration of the snapshot analysis based monitoring pipeline running
interval.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stalenessDays ↔ int?
-
Customized export features time window for snapshot analysis.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited