Starting a Pipeline Run
Use a Data Science pipeline run to run the code of the pipeline steps according to the workflow defined in a pipeline.
Pipeline creation sets the infrastructure and the actual use case steps, but the pipeline run runs the pipeline with the specified parameters. A pipeline run provisions the specified infrastructure, runs the pipeline steps, and then deprovisions and destroys the used resources when the pipeline ends.
You can view the pipeline steps, runs, and logs if they exist.
These environment variables control the pipeline.
You can use the OCI CLI to start pipeline runs as in this example:
Use the CreatePipelineRun operation create (start) a pipeline run.
Use the CreatePipelineRun operation create (start) a pipeline run.