Execute a feature
| name required | string Name of the feature. |
| n required | integer >= 1 Samples count |
required | Array of objects (RunningInstance) |
{- "name": "string",
- "n": 1,
- "running_instances": [
- {
- "start_point": 0,
- "transformation_shift": 0
}
]
}{- "samples": [
- {
- "dimension_path": "string",
- "data": [
- 0
]
}
]
}