Class: Google::Cloud::Optimization::V1::BatchOptimizeToursRequest::AsyncModelConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Optimization::V1::BatchOptimizeToursRequest::AsyncModelConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/optimization/v1/fleet_routing.rb
Overview
Information for solving one optimization model asynchronously.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
User defined model name, can be used as alias by users to keep track of models.
-
#enable_checkpoints ⇒ ::Boolean
If this is set, the model will be solved in the checkpoint mode.
-
#input_config ⇒ ::Google::Cloud::Optimization::V1::InputConfig
Required.
-
#output_config ⇒ ::Google::Cloud::Optimization::V1::OutputConfig
Required.
Instance Attribute Details
#display_name ⇒ ::String
415 416 417 418 |
# File 'proto_docs/google/cloud/optimization/v1/fleet_routing.rb', line 415 class AsyncModelConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_checkpoints ⇒ ::Boolean
415 416 417 418 |
# File 'proto_docs/google/cloud/optimization/v1/fleet_routing.rb', line 415 class AsyncModelConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input_config ⇒ ::Google::Cloud::Optimization::V1::InputConfig
415 416 417 418 |
# File 'proto_docs/google/cloud/optimization/v1/fleet_routing.rb', line 415 class AsyncModelConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_config ⇒ ::Google::Cloud::Optimization::V1::OutputConfig
415 416 417 418 |
# File 'proto_docs/google/cloud/optimization/v1/fleet_routing.rb', line 415 class AsyncModelConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |