44 lines
No EOL
964 B
JSON
44 lines
No EOL
964 B
JSON
[
|
|
{
|
|
"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": ""
|
|
}
|
|
] |