Get Details for a Pipeline
Get details for a Data Science pipeline in a project.
The details page for the pipeline opens and displays the following information about the pipeline. Access the various resources associated with the pipeline by selecting their links or tabs.
-
Description if it was specified.
-
Who created the pipeline.
-
When the pipeline was created.
-
Pipeline OCID.
-
Pipeline artifact file name and size.
-
Logging configuration if it was specified.
You can view step details: Select Steps, find the step that you want, and then from the select View details.
The default configuration contains any command line arguments, maximum runtime minutes, and environment variables that were specified.
-
Use the oci data-science pipeline get command and required parameters to get details for a pipeline in a project:
oci data-science pipeline get --pipeline-id <pipeline-id> ... [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Use the GetPipeline operation to get details for a pipeline in a project.