Data Science Lab
  • What is Data Science Lab?
  • Accessing the Data Science Lab Module
  • Homepage
  • List Projects
  • List Feature Stores
  • Create
    • Create Project
      • Container Status Message
    • Create Feature Store
  • Registered Models and APIs
  • Settings
  • Trash
  • Tabs for a DSL Project
    • Workspace
      • Workspace Folders
        • Repo Folder Attributes
        • Repo Folder Attributes for a Repo Sync Project
        • Utils Folder Attributes
          • Utility Actions
        • Files Attributes
      • Working with the Workspace tab
        • Create
        • Import
          • Importing Notebook
          • Pull from Git
        • Adding File and Folders
      • Linter
      • Git Console
      • Adjustable Repository Panel
    • Data
      • Adding Data
      • Data List Page
    • Model
      • Import Model
      • Explainer Generator
      • Export to GIT/ Model Migration
      • Share a Model
      • Register a Model
      • Unregister a Model
      • Register a Model as an API Service
      • Delete a Model
    • AutoML
      • Creating AutoML Experiment
      • AutoML List Page
        • View Explanation
          • Model Summary
          • Model Interpretation
            • Classification Model Explainer
            • Regression Model Explainer
            • Forecasting Model Explainer
          • Dataset Explainer
  • Data Science Notebook
    • Preview File
    • Save as Notebook
    • .ipynb File Cells
      • Using a Code Cell
      • Using a Markdown Cell
        • Expanding and Collapsing Markdown Cell
      • Using an Assist Cell
    • Resource Utilization Graph
    • Taskbar
    • Actions Icons from Header
    • Notebook Actions
      • Register
        • Export
        • Register as a Job
      • Notebook Version Control
      • Share
      • Delete
      • Information
  • Model Creation using Data Science Notebook
  • Notebook Operations
    • Data
      • Reading Data
      • Copy Path Functionality
    • Secrets
    • Algorithms
    • Transforms
    • Artifacts
    • Variable Explorer
    • Writers
Powered by GitBook
On this page
  • Accessing Utilis Folder
  • Importing a Utility File
Export as PDF
  1. Tabs for a DSL Project
  2. Workspace
  3. Workspace Folders

Utils Folder Attributes

This section explains the attributive action provided for the Utils folder.

PreviousRepo Folder Attributes for a Repo Sync ProjectNextUtility Actions

Last updated 5 months ago

Accessing Utilis Folder

The Utilis folder allows the users to import the utility files from their systems and Git repository.

Please Note: The Utils folder will be added by default to only normal Data Science Lab projects.

  • Navigate to the Workspace tab.

  • Select the Utils folder.

  • Click the ellipsis icon to open the context menu.

  • Click the Import option that appears in the context menu.

  • The Import Utility File window opens.

  • The user can import a utility file using either of the options: Import Utility or Pull from Git.

Importing a Utility File

Check out the walk-through video to understand the Import Utility functionality.

  • Navigate to the Import Utility File window.

  • Select the Import Utility option by using the checkbox.

  • Describe the Utility script using the Utility Description space.

  • Click the Choose File option to import a utility file.

  • Search and upload a utility file from the system.

  • The uploaded utility file title appears next to the Choose File option.

  • Click the Save option.

  • The imported utility file will display completed 100% when imported completely.

  • A notification also ensures that the file has been imported.

  • Open the Utils folder provided under the Workspace tab.

  • The imported utility file appears under the Utils folder.

Importing a Utility File