Get Details for a Pipeline

Get details for a Data Science pipeline in a project.

    1. On the Projects list page, select the project that contains the pipelines that you want to work with. If you need help finding the list page or the project, see Listing Projects.
    2. On the project details page, select Pipelines.
      All pipelines in the selected project are displayed in a table.
    3. Select the pipeline.

    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 Actions menu (three dots) 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.