[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-05-13。"],[[["Optimizes vehicle tours in batches using `OptimizeToursRequest` messages, processing inputs and outputs through Cloud Storage."],["Users can monitor the Long Running Operation (LRO) status via `operations.get` to track progress and access results."],["The request body requires `AsyncModelConfig` objects specifying input/output details for each purchase model."],["Successful responses return an `Operation` object providing information about the optimization process."],["Utilizes the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and `routeoptimization.operations.create` IAM permission for authorization."]]],["This service optimizes vehicle tours via batch processing of `OptimizeToursRequest` messages. Inputs and outputs are managed in Cloud Storage. Each request includes a `ShipmentModel`, yielding `ShipmentRoute` results that minimize overall costs. Users can track progress with `operations.get`; a false `done` field indicates ongoing processing, while a true `done` field signals completion. Failed requests won't have results in Cloud Storage. The HTTP request is a `POST` operation, requiring `routeoptimization.operations.create` IAM permission and `https://www.googleapis.com/auth/cloud-platform` OAuth scope. The `modelConfigs` field contains input/output data.\n"]]