Packages

c

com.intel.analytics.bigdl.serving.operator

ClusterServingFunction

class ClusterServingFunction extends ScalarFunction

Annotations
@SerialVersionUID()
Linear Supertypes
ScalarFunction, UserDefinedFunction, Serializable, FunctionDefinition, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusterServingFunction
  2. ScalarFunction
  3. UserDefinedFunction
  4. Serializable
  5. FunctionDefinition
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClusterServingFunction()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def close(): Unit
    Definition Classes
    UserDefinedFunction
    Annotations
    @throws( classOf[java.lang.Exception] )
  7. val clusterServingParams: ClusterServingParams
  8. def copyFileToLocal(modelPath: String): String
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def eval(uri: String, data: String): String
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def functionIdentifier(): String
    Definition Classes
    UserDefinedFunction
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def getKind(): FunctionKind
    Definition Classes
    ScalarFunction → FunctionDefinition
  16. def getRequirements(): Set[FunctionRequirement]
    Definition Classes
    FunctionDefinition
  17. def getTypeInference(arg0: DataTypeFactory): TypeInference
    Definition Classes
    ScalarFunction → UserDefinedFunction → FunctionDefinition
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. var inference: ClusterServingInference
  20. def isDeterministic(): Boolean
    Definition Classes
    FunctionDefinition
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val logger: Logger
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def open(context: FunctionContext): Unit
    Definition Classes
    ClusterServingFunction → UserDefinedFunction
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    UserDefinedFunction → AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def getParameterTypes(arg0: Array[Class[_]]): Array[TypeInformation[_]]
    Definition Classes
    ScalarFunction
    Annotations
    @Deprecated
    Deprecated
  2. def getResultType(arg0: Array[Class[_]]): TypeInformation[_]
    Definition Classes
    ScalarFunction
    Annotations
    @Deprecated
    Deprecated

Inherited from ScalarFunction

Inherited from UserDefinedFunction

Inherited from Serializable

Inherited from FunctionDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped