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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#model_configs
def model_configs() -> ::Array<::Google::Cloud::Optimization::V1::BatchOptimizeToursRequest::AsyncModelConfig>
- (::Array<::Google::Cloud::Optimization::V1::BatchOptimizeToursRequest::AsyncModelConfig>) — Required. Input/Output information each purchase model, such as file paths and data formats.
#model_configs=
def model_configs=(value) -> ::Array<::Google::Cloud::Optimization::V1::BatchOptimizeToursRequest::AsyncModelConfig>
- value (::Array<::Google::Cloud::Optimization::V1::BatchOptimizeToursRequest::AsyncModelConfig>) — Required. Input/Output information each purchase model, such as file paths and data formats.
- (::Array<::Google::Cloud::Optimization::V1::BatchOptimizeToursRequest::AsyncModelConfig>) — Required. Input/Output information each purchase model, such as file paths and data formats.
#parent
def parent() -> ::String
-
(::String) — Required. Target project and location to make a call.
Format:
projects/{project-id}/locations/{location-id}
.If no location is specified, a region will be chosen automatically.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. Target project and location to make a call.
Format:
projects/{project-id}/locations/{location-id}
.If no location is specified, a region will be chosen automatically.
-
(::String) — Required. Target project and location to make a call.
Format:
projects/{project-id}/locations/{location-id}
.If no location is specified, a region will be chosen automatically.