AzureMLEndpointApiType#

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

Azure ML endpoints API types. Use dedicated for models deployed in hosted infrastructure (also known as Online Endpoints in Azure Machine Learning), or serverless for models deployed as a service with a pay-as-you-go billing or PTU.

dedicated = 'dedicated'#
realtime = 'realtime'#

Deprecated

serverless = 'serverless'#

Examples using AzureMLEndpointApiType