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 |
Synopsis
- data ModelVariantConfig = ModelVariantConfig' {}
- newModelVariantConfig :: Text -> Text -> ModelInfrastructureConfig -> ModelVariantConfig
- modelVariantConfig_modelName :: Lens' ModelVariantConfig Text
- modelVariantConfig_variantName :: Lens' ModelVariantConfig Text
- modelVariantConfig_infrastructureConfig :: Lens' ModelVariantConfig ModelInfrastructureConfig
Documentation
data ModelVariantConfig Source #
Contains information about the deployment options of a model.
See: newModelVariantConfig
smart constructor.
ModelVariantConfig' | |
|
Instances
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_variantName :: Lens' ModelVariantConfig Text Source #
The name of the variant.
modelVariantConfig_infrastructureConfig :: Lens' ModelVariantConfig ModelInfrastructureConfig Source #
The configuration for the infrastructure that the model will be deployed to.