Skip to main content
A recipe is the reusable config a training, evaluation, or synthesis run launches from. The easiest way to create one is to generate a JSON template, edit it, then pass that file to recipes create. The example below uses --type training, but the same flow works for evaluate and synthesis.

CREATE AND USE A RECIPE

1

Generate a template

Write a template to recipe.json:
2

Edit the recipe

Replace the placeholders and remove fields you do not need. After trimming, a training recipe can look like:
3

Create the recipe

Full commands: recipes reference.