public sealed class BatchOptimizeToursRequest : IMessage<BatchOptimizeToursRequest>, IEquatable<BatchOptimizeToursRequest>, IDeepCloneable<BatchOptimizeToursRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Optimization v1 API class BatchOptimizeToursRequest.
Request to batch optimize tours as an asynchronous operation.
Each input file should contain one OptimizeToursRequest, and each output
file will contain one OptimizeToursResponse. The request contains
information to read/write and parse the files. All the input and output files
should be under the same project.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["Version 2.5.0 of the Cloud Optimization v1 API documentation provides reference for the `BatchOptimizeToursRequest` class, which is used for batch optimization of tours as an asynchronous operation."],["The `BatchOptimizeToursRequest` class is designed to handle requests involving multiple input files, each containing an `OptimizeToursRequest`, and it generates corresponding output files with `OptimizeToursResponse` data."],["The `BatchOptimizeToursRequest` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a range of functionalities."],["Key properties of `BatchOptimizeToursRequest` include `ModelConfigs`, which specify input/output information for each model, and `Parent`, which designates the target project and location for API calls."],["The latest version available is 2.6.0, with older versions dating back to 1.0.0-beta01."]]],[]]