20#ifndef ORES_SYNTHETIC_SERVICE_CATALOG_GENERATOR_SERVICE_HPP
21#define ORES_SYNTHETIC_SERVICE_CATALOG_GENERATOR_SERVICE_HPP
23#include "ores.synthetic/domain/generation_options.hpp"
24#include "ores.synthetic/domain/synthetic_catalog.hpp"
26namespace ores::synthetic::service {
Options for controlling synthetic dataset generation.
Definition generation_options.hpp:38
A coherent catalog of synthetic data with proper relationships.
Definition synthetic_catalog.hpp:54
Service for generating coherent synthetic data catalogs.
Definition catalog_generator_service.hpp:60
domain::synthetic_catalog generate()
Generates a synthetic catalog with default options.
Definition catalog_generator_service.cpp:322