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
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.
name of the column of Doubles indicating the output score for the record.
Deserializes a Protobuf response from the LinearLearner model image with predictorType "regressor" into Rows in a Spark Dataframe