langchain_community.llms.azureml_endpoint
.AzureMLEndpointApiType¶
- class langchain_community.llms.azureml_endpoint.AzureMLEndpointApiType(value)[source]¶
Azure ML 端点 API 类型。使用 专用 适用于部署在托管基础设施中的模型(也称为 Azure 机器学习中的在线端点),或 无服务器 适用于作为服务部署的模型,具有按需付费或按时间单位计费。
- 专用 = 'dedicated'¶
- 实时 = 'realtime'¶
已弃用
- 无服务器 = 'serverless'¶