trait AnomalyInfoOrBuilder extends MessageOrBuilder
- Alphabetic
- By Inheritance
- AnomalyInfoOrBuilder
- MessageOrBuilder
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def findInitializationErrors(): List[String]
- Definition Classes
- MessageOrBuilder
- abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- MessageOrBuilder
- abstract def getDefaultInstanceForType(): Message
- Definition Classes
- MessageOrBuilder → MessageLiteOrBuilder
- abstract def getDescription(): String
A description of the entire anomaly.
A description of the entire anomaly.
optional string description = 2;
- returns
The description.
- abstract def getDescriptionBytes(): ByteString
A description of the entire anomaly.
A description of the entire anomaly.
optional string description = 2;
- returns
The bytes for description.
- abstract def getDescriptorForType(): Descriptor
- Definition Classes
- MessageOrBuilder
- abstract def getDiffRegions(index: Int): DiffRegion
The comparison between the existing schema and the fixed schema.
The comparison between the existing schema and the fixed schema.
repeated .tensorflow.metadata.v0.DiffRegion diff_regions = 4;
- abstract def getDiffRegionsCount(): Int
The comparison between the existing schema and the fixed schema.
The comparison between the existing schema and the fixed schema.
repeated .tensorflow.metadata.v0.DiffRegion diff_regions = 4;
- abstract def getDiffRegionsList(): List[DiffRegion]
The comparison between the existing schema and the fixed schema.
The comparison between the existing schema and the fixed schema.
repeated .tensorflow.metadata.v0.DiffRegion diff_regions = 4;
- abstract def getDiffRegionsOrBuilder(index: Int): DiffRegionOrBuilder
The comparison between the existing schema and the fixed schema.
The comparison between the existing schema and the fixed schema.
repeated .tensorflow.metadata.v0.DiffRegion diff_regions = 4;
- abstract def getDiffRegionsOrBuilderList(): List[_ <: DiffRegionOrBuilder]
The comparison between the existing schema and the fixed schema.
The comparison between the existing schema and the fixed schema.
repeated .tensorflow.metadata.v0.DiffRegion diff_regions = 4;
- abstract def getField(field: FieldDescriptor): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getInitializationErrorString(): String
- Definition Classes
- MessageOrBuilder
- abstract def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- MessageOrBuilder
- abstract def getPath(): Path
A path indicating where the anomaly occurred. Dataset-level anomalies do not have a path.
A path indicating where the anomaly occurred. Dataset-level anomalies do not have a path.
optional .tensorflow.metadata.v0.Path path = 8;
- returns
The path.
- abstract def getPathOrBuilder(): PathOrBuilder
A path indicating where the anomaly occurred. Dataset-level anomalies do not have a path.
A path indicating where the anomaly occurred. Dataset-level anomalies do not have a path.
optional .tensorflow.metadata.v0.Path path = 8;
- abstract def getReason(index: Int): Reason
repeated .tensorflow.metadata.v0.AnomalyInfo.Reason reason = 7;
- abstract def getReasonCount(): Int
repeated .tensorflow.metadata.v0.AnomalyInfo.Reason reason = 7;
- abstract def getReasonList(): List[Reason]
repeated .tensorflow.metadata.v0.AnomalyInfo.Reason reason = 7;
- abstract def getReasonOrBuilder(index: Int): ReasonOrBuilder
repeated .tensorflow.metadata.v0.AnomalyInfo.Reason reason = 7;
- abstract def getReasonOrBuilderList(): List[_ <: ReasonOrBuilder]
repeated .tensorflow.metadata.v0.AnomalyInfo.Reason reason = 7;
- abstract def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- MessageOrBuilder
- abstract def getSeverity(): Severity
optional .tensorflow.metadata.v0.AnomalyInfo.Severity severity = 5;
optional .tensorflow.metadata.v0.AnomalyInfo.Severity severity = 5;
- returns
The severity.
- abstract def getShortDescription(): String
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.
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;
- returns
The shortDescription.
- abstract def getShortDescriptionBytes(): ByteString
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.
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;
- returns
The bytes for shortDescription.
- abstract def getUnknownFields(): UnknownFieldSet
- Definition Classes
- MessageOrBuilder
- abstract def hasDescription(): Boolean
A description of the entire anomaly.
A description of the entire anomaly.
optional string description = 2;
- returns
Whether the description field is set.
- abstract def hasField(field: FieldDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract def hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract def hasPath(): Boolean
A path indicating where the anomaly occurred. Dataset-level anomalies do not have a path.
A path indicating where the anomaly occurred. Dataset-level anomalies do not have a path.
optional .tensorflow.metadata.v0.Path path = 8;
- returns
Whether the path field is set.
- abstract def hasSeverity(): Boolean
optional .tensorflow.metadata.v0.AnomalyInfo.Severity severity = 5;
optional .tensorflow.metadata.v0.AnomalyInfo.Severity severity = 5;
- returns
Whether the severity field is set.
- abstract def hasShortDescription(): Boolean
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.
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;
- returns
Whether the shortDescription field is set.
- abstract def isInitialized(): Boolean
- Definition Classes
- MessageLiteOrBuilder
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()