The response of getting all synthetic data generation jobs.

interface SyntheticDataGenerationResources {
    limit: number;
    resources?: SyntheticDataGenerationResource[];
}

Properties

Properties

limit: number

The number of items to return in each page.