com.amazonaws.services.sagemaker.sparksdk.transformation.deserializers
Returns com.amazonaws.services.sagemaker.sparksdk.transformation.ContentTypes.CSV
Deserialize a SageMaker response to an a series of objects.
Deserialize a SageMaker response to an a series of objects.
The Array[Byte] containing the SageMaker response
An Iterator over deserialized response objects
the name of the output predictions column.
The schema of each Row in ResponseRowDeserializer#deserializeResponse
The schema of each Row in ResponseRowDeserializer#deserializeResponse
A ResponseRowDeserializer for converting a comma-delimited string of predictions to labeled Vectors.