application
superduper.components.application
Application
​
Application(self,
identifier: str,
db: dataclasses.InitVar[typing.Optional[ForwardRef('Datalayer')]] = None,
uuid: str = None,
*,
artifacts: 'dc.InitVar[t.Optional[t.Dict]]' = None,
template: Union[superduper.components.template.Template,
str] = None,
kwargs: Dict) -> None
Parameter | Description |
---|---|
identifier | Identifier of the leaf. |
db | Datalayer instance. |
uuid | UUID of the leaf. |
artifacts | A dictionary of artifacts paths and DataType objects |
template | Template. |
kwargs | Keyword arguments passed to template . |
Application built from template.