ml.combust.mleap.runtime

types

package types

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait BasicType extends DataType with Serializable

  2. sealed trait DataType extends Serializable

    Created by hwilkins on 10/23/15.

  3. case class ListType(base: DataType) extends DataType with Product with Serializable

  4. case class StructField(name: String, dataType: DataType) extends Serializable with Product

    Created by hwilkins on 10/23/15.

  5. case class StructType extends Serializable with Product

    Class for storing structured type information.

  6. case class TensorType(base: BasicType, dimensions: Seq[Int]) extends DataType with Product with Serializable

Value Members

  1. object BooleanType extends BasicType

  2. object DoubleType extends BasicType

  3. object LongType extends BasicType

  4. object StringType extends BasicType

  5. object StructType extends Serializable

    Structured container (schema) for fields.

  6. object TensorType extends Serializable

Ungrouped