anomalyUri property
Path of the anomaly file for current feature values in Cloud Storage
bucket.
Format: gs://<bucket_name>/<object_name>/anomalies.
Example: gs://monitoring_bucket/feature_name/anomalies.
Stats are stored as binary format with Protobuf message
Anoamlies are stored as binary format with Protobuf message
tensorflow.metadata.v0.AnomalyInfo
(https://github.com/tensorflow/metadata/blob/master/tensorflow_metadata/proto/v0/anomalies.proto).
Implementation
final String anomalyUri;