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.AsyncInferenceConfig

Description

 
Synopsis

Documentation

data AsyncInferenceConfig Source #

Specifies configuration for how an endpoint performs asynchronous inference.

See: newAsyncInferenceConfig smart constructor.

Constructors

AsyncInferenceConfig' 

Fields

Instances

Instances details
Eq AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

Read AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

Show AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

Generic AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

Associated Types

type Rep AsyncInferenceConfig :: Type -> Type #

NFData AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

Methods

rnf :: AsyncInferenceConfig -> () #

Hashable AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

ToJSON AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

FromJSON AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

type Rep AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

type Rep AsyncInferenceConfig = D1 ('MetaData "AsyncInferenceConfig" "Amazonka.SageMaker.Types.AsyncInferenceConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AsyncInferenceConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AsyncInferenceClientConfig)) :*: S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AsyncInferenceOutputConfig)))

newAsyncInferenceConfig Source #

Create a value of AsyncInferenceConfig 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:clientConfig:AsyncInferenceConfig', asyncInferenceConfig_clientConfig - Configures the behavior of the client used by Amazon SageMaker to interact with the model container during asynchronous inference.

$sel:outputConfig:AsyncInferenceConfig', asyncInferenceConfig_outputConfig - Specifies the configuration for asynchronous inference invocation outputs.

asyncInferenceConfig_clientConfig :: Lens' AsyncInferenceConfig (Maybe AsyncInferenceClientConfig) Source #

Configures the behavior of the client used by Amazon SageMaker to interact with the model container during asynchronous inference.

asyncInferenceConfig_outputConfig :: Lens' AsyncInferenceConfig AsyncInferenceOutputConfig Source #

Specifies the configuration for asynchronous inference invocation outputs.