Class BatchOptimizeToursRequest (1.8.2)

BatchOptimizeToursRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
parent str
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.
model_configs MutableSequence[google.cloud.optimization_v1.types.BatchOptimizeToursRequest.AsyncModelConfig]
Required. Input/Output information each purchase model, such as file paths and data formats.

Classes

AsyncModelConfig

AsyncModelConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information for solving one optimization model asynchronously.