Package

com.amazonaws.services.sagemaker.sparksdk.transformation

deserializers

Permalink

package deserializers

Visibility
  1. Public
  2. All

Type Members

  1. class KMeansProtobufResponseRowDeserializer extends ProtobufResponseRowDeserializer

    Permalink

    Deserializes a Protobuf response from the KMeans model image into Rows in a Spark Dataframe

  2. class LibSVMResponseRowDeserializer extends ResponseRowDeserializer

    Permalink

    A ResponseRowDeserializer for converting LibSVM response data to labeled vectors.

  3. class LinearLearnerBinaryClassifierProtobufResponseRowDeserializer extends ProtobufResponseRowDeserializer

    Permalink

    Deserializes a Protobuf response from the LinearLearner model image with predictorType "binary_classifier" into Rows in a Spark Dataframe

  4. class LinearLearnerRegressorProtobufResponseRowDeserializer extends ProtobufResponseRowDeserializer

    Permalink

    Deserializes a Protobuf response from the LinearLearner model image with predictorType "regressor" into Rows in a Spark Dataframe

  5. class PCAProtobufResponseRowDeserializer extends ProtobufResponseRowDeserializer

    Permalink

    Deserializes a Protobuf response from the PCA model image to a Vector of Doubles containing the projection of the input vector.

  6. class ProtobufResponseRowDeserializer extends ResponseRowDeserializer

    Permalink

    A ResponseRowDeserializer for converting SageMaker Protobuf-in-recordio response data to Spark rows.

  7. class XGBoostCSVRowDeserializer extends ResponseRowDeserializer

    Permalink

    A ResponseRowDeserializer for converting a comma-delimited string of predictions to labeled Vectors.

Ungrouped