Data Connections ================ DataConnection is the base class to start working with your data storage that is needed for an AutoAI or a Prompt Tuning experiment. You can use it to fetch training data and store all of the results. .. toctree:: autoai_working_with_dataconnection dataconnection_modules iterabledatasets_modules