이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
마이크로서비스
MATLAB 함수를 Docker® 컨테이너로 패키징하여 마이크로서비스로 배포할 수 있습니다. 마이크로서비스 Docker 컨테이너는 MATLAB 함수에 HTTP 또는 HTTPS 엔드포인트를 제공하고 RESTful 요청을 받습니다.
MATLAB 함수를 마이크로서비스로 배포하려면, MATLAB 함수를 배포 가능한 아카이브로 패키징한 후 아카이브와 최소한의 MATLAB Runtime 패키지를 포함하는 Docker 이미지를 만듭니다. 이렇게 하면 마이크로서비스 Docker 이미지를 실행하여 해당 서비스에 RESTful 요청을 수행할 수 있으며, 이때 MATLAB Production Server™ 클라이언트 API를 비롯해 HTTP 라이브러리가 있는 어떠한 프로그래밍 언어든 사용할 수 있습니다.
함수
compiler.build.productionServerArchive | Create an archive for deployment to MATLAB Production Server or Docker (R2020b 이후) |
compiler.build.ProductionServerArchiveOptions | Options for building deployable archives (R2020b 이후) |
compiler.package.microserviceDockerImage | Create a microservice Docker image using files generated by MATLAB Compiler SDK (R2022a 이후) |
compiler.package.MicroserviceDockerImageOptions | Create a microservice Docker options object (R2022a 이후) |
compiler.build.Results | Compiler build results object (R2020b 이후) |
compiler.runtime.createInstallerDockerImage | Create a MATLAB Runtime installer Docker image on offline machines (R2022b 이후) |
compiler.runtime.createDockerImage | Create a Docker image that contains MATLAB Runtime (R2023b 이후) |
도움말 항목
- Create Microservice Docker Image
Package MATLAB code into a microservice Docker image.
- Microservice Command Arguments
Reference table of Microservice options, listed alphabetically.
- Deploy Object Detection Model as Microservice
This example shows how to create a microservice Docker image from a MATLAB object detection model.
- Run Microservice Created Using MATLAB Compiler SDK on AWS
This example shows how to deploy a microservice Docker image on AWS.
- Deploy Wafer Map Defect Classifier as Microservice Using Docker
This example shows how to create a microservice Docker® image from a wafer map defect classifier.
- Run Microservice Created Using MATLAB Compiler SDK on Google Cloud
This example shows how to deploy a microservice Docker image on Google® Cloud.
- Run Microservice Created Using MATLAB Compiler SDK on Microsoft Azure
This example shows how to deploy a microservice using Microsoft Azure.
- Deploy Industrial Cooling Fan Anomaly Detection Algorithm as Microservice
This example shows how to create a microservice Docker® image from a predictive maintenance cooling fan algorithm.
- Deploy Trained Reinforcement Learning Policy as Microservice Docker Image
This example shows how to create a microservice Docker® image from reinforcement learning policy.