You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FraudDetector::Types::ModelEndpointDataBlob

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ModelEndpointDataBlob as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#byte_bufferString

The byte buffer of the Amazon SageMaker model endpoint input data blob.

Returns:

  • (String)

    The byte buffer of the Amazon SageMaker model endpoint input data blob.

#content_typeString

The content type of the Amazon SageMaker model endpoint input data blob.

Returns:

  • (String)

    The content type of the Amazon SageMaker model endpoint input data blob.