All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.metadata.v0.AnomalyInfoOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/anomalies.proto

// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;

public interface AnomalyInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.AnomalyInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * A path indicating where the anomaly occurred.
   * Dataset-level anomalies do not have a path.
   * 
* * optional .tensorflow.metadata.v0.Path path = 8; * @return Whether the path field is set. */ boolean hasPath(); /** *
   * A path indicating where the anomaly occurred.
   * Dataset-level anomalies do not have a path.
   * 
* * optional .tensorflow.metadata.v0.Path path = 8; * @return The path. */ org.tensorflow.metadata.v0.Path getPath(); /** *
   * A path indicating where the anomaly occurred.
   * Dataset-level anomalies do not have a path.
   * 
* * optional .tensorflow.metadata.v0.Path path = 8; */ org.tensorflow.metadata.v0.PathOrBuilder getPathOrBuilder(); /** * optional .tensorflow.metadata.v0.AnomalyInfo.Severity severity = 5; * @return Whether the severity field is set. */ boolean hasSeverity(); /** * optional .tensorflow.metadata.v0.AnomalyInfo.Severity severity = 5; * @return The severity. */ org.tensorflow.metadata.v0.AnomalyInfo.Severity getSeverity(); /** *
   * A description of the entire anomaly.
   * 
* * optional string description = 2; * @return Whether the description field is set. */ boolean hasDescription(); /** *
   * A description of the entire anomaly.
   * 
* * optional string description = 2; * @return The description. */ java.lang.String getDescription(); /** *
   * A description of the entire anomaly.
   * 
* * optional string description = 2; * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** *
   * A shorter description, suitable for UI presentation.
   * If there is a single reason for the anomaly, identical to
   * reason[0].short_description. Otherwise, summarizes all the reasons.
   * 
* * optional string short_description = 6; * @return Whether the shortDescription field is set. */ boolean hasShortDescription(); /** *
   * A shorter description, suitable for UI presentation.
   * If there is a single reason for the anomaly, identical to
   * reason[0].short_description. Otherwise, summarizes all the reasons.
   * 
* * optional string short_description = 6; * @return The shortDescription. */ java.lang.String getShortDescription(); /** *
   * A shorter description, suitable for UI presentation.
   * If there is a single reason for the anomaly, identical to
   * reason[0].short_description. Otherwise, summarizes all the reasons.
   * 
* * optional string short_description = 6; * @return The bytes for shortDescription. */ com.google.protobuf.ByteString getShortDescriptionBytes(); /** *
   * The comparison between the existing schema and the fixed schema.
   * 
* * repeated .tensorflow.metadata.v0.DiffRegion diff_regions = 4; */ java.util.List getDiffRegionsList(); /** *
   * The comparison between the existing schema and the fixed schema.
   * 
* * repeated .tensorflow.metadata.v0.DiffRegion diff_regions = 4; */ org.tensorflow.metadata.v0.DiffRegion getDiffRegions(int index); /** *
   * The comparison between the existing schema and the fixed schema.
   * 
* * repeated .tensorflow.metadata.v0.DiffRegion diff_regions = 4; */ int getDiffRegionsCount(); /** *
   * The comparison between the existing schema and the fixed schema.
   * 
* * repeated .tensorflow.metadata.v0.DiffRegion diff_regions = 4; */ java.util.List getDiffRegionsOrBuilderList(); /** *
   * The comparison between the existing schema and the fixed schema.
   * 
* * repeated .tensorflow.metadata.v0.DiffRegion diff_regions = 4; */ org.tensorflow.metadata.v0.DiffRegionOrBuilder getDiffRegionsOrBuilder( int index); /** * repeated .tensorflow.metadata.v0.AnomalyInfo.Reason reason = 7; */ java.util.List getReasonList(); /** * repeated .tensorflow.metadata.v0.AnomalyInfo.Reason reason = 7; */ org.tensorflow.metadata.v0.AnomalyInfo.Reason getReason(int index); /** * repeated .tensorflow.metadata.v0.AnomalyInfo.Reason reason = 7; */ int getReasonCount(); /** * repeated .tensorflow.metadata.v0.AnomalyInfo.Reason reason = 7; */ java.util.List getReasonOrBuilderList(); /** * repeated .tensorflow.metadata.v0.AnomalyInfo.Reason reason = 7; */ org.tensorflow.metadata.v0.AnomalyInfo.ReasonOrBuilder getReasonOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy