Create dataset
fireworks_create_datasetCreates a dataset metadata record in Fireworks (additive; actual data is uploaded separately). Control-plane: POST /v1/accounts/{account_id}/datasets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter applied when deriving from a source dataset. | |
| format | No | Dataset format: CHAT | COMPLETION | RL. | |
| datasetId | Yes | Id for the new dataset (the resource segment). | |
| account_id | No | Fireworks account id. Overrides FIREWORKS_ACCOUNT_ID for this call. | |
| displayName | No | Human-readable display name. | |
| externalUrl | No | External source URL for the dataset data. | |
| exampleCount | No | Number of examples in the dataset. | |
| sourceDatasetId | No | Id of a source dataset to derive from. |