Class/Object

ml.combust.bundle.dsl

Value

Related Docs: object Value | package dsl

Permalink

case class Value(value: bundle.Value) extends Product with Serializable

This class is used to wrap Scala objects for later serialization into Bundle.ML

value

bundle protobuf value

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Value
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Value(value: bundle.Value)

    Permalink

    value

    bundle protobuf value

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  8. def getBasicType: BasicType

    Permalink

    Get value as a data type.

    Get value as a data type.

    returns

    data type

  9. def getBasicTypeList: Seq[BasicType]

    Permalink

    Get list of data types.

    Get list of data types.

    returns

    list of data types

  10. def getBoolean: Boolean

    Permalink

    Get value as a boolean.

    Get value as a boolean.

    returns

    boolean value

  11. def getBooleanList: Seq[Boolean]

    Permalink

    Get list of booleans.

    Get list of booleans.

    returns

    list of booleans

  12. def getByte: Byte

    Permalink

    Get value as a byte.

    Get value as a byte.

    returns

    byte value

  13. def getByteList: Seq[Byte]

    Permalink

    Get list of bytes.

    Get list of bytes.

    returns

    list of bytes

  14. def getByteString: ByteString

    Permalink

    Get value as a byte string.

    Get value as a byte string.

    returns

    byte string

  15. def getByteStringList: Seq[ByteString]

    Permalink

    Get list of byte strings.

    Get list of byte strings.

    returns

    list of byte strings

  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getDataShape: DataShape

    Permalink

    Get value as a data shape.

    Get value as a data shape.

    returns

    data shape

  18. def getDataShapeList: Seq[DataShape]

    Permalink

    Get list of data shapes.

    Get list of data shapes.

    returns

    list of data shapes

  19. def getDouble: Double

    Permalink

    Get value as a double.

    Get value as a double.

    returns

    double value

  20. def getDoubleList: Seq[Double]

    Permalink

    Get list of doubles.

    Get list of doubles.

    returns

    list of doubles

  21. def getFloat: Float

    Permalink

    Get value as a float.

    Get value as a float.

    returns

    float value

  22. def getFloatList: Seq[Float]

    Permalink

    Get list of floats.

    Get list of floats.

    returns

    list of floats

  23. def getInt: Int

    Permalink

    Get value as an int.

    Get value as an int.

    returns

    int value

  24. def getIntList: Seq[Int]

    Permalink

    Get list of ints.

    Get list of ints.

    returns

    list of ints

  25. def getLong: Long

    Permalink

    Get value as a long.

    Get value as a long.

    returns

    long value

  26. def getLongList: Seq[Long]

    Permalink

    Get list of longs.

    Get list of longs.

    returns

    list of longs

  27. def getModel: Model

    Permalink

    Get value as a model.

    Get value as a model.

    returns

    model

  28. def getModelList: Seq[Model]

    Permalink

    Get model list.

    Get model list.

    returns

    list of models

  29. def getShort: Short

    Permalink

    Get value as a short.

    Get value as a short.

    returns

    short value

  30. def getShortList: Seq[Short]

    Permalink

    Get list of shorts.

    Get list of shorts.

    returns

    list of shorts

  31. def getString: String

    Permalink

    Get value as a string.

    Get value as a string.

    returns

    string value

  32. def getStringList: Seq[String]

    Permalink

    Get list of strings.

    Get list of strings.

    returns

    list of strings

  33. def getTensor[T]: Tensor[T]

    Permalink

    Get value as a tensor.

    Get value as a tensor.

    T

    base type of tensor Double or String

    returns

    Scala seq of tensor values.

  34. def getTensorList[T]: Seq[Tensor[T]]

    Permalink

    Get list of tensors.

    Get list of tensors.

    T

    Scala class of tensors Double or String

    returns

    list of tensors

  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. val value: bundle.Value

    Permalink

    bundle protobuf value

  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped