RapidCanvas Docs
  • Welcome
  • GETTING STARTED
    • Quick start guide
    • Introduction to RapidCanvas
    • RapidCanvas Concepts
    • Accessing the platform
  • BASIC
    • Projects
      • Projects Overview
        • Creating a project
        • Reviewing the Projects listing page
        • Duplicating a Project
        • Modifying the project settings
        • Deleting Project(s)
        • Configuring global variables at the project level
        • Working on a project
        • Generating the about content for the project
        • Generating AI snippets for each node on the Canvas
        • Marking & Unmarking a Project as Favorite
      • Canvas overview
        • Shortcut options on canvas
        • Queuing the Recipes
        • Bulk Deletion of Canvas Nodes
        • AI Guide
      • Recipes
        • AI-assisted recipe
        • Rapid model recipe
        • Template recipe
        • Code Recipe
        • RAG Recipes
      • Scheduler overview
        • Creating a scheduler
        • Running the scheduler manually
        • Managing schedulers in a project
        • Viewing the schedulers in a project
        • Viewing the run history of a specific scheduler
        • Publishing the updated data pipeline to selected jobs from canvas
        • Fetching the latest data pipeline to a specific scheduler
        • Comparing the canvas of the scheduler with current canvas of the project
      • Predictions
        • Manual Prediction
        • Prediction Scheduler
      • Segments and Scenarios
      • DataApps
        • Model DataApp
        • Project Canvas Datasets
        • Custom Uploaded Datasets
        • SQL Sources
        • Documents and PDFs
        • Prediction Service
        • Scheduler
        • Import DataApp
    • Connectors
      • Importing dataset(s) from the local system
      • Importing Text Files from the Local System
      • Connectors overview
      • Connect to external connectors
        • Importing data from Google Cloud Storage (GCS)
        • Importing data from Amazon S3
        • Importing data from Azure Blob
        • Importing data from Mongo DB
        • Importing data from Snowflake
        • Importing data from MySQL
        • Importing data from Amazon Redshift
        • Importing data from Fivetran connectors
    • Workspaces
      • User roles and permissions
    • Artifacts & Models
      • Adding Artifacts at the Project Level
      • Adding Models at the Project Level
      • Creating an artifact at the workspace level
      • Managing artifacts at the workspace level
      • Managing Models at the Workspace Level
      • Prediction services
    • Environments Overview
      • Creating an environment
      • Editing the environment details
      • Deleting an environment
      • Monitoring the resource utilization in an environment
  • ADVANCED
    • Starter Guide
      • Quick Start
    • Setup and Installation
      • Installing and setting up the SDK
    • Helper Functions
    • Notebook Guide
      • Introduction
      • Create a template
      • Code Snippets
      • DataApps
      • Prediction Service
      • How to
        • How to Authenticate
        • Create a new project
        • Create a Custom Environment
        • Add a dataset
        • Add a recipe to the dataset
        • Manage cloud connection
        • Code recipes
        • Display a template on the UI
        • Create Global Variables
        • Scheduler
        • Create new scenarios
        • Create Template
        • Use a template in a flow notebook
      • Reference Implementations
        • DataApps
        • Artifacts
        • Connectors
        • Feature Store
        • ML model
        • ML Pipeline
        • Multiple Files
      • Sample Projects
        • Model build and predict
  • Additional Reading
    • Release Notes
      • April 21, 2025
      • April 01, 2025
      • Mar 18, 2025
      • Feb 27, 2025
      • Jan 27, 2025
      • Dec 26, 2024
      • Nov 26, 2024
      • Oct 24, 2024
      • Sep 11, 2024
        • Aug 08, 2024
      • Aug 29, 2024
      • July 18, 2024
      • July 03, 2024
      • June 19, 2024
      • May 30, 2024
      • May 15, 2024
      • April 17, 2024
      • Mar 28, 2024
      • Mar 20, 2024
      • Feb 28, 2024
      • Feb 19, 2024
      • Jan 30, 2024
      • Jan 16, 2024
      • Dec 12, 2023
      • Nov 07, 2023
      • Oct 25, 2023
      • Oct 01, 2024
    • Glossary
Powered by GitBook
On this page
  • To Add Artifacts to a Project:
  • Viewing Files Within an Artifact
  1. BASIC
  2. Artifacts & Models

Adding Artifacts at the Project Level

PreviousArtifacts & ModelsNextAdding Models at the Project Level

Last updated 3 hours ago

Use this procedure to add artifacts to a project.

To Add Artifacts to a Project:

  1. Hover over the menu icon and select Projects.

  2. Select the project in which you want to add artifacts. This navigates you to the canvas page.

  1. Click the Artifacts & Models option from the project-level navigation. This opens the Artifacts tab, where you can view the existing artifacts generated after running the pipeline in the project.

  2. Click the plus button to select either Create New Artifact or Add Existing.

    Creating a New Artifact:

    1. Select Create New Artifact. This opens the Create Artifact dialog.

      1. Provide the artifact name.

      2. Click BROWSE FILE to browse and upload artifacts.

      3. Click Create Artifact.

      4. To add more files to this artifact, click on the artifact and use the plus icon to upload additional files.

    2. Select Add Existing.

      1. Select the checkboxes corresponding to the artifacts you want to add to the project from the Add Artifact window. Use the search box to locate a specific artifact if needed.

      2. Click Add Artifact.

  3. Review the artifacts:

  • Name: The name of the artifact.

  • Updated On: The last update date of the artifact.

  • Source: The recipe used to generate the artifact as an output. You can click to navigate directly to the project or recipe where the artifact was created.

  • Destination: The destination where the artifact is used as an input. You can view both the recipe name and project name. Click to navigate directly to the project or recipe where the artifact was used.

Viewing Files Within an Artifact

To view files within an artifact:

  1. Hover over the menu icon and select Projects.

  2. Select the project in which you want to add artifacts. This navigates you to the canvas page.

  3. Click the Artifacts & Models option from the project-level navigation. This opens the Artifacts tab, where you can view the existing artifacts generated after running the pipeline in the project.

  4. Click on any artifact to view the files it contains. This will display a list of files within the artifact folder along with key file information.

You can review the following details for each file:

  • File: The name of the file. Supported formats include .html, .txt, .md, .csv, .png, and more.

  • Updated On: The date the file was last modified.

  • File Size: The size of the file.

  • File Type: The format or type of the file.

  • Actions: Available actions you can perform on the file:

    • Preview: Opens a preview of the file.

    • Download: Downloads the file to your local system.

    • Delete: Allows you to delete files that were manually uploaded. Files generated as part of a machine learning flow cannot be deleted.

Additional options on the files page include:

  • Add Files: Use the plus (+) button at the top to upload more files to the existing artifact folder.

  • Download All: Use the Actions dropdown to select Download, which downloads all files within the artifact folder as a ZIP file.