create_execution_dataset
Create a dataset from an execution run, linking it for provenance. Use when producing curated collections like augmented training data or filtered results.
Instructions
Create a new dataset as output from this execution.
Creates a dataset that is linked to this execution for provenance. Use this when your workflow produces a new curated collection of data (e.g., augmented training data, filtered results).
Args: description: What this dataset contains. dataset_types: Type labels (e.g., ["Training", "Augmented"]).
Returns: JSON with dataset_rid, execution_rid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | ||
| dataset_types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |