|
accept (str): The content type accepted by the endpoint deployed |
Current documentation:
accept (str) – The content type accepted by the endpoint deployed during the transform job.
This is misleading, the accept header is passed in the request, to ask for a particular response format. Proposed documentation:
accept(str) - The accept header passed by the client to the inference endpoint. If it is supported by the endpoint it will be the format of the batch transform output.
sagemaker-python-sdk/src/sagemaker/estimator.py
Line 688 in ee53bd4
Current documentation:
accept (str) – The content type accepted by the endpoint deployed during the transform job.
This is misleading, the accept header is passed in the request, to ask for a particular response format. Proposed documentation:
accept(str) - The accept header passed by the client to the inference endpoint. If it is supported by the endpoint it will be the format of the batch transform output.