Manage Data Generation Jobs#

Use data generation jobs to create synthetic data by providing configuration parameters directly in the job request. Jobs generate datasets based on your specified configuration and column schemas.

Prerequisites#

Before you can create a data generation job, make sure that you have:

  • Access to the NeMo Data Designer service

  • A data generation configuration defining your desired model configurations and column schemas


Task Guides#

Perform common data generation job tasks.

Create Data Generation Job

Create a synthetic data generation job using a configuration.

Create Data Generation Job
Get Job Status

Check the status of a data generation job.

Get Job Status
List Active Jobs

List all data generation jobs to find a job ID.

List Data Generation Jobs
Get Job Logs

Stream logs from a data generation job.

Get Job Logs
Get Job Results

List and view results produced by a data generation job.

Get Job Results
Download Results

Download generated synthetic data from completed jobs.

Download Job Results