Interface protos.google.cloud.optimization.v1.OptimizeToursResponse.IMetrics (3.2.0)

Properties of a Metrics.

Package

@google-cloud/optimization

Properties

aggregatedRouteMetrics

aggregatedRouteMetrics?: (google.cloud.optimization.v1.IAggregatedMetrics|null);

Metrics aggregatedRouteMetrics

costs

costs?: ({ [k: string]: number }|null);

Metrics costs

earliestVehicleStartTime

earliestVehicleStartTime?: (google.protobuf.ITimestamp|null);

Metrics earliestVehicleStartTime

latestVehicleEndTime

latestVehicleEndTime?: (google.protobuf.ITimestamp|null);

Metrics latestVehicleEndTime

skippedMandatoryShipmentCount

skippedMandatoryShipmentCount?: (number|null);

Metrics skippedMandatoryShipmentCount

totalCost

totalCost?: (number|null);

Metrics totalCost

usedVehicleCount

usedVehicleCount?: (number|null);

Metrics usedVehicleCount