We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62d6a4 commit fe68d4eCopy full SHA for fe68d4e
src/sagemaker/deserializers.py
@@ -44,7 +44,7 @@ def ACCEPT(self):
44
class BytesDeserializer(BaseDeserializer):
45
"""Deserialize a stream of bytes into a bytes object."""
46
47
- ACCEPT = "application/octet-stream"
+ ACCEPT = "*/*"
48
49
def deserialize(self, data, content_type):
50
"""Read a stream of bytes returned from an inference endpoint.
0 commit comments