Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex DataSphere
  • Getting started
    • All guides
      • Using secrets
      • Working with Yandex Data Processing templates
      • Working with Docker images
      • Working with datasets
      • Working with S3 connectors
      • Working with Spark connectors
      • Working with models
      • Using file storages
    • Migrating a workflow to a new version
  • Terraform reference
  • Audit Trails events
  • Access management
  • Pricing policy
  • Public materials
  • Release notes

In this article:

  • Creating a model
  • Loading a model
  • Deleting a model
  1. Step-by-step guides
  2. Working with resources
  3. Working with models

Working with models

Written by
Yandex Cloud
Updated at March 6, 2025
  • Creating a model
  • Loading a model
  • Deleting a model

Models are designed for storing and exporting computation results in DataSphere projects.

Creating a modelCreating a model

  1. Select the relevant project in your community or on the DataSphere homepage in the Recent projects tab.

  2. Open the project.

  3. Select or create a notebook with the code that will create a model variable in RAM.

  4. Run the code in the notebook using the selected configuration.

  5. In the right-hand panel, select . In the window that opens, click Create model.

  6. Select the name of the variable to create your model from.

  7. Give your model a name and add a description if needed.

  8. Click Create.

    The new model will appear in the list of available project models. Creating a model may take some time.

Loading a modelLoading a model

You can load the saved model to the notebook's interpreter state and use it in your computations:

  1. Select the relevant project in your community or on the DataSphere homepage in the Recent projects tab.

  2. Open the project.

  3. In the right-hand panel, select . In the window that opens, select the model to load and click .

  4. Select Load.

  5. Specify the name of the variable to load the model to and click Load.

    Once loaded, the model will be available in the code in the variable you specified.

Deleting a modelDeleting a model

You can delete a model in the JupyterLab interface or on the project page under Resources.

JupyterLab
Project resources
  1. Open the JupyterLab interface and select in the right-hand panel.
  2. In the list of models, choose the one you want to delete, click , and select Delete.
  3. Click Confirm.
  1. Select the relevant project in your community or on the DataSphere homepage in the Recent projects tab.

  2. Under Project resources, click Model.
  3. In the list of models, select the one you want to delete.
  4. On the view model page, click More and select Delete.
  5. Click Confirm.

Warning

The actual deletion of resources can take up to 72 hours.

Was the article helpful?

Previous
Working with Spark connectors
Next
Using file storages
© 2025 Direct Cursus Technology L.L.C.