This commit is contained in:
Davide Fiocco
2019-02-08 20:23:12 +01:00
committed by GitHub
parent 5fd14bac30
commit 210efe022a

View File

@@ -12,8 +12,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Azure Machine Learning Pipeline with DataTranferStep\n",
"This notebook is used to demonstrate the use of DataTranferStep in Azure Machine Learning Pipeline.\n",
"# Azure Machine Learning Pipeline with DataTransferStep\n",
"This notebook is used to demonstrate the use of DataTransferStep in Azure Machine Learning Pipeline.\n",
"\n",
"In certain cases, you will need to transfer data from one data location to another. For example, your data may be in Files storage and you may want to move it to Blob storage. Or, if your data is in an ADLS account and you want to make it available in the Blob storage. The built-in **DataTransferStep** class helps you transfer data in these situations.\n",
"\n",
@@ -325,4 +325,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}