boilercv_pipeline.sync_dvc.contexts#
Contexts.
Module Contents#
Classes#
DVC context. |
|
DVC contexts. |
Data#
DVC context name. |
API#
- boilercv_pipeline.sync_dvc.contexts.DVC#
‘dvc’
DVC context name.
- class boilercv_pipeline.sync_dvc.contexts.DvcContext(
- /,
- **data: typing.Any,
Bases:
pydantic.BaseModelDVC context.
Initialization
Create a new model by parsing and validating input data from keyword arguments.
Raises [
ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.selfis explicitly positional-only to allowselfas a field name.- model: boilercv_pipeline.sync_dvc.dvc.DvcYamlModel#
‘Field(…)’
Synchronized
dvc.yamlconfiguration.
- stage: boilercv_pipeline.sync_dvc.dvc.Stage#
‘Field(…)’
Current stage.
- plot_dir: pathlib.Path | None#
None
Current plotting directory.
- class boilercv_pipeline.sync_dvc.contexts.DvcContexts#
Bases:
context_models.types.ContextDVC contexts.
Initialization
Initialize self. See help(type(self)) for accurate signature.