com.amazonaws.services.sagemaker.sparksdk.transformation
The SageMaker transformation content-type
Serializes a Row to an Array of Bytes, conforming to a content-type of RequestRowSerializer#contentType
Serializes a Row to an Array of Bytes, conforming to a content-type of RequestRowSerializer#contentType
The row to serialize
An Array[Byte]
The schema for Row objects being serialized by RequestRowSerializer#serializeRow
The schema for Row objects being serialized by RequestRowSerializer#serializeRow
Sets the rowSchema for this RequestRowSerializer.
Sets the rowSchema for this RequestRowSerializer. Invokes validateSchema on the specified schema.
Validates that Rows with the specified schema can be serialized by this RequestRowSerializer.
Validates that Rows with the specified schema can be serialized by this RequestRowSerializer.
Validation errors are reported by throwing an IllegalArgumentException
IllegalArgumentException
if Rows with the specified schema cannot be serialized
by this RequestRowSerializer
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.
com.amazonaws.services.sagemaker.sparksdk.SageMakerModel