Listing Pipelines

List the Data Science pipelines in a compartment.

    1. Use the Console to sign in to a tenancy with the necessary policies.
    2. Open the navigation menu and select Analytics & AI. Under Machine Learning, select Data Science.
    3. Select the compartment that contains the project with the pipeline.

      All projects in the compartment are listed.

    4. Select the name of the project.

      The project details page opens and lists the notebook sessions.

    5. Under Resources, select Pipelines.
    6. Select the name of a pipeline to see its details.

      The pipeline information includes:

      • 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 by clicking the name of any step.

      The default configuration contains any command line arguments, maximum runtime minutes, and environment variables that were specified.

  • Use the oci data-science pipeline list command and required parameters to list the pipelines in a project:

    oci data-science pipeline list --compartment-id <compartment-id>... [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the ListPipelines operation to list the pipelines in a project.

    Use the ListPipelines operation to list the pipelines in a project.