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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `BatchOptimizeToursRequest` class in the Google Cloud Optimization v1 API facilitates asynchronous batch optimization of tours, using input files with `OptimizeToursRequest` and outputting `OptimizeToursResponse` in separate files."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for diverse functionality like deep cloning and message handling."],["The `BatchOptimizeToursRequest` class supports the configuration of multiple models through its `ModelConfigs` property, utilizing a `RepeatedField` of `AsyncModelConfig` types for defining input/output file information and data formats."],["The `Parent` property, which is required, specifies the target project and location for the API call using the format `projects/{project-id}/locations/{location-id}`, or an automatic region if not specified."],["This class has been developed through several versions, with version 2.6.0 being the most recent, and a legacy version going as far back as 1.0.0-beta01."]]],[]]