case class EventAccumulator(path: Path, sizeGuidance: Map[EventType, Int] = ..., histogramCompressionBps: Seq[Int] = ..., purgeOrphanedData: Boolean = true) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EventAccumulator
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def compressedHistograms(tag: String): List[CompressedHistogramEventRecord]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def firstEventTimeStamp: Double
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
graph: GraphDef
- Annotations
- @throws( ... )
- 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( ... )
-
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()
- val path: Path
- def pluginAssets(pluginName: String): Seq[Path]
- def pluginTagToContent(pluginName: String): Option[Map[String, String]]
- val purgeOrphanedData: Boolean
- def reload(): EventAccumulator
- def retrievePluginAsset(pluginName: String, assetName: String): String
-
def
runMetadata(tag: String): RunMetadata
- Annotations
- @throws( ... )
- 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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )