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
  1. BASIC
  2. Environments Overview

Editing the environment details

PreviousCreating an environmentNextDeleting an environment

Last updated 22 hours ago

Use this procedure to modify the details of an environment. You can use the ellipsis icon in the card view to edit the details (or) the pencil icon corresponding to the environment you want to modify, in the list view.

  1. Select an environment that you want to modify.

  2. Click the ellipsis icon on the environment widget or card and select Edit.

  1. Modify the required details in the Environments page. You can also view the status of the environment on this page. If the status of the environment is running, you can use the STOP button to stop the environment.

  2. On the Python Libraries and Linux Libraries tabs, you can add the new Python libraries and Linux libraries that can be used in the projects to run the recipes that need these packages.

When configured at the environment level, these libraries are applied across the entire project. However, if specific libraries are defined at the code recipe level, they take precedence over the environment-level configuration. This ensures that recipes can run with the exact library versions they require, avoiding potential conflicts that may arise from version mismatches.

Libraries configured at the recipe level are installed in an isolated environment that is automatically deleted after the recipe execution, ensuring a clean and controlled runtime for each run.

If you want to install a specific version of the library, it should be in this format library_name==version. Example : seaborn==0.11.2, numpy==2.1.0 and so on.

  1. Select the Rapid-RAG checkbox to include custom libraries developed by RapidCanvas for running RAG (Retrieval-Augmented Generation) recipes within your project.

    • When enabled at the environment level, these libraries are available to all recipes across the project.

    • When enabled at the code recipe level, the Rapid-RAG libraries are included only for that specific recipe, allowing for more controlled and isolated usage.

  2. Click the Projects tab to see the list of projects used in this environment:

    • Project Name: The name of the project. Click on the project name to navigate to the canvas page of the project.

    • Description: The description of the project.

    • Creator: The user who created this project.

    • Creation date: The date on which the project is created.

    • Scheduler Count: The total number of jobs associated with a specific project. Clicking on the hyperlink will take you to the scheduler page.

    • Prediction Run Count: The total number of prediction runs in which this environment has been used.

  1. Click the Prediction Service tab to view the prediction services where the environment has been used to run these services:

    • Name: The name of the prediction service.

    • Model: The name of the output model.

    • Creation Date: The date on which the model was created.

    • Creator: The user who created the prediction service.

  2. Click Save.

On this page, you can click the Caret icon to:

  • Delete the environment, using the Delete option.

  • Clear cache to save the space, using the Clear Cache option.

  • View the hardware utilization by projects running in an environment, using the Usage option. This button is disabled when the environment is shut down. You can only view the resource usage when the environment is running.

  • Check the logs and troubleshoot errors in the environment, using the Logs option. In the side panel, you can use the new tab option to open the logs in a new page.

Edit Environment
Projects in Environment