Submitting a Batch Optimization Request

Once you have built your model and tagged the elements of interest, you are ready to submit your batch request. This is done by invoking the optimizeBatch method (e.g., optimizeBatch in Python). This method returns a BatchID string which is used for later queries. Here's a simple example:

        # Submit batch request
        batchID = model.optimizeBatch()