:mod:`langchain_community.llms.azureml_endpoint`.ContentFormatterBase
============================================================================

.. currentmodule:: langchain_community.llms.azureml_endpoint

.. autoclass:: ContentFormatterBase

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~ContentFormatterBase.accepts
      ~ContentFormatterBase.content_type
      ~ContentFormatterBase.format_error_msg
      ~ContentFormatterBase.supported_api_types
   
   

   
   
   .. rubric:: Methods

   .. autosummary::
   
      ~ContentFormatterBase.__init__
      ~ContentFormatterBase.escape_special_characters
      ~ContentFormatterBase.format_request_payload
      ~ContentFormatterBase.format_response_payload

   
   .. automethod:: ContentFormatterBase.__init__
   .. automethod:: ContentFormatterBase.escape_special_characters
   .. automethod:: ContentFormatterBase.format_request_payload
   .. automethod:: ContentFormatterBase.format_response_payload

   
   


.. example_links:: ContentFormatterBase