Package

io.hydrosphere.serving.tensorflow.api

model

Permalink

package model

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

    Permalink

    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

    Permalink
  2. object ModelSpec extends GeneratedMessageCompanion[ModelSpec] with Serializable

    Permalink

Ungrouped