Reference documentation and code samples for the Cloud Optimization V1 API class Google::Cloud::Optimization::V1::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-09-09 UTC."],[],[],null,["# Cloud Optimization V1 API - Class Google::Cloud::Optimization::V1::BatchOptimizeToursRequest (v0.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.12.0 (latest)](/ruby/docs/reference/google-cloud-optimization-v1/latest/Google-Cloud-Optimization-V1-BatchOptimizeToursRequest)\n- [0.11.1](/ruby/docs/reference/google-cloud-optimization-v1/0.11.1/Google-Cloud-Optimization-V1-BatchOptimizeToursRequest)\n- [0.10.0](/ruby/docs/reference/google-cloud-optimization-v1/0.10.0/Google-Cloud-Optimization-V1-BatchOptimizeToursRequest)\n- [0.9.2](/ruby/docs/reference/google-cloud-optimization-v1/0.9.2/Google-Cloud-Optimization-V1-BatchOptimizeToursRequest)\n- [0.8.2](/ruby/docs/reference/google-cloud-optimization-v1/0.8.2/Google-Cloud-Optimization-V1-BatchOptimizeToursRequest)\n- [0.7.0](/ruby/docs/reference/google-cloud-optimization-v1/0.7.0/Google-Cloud-Optimization-V1-BatchOptimizeToursRequest)\n- [0.6.0](/ruby/docs/reference/google-cloud-optimization-v1/0.6.0/Google-Cloud-Optimization-V1-BatchOptimizeToursRequest)\n- [0.5.0](/ruby/docs/reference/google-cloud-optimization-v1/0.5.0/Google-Cloud-Optimization-V1-BatchOptimizeToursRequest)\n- [0.4.1](/ruby/docs/reference/google-cloud-optimization-v1/0.4.1/Google-Cloud-Optimization-V1-BatchOptimizeToursRequest)\n- [0.3.0](/ruby/docs/reference/google-cloud-optimization-v1/0.3.0/Google-Cloud-Optimization-V1-BatchOptimizeToursRequest)\n- [0.2.1](/ruby/docs/reference/google-cloud-optimization-v1/0.2.1/Google-Cloud-Optimization-V1-BatchOptimizeToursRequest)\n- [0.1.1](/ruby/docs/reference/google-cloud-optimization-v1/0.1.1/Google-Cloud-Optimization-V1-BatchOptimizeToursRequest) \nReference documentation and code samples for the Cloud Optimization V1 API class Google::Cloud::Optimization::V1::BatchOptimizeToursRequest.\n\nRequest to batch optimize tours as an asynchronous operation.\nEach input file should contain one `OptimizeToursRequest`, and each output\nfile will contain one `OptimizeToursResponse`. The request contains\ninformation to read/write and parse the files. All the input and output files\nshould be under the same project. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #model_configs\n\n def model_configs() -\u003e ::Array\u003c::Google::Cloud::Optimization::V1::BatchOptimizeToursRequest::AsyncModelConfig\u003e\n\n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::Optimization::V1::BatchOptimizeToursRequest::AsyncModelConfig](./Google-Cloud-Optimization-V1-BatchOptimizeToursRequest-AsyncModelConfig)\\\u003e) --- Required. Input/Output information each purchase model, such as file paths and data formats.\n\n### #model_configs=\n\n def model_configs=(value) -\u003e ::Array\u003c::Google::Cloud::Optimization::V1::BatchOptimizeToursRequest::AsyncModelConfig\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c[::Google::Cloud::Optimization::V1::BatchOptimizeToursRequest::AsyncModelConfig](./Google-Cloud-Optimization-V1-BatchOptimizeToursRequest-AsyncModelConfig)\\\u003e) --- Required. Input/Output information each purchase model, such as file paths and data formats. \n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::Optimization::V1::BatchOptimizeToursRequest::AsyncModelConfig](./Google-Cloud-Optimization-V1-BatchOptimizeToursRequest-AsyncModelConfig)\\\u003e) --- Required. Input/Output information each purchase model, such as file paths and data formats.\n\n### #parent\n\n def parent() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. Target project and location to make a call.\n\n Format: `projects/{project-id}/locations/{location-id}`.\n\n If no location is specified, a region will be chosen automatically.\n\n### #parent=\n\n def parent=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. Target project and location to make a call.\n\n\n Format: `projects/{project-id}/locations/{location-id}`.\n\nIf no location is specified, a region will be chosen automatically. \n**Returns**\n\n- (::String) --- Required. Target project and location to make a call.\n\n Format: `projects/{project-id}/locations/{location-id}`.\n\n If no location is specified, a region will be chosen automatically."]]