Skip to main content

template

superduper.components.template

Source code

Template​

Template(self,
identifier: str,
db: dataclasses.InitVar[typing.Optional[ForwardRef('Datalayer')]] = None,
uuid: str = None,
*,
artifacts: 'dc.InitVar[t.Optional[t.Dict]]' = None,
component: Union[superduper.components.component.Component,
Dict],
info: Optional[Dict] = None,
_component_blobs: Union[Dict,
bytes,
NoneType] = None) -> None
ParameterDescription
identifierIdentifier of the leaf.
dbDatalayer instance.
uuidUUID of the leaf.
artifactsA dictionary of artifacts paths and DataType objects
componentTemplate component with variables.
infoInfo.
_component_blobsBlobs in Template.component NOTE: This is only for internal use.

Application template component.