Package

com.amazonaws.services.sagemaker.sparksdk

transformation

Permalink

package transformation

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. transformation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait RequestRowSerializer extends Serializable

    Permalink

    Serializes a Row to a byte array with content type RequestRowSerializer#contentType.

    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.

    See also

    com.amazonaws.services.sagemaker.sparksdk.SageMakerModel

  2. trait ResponseRowDeserializer extends Serializable

    Permalink

    Deserializes a SageMaker endpoint response into a series of Rows.

    Deserializes a SageMaker endpoint response into a series of Rows. Each deserialized Row conforms to ResponseRowDeserializer.schema

    See also

    com.amazonaws.services.sagemaker.sparksdk.SageMakerModel

Value Members

  1. object ContentTypes

    Permalink

    SageMaker Transformation Content-Type HTTP Header Constants

  2. package deserializers

    Permalink
  3. package serializers

    Permalink
  4. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped