snowflake.ml.jobs

Classes

MLJob(id[, service_spec, session])

Functions

remote(compute_pool, *, stage_name[, ...])

Submit a job to the compute pool.

submit_file(file_path, compute_pool, *, ...)

Submit a Python file as a job to the compute pool.

submit_directory(dir_path, compute_pool, *, ...)

Submit a directory containing Python script(s) as a job to the compute pool.

list_jobs([limit, scope, session])

Returns a Snowpark DataFrame with the list of jobs in the current session.

get_job(job_id[, session])

Retrieve a job service from the backend.

delete_job(job[, session])

Delete a job service from the backend.