src/app/models/output.model.ts
The Output data model maps to the output-catalog collection. An output in refers to a variable extracted from the execution of a scientific model.
Properties |
modelID |
modelID:
|
Type : string
|
Optional |
Model identifier where the output is generated from |
rank |
rank:
|
Type : number
|
Optional |
rank value from recommender system |
varBenchMarks |
varBenchMarks:
|
Type : Array<VarBenchmark>
|
Optional |
Output benchmark data |
varinfo |
varinfo:
|
Type : Array<VarInfo>
|
Output information |
varName |
varName:
|
Type : string
|
Output name identifier unique to each model |
varValue |
varValue:
|
Type : any
|
Optional |
data results from model execution |