case class EventMultiplexer(initialRunPaths: Map[String, Path] = Map.empty[String, 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
- EventMultiplexer
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EventMultiplexer(initialRunPaths: Map[String, Path] = Map.empty[String, 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
- def accumulator(run: String): Option[EventAccumulator]
- def addRun(path: Path, name: String = null): EventMultiplexer
- def addRunsFromDirectory(directory: Path, name: String = null): EventMultiplexer
- Annotations
- @throws(scala.this.throws.<init>$default$1[org.platanios.tensorflow.api.core.exception.InvalidArgumentException])
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def audio(run: String, tag: String): Option[List[AudioEventRecord]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def compressedHistograms(run: String, tag: String): Option[List[CompressedHistogramEventRecord]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def firstEventTimeStamp(run: String): Option[Double]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def pluginAssets(pluginName: String): Map[String, Seq[Path]]
- def pluginTagToContent(pluginName: String): Map[String, Map[String, String]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- 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(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])