Introspect
POST/api/2/auto_eval/dataset/introspect
Description of introspect
Request
- application/json
Body
datasetId
object
required
value stringrequired
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
dataset
object
required
id
object
required
value stringrequired
name stringrequired
Human-readable name for the dataset
tags string[]required
Tags associated with the dataset
columns
object[]
required
key stringrequired
value
object
required
name stringrequired
type stringrequired
sourceOperationId
object
required
value stringrequired
location
object
required
repoId
object
required
value stringrequired
commitHash stringrequired
relativePath stringrequired
{
"dataset": {
"id": {
"value": "string"
},
"name": "string",
"tags": [
"string"
],
"columns": [
{
"key": "string",
"value": {
"name": "string",
"type": "string",
"sourceOperationId": {
"value": "string"
}
}
}
],
"location": {
"repoId": {
"value": "string"
},
"commitHash": "string",
"relativePath": "string"
}
}
}
Loading...