Package

io.hydrosphere.serving.model

api

Permalink

package api

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. api
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type HFResult[T] = Future[Either[HError, T]]

    Permalink
  2. type HResult[T] = Either[HError, T]

    Permalink
  3. case class ModelMetadata(modelName: String, modelType: ModelType, contract: ModelContract) extends Product with Serializable

    Permalink
  4. sealed trait ModelType extends Serializable with Product

    Permalink
  5. case class TensorExampleGenerator(modelApi: ModelSignature) extends Product with Serializable

    Permalink

Value Members

  1. object ModelType extends Serializable

    Permalink
  2. object Result

    Permalink
  3. object TensorExampleGenerator extends Serializable

    Permalink
  4. object TensorUtil

    Permalink
  5. package description

    Permalink
  6. package json

    Permalink
  7. package ops

    Permalink
  8. package tensor_builder

    Permalink
  9. package validation

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped