org
.
apache
.
predictionio
.
workflow
PredictionServer
Related Doc:
package workflow
class
PredictionServer
[
Q
,
P
]
extends
KeyAuthentication
Linear Supertypes
KeyAuthentication
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
PredictionServer
KeyAuthentication
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
PredictionServer
(
args:
ServerConfig
,
engineInstance:
EngineInstance
,
engine:
Engine
[_, _, _,
Q
,
P
, _]
,
engineLanguage:
EngineLanguage.Value
,
dataSourceParams:
Params
,
preparatorParams:
Params
,
algorithms:
Seq
[
BaseAlgorithm
[_, _,
Q
,
P
]]
,
algorithmsParams:
Seq
[
Params
]
,
models:
Seq
[
Any
]
,
serving:
BaseServing
[
Q
,
P
]
,
servingParams:
Params
,
system:
ActorSystem
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
object
ServerKey
Definition Classes
KeyAuthentication
val
algorithms
:
Seq
[
BaseAlgorithm
[_, _,
Q
,
P
]]
val
algorithmsParams
:
Seq
[
Params
]
val
args
:
ServerConfig
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
authenticate
[
T
]
(
authenticator: (
RequestContext
) ⇒
Future
[
Either
[
Rejection
,
T
]]
)
:
AuthenticationDirective
[
T
]
var
avgServingSec
:
Double
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
createRoute
()
:
Route
val
dataSourceParams
:
Params
val
engine
:
Engine
[_, _, _,
Q
,
P
, _]
val
engineInstance
:
EngineInstance
val
engineLanguage
:
EngineLanguage.Value
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
feedbackEnabled
:
Boolean
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
var
lastServingSec
:
Double
val
log
:
LoggingAdapter
val
models
:
Seq
[
Any
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
pluginContext
:
EngineServerPluginContext
val
pluginsActorRef
:
ActorRef
val
preparatorParams
:
Params
def
remoteLog
(
logUrl:
String
,
logPrefix:
String
,
message:
String
)
:
Unit
var
requestCount
:
Int
val
serverStartTime
:
DateTime
val
serving
:
BaseServing
[
Q
,
P
]
val
servingParams
:
Params
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
system
:
ActorSystem
implicit
val
timeout
:
Timeout
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
withAccessKeyFromFile
: (
RequestContext
) ⇒
Future
[
Either
[
Rejection
,
HttpRequest
]]
Definition Classes
KeyAuthentication
Inherited from
KeyAuthentication
Inherited from
AnyRef
Inherited from
Any
Ungrouped