REST Resource: scheduling
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース
このリソースに関連付けられた永続データはありません。
メソッド |
|
従業員の需要をカバーするために、指定されたシフト テンプレートからシフトを生成することで、指定された SolveShiftGenerationRequest に基づくシフト生成の問題を解決します。 |
|
従業員のスケジュールの好みが最大限に高まり、スケジュールの制約違反が最小限になるように、従業員をシフトに割り当てて、指定された SolveShiftSchedulingRequest に基づく固定のシフトのスケジューリングの問題を解決します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-09 UTC。
[[["わかりやすい","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"]],["最終更新日 2024-08-09 UTC。"],[[["The Optimization API's scheduling resource facilitates shift generation and scheduling solutions without storing persistent data."],["It offers the `solveShiftGeneration` method to create shifts from templates, ensuring employee demand is met."],["The `solveShiftScheduling` method optimizes employee assignments to fixed shifts, balancing preferences and constraints."]]],["The resource has no persistent data. It offers two methods: `solveShiftGeneration` and `solveShiftScheduling`. `solveShiftGeneration` creates shifts from templates to meet employee demand using a `SolveShiftGenerationRequest`. `solveShiftScheduling` assigns employees to predefined shifts, optimizing for employee preferences and minimizing constraint violations, based on a `SolveShiftSchedulingRequest`. These methods address shift creation and employee allocation.\n"]]