Package

io.hydrosphere.serving.contract.utils

description

Permalink

package description

Visibility
  1. Public
  2. All

Type Members

  1. case class ContractDescription(signatures: List[SignatureDescription]) extends Product with Serializable

    Permalink
  2. case class FieldDescription(fieldName: String, dataType: DataType, shape: Option[List[Long]]) extends Product with Serializable

    Permalink
  3. case class SignatureDescription(signatureName: String, inputs: List[FieldDescription], outputs: List[FieldDescription]) extends Product with Serializable

    Permalink

Value Members

  1. object ContractDescription extends Serializable

    Permalink
  2. object SignatureDescription extends Serializable

    Permalink

Ungrouped