# AzureMLEndpointApiType

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/llms/azureml_endpoint/AzureMLEndpointApiType)

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.

## Signature

```python
AzureMLEndpointApiType()
```

## Extends

- `str`
- `Enum`

## Properties

- `dedicated`
- `realtime`
- `serverless`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/llms/azureml_endpoint.py#L72)