Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

AddSyntheticDataRequestSchema

synthetic_logs_filestringrequired

Path or reference to the file containing completed synthetic generation logs to incorporate into training data.

pipeline_idinteger

ID of the synthetic data pipeline whose completed job outputs should be added to the training corpus.

Default: null
jsonAddSyntheticDataRequestSchema
{
"synthetic_logs_file": "synthetic_output_12345.jsonl",
"pipeline_id": 42
}