AzureMLEndpointClient#
- class langchain_community.llms.azureml_endpoint.AzureMLEndpointClient(endpoint_url: str, endpoint_api_key: str, deployment_name: str = '', timeout: int = 50)[source]#
AzureML Managed Endpoint client.
Initialize the class.
Methods
__init__
(endpoint_url,Β endpoint_api_key[,Β ...])Initialize the class.
call
(body[,Β run_manager])call.
- Parameters:
endpoint_url (str) β
endpoint_api_key (str) β
deployment_name (str) β
timeout (int) β
- __init__(endpoint_url: str, endpoint_api_key: str, deployment_name: str = '', timeout: int = 50) None [source]#
Initialize the class.
- Parameters:
endpoint_url (str) β
endpoint_api_key (str) β
deployment_name (str) β
timeout (int) β
- Return type:
None
- call(body: bytes, run_manager: CallbackManagerForLLMRun | None = None, **kwargs: Any) bytes [source]#
call.
- Parameters:
body (bytes) β
run_manager (CallbackManagerForLLMRun | None) β
kwargs (Any) β
- Return type:
bytes