libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
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.SageMaker.Types.AsyncInferenceOutputConfig

Description

 
Synopsis

Documentation

data AsyncInferenceOutputConfig Source #

Specifies the configuration for asynchronous inference invocation outputs.

See: newAsyncInferenceOutputConfig smart constructor.

Constructors

AsyncInferenceOutputConfig' 

Fields

Instances

Instances details
Eq AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

Read AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

Show AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

Generic AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

Associated Types

type Rep AsyncInferenceOutputConfig :: Type -> Type #

NFData AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

Hashable AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

ToJSON AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

FromJSON AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

type Rep AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

type Rep AsyncInferenceOutputConfig = D1 ('MetaData "AsyncInferenceOutputConfig" "Amazonka.SageMaker.Types.AsyncInferenceOutputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AsyncInferenceOutputConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notificationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AsyncInferenceNotificationConfig)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAsyncInferenceOutputConfig Source #

Create a value of AsyncInferenceOutputConfig 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:notificationConfig:AsyncInferenceOutputConfig', asyncInferenceOutputConfig_notificationConfig - Specifies the configuration for notifications of inference results for asynchronous inference.

$sel:kmsKeyId:AsyncInferenceOutputConfig', asyncInferenceOutputConfig_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the asynchronous inference output in Amazon S3.

$sel:s3OutputPath:AsyncInferenceOutputConfig', asyncInferenceOutputConfig_s3OutputPath - The Amazon S3 location to upload inference responses to.

asyncInferenceOutputConfig_notificationConfig :: Lens' AsyncInferenceOutputConfig (Maybe AsyncInferenceNotificationConfig) Source #

Specifies the configuration for notifications of inference results for asynchronous inference.

asyncInferenceOutputConfig_kmsKeyId :: Lens' AsyncInferenceOutputConfig (Maybe Text) Source #

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the asynchronous inference output in Amazon S3.

asyncInferenceOutputConfig_s3OutputPath :: Lens' AsyncInferenceOutputConfig Text Source #

The Amazon S3 location to upload inference responses to.