๋ฐ์ํ
Python : SDK ์ฌ์ฉํ์ฌ AKS ์ฐ๊ฒฐ
aks_target = AksCompute(ws,"myaks")
deployment_config = AksWebservice.deploy_configuration(cpu_cores = 1, memory_gb = 1)
service = Model.deploy(ws, "aksservice", [model], inference_config, deployment_config, aks_target)
service.wait_for_deployment(show_output = True)
print(service.state)
print(service.get_logs())
https://azure.microsoft.com/ko-kr/pricing/
Kubernetes ํต์ฌ ๊ฐ๋
https://docs.microsoft.com/ko-kr/azure/aks/concepts-clusters-workloads
https://docs.microsoft.com/ko-kr/azure/aks/kubernetes-walkthrough-portal?view=azure-cli-latest
https://docs.microsoft.com/ko-kr/azure/machine-learning/service/how-to-deploy-and-where#aks
๋ฐ์ํ
'Machine Learning > Azure ML' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
๋ฐ์ดํฐ ๋ก๋ (0) | 2019.07.22 |
---|---|
Azure ML ์์ (0) | 2019.06.25 |
Azure Machine Learning (0) | 2019.05.15 |