We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc264e commit 1f1f70dCopy full SHA for 1f1f70d
src/sagemaker/amazon/common.py
@@ -58,7 +58,7 @@ def serialize(self, data):
58
class RecordDeserializer(BaseDeserializer):
59
"""Deserialize RecordIO Protobuf data from an inference endpoint."""
60
61
- ACCEPT = "application/x-recordio-protobuf"
+ ACCEPT = ("application/x-recordio-protobuf",)
62
63
def deserialize(self, data, content_type):
64
"""Deserialize RecordIO Protobuf data from an inference endpoint.
0 commit comments