Skip to main content

SyntheticLogsEstimateResponseSchema

logs_already_synthesizedboolean

Whether synthetic logs for this configuration already exist and would be skipped.

Default: null
base_modelstring

Name of the base model used for the estimate.

Default: null
estimated_costnumber

Estimated cost in USD to run the synthetic data generation job.

Default: null
estimated_timenumber

Estimated wall-clock time in seconds to complete the synthetic data generation.

Default: null
estimated_tokensnumber

Estimated number of tokens that will be generated.

Default: null
SyntheticLogsEstimateResponseSchema
{
"logs_already_synthesized": null,
"base_model": null,
"estimated_cost": null,
"estimated_time": null,
"estimated_tokens": null
}