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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventMultiplexer
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def accumulator(run: String): Option[EventAccumulator]
  5. def addRun(path: Path, name: String = null): EventMultiplexer
  6. def addRunsFromDirectory(directory: Path, name: String = null): EventMultiplexer
    Annotations
    @throws(scala.this.throws.<init>$default$1[org.platanios.tensorflow.api.core.exception.InvalidArgumentException])
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def audio(run: String, tag: String): Option[List[AudioEventRecord]]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def compressedHistograms(run: String, tag: String): Option[List[CompressedHistogramEventRecord]]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def firstEventTimeStamp(run: String): Option[Double]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def graph(run: String): Option[GraphDef]
  15. val histogramCompressionBps: Seq[Int]
  16. def histograms(run: String, tag: String): Option[List[HistogramEventRecord]]
  17. def images(run: String, tag: String): Option[List[ImageEventRecord]]
  18. val initialRunPaths: Map[String, Path]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def metaGraph(run: String): Option[MetaGraphDef]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def pluginAssets(pluginName: String): Map[String, Seq[Path]]
  25. def pluginTagToContent(pluginName: String): Map[String, Map[String, String]]
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val purgeOrphanedData: Boolean
  28. def reload(): EventMultiplexer
  29. def retrievePluginAsset(run: String, pluginName: String, assetName: String): Option[String]
  30. def runMetadata(run: String, tag: String): Option[RunMetadata]
  31. def runPaths: Map[String, Path]
  32. def runTags: Map[String, Map[EventType, Seq[String]]]
  33. def scalars(run: String, tag: String): Option[List[ScalarEventRecord]]
  34. val sizeGuidance: Map[EventType, Int]
  35. def summaryMetadata(run: String, tag: String): Option[SummaryMetadata]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def tensors(run: String, tag: String): Option[List[TensorEventRecord]]
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped