PowerShell Module for Azure Machine Learning Studio & Web Services(https://github.com/hning86/azuremlps)
→データ前処理の操作はできるが、Dataset の内容を取得できないため、Run 結果を評価できない
Microsoft Azure Machine Learning Python client library(https://github.com/Azure/Azure-MachineLearning-ClientLibrary-Python)
→Dataset の内容は取得できるが、データ前処理の操作ができないため、結果に応じた再構成ができない
これらのライブラリは、中で "https://management.core.windows.net/…" や "https://studio.azureml.net/…" のような REST API を叩いてその結果を parse していましたので、REST API の仕様がわかれば、プルリクエストを送るなり自分で改修するなりして、希望するものができると考えた次第です。