Interface: GenerateSyntheticDataResponse
@kortexya/reasoninglayer / Synthetic / GenerateSyntheticDataResponse
Interface: GenerateSyntheticDataResponse
Defined in: src/types/synthetic.ts:378
Response from synthetic data generation.
Properties
calibrationReport?
optionalcalibrationReport:CalibrationReportDto|null
Defined in: src/types/synthetic.ts:380
Calibration report (if enabled).
datasetStatistics?
optionaldatasetStatistics:DatasetStatisticsDto|null
Defined in: src/types/synthetic.ts:382
Enhanced dataset statistics (if enabled).
diversityFilteredCount
diversityFilteredCount:
number
Defined in: src/types/synthetic.ts:384
Number of terms filtered by diversity checking.
enhancedDatasetJsonl?
optionalenhancedDatasetJsonl:string|null
Defined in: src/types/synthetic.ts:386
Enhanced dataset JSONL export (if built).
enhancedNegatives?
optionalenhancedNegatives:NegativeExampleDto[]
Defined in: src/types/synthetic.ts:388
Enhanced negative examples with provenance.
enhancedNegativesCount
enhancedNegativesCount:
number
Defined in: src/types/synthetic.ts:390
Number of enhanced negative examples generated.
examples
examples:
TrainingExampleDto[]
Defined in: src/types/synthetic.ts:392
Serialized training examples ready for JSONL export.
mixingStats
mixingStats:
DataMixingStatsDto
Defined in: src/types/synthetic.ts:394
Data mixing statistics.
report
report:
GenerationReportDto
Defined in: src/types/synthetic.ts:396
Generation report with per-strategy statistics.
roundTripResult?
optionalroundTripResult:VerifyRoundTripResponse|null
Defined in: src/types/synthetic.ts:398
Round-trip verification result (if enabled).
syntheticTermsCount
syntheticTermsCount:
number
Defined in: src/types/synthetic.ts:400
Number of synthetic terms generated (before format expansion).
trainingPairsCount
trainingPairsCount:
number
Defined in: src/types/synthetic.ts:402
Number of training pairs created (all formats).
verbalizations?
optionalverbalizations:VerbalizationResultDto[]
Defined in: src/types/synthetic.ts:404
Verbalized text for generated terms.