Packages

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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

  1. object ModelProto extends GeneratedFileObject
  2. object ModelSpec extends GeneratedMessageCompanion[ModelSpec] with Serializable

Ungrouped