langchain_community.llms.azureml_endpoint.AzureMLEndpointClient

class langchain_community.llms.azureml_endpoint.AzureMLEndpointClient(endpoint_url: str, endpoint_api_key: str, deployment_name: str = '')[source]

AzureML Managed Endpoint client.

Initialize the class.

Methods

__init__(endpoint_url, endpoint_api_key[, ...])

Initialize the class.

call(body, **kwargs)

call.

__init__(endpoint_url: str, endpoint_api_key: str, deployment_name: str = '') None[source]

Initialize the class.

call(body: bytes, **kwargs: Any) bytes[source]

call.

Examples using AzureMLEndpointClient