Package

ml.combust.bundle.serializer

attr

Permalink

package attr

Visibility
  1. Public
  2. All

Type Members

  1. case class AttributeListSeparator() extends Product with Serializable

    Permalink

    Class to separate an ml.combust.bundle.dsl.AttributeList into two ml.combust.bundle.dsl.AttributeList objects, one with small attributes and one with large.

    Class to separate an ml.combust.bundle.dsl.AttributeList into two ml.combust.bundle.dsl.AttributeList objects, one with small attributes and one with large.

    An ml.combust.bundle.dsl.Attribute is large or small according to the ml.combust.bundle.dsl.Value#isLarge and ml.combust.bundle.dsl.Value#isSmall methods, respectively. This class is only used when the ml.combust.bundle.serializer.SerializationFormat.Mixed mode of serialization is being used, and large attributes are intended to go into a protobuf file, while small attributes go into a JSON file along with the model contents.

  2. case class AttributeListSerializer(path: File) extends Product with Serializable

    Permalink

    Class for serializing an ml.combust.bundle.dsl.AttributeList.

    Class for serializing an ml.combust.bundle.dsl.AttributeList.

    path

    path to base attribute list file (no extension)

Ungrouped