We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4893c commit 8368584Copy full SHA for 8368584
src/sagemaker/serializers.py
@@ -374,10 +374,10 @@ def serialize(self, data):
374
"""Serialize file data to a raw bytes.
375
376
Args:
377
- data (object): Data to be serialized. The data can be a string,
+ data (object): Data to be serialized. The data can be a string
378
representing file-path or the raw bytes from a file.
379
Returns:
380
- raw-bytes: The data serialized as a raw-bytes from the input.
+ raw-bytes: The data serialized as raw-bytes from the input.
381
"""
382
if isinstance(data, str):
383
try:
0 commit comments