Uses of Interface
com.google.cloud.optimization.v1.ShipmentModelOrBuilder
-
Packages that use ShipmentModelOrBuilder Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of ShipmentModelOrBuilder in com.google.cloud.optimization.v1
Classes in com.google.cloud.optimization.v1 that implement ShipmentModelOrBuilder Modifier and Type Class Description class
ShipmentModel
A shipment model contains a set of shipments which must be performed by a set of vehicles, while minimizing the overall cost, which is the sum of: * the cost of routing the vehicles (sum of cost per total time, cost per travel time, and fixed cost over all vehicles).static class
ShipmentModel.Builder
A shipment model contains a set of shipments which must be performed by a set of vehicles, while minimizing the overall cost, which is the sum of: * the cost of routing the vehicles (sum of cost per total time, cost per travel time, and fixed cost over all vehicles).Methods in com.google.cloud.optimization.v1 that return ShipmentModelOrBuilder Modifier and Type Method Description ShipmentModelOrBuilder
OptimizeToursRequest.Builder. getModelOrBuilder()
Shipment model to solve.ShipmentModelOrBuilder
OptimizeToursRequest. getModelOrBuilder()
Shipment model to solve.ShipmentModelOrBuilder
OptimizeToursRequestOrBuilder. getModelOrBuilder()
Shipment model to solve.
-