Page Summary
-
This resource has no persistent data associated with it.
-
The
batchOptimizeToursmethod allows for the optimization of multipleOptimizeToursRequestmessages as a batch. -
The
optimizeToursmethod takes aShipmentModelwithin anOptimizeToursRequestand returnsShipmentRoutes in anOptimizeToursResponseto optimize routes and minimize overall cost. -
optimizeToursLongRunningis designed for optimizations that require large timeout values, and is a variant ofOptimizeTours. -
optimizeToursUriis a method designed for optimizations with large timeout values and large input/output sizes and is a variant of theoptimizeToursLongRunningmethod.
Resource
There is no persistent data associated with this resource.
Methods |
|
|---|---|
|
Optimizes vehicle tours for one or more OptimizeToursRequest messages as a batch. |
|
Sends an OptimizeToursRequest containing a ShipmentModel and returns an OptimizeToursResponse containing ShipmentRoutes, which are a set of routes to be performed by vehicles minimizing the overall cost. |
|
This is a variant of the OptimizeTours method designed for optimizations with large timeout values. |
|
This is a variant of the OptimizeToursLongRunning method designed for optimizations with large timeout values and large input/output sizes. |