Packages

p

ml

bundle

package bundle

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class Attributes(list: Map[String, Value] = ...) extends GeneratedMessage with Updatable[Attributes] with Product with Serializable
    Annotations
    @SerialVersionUID()
  2. sealed abstract class BasicType extends GeneratedEnum

    *************************************************

    *************************************************

    Data Type

    Enum of all of the different scalar values allowed in data frames. Values can be scalars, lists, or tensors.

    ************************************************

  3. final case class Bundle(uid: String = "", name: String = "", format: Format = ml.bundle.Format.JSON, version: String = "", timestamp: String = "", meta: Option[Attributes] = _root_.scala.None) extends GeneratedMessage with Updatable[Bundle] with Product with Serializable
    Annotations
    @SerialVersionUID()
  4. final class BundleOuterClass extends AnyRef
  5. final case class DataShape(base: DataShapeType = ml.bundle.DataShapeType.SCALAR, isNullable: Boolean = false, tensorShape: Option[TensorShape] = _root_.scala.None) extends GeneratedMessage with Updatable[DataShape] with Product with Serializable
    Annotations
    @SerialVersionUID()
  6. sealed abstract class DataShapeType extends GeneratedEnum
  7. final case class DataType(base: BasicType = ml.bundle.BasicType.UNDEFINED, shape: Option[DataShape] = _root_.scala.None) extends GeneratedMessage with Updatable[DataType] with Product with Serializable
    Annotations
    @SerialVersionUID()
  8. final case class Field(name: String = "", dataType: Option[DataType] = _root_.scala.None) extends GeneratedMessage with Updatable[Field] with Product with Serializable
    Annotations
    @SerialVersionUID()
  9. sealed abstract class Format extends GeneratedEnum

    *****************************************

  10. final case class List(b: Seq[Boolean] = _root_.scala.Seq.empty, s: Seq[String] = _root_.scala.Seq.empty, i: Seq[Int] = _root_.scala.Seq.empty, l: Seq[Long] = _root_.scala.Seq.empty, f: Seq[Float] = _root_.scala.Seq.empty, d: Seq[Double] = _root_.scala.Seq.empty, bs: Seq[ByteString] = _root_.scala.Seq.empty, t: Seq[Tensor] = _root_.scala.Seq.empty, bt: Seq[BasicType] = _root_.scala.Seq.empty, ds: Seq[DataShape] = _root_.scala.Seq.empty, m: Seq[Model] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[List] with Product with Serializable
    Annotations
    @SerialVersionUID()
  11. final case class Model(op: String = "", attributes: Option[Attributes] = _root_.scala.None) extends GeneratedMessage with Updatable[Model] with Product with Serializable
    Annotations
    @SerialVersionUID()
  12. final case class Node(name: String = "", shape: Option[NodeShape] = _root_.scala.None) extends GeneratedMessage with Updatable[Node] with Product with Serializable
    Annotations
    @SerialVersionUID()
  13. final case class NodeShape(inputs: Seq[Socket] = _root_.scala.Seq.empty, outputs: Seq[Socket] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[NodeShape] with Product with Serializable
    Annotations
    @SerialVersionUID()
  14. 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] = _root_.scala.None, bt: BasicType = ml.bundle.BasicType.UNDEFINED, ds: Option[DataShape] = _root_.scala.None, m: Option[Model] = _root_.scala.None) extends GeneratedMessage with Updatable[Scalar] with Product with Serializable
    Annotations
    @SerialVersionUID()
  15. final case class Schema(fields: Seq[Field] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Schema] with Product with Serializable
    Annotations
    @SerialVersionUID()
  16. final case class Socket(port: String = "", name: String = "") extends GeneratedMessage with Updatable[Socket] with Product with Serializable
    Annotations
    @SerialVersionUID()
  17. final case class Tensor(base: BasicType = ml.bundle.BasicType.UNDEFINED, shape: Option[TensorShape] = _root_.scala.None, value: ByteString = ...) extends GeneratedMessage with Updatable[Tensor] with Product with Serializable
    Annotations
    @SerialVersionUID()
  18. final case class TensorDimension(size: Int = 0, name: String = "") extends GeneratedMessage with Updatable[TensorDimension] with Product with Serializable

    size

    Size of this dimension

    name

    Placeholder, currently unused

    Annotations
    @SerialVersionUID()
  19. final case class TensorShape(dimensions: Seq[TensorDimension] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[TensorShape] with Product with Serializable
    Annotations
    @SerialVersionUID()
  20. final case class Value(v: V = ml.bundle.Value.V.Empty) extends GeneratedMessage with Updatable[Value] with Product with Serializable
    Annotations
    @SerialVersionUID()

Value Members

  1. object Attributes extends GeneratedMessageCompanion[Attributes] with JavaProtoSupport[Attributes, bundle.BundleOuterClass.Attributes]
  2. object BasicType extends GeneratedEnumCompanion[BasicType]
  3. object Bundle extends GeneratedMessageCompanion[Bundle] with JavaProtoSupport[Bundle, bundle.BundleOuterClass.Bundle]
  4. object BundleProto extends GeneratedFileObject
  5. object DataShape extends GeneratedMessageCompanion[DataShape] with JavaProtoSupport[DataShape, bundle.BundleOuterClass.DataShape]
  6. object DataShapeType extends GeneratedEnumCompanion[DataShapeType]
  7. object DataType extends GeneratedMessageCompanion[DataType] with JavaProtoSupport[DataType, bundle.BundleOuterClass.DataType]
  8. object Field extends GeneratedMessageCompanion[Field] with JavaProtoSupport[Field, bundle.BundleOuterClass.Field]
  9. object Format extends GeneratedEnumCompanion[Format]
  10. object List extends GeneratedMessageCompanion[List] with JavaProtoSupport[List, bundle.BundleOuterClass.List]
  11. object Model extends GeneratedMessageCompanion[Model] with JavaProtoSupport[Model, bundle.BundleOuterClass.Model]
  12. object Node extends GeneratedMessageCompanion[Node] with JavaProtoSupport[Node, bundle.BundleOuterClass.Node]
  13. object NodeShape extends GeneratedMessageCompanion[NodeShape] with JavaProtoSupport[NodeShape, bundle.BundleOuterClass.NodeShape]
  14. object Scalar extends GeneratedMessageCompanion[Scalar] with JavaProtoSupport[Scalar, bundle.BundleOuterClass.Scalar]
  15. object Schema extends GeneratedMessageCompanion[Schema] with JavaProtoSupport[Schema, bundle.BundleOuterClass.Schema]
  16. object Socket extends GeneratedMessageCompanion[Socket] with JavaProtoSupport[Socket, bundle.BundleOuterClass.Socket]
  17. object Tensor extends GeneratedMessageCompanion[Tensor] with JavaProtoSupport[Tensor, bundle.BundleOuterClass.Tensor]
  18. object TensorDimension extends GeneratedMessageCompanion[TensorDimension] with JavaProtoSupport[TensorDimension, bundle.BundleOuterClass.TensorDimension]
  19. object TensorShape extends GeneratedMessageCompanion[TensorShape] with JavaProtoSupport[TensorShape, bundle.BundleOuterClass.TensorShape]
  20. object Value extends GeneratedMessageCompanion[Value] with JavaProtoSupport[Value, bundle.BundleOuterClass.Value]

Ungrouped