public sealed class AsyncModelConfig : IMessage<BatchOptimizeToursRequest.Types.AsyncModelConfig>, IEquatable<BatchOptimizeToursRequest.Types.AsyncModelConfig>, IDeepCloneable<BatchOptimizeToursRequest.Types.AsyncModelConfig>, IBufferMessage, IMessage
Information for solving one optimization model asynchronously.
Implements
IMessage<BatchOptimizeToursRequest.Types.AsyncModelConfig>, IEquatable<BatchOptimizeToursRequest.Types.AsyncModelConfig>, IDeepCloneable<BatchOptimizeToursRequest.Types.AsyncModelConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Optimization.V1Assembly
Google.Cloud.Optimization.V1.dll
Constructors
AsyncModelConfig()
public AsyncModelConfig()
AsyncModelConfig(BatchOptimizeToursRequest.Types.AsyncModelConfig)
public AsyncModelConfig(BatchOptimizeToursRequest.Types.AsyncModelConfig other)
Parameter | |
---|---|
Name | Description |
other | BatchOptimizeToursRequest.Types.AsyncModelConfig |
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 |
Boolean |
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 |