package bundle
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
Attributes(list: Map[String, Value] = ...) extends GeneratedMessage with Updatable[Attributes] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
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.
************************************************
-
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()
- final class BundleOuterClass extends AnyRef
-
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()
- sealed abstract class DataShapeType extends GeneratedEnum
-
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()
-
final
case class
Field(name: String = "", dataType: Option[DataType] = _root_.scala.None) extends GeneratedMessage with Updatable[Field] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
sealed abstract
class
Format extends GeneratedEnum
*****************************************
-
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()
-
final
case class
Model(op: String = "", attributes: Option[Attributes] = _root_.scala.None) extends GeneratedMessage with Updatable[Model] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Node(name: String = "", shape: Option[NodeShape] = _root_.scala.None) extends GeneratedMessage with Updatable[Node] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
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()
-
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()
-
final
case class
Schema(fields: Seq[Field] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Schema] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Socket(port: String = "", name: String = "") extends GeneratedMessage with Updatable[Socket] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
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()
-
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()
-
final
case class
TensorShape(dimensions: Seq[TensorDimension] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[TensorShape] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Value(v: V = ml.bundle.Value.V.Empty) extends GeneratedMessage with Updatable[Value] with Product with Serializable
- Annotations
- @SerialVersionUID()
Value Members
- object Attributes extends GeneratedMessageCompanion[Attributes] with JavaProtoSupport[Attributes, bundle.BundleOuterClass.Attributes]
- object BasicType extends GeneratedEnumCompanion[BasicType]
- object Bundle extends GeneratedMessageCompanion[Bundle] with JavaProtoSupport[Bundle, bundle.BundleOuterClass.Bundle]
- object BundleProto extends GeneratedFileObject
- object DataShape extends GeneratedMessageCompanion[DataShape] with JavaProtoSupport[DataShape, bundle.BundleOuterClass.DataShape]
- object DataShapeType extends GeneratedEnumCompanion[DataShapeType]
- object DataType extends GeneratedMessageCompanion[DataType] with JavaProtoSupport[DataType, bundle.BundleOuterClass.DataType]
- object Field extends GeneratedMessageCompanion[Field] with JavaProtoSupport[Field, bundle.BundleOuterClass.Field]
- object Format extends GeneratedEnumCompanion[Format]
- object List extends GeneratedMessageCompanion[List] with JavaProtoSupport[List, bundle.BundleOuterClass.List]
- object Model extends GeneratedMessageCompanion[Model] with JavaProtoSupport[Model, bundle.BundleOuterClass.Model]
- object Node extends GeneratedMessageCompanion[Node] with JavaProtoSupport[Node, bundle.BundleOuterClass.Node]
- object NodeShape extends GeneratedMessageCompanion[NodeShape] with JavaProtoSupport[NodeShape, bundle.BundleOuterClass.NodeShape]
- object Scalar extends GeneratedMessageCompanion[Scalar] with JavaProtoSupport[Scalar, bundle.BundleOuterClass.Scalar]
- object Schema extends GeneratedMessageCompanion[Schema] with JavaProtoSupport[Schema, bundle.BundleOuterClass.Schema]
- object Socket extends GeneratedMessageCompanion[Socket] with JavaProtoSupport[Socket, bundle.BundleOuterClass.Socket]
- object Tensor extends GeneratedMessageCompanion[Tensor] with JavaProtoSupport[Tensor, bundle.BundleOuterClass.Tensor]
- object TensorDimension extends GeneratedMessageCompanion[TensorDimension] with JavaProtoSupport[TensorDimension, bundle.BundleOuterClass.TensorDimension]
- object TensorShape extends GeneratedMessageCompanion[TensorShape] with JavaProtoSupport[TensorShape, bundle.BundleOuterClass.TensorShape]
- object Value extends GeneratedMessageCompanion[Value] with JavaProtoSupport[Value, bundle.BundleOuterClass.Value]