1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
Do you want to read the content by yourself? Maybe you can use Deserializer
class to do so as shown in official document like following.
from sagemaker.amazon.common import RecordDeserializer
def recordio_protobuf_deserialize(data, content_type):
rec_des = RecordDeserializer()
return rec_des.deserialize(data, content_type)
Hope it helps.
answered 2 years ago
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 16 days ago
- AWS OFFICIALUpdated 11 days ago