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.
jsonAddSyntheticDataRequestSchema
{
"synthetic_logs_file": "synthetic_output_12345.jsonl",
"pipeline_id": 42
}
Was this page helpful?