artifact_user_validator
Validator for the user fields of an artifact.
ArtifactUserValidator
Bases: CrossValidator
Implementation of CrossValidator to validate an artifact against the user store.
Source code in mlte/store/validators/cross_validators/artifact_user_validator.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | |
__init__(user_store)
Initialize a ArtifactUserValidator instance.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
user_store
|
UserStore
|
User store to use for validation. |
required |
Source code in mlte/store/validators/cross_validators/artifact_user_validator.py
13 14 15 16 17 18 19 20 21 | |