Packages

package http

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AbstractActor extends AnyRef
  2. case class BytesPredictionInput(uuid: String, bytesStr: String) extends PredictionInput with Product with Serializable
  3. case class ClusterServingMetaData(modelName: String, modelVersion: String, redisHost: String, redisPort: String, redisInputQueue: String, redisOutputQueue: String, timeWindow: Int = 0, countWindow: Int = 56, tokenBucketEnabled: Boolean = false, tokensPerSecond: Int = 100, redisSecureEnabled: Boolean = false, redisTrustStorePath: String = null, redisTrustStoreToken: String = null, inputCompileType: String = "direct", features: Array[String]) extends ModelMetaData with Product with Serializable
  4. class ClusterServingServable extends Servable with Supportive
  5. case class DataInputMessage(id: String, inputs: String) extends Product with Serializable
  6. case class DequeueMessage() extends Product with Serializable
  7. case class FrontEndApp2Arguments(interface: String = "0.0.0.0", port: Int = 10020, securePort: Int = 10023, redisHost: String = "localhost", redisPort: Int = 6379, redisInputQueue: String = ..., redisOutputQueue: String = ..., parallelism: Int = 1000, timeWindow: Int = 0, countWindow: Int = 56, tokenBucketEnabled: Boolean = false, tokensPerSecond: Int = 100, tokenAcquireTimeout: Int = 100, httpsEnabled: Boolean = false, httpsKeyStorePath: String = null, httpsKeyStoreToken: String = null, redisSecureEnabled: Boolean = false, redissTrustStorePath: String = null, redissTrustStoreToken: String = null) extends Product with Serializable
  8. case class FrontEndAppArguments(interface: String = "0.0.0.0", port: Int = 10020, securePort: Int = 10023, redisHost: String = "localhost", redisPort: Int = 6379, redisInputQueue: String = ..., redisOutputQueue: String = ..., parallelism: Int = 1000, timeWindow: Int = 0, countWindow: Int = 0, tokenBucketEnabled: Boolean = false, tokensPerSecond: Int = 100, tokenAcquireTimeout: Int = 100, httpsEnabled: Boolean = false, httpsKeyStorePath: String = null, httpsKeyStoreToken: String = null, redisSecureEnabled: Boolean = false, redissTrustStorePath: String = null, redissTrustStoreToken: String = null, servableManagerPath: String = "./servables-conf.yaml") extends Product with Serializable
  9. class ImageFeature extends AnyRef
  10. case class InferenceModelMetaData(modelName: String, modelVersion: String, modelPath: String = "", modelType: String = "", weightPath: String = "", modelConCurrentNum: Int = 1, inputCompileType: String = "direct", features: Array[String]) extends ModelMetaData with Product with Serializable
  11. class InferenceModelServable extends Servable
  12. case class Instances(instances: List[LinkedHashMap[String, Any]]) extends Product with Serializable
  13. case class InstancesPredictionInput(uuid: String, instances: Instances) extends PredictionInput with Supportive with Product with Serializable
  14. class JacksonJsonSerializer extends SerializeSuported
  15. class JacksonYamlSerializer extends SerializeSuported
  16. trait JedisEnabledActor extends Actor with Supportive
  17. class JsonInputDomainDeser extends JsonDeserializer[Seq[Activity]]
  18. abstract class ModelMetaData extends AnyRef
    Annotations
    @JsonTypeInfo() @JsonSubTypes()
  19. case class ModelNotFoundException(message: String = null, cause: Throwable = null) extends RuntimeException with Product with Serializable
  20. case class ModelOutputMessage(valueMap: Map[String, String]) extends Product with Serializable
  21. sealed trait PredictionInput extends AnyRef
  22. case class PredictionInputFlushMessage() extends ServingMessage with Product with Serializable
  23. case class PredictionInputMessage(inputs: Seq[PredictionInput]) extends ServingMessage with Product with Serializable
  24. case class PredictionOutput[Type](uuid: String, result: Type) extends Product with Serializable
  25. case class PredictionQueryMessage(ids: Seq[String]) extends ServingMessage with Product with Serializable
  26. case class PredictionQueryWithTargetMessage(query: PredictionQueryMessage, target: ActorRef) extends ServingMessage with Product with Serializable
  27. case class Predictions[Type](predictions: Array[Type]) extends Product with Serializable
  28. class QueryActor extends JedisEnabledActor
  29. class RedisGetActor extends JedisEnabledActor
  30. class RedisIOActor extends Actor with Supportive
  31. class RedisPutActor extends JedisEnabledActor
  32. case class SecuredModelSecretSaltMessage(secret: String, salt: String) extends ServingMessage with Product with Serializable
  33. trait SerializeSuported extends AnyRef
  34. abstract class Servable extends AnyRef
  35. case class ServableLoadException(message: String = null, cause: Throwable = null) extends RuntimeException with Product with Serializable
  36. class ServableManager extends AnyRef
  37. case class ServableManagerConf(modelMetaDataList: List[ModelMetaData]) extends Product with Serializable
  38. case class ServingError(error: String) extends Product with Serializable
  39. sealed trait ServingMessage extends AnyRef
  40. case class ServingResponse[Type](statusCode: Int, entity: Type) extends Product with Serializable
  41. case class ServingRuntimeException(message: String = null, cause: Throwable = null) extends RuntimeException with Product with Serializable
  42. case class ServingTimerMetrics(name: String, count: Long, meanRate: Double, min: Long, max: Long, mean: Double, median: Double, stdDev: Double, _75thPercentile: Double, _95thPercentile: Double, _98thPercentile: Double, _99thPercentile: Double, _999thPercentile: Double) extends Product with Serializable
  43. case class SparseTensor[T](shape: List[Int], data: List[T], indices: List[List[Int]]) extends Product with Serializable
  44. trait Supportive extends AnyRef

Value Members

  1. object BytesPredictionInput extends Serializable
  2. object FrontEndApp extends Supportive with EncryptSupportive
  3. object Frontend2 extends Supportive with EncryptSupportive
  4. object Instances extends Serializable
  5. object InstancesPredictionInput extends Serializable
  6. object JsonInputDomainDeser
  7. object JsonUtil
  8. object PredictionInputMessage extends Serializable
  9. object Predictions extends Serializable
  10. object ServingTimerMetrics extends Serializable
  11. object YamlUtil

Ungrouped