com.amazonaws.services.sagemaker.sparksdk.transformation.deserializers
Returns com.amazonaws.services.sagemaker.sparksdk.transformation.ContentTypes.PROTOBUF
Deserialize a SageMaker response containing a byte array of record-IO encoded SageMaker Protobuf records.
Deserialize a SageMaker response containing a byte array of record-IO encoded SageMaker Protobuf records.
The Array[Byte] containing the Protobuf-in-recordIO response
An Iterator over deserialized Rows
name of the column holding Vectors of Doubles representing the projected vectors
The keys for each output in the Protobuf response.
The keys for each output in the Protobuf response.
The schema of rows in the response.
The schema of rows in the response.
Deserializes a Protobuf response from the PCA model image to a Vector of Doubles containing the projection of the input vector.