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:
Return type:

bytes