Class/Object

org.apache.predictionio.e2.engine

PythonServing

Related Docs: object PythonServing | package engine

Permalink

class PythonServing extends LFirstServing[Query, Row]

Linear Supertypes
LFirstServing[Query, Row], LServing[Query, Row], BaseServing[Query, Row], AbstractDoer, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PythonServing
  2. LFirstServing
  3. LServing
  4. BaseServing
  5. AbstractDoer
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PythonServing(params: Params)

    Permalink

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 equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  15. def serve(query: Query, predictions: Seq[Row]): Row

    Permalink

    Returns the first algorithm's prediction.

    Returns the first algorithm's prediction.

    query

    Original input query.

    predictions

    A list of algorithms' predictions.

    Definition Classes
    LFirstServingLServing
  16. def serveBase(q: Query, ps: Seq[Row]): Row

    Permalink

    :: DeveloperApi :: Engine developers should not use this directly.

    :: DeveloperApi :: Engine developers should not use this directly. This is called by serving layer to combine multiple predicted results from multiple algorithms, and custom business logic before serving to the end user.

    q

    Query

    ps

    List of predicted results

    returns

    A single predicted result

    Definition Classes
    LServingBaseServing
  17. def supplement(q: Query): Query

    Permalink

    :: Experimental :: Implement this method to supplement the query before sending it to algorithms.

    :: Experimental :: Implement this method to supplement the query before sending it to algorithms.

    q

    Query

    returns

    A supplemented Query

    Definition Classes
    PythonServingLServing
  18. def supplementBase(q: Query): Query

    Permalink

    :: Experimental :: Engine developers should not use this directly.

    :: Experimental :: Engine developers should not use this directly. This is called by serving layer to supplement process the query before sending it to algorithms.

    q

    Query

    returns

    A supplement Query

    Definition Classes
    LServingBaseServing
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

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

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

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

Inherited from LFirstServing[Query, Row]

Inherited from LServing[Query, Row]

Inherited from BaseServing[Query, Row]

Inherited from AbstractDoer

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped