name of the bundle
serialization format of the Bundle
Bundle.ML version used for serializing
optional AttributeList to serialize with the bundle
list of root nodes in the bundle
Get an attribute.
Get an attribute.
Throws an error if it does not exist.
name of the attribute
the attribute
optional AttributeList to serialize with the bundle
optional AttributeList to serialize with the bundle
Create a ml.combust.bundle.serializer.BundleContext for serializing to Bundle.
Create a ml.combust.bundle.serializer.BundleContext for serializing to Bundle.ML
bundle registry for serializing ops, nodes, and custom types
path to the Bundle.ML directory
context for serializing Bundle.ML
Convert to protobuf bundle definition.
Convert to protobuf bundle definition.
bundle context for serialization format
serialization context for decoding custom values
protobuf bundle definition
serialization format of the Bundle
Get an attribute as an option.
Get an attribute as an option.
name of the attribute
Some(attribute) or None if it is not in the list
Get the Value of an attribute as an Option.
Get the Value of an attribute as an Option.
name of the attribute
Value of the attribute as an Option[Value], None if it does not exist
name of the bundle
list of root nodes in the bundle
Replace the attributes with another list.
Replace the attributes with another list.
attributes to use to replace
copy of T with attributes replaced by list arg
Get the Value of an attribute.
Get the Value of an attribute.
Throws an error if that attribute does not exist.
name of the attribute
Value of the attribute
Bundle.
Bundle.ML version used for serializing
Add an attribute to the list.
Add an attribute to the list.
attribute to add to the list
a copy of T with the attribute added to the attribute list
Add a list of attributes to attributes.
Add a list of attributes to attributes.
Adds all attributes in the list argument to attributes.
list of attributes to add
copy of T with all attributes added to attributes
Root object for serializing Bundle.ML pipelines and graphs.
name of the bundle
serialization format of the Bundle
Bundle.ML version used for serializing
optional AttributeList to serialize with the bundle
list of root nodes in the bundle