Editing a Pipeline
Edit (update) a Data Science pipeline to change some options.
When a Data Science pipeline is in an Active or Creating state, you can change the following values:
-
Name
-
Description
-
Custom environment variables
-
Command line arguments
-
Maximum runtime
-
Logging configuration
-
Tags
Use the oci data-science pipeline update command and required parameters to edit (update) a pipeline:
oci data-science pipeline update --pipeline-id
<pipeline-id>
... [OPTIONS]For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Use the UpdatePipeline operation to edit (update) a pipeline.