Editing a Job
Edit (update) a job in Data Science to change some options.
When the job is in the Active or Creating state, similar to creating a pipeline, you can change the following values:
- Name
- Description
- Compute shape
- Storage (block storage size)
- VCN
- Subnet
- Storage mounts
- Tags
Use the oci data-science job update command and required parameters to edit (update) a job:
oci data-science job update --job-id <job-id> ... [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Use the UpdateJob operation to edit (update) a job.