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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClusterServingMetaData
- Serializable
- Serializable
- Product
- Equals
- ModelMetaData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new 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])
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val countWindow: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val features: Array[String]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getModelName: String
- Definition Classes
- ModelMetaData
-
def
getModelVersion: String
- Definition Classes
- ModelMetaData
- val inputCompileType: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val modelName: String
- val modelVersion: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val redisHost: String
- val redisInputQueue: String
- val redisOutputQueue: String
- val redisPort: String
- val redisSecureEnabled: Boolean
- val redisTrustStorePath: String
- val redisTrustStoreToken: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val timeWindow: Int
- val tokenBucketEnabled: Boolean
- val tokensPerSecond: Int
-
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( ... ) @native()