SyntheticLogsEstimateResponseSchema
logs_already_synthesizedboolean
Whether synthetic logs for this configuration already exist and would be skipped.
base_modelstring
Name of the base model used for the estimate.
estimated_costnumber
Estimated cost in USD to run the synthetic data generation job.
estimated_timenumber
Estimated wall-clock time in seconds to complete the synthetic data generation.
estimated_tokensnumber
Estimated number of tokens that will be generated.
SyntheticLogsEstimateResponseSchema
{
"logs_already_synthesized": null,
"base_model": null,
"estimated_cost": null,
"estimated_time": null,
"estimated_tokens": null
}
Was this page helpful?