ml.combust.mleap.runtime

types

package types

Visibility
  1. Public
  2. All

Type Members

  1. case class ArrayType(base: DataType) extends DataType with Product with Serializable

  2. sealed trait BasicType extends DataType with Serializable

  3. class CustomType extends DataType with bundle.custom.CustomType[Any]

  4. sealed trait DataType extends Serializable

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

    Created by hwilkins on 10/23/15.

  6. case class StructType extends Serializable with Product

    Class for storing structured type information.

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

Value Members

  1. object AnyType extends DataType

  2. object BooleanType extends BasicType

  3. object CustomType extends Serializable

  4. object DataType extends Serializable

  5. object DoubleType extends BasicType

  6. object IntegerType extends BasicType

  7. object LongType extends BasicType

  8. object StringType extends BasicType

  9. object StructType extends Serializable

    Structured container (schema) for fields.

  10. object TensorType extends Serializable

Ungrouped