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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/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

Instance Attribute Details

#byte_bufferString

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

Returns:

  • (String)


3446
3447
3448
3449
3450
3451
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3446

class ModelEndpointDataBlob < Struct.new(
  :byte_buffer,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

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

Returns:

  • (String)


3446
3447
3448
3449
3450
3451
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3446

class ModelEndpointDataBlob < Struct.new(
  :byte_buffer,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end