62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"outputs": [
|
|
{
|
|
"storage": "inline",
|
|
"source": "# Title\n[some link here](http://example.com)",
|
|
"type": "markdown"
|
|
},
|
|
{
|
|
"format": "csv",
|
|
"labels": [
|
|
"rec.sport.hockey",
|
|
"soc.religion.christian",
|
|
"rec.motorcycles",
|
|
"rec.sport.baseball",
|
|
"sci.crypt",
|
|
"rec.autos",
|
|
"sci.med",
|
|
"comp.windows.x",
|
|
"sci.space",
|
|
"comp.os.ms-windows.misc",
|
|
"sci.electronics",
|
|
"comp.sys.ibm.pc.hardware",
|
|
"misc.forsale",
|
|
"comp.graphics",
|
|
"comp.sys.mac.hardware",
|
|
"talk.politics.mideast",
|
|
"talk.politics.guns",
|
|
"alt.atheism",
|
|
"talk.politics.misc",
|
|
"talk.religion.misc"
|
|
],
|
|
"storage": "gcs",
|
|
"source": "gs://bucket/confusionmatrix/confusion_matrix.csv",
|
|
"type": "confusion_matrix",
|
|
"schema": [
|
|
{
|
|
"type": "CATEGORY",
|
|
"name": "target"
|
|
},
|
|
{
|
|
"type": "CATEGORY",
|
|
"name": "predicted"
|
|
},
|
|
{
|
|
"type": "NUMBER",
|
|
"name": "count"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"storage": "gcs",
|
|
"source": "gs://some/path/hello-world.html",
|
|
"type": "web-app"
|
|
},
|
|
{
|
|
"storage": "gcs",
|
|
"source": "gs://some/path/hello-world-big.html",
|
|
"type": "web-app"
|
|
}
|
|
]
|
|
}
|