Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
ModelEndpointDataBlob' | |
|
Instances
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.