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 endpoints API types. Use realtime for models deployed in hosted infrastructure, or serverless for models deployed as a service with a pay-as-you-go billing or PTU.

realtime = 'realtime'¶
serverless = 'serverless'¶