ml

bundle

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

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

  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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Annotations
    @SerialVersionUID( 0L )

Value Members

  1. object Attributes extends GeneratedMessageCompanion[Attributes] with Serializable

  2. object BasicType extends GeneratedEnumCompanion[BasicType] with Serializable

  3. object Bundle extends GeneratedMessageCompanion[Bundle] with Serializable

  4. object BundleProto

  5. object DataShape extends GeneratedMessageCompanion[DataShape] with Serializable

  6. object DataShapeType extends GeneratedEnumCompanion[DataShapeType] with Serializable

  7. object DataType extends GeneratedMessageCompanion[DataType] with Serializable

  8. object Field extends GeneratedMessageCompanion[Field] with Serializable

  9. object Format extends GeneratedEnumCompanion[Format] with Serializable

  10. object List extends GeneratedMessageCompanion[List] with Serializable

  11. object Model extends GeneratedMessageCompanion[Model] with Serializable

  12. object Node extends GeneratedMessageCompanion[Node] with Serializable

  13. object NodeShape extends GeneratedMessageCompanion[NodeShape] with Serializable

  14. object Scalar extends GeneratedMessageCompanion[Scalar] with Serializable

  15. object Socket extends GeneratedMessageCompanion[Socket] with Serializable

  16. object Tensor extends GeneratedMessageCompanion[Tensor] with Serializable

  17. object TensorDimension extends GeneratedMessageCompanion[TensorDimension] with Serializable

  18. object TensorShape extends GeneratedMessageCompanion[TensorShape] with Serializable

  19. object Value extends GeneratedMessageCompanion[Value] with Serializable

  20. package ctree

  21. package dtree

Ungrouped