Skip to main content

wandb job create

Usage

wandb job create [OPTIONS] {git|code|image} PATH

Summary

Create a job from a source, without a wandb run.

Jobs can be of three types, git, code, or image.

git: A git source, with an entrypoint either in the path or provided explicitly pointing to the main python executable. code: A code path, containing a requirements.txt file. image: A docker image.

Options

OptionDescription
-p, --projectThe project you want to list jobs from.
-e, --entityThe entity the jobs belong to
-n, --nameName for the job
-d, --descriptionDescription for the job
-a, --aliasAlias for the job
--entry-pointEntrypoint to the script, including an executable and an entrypoint file. Required for code or repo jobs
-g, --git-hashHash to a specific git commit.
-r, --runtimePython runtime to execute the job
Was this page helpful?๐Ÿ‘๐Ÿ‘Ž