Skip to main content

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
AddSyntheticDataRequestSchema
{
"synthetic_logs_file": "synthetic_output_12345.jsonl",
"pipeline_id": 42
}