package model
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
ModelSpec(name: String = "", version: Option[Long] = None, signatureName: String = "") extends GeneratedMessage with Message[ModelSpec] with Updatable[ModelSpec] with Product with Serializable
Metadata for an inference request such as the model name and version.
Metadata for an inference request such as the model name and version.
- name
Required servable name.
- version
Optional version. If unspecified, will use the latest (numerical) version. Typically not needed unless coordinating across multiple models that were co-trained and/or have inter-dependencies on the versions used at inference time.
- signatureName
A named signature to evaluate. If unspecified, the default signature will be used.
- Annotations
- @SerialVersionUID()
Value Members
- object ModelProto extends GeneratedFileObject
- object ModelSpec extends GeneratedMessageCompanion[ModelSpec] with Serializable