Cloud Optimization v1 API - Class BatchOptimizeToursRequest.Types.AsyncModelConfig (2.5.0)

public sealed class BatchOptimizeToursRequest.Types.AsyncModelConfig : IMessage<BatchOptimizeToursRequest.Types.AsyncModelConfig>, IEquatable<BatchOptimizeToursRequest.Types.AsyncModelConfig>, IDeepCloneable<BatchOptimizeToursRequest.Types.AsyncModelConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Optimization v1 API class BatchOptimizeToursRequest.Types.AsyncModelConfig.

Information for solving one optimization model asynchronously.

Inheritance

object > BatchOptimizeToursRequest.Types.AsyncModelConfig

Namespace

Google.Cloud.Optimization.V1

Assembly

Google.Cloud.Optimization.V1.dll

Constructors

AsyncModelConfig()

public AsyncModelConfig()

AsyncModelConfig(AsyncModelConfig)

public AsyncModelConfig(BatchOptimizeToursRequest.Types.AsyncModelConfig other)
Parameter
NameDescription
otherBatchOptimizeToursRequestTypesAsyncModelConfig

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
TypeDescription
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
TypeDescription
bool

InputConfig

public InputConfig InputConfig { get; set; }

Required. Information about the input model.

Property Value
TypeDescription
InputConfig

OutputConfig

public OutputConfig OutputConfig { get; set; }

Required. The desired output location information.

Property Value
TypeDescription
OutputConfig