case class EventMultiplexer(initialRunPaths: Map[String, Path] = Map.empty[String, Path], sizeGuidance: Map[EventType, Int] = ..., histogramCompressionBps: Seq[Int] = ..., purgeOrphanedData: Boolean = true) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EventMultiplexer
- 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
- def accumulator(run: String): Option[EventAccumulator]
- def addRun(path: Path, name: String = null): EventMultiplexer
-
def
addRunsFromDirectory(directory: Path, name: String = null): EventMultiplexer
- Annotations
- @throws( ... )
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def audio(run: String, tag: String): Option[List[AudioEventRecord]]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def compressedHistograms(run: String, tag: String): Option[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(run: String): Option[Double]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def graph(run: String): Option[GraphDef]
- val histogramCompressionBps: Seq[Int]
- def histograms(run: String, tag: String): Option[List[HistogramEventRecord]]
- def images(run: String, tag: String): Option[List[ImageEventRecord]]
- val initialRunPaths: Map[String, Path]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def metaGraph(run: String): Option[MetaGraphDef]
-
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()
- def pluginAssets(pluginName: String): Map[String, Seq[Path]]
- def pluginTagToContent(pluginName: String): Map[String, Map[String, String]]
- val purgeOrphanedData: Boolean
- def reload(): EventMultiplexer
- def retrievePluginAsset(run: String, pluginName: String, assetName: String): Option[String]
- def runMetadata(run: String, tag: String): Option[RunMetadata]
- def runPaths: Map[String, Path]
- def runTags: Map[String, Map[EventType, Seq[String]]]
- def scalars(run: String, tag: String): Option[List[ScalarEventRecord]]
- val sizeGuidance: Map[EventType, Int]
- def summaryMetadata(run: String, tag: String): Option[SummaryMetadata]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tensors(run: String, tag: String): Option[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( ... )