artifact_qa_validator
Validator for the quality attribute fields of an artifact.
ArtifactQAValidator
Bases: CrossValidator
Implementation of a CrossValidator to validate an artifacts quality attributes against the custom list store.
Source code in mlte/store/validators/cross_validators/artifact_qa_validator.py
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | |
__init__(custom_list_store)
Initialize a ArtifactQAValidator instance.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
custom_list_store
|
CustomListStore
|
Custom list store store to use for validation. |
required |
Source code in mlte/store/validators/cross_validators/artifact_qa_validator.py
18 19 20 21 22 23 24 25 26 | |