Package

ml

bundle

Permalink

package bundle

Visibility
  1. Public
  2. All

Type Members

  1. final case class Attributes(list: Map[String, Value] = ...) extends GeneratedMessage with Message[Attributes] with Updatable[Attributes] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  2. sealed trait BasicType extends GeneratedEnum

    Permalink
  3. final case class Bundle(uid: String = "", name: String = "", format: Format = ml.bundle.Format.JSON, version: String = "", timestamp: String = "") extends GeneratedMessage with Message[Bundle] with Updatable[Bundle] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  4. final case class DataShape(base: DataShapeType = ml.bundle.DataShapeType.SCALAR, isNullable: Boolean = false, tensorShape: Option[TensorShape] = None) extends GeneratedMessage with Message[DataShape] with Updatable[DataShape] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  5. sealed trait DataShapeType extends GeneratedEnum

    Permalink
  6. final case class DataType(base: BasicType = ml.bundle.BasicType.UNDEFINED, shape: Option[DataShape] = None) extends GeneratedMessage with Message[DataType] with Updatable[DataType] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  7. final case class Field(name: String = "", dataType: Option[DataType] = None) extends GeneratedMessage with Message[Field] with Updatable[Field] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  8. sealed trait Format extends GeneratedEnum

    Permalink
  9. final case class List(b: Seq[Boolean] = _root_.scala.collection.Seq.empty, s: Seq[String] = _root_.scala.collection.Seq.empty, i: Seq[Int] = _root_.scala.collection.Seq.empty, l: Seq[Long] = _root_.scala.collection.Seq.empty, f: Seq[Float] = _root_.scala.collection.Seq.empty, d: Seq[Double] = _root_.scala.collection.Seq.empty, bs: Seq[ByteString] = _root_.scala.collection.Seq.empty, t: Seq[Tensor] = _root_.scala.collection.Seq.empty, bt: Seq[BasicType] = _root_.scala.collection.Seq.empty, ds: Seq[DataShape] = _root_.scala.collection.Seq.empty, m: Seq[Model] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[List] with Updatable[List] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  10. final case class Model(op: String = "", attributes: Option[Attributes] = None) extends GeneratedMessage with Message[Model] with Updatable[Model] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  11. final case class Node(name: String = "", shape: Option[NodeShape] = None) extends GeneratedMessage with Message[Node] with Updatable[Node] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  12. final case class NodeShape(inputs: Seq[Socket] = _root_.scala.collection.Seq.empty, outputs: Seq[Socket] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[NodeShape] with Updatable[NodeShape] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  13. final case class Scalar(b: Boolean = false, s: String = "", i: Int = 0, l: Long = 0L, f: Float = 0.0f, d: Double = 0.0, bs: ByteString = ..., t: Option[Tensor] = None, bt: BasicType = ml.bundle.BasicType.UNDEFINED, ds: Option[DataShape] = None, m: Option[Model] = None) extends GeneratedMessage with Message[Scalar] with Updatable[Scalar] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  14. final case class Socket(port: String = "", name: String = "") extends GeneratedMessage with Message[Socket] with Updatable[Socket] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  15. final case class Tensor(base: BasicType = ml.bundle.BasicType.UNDEFINED, shape: Option[TensorShape] = None, value: ByteString = ...) extends GeneratedMessage with Message[Tensor] with Updatable[Tensor] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  16. final case class TensorDimension(size: Int = 0, name: String = "") extends GeneratedMessage with Message[TensorDimension] with Updatable[TensorDimension] with Product with Serializable

    Permalink

    size

    Size of this dimension

    name

    Placeholder, currently unused

    Annotations
    @SerialVersionUID()
  17. final case class TensorShape(dimensions: Seq[TensorDimension] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[TensorShape] with Updatable[TensorShape] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  18. final case class Value(v: V = ml.bundle.Value.V.Empty) extends GeneratedMessage with Message[Value] with Updatable[Value] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()

Value Members

  1. object Attributes extends GeneratedMessageCompanion[Attributes] with Serializable

    Permalink
  2. object BasicType extends GeneratedEnumCompanion[BasicType] with Serializable

    Permalink
  3. object Bundle extends GeneratedMessageCompanion[Bundle] with Serializable

    Permalink
  4. object BundleProto

    Permalink
  5. object DataShape extends GeneratedMessageCompanion[DataShape] with Serializable

    Permalink
  6. object DataShapeType extends GeneratedEnumCompanion[DataShapeType] with Serializable

    Permalink
  7. object DataType extends GeneratedMessageCompanion[DataType] with Serializable

    Permalink
  8. object Field extends GeneratedMessageCompanion[Field] with Serializable

    Permalink
  9. object Format extends GeneratedEnumCompanion[Format] with Serializable

    Permalink
  10. object List extends GeneratedMessageCompanion[List] with Serializable

    Permalink
  11. object Model extends GeneratedMessageCompanion[Model] with Serializable

    Permalink
  12. object Node extends GeneratedMessageCompanion[Node] with Serializable

    Permalink
  13. object NodeShape extends GeneratedMessageCompanion[NodeShape] with Serializable

    Permalink
  14. object Scalar extends GeneratedMessageCompanion[Scalar] with Serializable

    Permalink
  15. object Socket extends GeneratedMessageCompanion[Socket] with Serializable

    Permalink
  16. object Tensor extends GeneratedMessageCompanion[Tensor] with Serializable

    Permalink
  17. object TensorDimension extends GeneratedMessageCompanion[TensorDimension] with Serializable

    Permalink
  18. object TensorShape extends GeneratedMessageCompanion[TensorShape] with Serializable

    Permalink
  19. object Value extends GeneratedMessageCompanion[Value] with Serializable

    Permalink
  20. package ctree

    Permalink
  21. package dtree

    Permalink

Ungrouped