public sealed class BatchOptimizeToursRequest.Types.AsyncModelConfig : IMessage<BatchOptimizeToursRequest.Types.AsyncModelConfig>, IEquatable<BatchOptimizeToursRequest.Types.AsyncModelConfig>, IDeepCloneable<BatchOptimizeToursRequest.Types.AsyncModelConfig>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Optimization v1 API class BatchOptimizeToursRequest.Types.AsyncModelConfig.
Information for solving one optimization model asynchronously.
Implements
IMessageBatchOptimizeToursRequestTypesAsyncModelConfig, IEquatableBatchOptimizeToursRequestTypesAsyncModelConfig, IDeepCloneableBatchOptimizeToursRequestTypesAsyncModelConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Optimization.V1Assembly
Google.Cloud.Optimization.V1.dll
Constructors
AsyncModelConfig()
public AsyncModelConfig()AsyncModelConfig(AsyncModelConfig)
public AsyncModelConfig(BatchOptimizeToursRequest.Types.AsyncModelConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchOptimizeToursRequestTypesAsyncModelConfig |
Properties
DisplayName
public string DisplayName { get; set; }User defined model name, can be used as alias by users to keep track of models.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EnableCheckpoints
public bool EnableCheckpoints { get; set; }If this is set, the model will be solved in the checkpoint mode. In this mode, the input model can have a deadline longer than 30 mins without the risk of interruption. The model will be solved in multiple short-running stages. Each stage generates an intermediate checkpoint and stores it in the user's Cloud Storage buckets. The checkpoint mode should be preferred over allow_large_deadline_despite_interruption_risk since it prevents the risk of interruption.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
InputConfig
public InputConfig InputConfig { get; set; }Required. Information about the input model.
| Property Value | |
|---|---|
| Type | Description |
InputConfig |
|
OutputConfig
public OutputConfig OutputConfig { get; set; }Required. The desired output location information.
| Property Value | |
|---|---|
| Type | Description |
OutputConfig |
|