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

Description

 
Synopsis

Documentation

data AsyncInferenceClientConfig Source #

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

See: newAsyncInferenceClientConfig smart constructor.

Constructors

AsyncInferenceClientConfig' 

Fields

Instances

Instances details
Eq AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

Read AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

Show AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

Generic AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

Associated Types

type Rep AsyncInferenceClientConfig :: Type -> Type #

NFData AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

Hashable AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

ToJSON AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

FromJSON AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

type Rep AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

type Rep AsyncInferenceClientConfig = D1 ('MetaData "AsyncInferenceClientConfig" "Amazonka.SageMaker.Types.AsyncInferenceClientConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AsyncInferenceClientConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxConcurrentInvocationsPerInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newAsyncInferenceClientConfig :: AsyncInferenceClientConfig Source #

Create a value of AsyncInferenceClientConfig 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:maxConcurrentInvocationsPerInstance:AsyncInferenceClientConfig', asyncInferenceClientConfig_maxConcurrentInvocationsPerInstance - The maximum number of concurrent requests sent by the SageMaker client to the model container. If no value is provided, Amazon SageMaker will choose an optimal value for you.

asyncInferenceClientConfig_maxConcurrentInvocationsPerInstance :: Lens' AsyncInferenceClientConfig (Maybe Natural) Source #

The maximum number of concurrent requests sent by the SageMaker client to the model container. If no value is provided, Amazon SageMaker will choose an optimal value for you.