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

Description

 
Synopsis

Documentation

data ModelVariantConfig Source #

Contains information about the deployment options of a model.

See: newModelVariantConfig smart constructor.

Constructors

ModelVariantConfig' 

Fields

Instances

Instances details
ToJSON ModelVariantConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelVariantConfig

Generic ModelVariantConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelVariantConfig

Associated Types

type Rep ModelVariantConfig :: Type -> Type #

Read ModelVariantConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelVariantConfig

Show ModelVariantConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelVariantConfig

NFData ModelVariantConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelVariantConfig

Methods

rnf :: ModelVariantConfig -> () #

Eq ModelVariantConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelVariantConfig

Hashable ModelVariantConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelVariantConfig

type Rep ModelVariantConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelVariantConfig

type Rep ModelVariantConfig = D1 ('MetaData "ModelVariantConfig" "Amazonka.SageMaker.Types.ModelVariantConfig" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ModelVariantConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "variantName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "infrastructureConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelInfrastructureConfig))))

newModelVariantConfig Source #

Create a value of ModelVariantConfig 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:modelName:ModelVariantConfig', modelVariantConfig_modelName - The name of the Amazon SageMaker Model entity.

$sel:variantName:ModelVariantConfig', modelVariantConfig_variantName - The name of the variant.

$sel:infrastructureConfig:ModelVariantConfig', modelVariantConfig_infrastructureConfig - The configuration for the infrastructure that the model will be deployed to.

modelVariantConfig_modelName :: Lens' ModelVariantConfig Text Source #

The name of the Amazon SageMaker Model entity.

modelVariantConfig_infrastructureConfig :: Lens' ModelVariantConfig ModelInfrastructureConfig Source #

The configuration for the infrastructure that the model will be deployed to.