OptionalcommandCommand launcher to run the actual script, e.g. bash, python etc.
OptionalcomputeOptionaldlRuntime image
OptionalmlflowOptional string containing the name of the MLflow experiment to log the run to. If name is not found, backend will create the mlflow experiment using the name.
OptionalsourceOptional location type of the training script. When set to WORKSPACE, the script will be retrieved from the local GIT, the script will be retrieved from a Git repository
defined in git_source. If the value is empty, the task will use GIT if git_source is defined and WORKSPACE otherwise.
WORKSPACE: Script is located in GIT: Script is located in cloud Git provider.OptionaltrainingThe training script file path to be executed. Cloud file URIs (such as dbfs:/, s3:/, adls:/, gcs:/) and workspace paths are supported. For python files stored in the /. For files stored in a remote repository, the path must be relative. This field is required.
OptionalyamlOptional string containing model parameters passed to the training script in yaml format. If present, then the content in yaml_parameters_file_path will be ignored.
OptionalyamlOptional path to a YAML file containing model parameters passed to the training script.
DEPRECATED — use
AiRuntimeTaskfor all new BYOT multi-node GPU workloads (see ai_runtime_task.proto).AiRuntimeTaskis the only supported BYOT task type for new workloads; this proto is retained only for AIR CLI (fka SGCLI) pywheel backwards compatibility and will be removed once the pywheel → databricks-cli migration completes (post- PuPr).