| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.ModelConfiguration
Description
Documentation
data ModelConfiguration Source #
Defines the model configuration. Includes the specification name and environment parameters.
See: newModelConfiguration smart constructor.
Constructors
| ModelConfiguration' | |
Fields
| |
Instances
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.