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.