Creating Jobs
Ensure that you have created the necessary policies, authentication, and authorization for your jobs.
Before you begin:
-
If you want to store and manage job logs, learn about logging.
You can create and run jobs using the ADS SDK, OCI SDK, or the OCI Console.
When creating jobs, you can use the Fast Launch enabled Compute shapes when they are available in your region. This launches the job in the fastest way possible.
Using the ADS SDK
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 the creation and running jobs from notebooks or on your client machine easy.
You can use the ADS SDK to create and run jobs.
You can use the ListFastLaunchJobConfigs
API to retrieve the configurations that are fast launch capable.
Using the Console
Using the CLI
These environment variables control the job.
You can use the ListFastLaunchJobConfigs
API to retrieve the configurations that are fast launch capable.
You can use the OCI CLI to create a job as in this example: