amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.ProductionVariantServerlessConfig

Description

 
Synopsis

Documentation

data ProductionVariantServerlessConfig Source #

Specifies the serverless configuration for an endpoint variant.

See: newProductionVariantServerlessConfig smart constructor.

Constructors

ProductionVariantServerlessConfig' 

Fields

  • memorySizeInMB :: Natural

    The memory size of your serverless endpoint. Valid values are in 1 GB increments: 1024 MB, 2048 MB, 3072 MB, 4096 MB, 5120 MB, or 6144 MB.

  • maxConcurrency :: Natural

    The maximum number of concurrent invocations your serverless endpoint can process.

Instances

Instances details
FromJSON ProductionVariantServerlessConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantServerlessConfig

ToJSON ProductionVariantServerlessConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantServerlessConfig

Generic ProductionVariantServerlessConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantServerlessConfig

Associated Types

type Rep ProductionVariantServerlessConfig :: Type -> Type #

Read ProductionVariantServerlessConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantServerlessConfig

Show ProductionVariantServerlessConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantServerlessConfig

NFData ProductionVariantServerlessConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantServerlessConfig

Eq ProductionVariantServerlessConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantServerlessConfig

Hashable ProductionVariantServerlessConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantServerlessConfig

type Rep ProductionVariantServerlessConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantServerlessConfig

type Rep ProductionVariantServerlessConfig = D1 ('MetaData "ProductionVariantServerlessConfig" "Amazonka.SageMaker.Types.ProductionVariantServerlessConfig" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ProductionVariantServerlessConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "memorySizeInMB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "maxConcurrency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newProductionVariantServerlessConfig Source #

Create a value of ProductionVariantServerlessConfig 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:memorySizeInMB:ProductionVariantServerlessConfig', productionVariantServerlessConfig_memorySizeInMB - The memory size of your serverless endpoint. Valid values are in 1 GB increments: 1024 MB, 2048 MB, 3072 MB, 4096 MB, 5120 MB, or 6144 MB.

$sel:maxConcurrency:ProductionVariantServerlessConfig', productionVariantServerlessConfig_maxConcurrency - The maximum number of concurrent invocations your serverless endpoint can process.

productionVariantServerlessConfig_memorySizeInMB :: Lens' ProductionVariantServerlessConfig Natural Source #

The memory size of your serverless endpoint. Valid values are in 1 GB increments: 1024 MB, 2048 MB, 3072 MB, 4096 MB, 5120 MB, or 6144 MB.

productionVariantServerlessConfig_maxConcurrency :: Lens' ProductionVariantServerlessConfig Natural Source #

The maximum number of concurrent invocations your serverless endpoint can process.