# AzureMLEndpointClient

> **Class** in `langchain_community`

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

AzureML Managed Endpoint client.

## Signature

```python
AzureMLEndpointClient(
    self,
    endpoint_url: str,
    endpoint_api_key: str,
    deployment_name: str = '',
    timeout: int = DEFAULT_TIMEOUT,
)
```

## Extends

- `object`

## Constructors

```python
__init__(
    self,
    endpoint_url: str,
    endpoint_api_key: str,
    deployment_name: str = '',
    timeout: int = DEFAULT_TIMEOUT,
) -> None
```

| Name | Type |
|------|------|
| `endpoint_url` | `str` |
| `endpoint_api_key` | `str` |
| `deployment_name` | `str` |
| `timeout` | `int` |


## Properties

- `endpoint_url`
- `endpoint_api_key`
- `deployment_name`
- `timeout`

## Methods

- [`call()`](https://reference.langchain.com/python/langchain-community/llms/azureml_endpoint/AzureMLEndpointClient/call)

---

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