class Aws::FraudDetector::Types::ModelEndpointDataBlob

A pre-formed Amazon SageMaker model input you can include if your detector version includes an imported Amazon SageMaker model endpoint with pass-through input configuration.

@note When making an API call, you may pass ModelEndpointDataBlob

data as a hash:

    {
      byte_buffer: "data",
      content_type: "contentType",
    }

@!attribute [rw] byte_buffer

The byte buffer of the Amazon SageMaker model endpoint input data
blob.
@return [String]

@!attribute [rw] content_type

The content type of the Amazon SageMaker model endpoint input data
blob.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/ModelEndpointDataBlob AWS API Documentation

Constants

SENSITIVE