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.
Implements
IMessageBatchOptimizeToursRequest, IEquatableBatchOptimizeToursRequest, IDeepCloneableBatchOptimizeToursRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Optimization.V1Assembly
Google.Cloud.Optimization.V1.dll
Constructors
BatchOptimizeToursRequest()
public BatchOptimizeToursRequest()
BatchOptimizeToursRequest(BatchOptimizeToursRequest)
public BatchOptimizeToursRequest(BatchOptimizeToursRequest other)
Parameter | |
---|---|
Name | Description |
other |
BatchOptimizeToursRequest |
Properties
ModelConfigs
public RepeatedField<BatchOptimizeToursRequest.Types.AsyncModelConfig> ModelConfigs { get; }
Required. Input/Output information each purchase model, such as file paths and data formats.
Property Value | |
---|---|
Type | Description |
RepeatedFieldBatchOptimizeToursRequestTypesAsyncModelConfig |
Parent
public string Parent { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |