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.BaseModel
DVC 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.self
is explicitly positional-only to allowself
as a field name.- model: boilercv_pipeline.sync_dvc.dvc.DvcYamlModel#
‘Field(…)’
Synchronized
dvc.yaml
configuration.
- 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.Context
DVC contexts.
Initialization
Initialize self. See help(type(self)) for accurate signature.