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

Description

 
Synopsis

Documentation

data ModelConfiguration Source #

Defines the model configuration. Includes the specification name and environment parameters.

See: newModelConfiguration smart constructor.

Constructors

ModelConfiguration' 

Fields

Instances

Instances details
FromJSON ModelConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelConfiguration

Generic ModelConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelConfiguration

Associated Types

type Rep ModelConfiguration :: Type -> Type #

Read ModelConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelConfiguration

Show ModelConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelConfiguration

NFData ModelConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelConfiguration

Methods

rnf :: ModelConfiguration -> () #

Eq ModelConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelConfiguration

Hashable ModelConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelConfiguration

type Rep ModelConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelConfiguration

type Rep ModelConfiguration = D1 ('MetaData "ModelConfiguration" "Amazonka.SageMaker.Types.ModelConfiguration" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ModelConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environmentParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty EnvironmentParameter))) :*: S1 ('MetaSel ('Just "inferenceSpecificationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModelConfiguration :: ModelConfiguration Source #

Create a value of ModelConfiguration 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:environmentParameters:ModelConfiguration', modelConfiguration_environmentParameters - Defines the environment parameters that includes key, value types, and values.

$sel:inferenceSpecificationName:ModelConfiguration', modelConfiguration_inferenceSpecificationName - The inference specification name in the model package version.

modelConfiguration_environmentParameters :: Lens' ModelConfiguration (Maybe (NonEmpty EnvironmentParameter)) Source #

Defines the environment parameters that includes key, value types, and values.

modelConfiguration_inferenceSpecificationName :: Lens' ModelConfiguration (Maybe Text) Source #

The inference specification name in the model package version.