Transform request and response of AzureML endpoint to match with required schema.
ContentFormatterBase()The MIME type of the input data passed to the endpoint
The MIME type of the response data returned from the endpoint
Supported APIs for the given formatter. Azure ML supports deploying models using different hosting methods. Each method may have a different API structure.
Escapes any special characters in prompt
Formats the request body according to the input schema of the model. Returns bytes or seekable file like object in the format specified in the content_type request header.
Formats the response body according to the output schema of the model. Returns the data type that is received from the response.