langchain_community.llms.azureml_endpoint.AzureMLEndpointApiType

class langchain_community.llms.azureml_endpoint.AzureMLEndpointApiType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Azure ML终结点API类型。对于部署在托管基础设施中的模型(也称为Azure机器学习中的在线终结点),请使用`dedicated`,或者对于部署为按使用量计费或PTU的服务的模型,请使用`serverless`。

dedicated = 'dedicated'
realtime = 'realtime'

Deprecated

serverless = 'serverless'

Examples using AzureMLEndpointApiType