Execute a recipe by launching a run
Config parameters selection in the UI
adaptive.recipes.upload()
to upload your recipe to the platform. Currently recipes are limited to single files.
adaptive.recipes.list()
to view all available recipes.
To list all recipes:
adaptive.recipe.get()
to get a specific recipe’s json schema.
You can construct your input parameters dict from this schema.
adaptive.recipe.generate_sample_input()
.
adaptive.recipes.run()
to launch a run from a recipe.
Arguments to pass to the recipe config should be given in the input_args
argument and should strictly adhere to the config defined in the recipe.