public interface FeatureStatsAndAnomalyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getDistributionDeviation()
Deviation from the current stats to baseline stats.
1.
|
boolean |
getDriftDetected()
If set to true, indicates current stats is detected as and comparing
with baseline stats.
|
double |
getDriftDetectionThreshold()
This is the threshold used when detecting drifts, which is set in
FeatureMonitor.FeatureSelectionConfig.FeatureConfig.drift_threshold
double drift_detection_threshold = 4; |
String |
getFeatureId()
Feature Id.
|
com.google.protobuf.ByteString |
getFeatureIdBytes()
Feature Id.
|
String |
getFeatureMonitorId()
The ID of the FeatureMonitor that this FeatureStatsAndAnomaly generated
according to.
|
com.google.protobuf.ByteString |
getFeatureMonitorIdBytes()
The ID of the FeatureMonitor that this FeatureStatsAndAnomaly generated
according to.
|
long |
getFeatureMonitorJobId()
The ID of the FeatureMonitorJob that generated this FeatureStatsAndAnomaly.
|
com.google.protobuf.Value |
getFeatureStats()
Feature stats. e.g. histogram buckets.
|
com.google.protobuf.ValueOrBuilder |
getFeatureStatsOrBuilder()
Feature stats. e.g. histogram buckets.
|
com.google.protobuf.Timestamp |
getStatsTime()
The timestamp we take snapshot for feature values to generate stats.
|
com.google.protobuf.TimestampOrBuilder |
getStatsTimeOrBuilder()
The timestamp we take snapshot for feature values to generate stats.
|
boolean |
hasFeatureStats()
Feature stats. e.g. histogram buckets.
|
boolean |
hasStatsTime()
The timestamp we take snapshot for feature values to generate stats.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFeatureId()
Feature Id.
string feature_id = 1;com.google.protobuf.ByteString getFeatureIdBytes()
Feature Id.
string feature_id = 1;boolean hasFeatureStats()
Feature stats. e.g. histogram buckets. In the format of tensorflow.metadata.v0.DatasetFeatureStatistics.
.google.protobuf.Value feature_stats = 2;com.google.protobuf.Value getFeatureStats()
Feature stats. e.g. histogram buckets. In the format of tensorflow.metadata.v0.DatasetFeatureStatistics.
.google.protobuf.Value feature_stats = 2;com.google.protobuf.ValueOrBuilder getFeatureStatsOrBuilder()
Feature stats. e.g. histogram buckets. In the format of tensorflow.metadata.v0.DatasetFeatureStatistics.
.google.protobuf.Value feature_stats = 2;double getDistributionDeviation()
Deviation from the current stats to baseline stats.
1. For categorical feature, the distribution distance is calculated by
L-inifinity norm.
2. For numerical feature, the distribution distance is calculated by
Jensen–Shannon divergence.
double distribution_deviation = 3;double getDriftDetectionThreshold()
This is the threshold used when detecting drifts, which is set in FeatureMonitor.FeatureSelectionConfig.FeatureConfig.drift_threshold
double drift_detection_threshold = 4;boolean getDriftDetected()
If set to true, indicates current stats is detected as and comparing with baseline stats.
bool drift_detected = 5;boolean hasStatsTime()
The timestamp we take snapshot for feature values to generate stats.
.google.protobuf.Timestamp stats_time = 6;com.google.protobuf.Timestamp getStatsTime()
The timestamp we take snapshot for feature values to generate stats.
.google.protobuf.Timestamp stats_time = 6;com.google.protobuf.TimestampOrBuilder getStatsTimeOrBuilder()
The timestamp we take snapshot for feature values to generate stats.
.google.protobuf.Timestamp stats_time = 6;long getFeatureMonitorJobId()
The ID of the FeatureMonitorJob that generated this FeatureStatsAndAnomaly.
int64 feature_monitor_job_id = 7;String getFeatureMonitorId()
The ID of the FeatureMonitor that this FeatureStatsAndAnomaly generated according to.
string feature_monitor_id = 8;com.google.protobuf.ByteString getFeatureMonitorIdBytes()
The ID of the FeatureMonitor that this FeatureStatsAndAnomaly generated according to.
string feature_monitor_id = 8;Copyright © 2025 Google LLC. All rights reserved.