Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 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
      • File storage operations
    • 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 August 15, 2025
  • Creating a model
  • Loading a model
  • Deleting a model

Models enable storing and exporting computation results within DataSphere projects.

Creating a modelCreating a model

  1. Select the project in your community or on the DataSphere home page in the Recent projects tab.

  2. Open your project.

  3. Select or create a notebook containing code to initialize a model variable in the system memory.

  4. Run the code in the notebook with 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 build your model from.

  7. Give your model a name and add a description as 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 into the notebook interpreter state and use it in your computations:

  1. Select the project in your community or on the DataSphere home page in the Recent projects tab.

  2. Open your project.

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

  4. Select  Load.

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

    Once loaded, the model will be available in your code via the variable you provided.

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, select the one you want to delete, click and then  Delete.
  3. Click Confirm.
  1. Select the project in your community or on the DataSphere home page 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 model view page, click More and select  Delete.
  5. Click Confirm.

Warning

In fact, resource deletion can take up to 72 hours.

Was the article helpful?

Previous
Working with Spark connectors
Next
File storage operations
© 2025 Direct Cursus Technology L.L.C.