EarlinessTardiness
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
因货物的送达时间早于或晚于所需时间而产生的费用函数(软约束)。
| JSON 表示法 |
{
"maximumEarliness": string,
"maximumTardiness": string,
"earlinessCost": {
object (Function1D)
},
"tardinessCost": {
object (Function1D)
}
} |
| 字段 |
maximumEarliness |
string (Duration format)
可选。允许的最大耳序。仅适用于费用。 该时长以秒为单位,最多包含九个小数位,以“s”结尾。示例:"3.5s"。
|
maximumTardiness |
string (Duration format)
可选。允许的延迟上限。仅适用于费用。 该时长以秒为单位,最多包含九个小数位,以“s”结尾。示例:"3.5s"。
|
earlinessCost |
object (Function1D)
可选。提前的成本。不设置,且无需付费。
|
tardinessCost |
object (Function1D)
可选。延迟的代价。如果不设置延迟,则不收取任何费用。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-15。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-10-15。"],[],["This data defines cost functions for shipments arriving or departing outside the desired timeframe. `maximumEarliness` and `maximumTardiness` specify the allowable time deviations in seconds. The `earlinessCost` and `tardinessCost` fields, using a `Function1D` object, outline the associated costs for early or late arrival/departure. These costs are optional and can be omitted if there is no cost. Each value is described in a specific time format.\n"]]