본문 바로가기

전체 글42

제목 표시줄, Title Bar 출처) https://learn.microsoft.com/en-us/windows/apps/develop/title-bar 2024. 6. 28.
MLOps란 무엇인가? 명칭의 의미는, Machine Learning + Operations를 붙인 단어이다. 다양한 서비스로 인해 완전히 정의가 내려진 것은 아니지만 머신러닝 운영에 필요한 것들을 다루는 과정을 말한다. 자동차로 비유를 들어보자면, ML = 엔진 이고 MLOps = 엔진으로 자동차를 만드는 과정 이다. 자동차가 만들어지기 위해서 필요한 핵심 기술이 엔진이지만 엔진만 있다고 자동차가 굴러가는 것은 아니다. 엔진을 가지고 실제로 달릴 수 있는 자동차가 되도록(= 기술이 실제 서비스에 녹아 운영될 수 있도록) 하는 과정이 MLOps인 것이다. 자동차를 만드는 과정에서 핵심은 엔진이고, MLOps의 핵심은 ML이다. 엔진이 특허를 받은 후 디젤 엔진을 이용한 자동차가 만들어진 것과 같이 머신러닝이 이슈가 된 후, 그.. 2024. 1. 2.
[RPA] [UiPath] UiPath Automation Developer Professional v1.0 Practice Test - 문제 풀면서 정리하기(5) 11. A developer is debugging a workflow and the Executor is pointing to the Log Message activity as shown in the following exhibit: Currently, the value of "rowIndex" variable is "15". There are 285 more rows left in the data table. Which button should be clicked in order to quickly execute the Log Message activity for the remaining rows and make the Debugger immediately finish the For Each Row .. 2023. 12. 21.
[RPA] [UiPath] UiPath Automation Developer Professional v1.0 Practice Test - 문제 풀면서 정리하기(4) 1. A long-running job was suspended waiting for an external task. Once the task is completed, which robot is selected by Orchestrator to continue the job's execution? Any available Unattended robot. Any Unattended robot in "Resume" state. The same robot that executed the job until suspension. Any available Attended robot. Explanation Topic: Use Tenant Entities (Webhooks, Alerts) and Folder Entit.. 2023. 12. 21.
[RPA] [UiPath] UiPath Automation Developer Professional v1.0 Practice Test - 문제 풀면서 정리하기(3) 21. What is one of the key benefits of using Monitoring in UiPath Orchestrator for an organization? Improving decision-making and optimizing resource usage based on data insights. Eliminating the need for external monitoring tools and applications. Reducing the need for human intervention in monitoring activities. Automating the process of scheduling and deploying Robots. 22. A developer needs t.. 2023. 12. 19.
[RPA][UiPath] UiPath Automation Developer Professional v1.0 Practice Test - 문제 풀면서 정리하기(2) 11. When is it necessary to use the Invoke Method activity? When it is necessary to create custom code for specific steps within the process. When invoking the VB.NET or C# code. When the method doesn't produce an output and thus cannot be used in an Assign activity. When invoking the VB.NET or Java code. Explanation Topic: Use Invoke Method and Invoke code in projects. 12. What type of informat.. 2023. 12. 19.
[RPA] [UiPath] UiPath Automation Developer Professional v1.0 Practice Test - 문제 풀면서 정리하기(1) 1. A long-running job was suspended waiting for an external task. Once the task is completed, which robot is selected by Orchestrator to continue the job's execution? Any available Unattended robot. The same robot that executed the job until suspension. Any available Attended robot. Any Unattended robot in "Resume" state. Explanation Topic: Use Tenant Entities (Webhooks, Alerts) and Folder Entit.. 2023. 12. 19.
[RPA] [UiPath] UiPath 프로젝트 Github에 연결하기 내가 작업한 과제 결과물을 정리해둘 곳이 필요하겠다는 생각이 들어 github에 연결했다.☺️ 바로 진행해보자! 1. 새 repository 만들기 먼저, github에 내 프로젝트와 연결할 repository를 하나 만들어 준다. 완료하면 다음과 같이 새로운 repository 가 생성되었다. 이따 Code라고 되어 있는 초록색 버튼을 클릭해, 링크를 복사해 사용할 것이다. 2. UiPath 프로그램을 열고, 내가 작업하는 프로젝트 열기 (작업 중이었다면 Home 버튼을 바로 누르면 됨~ 저는 이전에 했던 것들을 정리하는 중이다 보니 uipath 프로그램을 계속 껐다 켰다 하는 상태였기 때문이라는 점 참고!) 3. Home > Team > Clone or Check Out > GIT Init > 현재 .. 2023. 12. 7.