Add unknown_analysis/tests/data/sample_logs.json
This commit is contained in:
parent
616458e8d9
commit
461bbb56cd
1 changed files with 44 additions and 0 deletions
44
unknown_analysis/tests/data/sample_logs.json
Normal file
44
unknown_analysis/tests/data/sample_logs.json
Normal file
|
|
@ -0,0 +1,44 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"artifact_key": "A001",
|
||||||
|
"status": "PASS",
|
||||||
|
"cause": "",
|
||||||
|
"path": "artifacts/model_A001.json",
|
||||||
|
"error": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"artifact_key": "A002",
|
||||||
|
"status": "UNKNOWN",
|
||||||
|
"cause": "missing_artifact",
|
||||||
|
"path": "artifacts/model_A002.json",
|
||||||
|
"error": "FileNotFoundError: model file missing"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"artifact_key": "A003",
|
||||||
|
"status": "UNKNOWN",
|
||||||
|
"cause": "schema_mismatch",
|
||||||
|
"path": "artifacts/model_A003.json",
|
||||||
|
"error": "SchemaMismatchError: unexpected field count"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"artifact_key": "A004",
|
||||||
|
"status": "PASS",
|
||||||
|
"cause": "",
|
||||||
|
"path": "artifacts/model_A004.json",
|
||||||
|
"error": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"artifact_key": "A005",
|
||||||
|
"status": "UNKNOWN",
|
||||||
|
"cause": "missing_artifact",
|
||||||
|
"path": "artifacts/model_A005.json",
|
||||||
|
"error": "OSError: missing binary data"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"artifact_key": "A006",
|
||||||
|
"status": "PASS",
|
||||||
|
"cause": "",
|
||||||
|
"path": "artifacts/model_A006.json",
|
||||||
|
"error": ""
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue