Batch deployment input details for AutoAI models

Follow these rules when you are specifying input details for batch deployments of AutoAI models.

Data type summary table:

Data Description
Type inline, data references
File formats CSV , Parquet (added in release 4.5.3) , xslx (added in release 4.5.3)

Data Sources

Input/output data references:

Notes:

Action required: AutoAI experiments with joined data deprecated

The AutoAI experiment feature for joining multiple data sources to create a single training data set is deprecated. Support for joining data in an AutoAI experiment will be removed in a future release. After support ends, AutoAI experiments with joined data and deployments of resulting models will no longer run. To join multiple data sources, use a data preparation tool such as Data Refinery or DataStage to join and prepare data, then use the resulting data set for training an AutoAI experiment. Redeploy the resulting model.

If you are specifying input/output data references programmatically:

 "input_data_references": [{
                    "type": "connection_asset",
                    "connection": {
                            "id": <connection_guid>
                    },
                    "location": {
                            "table_name": <table name>,
                            "schema_name": <schema name>
                            <other wdp-properties supported by runtimes>
                    }
            }]

Parent topic: Batch deployment input details by framework