Getting Started with Data Designer
Last updated
Was this helpful?
Last updated
Was this helpful?
First, ensure you have the latest version of the Gretel SDK installed:
To create a new Data Designer instance, use the data_designer
attribute of your Gretel client:
Model Suites
When initializing Data Designer, you can specify which model suite to use:
apache-2.0
: Uses models with Apache 2.0 licenses (default)
llama-3.x
: Uses Llama 3 models (requires appropriate permissions)
Choose a suite based on your compliance and licensing requirements. Sign up for Gretel Enterprise if you want access to more model suites! Learn about model suites .
The general workflow when using Data Designer includes:
Initialize: Create a new Data Designer instance
Define Columns: Add columns with various types and parameters
Preview: Generate a small dataset for inspection
Create Full Dataset: Run a batch job to create a larger dataset
Here's a minimal example to get you started: