REST Resource: scheduling
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스
이 리소스에는 영구 데이터가 연결되어 있지 않습니다.
메서드 |
|
직원 수요를 충족하기 위해 지정된 교대 근무 템플릿에서 교대 근무를 생성하여 주어진 SolveShiftGenerationRequest 에서 교대 근무 생성 문제를 해결합니다. |
|
직원의 일정 기본 설정을 최대화하고 일정 예약 제약 위반을 최소화하도록 직원을 교대 근무에 할당하여 주어진 SolveShiftSchedulingRequest 에서 고정 교대 근무 일정 문제를 해결합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-09(UTC)
[null,null,["최종 업데이트: 2024-08-09(UTC)"],[[["\u003cp\u003eThe Optimization API's scheduling resource facilitates shift generation and scheduling solutions without storing persistent data.\u003c/p\u003e\n"],["\u003cp\u003eIt offers the \u003ccode\u003esolveShiftGeneration\u003c/code\u003e method to create shifts from templates, ensuring employee demand is met.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esolveShiftScheduling\u003c/code\u003e method optimizes employee assignments to fixed shifts, balancing preferences and constraints.\u003c/p\u003e\n"]]],["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"],null,["# REST Resource: scheduling\n\nResource\n--------\n\nThere is no persistent data associated with this resource.\n\n| Methods ------- ||\n|-----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### [solveShiftGeneration](/optimization/service/reference/rest/v1/scheduling/solveShiftGeneration) | Solves a shift generation problem from the given `SolveShiftGenerationRequest` by generating shifts from given shift templates in order to cover the employee demand. |\n| ### [solveShiftScheduling](/optimization/service/reference/rest/v1/scheduling/solveShiftScheduling) | Solves a fixed shift scheduling problem from the given `SolveShiftSchedulingRequest` by assigning employees to shifts such that employees' scheduling preferences are maximized and scheduling constraint violations are minimized. |"]]