Batch deployment input details for AutoAI models

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

Data type summary table:

Data Description
Type inline, data references
File formats CSV

Data Sources:

Input/output data references:

Notes:

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