Packages

final case class Value(nodeName: String = "", tag: String = "", metadata: Option[SummaryMetadata] = _root_.scala.None, value: Value.Value = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[Value] with Product with Serializable

nodeName

This field is deprecated and will not be set.

tag

Tag name for the data. Used by TensorBoard plugins to organize data. Tags are often organized by scope (which contains slashes to convey hierarchy). For example: foo/bar/0

metadata

Contains metadata on the summary value such as which plugins may use it. Take note that many summary values may lack a metadata field. This is because the FileWriter only keeps a metadata object on the first summary value with a certain tag for each tag. TensorBoard then remembers which tags are associated with which plugins. This saves space.

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[Value], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Value
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Value(nodeName: String = "", tag: String = "", metadata: Option[SummaryMetadata] = _root_.scala.None, value: Value.Value = ..., unknownFields: UnknownFieldSet = ...)

    nodeName

    This field is deprecated and will not be set.

    tag

    Tag name for the data. Used by TensorBoard plugins to organize data. Tags are often organized by scope (which contains slashes to convey hierarchy). For example: foo/bar/0

    metadata

    Contains metadata on the summary value such as which plugins may use it. Take note that many summary values may lack a metadata field. This is because the FileWriter only keeps a metadata object on the first summary value with a certain tag for each tag. TensorBoard then remembers which tags are associated with which plugins. This saves space.

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearMetadata: Value
  6. def clearValue: Value
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def companion: Value.type
    Definition Classes
    Value → GeneratedMessage
  9. def discardUnknownFields: Value
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def getAudio: Audio
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Value → GeneratedMessage
  14. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Value → GeneratedMessage
  15. def getHisto: HistogramProto
  16. def getImage: Image
  17. def getMetadata: SummaryMetadata
  18. def getObsoleteOldStyleHistogram: ByteString
  19. def getSimpleValue: Float
  20. def getTensor: TensorProto
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val metadata: Option[SummaryMetadata]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. val nodeName: String
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def serializedSize: Int
    Definition Classes
    Value → GeneratedMessage
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. val tag: String
  30. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  31. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  32. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  33. def toProtoString: String
    Definition Classes
    Value → GeneratedMessage
  34. val unknownFields: UnknownFieldSet
  35. def update(ms: (Lens[Value, Value]) ⇒ Mutation[Value]*): Value
    Definition Classes
    Updatable
  36. val value: Value.Value
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def withAudio(__v: Audio): Value
  41. def withHisto(__v: HistogramProto): Value
  42. def withImage(__v: Image): Value
  43. def withMetadata(__v: SummaryMetadata): Value
  44. def withNodeName(__v: String): Value
  45. def withObsoleteOldStyleHistogram(__v: ByteString): Value
  46. def withSimpleValue(__v: Float): Value
  47. def withTag(__v: String): Value
  48. def withTensor(__v: TensorProto): Value
  49. def withUnknownFields(__v: UnknownFieldSet): Value
  50. def withValue(__v: Value.Value): Value
  51. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  52. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Value → GeneratedMessage
  53. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

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

Inherited from Updatable[Value]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped