FeaturestoreMonitoringConfig class final
Configuration of how features in Featurestore are monitored.
- Inheritance
-
- Object
- ProtoMessage
- FeaturestoreMonitoringConfig
Constructors
- FeaturestoreMonitoringConfig({FeaturestoreMonitoringConfig_SnapshotAnalysis? snapshotAnalysis, FeaturestoreMonitoringConfig_ImportFeaturesAnalysis? importFeaturesAnalysis, FeaturestoreMonitoringConfig_ThresholdConfig? numericalThresholdConfig, FeaturestoreMonitoringConfig_ThresholdConfig? categoricalThresholdConfig})
-
FeaturestoreMonitoringConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- categoricalThresholdConfig → FeaturestoreMonitoringConfig_ThresholdConfig?
-
Threshold for categorical features of anomaly detection.
This is shared by all types of Featurestore Monitoring for categorical
features (i.e. Features with type
(
Feature.ValueType) BOOL or STRING).final - hashCode → int
-
The hash code for this object.
no setterinherited
- importFeaturesAnalysis → FeaturestoreMonitoringConfig_ImportFeaturesAnalysis?
-
The config for ImportFeatures Analysis Based Feature Monitoring.
final
- numericalThresholdConfig → FeaturestoreMonitoringConfig_ThresholdConfig?
-
Threshold for numerical features of anomaly detection.
This is shared by all objectives of Featurestore Monitoring for numerical
features (i.e. Features with type
(
Feature.ValueType) DOUBLE or INT64).final - qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snapshotAnalysis → FeaturestoreMonitoringConfig_SnapshotAnalysis?
-
The config for Snapshot Analysis Based Feature Monitoring.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String