libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.FraudDetector.Types.ModelEndpointDataBlob

Description

 
Synopsis

Documentation

data ModelEndpointDataBlob Source #

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.

See: newModelEndpointDataBlob smart constructor.

Constructors

ModelEndpointDataBlob' 

Fields

Instances

Instances details
Eq ModelEndpointDataBlob Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ModelEndpointDataBlob

Read ModelEndpointDataBlob Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ModelEndpointDataBlob

Show ModelEndpointDataBlob Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ModelEndpointDataBlob

Generic ModelEndpointDataBlob Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ModelEndpointDataBlob

Associated Types

type Rep ModelEndpointDataBlob :: Type -> Type #

NFData ModelEndpointDataBlob Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ModelEndpointDataBlob

Methods

rnf :: ModelEndpointDataBlob -> () #

Hashable ModelEndpointDataBlob Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ModelEndpointDataBlob

ToJSON ModelEndpointDataBlob Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ModelEndpointDataBlob

type Rep ModelEndpointDataBlob Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ModelEndpointDataBlob

type Rep ModelEndpointDataBlob = D1 ('MetaData "ModelEndpointDataBlob" "Amazonka.FraudDetector.Types.ModelEndpointDataBlob" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "ModelEndpointDataBlob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "byteBuffer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: S1 ('MetaSel ('Just "contentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModelEndpointDataBlob :: ModelEndpointDataBlob Source #

Create a value of ModelEndpointDataBlob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:byteBuffer:ModelEndpointDataBlob', modelEndpointDataBlob_byteBuffer - The byte buffer of the Amazon SageMaker model endpoint input data blob.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:contentType:ModelEndpointDataBlob', modelEndpointDataBlob_contentType - The content type of the Amazon SageMaker model endpoint input data blob.

modelEndpointDataBlob_byteBuffer :: Lens' ModelEndpointDataBlob (Maybe ByteString) Source #

The byte buffer of the Amazon SageMaker model endpoint input data blob.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

modelEndpointDataBlob_contentType :: Lens' ModelEndpointDataBlob (Maybe Text) Source #

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