case class EventAccumulator(path: Path, sizeGuidance: Map[EventType, Int] = EventAccumulator.DEFAULT_SIZE_GUIDANCE, histogramCompressionBps: Seq[Int] = EventAccumulator.DEFAULT_HISTOGRAM_COMPRESSION_BPS, purgeOrphanedData: Boolean = true) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EventAccumulator
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EventAccumulator(path: Path, sizeGuidance: Map[EventType, Int] = EventAccumulator.DEFAULT_SIZE_GUIDANCE, histogramCompressionBps: Seq[Int] = EventAccumulator.DEFAULT_HISTOGRAM_COMPRESSION_BPS, purgeOrphanedData: Boolean = true)
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 audio(tag: String): List[AudioEventRecord]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def compressedHistograms(tag: String): List[CompressedHistogramEventRecord]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def firstEventTimeStamp: Double
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def graph: GraphDef
- Annotations
- @throws(scala.this.throws.<init>$default$1[IllegalStateException])
- val histogramCompressionBps: Seq[Int]
- def histograms(tag: String): List[HistogramEventRecord]
- def images(tag: String): List[ImageEventRecord]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def metaGraph: MetaGraphDef
- Annotations
- @throws(scala.this.throws.<init>$default$1[IllegalStateException])
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val path: Path
- def pluginAssets(pluginName: String): Seq[Path]
- def pluginTagToContent(pluginName: String): Option[Map[String, String]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val purgeOrphanedData: Boolean
- def reload(): EventAccumulator
- def retrievePluginAsset(pluginName: String, assetName: String): String
- def runMetadata(tag: String): RunMetadata
- Annotations
- @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
- def scalars(tag: String): List[ScalarEventRecord]
- val sizeGuidance: Map[EventType, Int]
- def summaryMetadata(tag: String): SummaryMetadata
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tags: Map[EventType, Seq[String]]
- def tensors(tag: String): List[TensorEventRecord]
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])