package entities
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
CustomModelMetric(monitorModelId: Long = 0L, threshold: Option[ThresholdConfig] = None, servable: Option[Servable] = None) extends GeneratedMessage with Message[CustomModelMetric] with Updatable[CustomModelMetric] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
DockerImage(name: String = "", tag: String = "") extends GeneratedMessage with Message[DockerImage] with Updatable[DockerImage] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
HostSelector(id: Long = 0L, name: String = "") extends GeneratedMessage with Message[HostSelector] with Updatable[HostSelector] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
MetricSpec(id: String = "", name: String = "", modelVersionId: Long = 0L, customModelConfig: Option[CustomModelMetric] = None) extends GeneratedMessage with Message[MetricSpec] with Updatable[MetricSpec] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Model(id: Long = 0L, name: String = "") extends GeneratedMessage with Message[Model] with Updatable[Model] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
ModelVersion(id: Long = 0L, version: Long = 0L, modelType: String = "", status: String = "", selector: Option[HostSelector] = None, model: Option[Model] = None, contract: Option[ModelContract] = None, image: Option[DockerImage] = None, imageSha: String = "", runtime: Option[DockerImage] = None, metadata: Map[String, String] = ...) extends GeneratedMessage with Message[ModelVersion] with Updatable[ModelVersion] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Servable(host: String = "", port: Int = 0, weight: Int = 0, modelVersion: Option[ModelVersion] = None, name: String = "", status: ServableStatus = ..., statusMessage: String = "", metadata: Map[String, String] = ...) extends GeneratedMessage with Message[Servable] with Updatable[Servable] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
ServingApp(id: String = "", name: String = "", contract: Option[ModelContract] = None, pipeline: Seq[Stage] = _root_.scala.collection.Seq.empty, status: ApplicationStatus = ..., statusMessage: String = "", metadata: Map[String, String] = ...) extends GeneratedMessage with Message[ServingApp] with Updatable[ServingApp] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Stage(stageId: String = "", signature: Option[ModelSignature] = None, servable: Seq[Servable] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[Stage] with Updatable[Stage] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
ThresholdConfig(value: Double = 0.0, comparison: CmpOp = ...) extends GeneratedMessage with Message[ThresholdConfig] with Updatable[ThresholdConfig] with Product with Serializable
- Annotations
- @SerialVersionUID()
Value Members
- object CustomModelMetric extends GeneratedMessageCompanion[CustomModelMetric] with Serializable
- object DockerImage extends GeneratedMessageCompanion[DockerImage] with Serializable
- object EntitiesProto extends GeneratedFileObject
- object HostSelector extends GeneratedMessageCompanion[HostSelector] with Serializable
- object MetricSpec extends GeneratedMessageCompanion[MetricSpec] with Serializable
- object Model extends GeneratedMessageCompanion[Model] with Serializable
- object ModelVersion extends GeneratedMessageCompanion[ModelVersion] with Serializable
- object Servable extends GeneratedMessageCompanion[Servable] with Serializable
- object ServingApp extends GeneratedMessageCompanion[ServingApp] with Serializable
- object Stage extends GeneratedMessageCompanion[Stage] with Serializable
- object ThresholdConfig extends GeneratedMessageCompanion[ThresholdConfig] with Serializable