Expand description
Defines additional types related to OptimizeToursRequest.
Enumsยง
- Search
Mode - Mode defining the behavior of the search, trading off latency versus solution quality. In all modes, the global request deadline is enforced.
- Solving
Mode - Defines how the solver should handle the request. In all modes but
VALIDATE_ONLY, if the request is invalid, you will receive anINVALID_REQUESTerror. See max_validation_errors to cap the number of errors returned.