dataset_snapshot Module

Contains functionality to manage Dataset snapshot operations.

Note

This module is deprecated. For more information, see https://aka.ms/dataset-deprecation.

Classes

DatasetSnapshot

Manages Dataset snapshots with operations to get a snapsot, return its status, and convert it to a dataframe.

Note

This class is deprecated. For more information, see https://aka.ms/dataset-deprecation.

A DataSnapshot object is returned from the create_snapshot method of the Dataset class.

Dataset snapshot is a combination of Profile and an optional materialized copy of the data.

To learn more about Dataset Snapshots, go to https://aka.ms/azureml/howto/createsnapshots