Starting a Job Run
Use Data Science job runs to apply various use cases to created jobs.
Job creation sets the infrastructure and the actual use case artifact, but the job run actually runs the job with the specified parameters. Job runs provision the specified infrastructure, run the job artifact, and then deprovision and destroy the used resources when the job run ends.
These environment variables control the job.
Use the Data Science CLI to start job runs as in this example:
The ADS SDK is also a publicly available Python library that you can install with this command:
pip install oracle-ads
It provides the wrapper that makes starting job runs from notebooks or on your client machine easy.
Use the ADS SDK to start job runs.