ml.combust.mleap

runtime

package runtime

Visibility
  1. Public
  2. All

Type Members

  1. case class ArrayRow(values: Array[Any]) extends Row with Product with Serializable

    Class for holding Row values in an array.

  2. trait Dataset extends Serializable

    Trait for storing data in a ml.combust.mleap.runtime.LeapFrame.

  3. case class DefaultLeapFrame(schema: StructType, dataset: Dataset) extends LeapFrame[DefaultLeapFrame] with Product with Serializable

    Class for storing a leap frame locally.

  4. trait LeapFrame[LF <: LeapFrame[LF]] extends TransformBuilder[LF] with Serializable

    Trait for a LeapFrame implementation.

  5. case class LocalDataset(data: Array[Row]) extends Dataset with Product with Serializable

    Class for holding local data as a ml.combust.mleap.runtime.Dataset.

  6. trait Row extends AnyRef

    Base trait for row data.

  7. class SeqRow extends Row

    Class for holding Row values in a Seq.

Value Members

  1. object LeapFrame extends Serializable

  2. object MleapSupport

    Object for support classes for easily working with Bundle.

  3. object Row

    Companion object for creating default rows.

  4. object SeqRow

    Companion object for creating a SeqRow.

  5. package serialization

  6. package transformer

  7. package types

Ungrouped