ITransform interface

Important

Support for Machine Learning Studio (classic) will end on 31 August 2024. We recommend you transition to Azure Machine Learning by that date.

Beginning 1 December 2021, you will not be able to create new Machine Learning Studio (classic) resources. Through 31 August 2024, you can continue to use the existing Machine Learning Studio (classic) resources.

ML Studio (classic) documentation is being retired and may not be updated in the future.

This article describes ITransform, which is an interface in Machine Learning Studio (classic) that stores a predefined transformation, or applies a predefined transformation to data.

Note

Applies to: Machine Learning Studio (classic) only

Similar drag-and-drop modules are available in Azure Machine Learning designer.

The ITransform interface provides the following functionality:

  • Lets you save a transformation resulting from the operation of another module
  • Accepts a predefined transformation
  • Accepts an input dataset
  • Returns a DataTable containing the transformed data

You can interact with ITransform only in Studio (classic), or in one of the supported APIs.

See also

Module data types