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
- Struct
- Aws::FraudDetector::Types::ModelEndpointDataBlob
- 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
-
#byte_buffer ⇒ String
The byte buffer of the Amazon SageMaker model endpoint input data blob.
-
#content_type ⇒ String
The content type of the Amazon SageMaker model endpoint input data blob.
Instance Attribute Details
#byte_buffer ⇒ String
The byte buffer of the Amazon SageMaker model endpoint input data blob.
#content_type ⇒ String
The content type of the Amazon SageMaker model endpoint input data blob.