Class: Aws::FraudDetector::Types::ModelEndpointDataBlob
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::ModelEndpointDataBlob
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
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.
3446 3447 3448 3449 3450 3451 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3446 class ModelEndpointDataBlob < Struct.new( :byte_buffer, :content_type) SENSITIVE = [] include Aws::Structure end |
#content_type ⇒ String
The content type of the Amazon SageMaker model endpoint input data blob.
3446 3447 3448 3449 3450 3451 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3446 class ModelEndpointDataBlob < Struct.new( :byte_buffer, :content_type) SENSITIVE = [] include Aws::Structure end |