Serializes a Row to a byte array with content type RequestRowSerializer#contentType.
Serializes a Row to a byte array with content type RequestRowSerializer#contentType.
Rows are serialized with RequestRowSerializer#serializeRow to an Array of Bytes. Implementations may require that Rows being serialized conform to a specific schema. Row schemas can be validated by RequestRowSerializer#validateSchema. The schema for a batch of Row of objects can be set via RequestRowSerializer#setSchema.
Deserializes a SageMaker endpoint response into a series of Rows.
Deserializes a SageMaker endpoint response into a series of Rows. Each deserialized Row conforms to ResponseRowDeserializer.schema
SageMaker Transformation Content-Type HTTP Header Constants