add_dataset_child
Create parent-child dataset relationships by nesting a child dataset inside a parent. Partition data into training and testing subsets under a complete parent dataset.
Instructions
Add a dataset as a nested child of another dataset.
Creates a parent-child relationship between datasets. Common pattern: a "Complete" parent dataset contains "Training" and "Testing" children that partition the same data.
Args: parent_rid: RID of the parent dataset. child_rid: RID of the child dataset to nest.
Returns: JSON with status, parent_rid, child_rid.
Example: add_dataset_child("1-ABC", "1-DEF") -> nests 1-DEF inside 1-ABC
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| child_rid | Yes | ||
| parent_rid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |